.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:252,217,238;--color-primary-1:246,128,198;--color-primary-2:236,0,140;--color-primary-3:118,0,70;--color-primary-4:35,0,21;--color-secondary-0:255,255,255;--color-secondary-1:255,255,255;--color-secondary-2:255,255,255;--color-secondary-3:128,128,128;--color-secondary-4:38,38,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:102,102,102;--color-tertiary-4:34,34,34;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://s3.eu-west-1.amazonaws.com/images.assets-landingi.com/resized/2732/-absolutely_free_photos-original_photos-woman-working-in-the-office-room-4115x2732_24961.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#qSDidXDNdCXVDVghU4sxo6MttGPNklUg::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,8,9,0.7); }#qSDidXDNdCXVDVghU4sxo6MttGPNklUg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(7,8,9,0.7); }#qSDidXDNdCXVDVghU4sxo6MttGPNklUg > .row > .video-iframe-container { display: none; }#qSDidXDNdCXVDVghU4sxo6MttGPNklUg > .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); }#aF9fyVxgv6R7UadGaN26Sp8brTNmCMu0 { background-color:#3a4044;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#aF9fyVxgv6R7UadGaN26Sp8brTNmCMu0 > .row .container { background-color: transparent; background-image: none; }#aF9fyVxgv6R7UadGaN26Sp8brTNmCMu0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aF9fyVxgv6R7UadGaN26Sp8brTNmCMu0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aF9fyVxgv6R7UadGaN26Sp8brTNmCMu0 > .row .container > .video-iframe-container { display: none; }#aF9fyVxgv6R7UadGaN26Sp8brTNmCMu0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aF9fyVxgv6R7UadGaN26Sp8brTNmCMu0 > .row > .video-iframe-container { display: none; }#aF9fyVxgv6R7UadGaN26Sp8brTNmCMu0 > .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); }#aF9fyVxgv6R7UadGaN26Sp8brTNmCMu0 > .row .container { border-width: 0; border-radius: 0; }#aF9fyVxgv6R7UadGaN26Sp8brTNmCMu0 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aF9fyVxgv6R7UadGaN26Sp8brTNmCMu0 > .row .container { font-size:0.875rem;font-family:arial;height:45.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#mLhyOq9fUclA3yKLiubLp5GqyAfF1HUL { color:rgba(var(--color-tertiary-0),1);display:block;width:38.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.2;letter-spacing:0;top:11.4375rem;left:0rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#dwlAXWOhyu3Qm4TUd5A9Q5mRc5Wlp9TX { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aad', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aad', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));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:31.25rem;width:0.5rem;top:0rem;left:40.5625rem;display:block; }
#Iwk8uT1Ou4TC3o4PIAUGGJktPtmWtqsk { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aad', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aad', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));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:31.25rem;width:0.5rem;top:0rem;left:42.9375rem;display:block; }
#g4tmDtpOovndEhELl9F4qtbTIC7vT9Zh { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aad', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aad', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));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:31.25rem;width:0.5rem;top:0rem;left:47.6875rem;display:block; }
#HO2ggTisbXl462gm7wVgbckyFEaZKII1 { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aad', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aad', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));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:31.25rem;width:0.5rem;top:0rem;left:45.3125rem;display:block; }
#uVTVmkENo7uQZ33eqaDBxKMFb76oBCrM { position:absolute;display:block;z-index:15074;background-color:rgba(0,173,239,0.85);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;height:7.75rem;width:7.75rem;top:1.375rem;left:67.125rem;display:block; }
#LdUmKy8VqHah3C1AQW2NsI5UPfV8J81Q { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15075;line-height:1.1;letter-spacing:0;top:3.7373046875rem;left:67.25rem;height:3.0244125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ROXhMowtblkfOFtrJ5CR6tnfTLdWTMH2 { background-color:#00adef;background-image:none;border-top:0.125rem solid #00adef;border-left:0.125rem solid #00adef;border-right:0.125rem solid #00adef;border-bottom:0.125rem solid #00adef;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:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.25rem;left:6.5625rem;display:block; }
#WoOsfHqyWfs7RsoFz259oTEDV7ZJZ0DA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AFQMGu39NBV8nMp6M3HZZVDbUG6kWQKL { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15063;line-height:1.7;letter-spacing:0;top:25.02734375rem;left:0rem;height:5.72411875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#AFQMGu39NBV8nMp6M3HZZVDbUG6kWQKL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#AFQMGu39NBV8nMp6M3HZZVDbUG6kWQKL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
#eLLdpWBOqlHfngOVLOXB0muVK6Aq9iZ3 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: -0.9375rem 0.9375rem 1.4375rem rgba(0,0,0,0.23) ;height:30.1875rem;width:21.3125rem;top:4.75rem;left:51.1875rem;overflow:hidden;display:block; }
#MdviTshnegcRFZfUTxIOIef4s1patvSA { box-sizing:content-box;height:3rem;width:19.8125rem;position:absolute;display:block;z-index:15076;background-color:#004aad;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:6.75rem;left:0rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#tF7R5DqVHSiwqaQ7cJsyoFELkM4VEXlC { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15077;line-height:1.2;letter-spacing:0;top:7.5625rem;left:1.125rem;height:1.2749rem;display:block; }
#Ry12SkxlFut4zRsniraVidfCzz8PEZaH { color:rgba(var(--color-tertiary-0),1);display:block;width:38.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.2;letter-spacing:0;top:19.3125rem;left:0rem;height:3.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RTbttD8ce1ihbdp20h40eJak3bLEFrXU { position:absolute;display:block;z-index:15011;height:1.375rem;width:71.875rem;top:41.0625rem;left:1.5625rem;display:block; }
#K3PSJLxQ7pX0KUiSxZWdJw6GKMQOFrqJ { position:absolute;display:block;z-index:15078;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.25rem;width:6.125rem;top:2.5625rem;left:0rem;overflow:hidden;display:block; }
#MC0Nm8eicWMRAX8tU3Ff3u8J3goNmceL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#MC0Nm8eicWMRAX8tU3Ff3u8J3goNmceL > .row .container { background-color: transparent; background-image: none; }#MC0Nm8eicWMRAX8tU3Ff3u8J3goNmceL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MC0Nm8eicWMRAX8tU3Ff3u8J3goNmceL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MC0Nm8eicWMRAX8tU3Ff3u8J3goNmceL > .row .container > .video-iframe-container { display: none; }#MC0Nm8eicWMRAX8tU3Ff3u8J3goNmceL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MC0Nm8eicWMRAX8tU3Ff3u8J3goNmceL > .row > .video-iframe-container { display: none; }#MC0Nm8eicWMRAX8tU3Ff3u8J3goNmceL > .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); }#MC0Nm8eicWMRAX8tU3Ff3u8J3goNmceL > .row .container { border-width: 0; border-radius: 0; }#MC0Nm8eicWMRAX8tU3Ff3u8J3goNmceL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MC0Nm8eicWMRAX8tU3Ff3u8J3goNmceL > .row .container { font-size:0.875rem;font-family:arial;height:40.9375rem;width:75rem;position:relative;display:block; }#lKcRI2TBfJA0LBo1QNQy9vFBXWpTHPQu { position:absolute;display:block;z-index:15015;background-color:#3a4044;background-image:none;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;height:11.875rem;width:21.25rem;top:12.6875rem;left:0rem;display:block; }
#rBGkW1RM9eIaTPFTU0ky4v38ddZgnni3 { 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:15016;opacity:1;top:14.5625rem;left:1.875rem; }
#nDNhe98RHO5TcZNhfgeMGT4a75OUTMrr { color:rgba(var(--color-tertiary-0),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:14.6875rem;left:5.3125rem;height:1.875rem;font-style:normal;display:block; }
#K1no9mm6BT9dw4p3A6I3OlGiZgvG0gJW { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:18.1875rem;left:1.875rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GsqxJ0AGAqWAwtbBk1rHiPmEk2A0Oh8G { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:3.65625rem;left:13.15625rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#IDUqMsSiJGTbDTF9dBrII3oqTprJfCrH { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004aad, rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, #004aad, rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, #004aad, rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, #004aad, rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aad', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aad', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, #004aad, rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#sbKFJx0GdHCZTFBCx11zF6rToSA56W6r { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004aad, rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, #004aad, rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, #004aad, rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, #004aad, rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aad', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aad', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, #004aad, rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#cflPRMZTic7ZH828qQO4ImTC0mvQ7erx { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004aad, rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, #004aad, rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, #004aad, rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, #004aad, rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aad', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aad', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, #004aad, rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#JrFCgmJyW9hgIeXEkbuDJJkyNgP4h7hu { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004aad, rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, #004aad, rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, #004aad, rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, #004aad, rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aad', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aad', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, #004aad, rgba(var(--color-primary-4),0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#dcs0aavT6DTVnVDTCv6fO1NrPzabKp6w { position:absolute;display:block;z-index:15019;background-color:#3a4044;background-image:none;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;height:11.5625rem;width:21.25rem;top:12.6875rem;left:26.875rem;display:block; }
#OqxlQ86CTToGTbaCyFhErUIAa256P6xe { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15022;line-height:1.5;letter-spacing:0;top:18.1875rem;left:28.75rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DBotK1XWhX8WGbdCbPoEAHiiiLkAeOFZ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:14.625rem;left:32.4375rem;height:1.875rem;font-style:normal;display:block; }
#nitfoWJPBt5TiFSo25ZZ4guIZsFPiyN7 { 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:15020;opacity:1;top:14.5625rem;left:28.75rem; }
#BuMDFzPlxUtzkPJzoNDUAn2tq1S4U6Mi { position:absolute;display:block;z-index:15023;background-color:#3a4044;background-image:none;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;height:11.4375rem;width:21.25rem;top:12.6875rem;left:53.75rem;display:block; }
#dZpM9s0vK0F6wApuvqL5xGThyqgL1T85 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15026;line-height:1.5;letter-spacing:0;top:18.25rem;left:55.625rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uM6JXuLIc46TTy03ZTaS0eAdqClibE51 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:14.6875rem;left:59.5625rem;height:1.875rem;font-style:normal;display:block; }
#iDrAC1UK6AZPZhgthh6RIUCdlR3EWr5k { 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:15024;opacity:1;top:14.5625rem;left:55.625rem; }
#n1742sT6K90iOJHXlyOELtyn0hnXh6T9 { position:absolute;display:block;z-index:15035;background-color:#3a4044;background-image:none;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;height:11.4375rem;width:21.25rem;top:26.375rem;left:53.75rem;display:block; }
#bEmKNv0cbbi6zEErWC1TwBuD7wtX2toC { position:absolute;display:block;z-index:15031;background-color:#3a4044;background-image:none;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;height:11.5625rem;width:21.25rem;top:26.375rem;left:26.875rem;display:block; }
#owEvwqJS5qIwPPsTuzRmtpGyTe55I9S9 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.5;letter-spacing:0;top:31.875rem;left:28.75rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rw4TT6hIm40uv036ntyRzN1CeRVk1rb8 { color:rgba(var(--color-tertiary-1),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15038;line-height:1.5;letter-spacing:0;top:31.9375rem;left:55.625rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z3La2kQDAaXyUnXt6FMFWC8P3HMbTPwu { position:absolute;display:block;z-index:15027;background-color:#3a4044;background-image:none;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;height:11.875rem;width:21.25rem;top:26.375rem;left:0rem;display:block; }
#i0lUXJfEDTpy2IvuHGfWUKAvE7a79VoA { color:rgba(var(--color-tertiary-1),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:31.875rem;left:1.4375rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BbeSg1hDWcsdUGcXGRKPXc8yuMJ5KCW2 { 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:15032;opacity:1;top:28.25rem;left:28.75rem; }
#v2lW2nxHCuDrvU9vAMst34p6BSLyUpdI { 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:15036;opacity:1;top:28.25rem;left:54.75rem; }
#ytArkVJGszEhzDGTkd4TgAZzWyU4dTow { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15029;line-height:1.5;letter-spacing:0;top:28.375rem;left:6.625rem;height:1.875rem;font-style:normal;display:block; }
#cgrF108Fe6kllMPe4KwFSufwDCMfD8HQ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:28.3125rem;left:32.4375rem;height:1.875rem;font-style:normal;display:block; }
#WXgSDng1c3JFQVFPMXWSsUTzvAhaaw3o { color:rgba(var(--color-tertiary-0),1);display:block;width:16.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:28.375rem;left:58.4375rem;height:1.875rem;font-style:normal;display:block; }
#cUHHAwpaXDaINOsL5qJWcSqc7FKZhsZ1 { 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:15028;opacity:1;top:28.25rem;left:1.875rem; }
#swKido2VxInViPJdKcDpJwDD9JlHzWDg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3a4044;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; }#swKido2VxInViPJdKcDpJwDD9JlHzWDg > .row .container { background-color: transparent; background-image: none; }#swKido2VxInViPJdKcDpJwDD9JlHzWDg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swKido2VxInViPJdKcDpJwDD9JlHzWDg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swKido2VxInViPJdKcDpJwDD9JlHzWDg > .row .container > .video-iframe-container { display: none; }#swKido2VxInViPJdKcDpJwDD9JlHzWDg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#swKido2VxInViPJdKcDpJwDD9JlHzWDg > .row > .video-iframe-container { display: none; }#swKido2VxInViPJdKcDpJwDD9JlHzWDg > .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); }#swKido2VxInViPJdKcDpJwDD9JlHzWDg > .row .container { border-width: 0; border-radius: 0; }#swKido2VxInViPJdKcDpJwDD9JlHzWDg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#swKido2VxInViPJdKcDpJwDD9JlHzWDg > .row .container { font-size:0.875rem;font-family:arial;height:30.625rem;width:75rem;position:relative;display:block; }#Fyr6WNEmME56Jl9B7LTk77iSAQAFO2Iw { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aad', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aad', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#avtKP1vLCwcoC28SdKz6SoRwWNwF1NvE { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aad', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aad', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#vTlpXK43b1z09ywd3zEDhvm1FULhvCyb { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aad', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aad', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#KipDrVATc9IBmfZPW5cQvr4x8ky47GxR { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));background-image: -moz-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));background-image: -ms-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));background-image: -o-linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aad', endColorstr='rgba(var(--color-primary-2),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#004aad', endColorstr='rgba(var(--color-primary-2),0)' );";background-image: linear-gradient(180deg, #004aad, rgba(var(--color-primary-2),0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#eiffl73Vl7ik1BZV5WKcsZn5Bf6IWLC7 { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:4.63671875rem;left:13.5rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#SkiwaqqBNOMucmog0Qc30CvVOKompU0c { box-sizing:content-box;height:4.0625rem;width:14.9375rem;position:absolute;display:block;z-index:15077;background-color:#004aad;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:10.9375rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#PqKlK5qphux3lhKDUN52GWxnQlFOkAVl { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15078;line-height:1.7;letter-spacing:0;top:12.6875rem;left:11.5625rem;height:3.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#PqKlK5qphux3lhKDUN52GWxnQlFOkAVl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#PqKlK5qphux3lhKDUN52GWxnQlFOkAVl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
#v688CycUtoFQ11833NhB3JEbazHLcyHc { box-sizing:content-box;height:4.0625rem;width:14.9375rem;position:absolute;display:block;z-index:15079;background-color:#004aad;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.25rem;left:10.9375rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#KmrvSi5RtB65KyTyJodzJcXkLEiPLSn3 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15080;line-height:1.7;letter-spacing:0;top:18.5rem;left:11.5625rem;height:3.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#KmrvSi5RtB65KyTyJodzJcXkLEiPLSn3 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KmrvSi5RtB65KyTyJodzJcXkLEiPLSn3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
#tcarRqdOGF4XM6ZzTwHiFSWPKnMPZFXv { box-sizing:content-box;height:4.0625rem;width:14.9375rem;position:absolute;display:block;z-index:15081;background-color:#004aad;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:30.375rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#HKil2JaOgt334N3og1qEuuX8J4EVzgc1 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15082;line-height:1.7;letter-spacing:0;top:12.6875rem;left:31rem;height:3.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#HKil2JaOgt334N3og1qEuuX8J4EVzgc1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#HKil2JaOgt334N3og1qEuuX8J4EVzgc1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
#GWU7CQBrlw1PqG6N4MopIk5GT9oD40uf { box-sizing:content-box;height:4.0625rem;width:14.9375rem;position:absolute;display:block;z-index:15083;background-color:#004aad;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.25rem;left:30.375rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#n0AKLy38c8c4BAne8kxkeP8kwD3Gmioq { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15084;line-height:1.7;letter-spacing:0;top:18.5rem;left:31rem;height:3.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#n0AKLy38c8c4BAne8kxkeP8kwD3Gmioq li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#n0AKLy38c8c4BAne8kxkeP8kwD3Gmioq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
#iyy7vAJCx5haabaLUTA8PW4Jg02IEZ2n { box-sizing:content-box;height:4.0625rem;width:14.9375rem;position:absolute;display:block;z-index:15085;background-color:#004aad;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.4375rem;left:49.1875rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#wyUsqROTEtc4ZHmwBVOHnxvgDXy4tTuu { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15086;line-height:1.7;letter-spacing:0;top:12.6875rem;left:49.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#wyUsqROTEtc4ZHmwBVOHnxvgDXy4tTuu li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wyUsqROTEtc4ZHmwBVOHnxvgDXy4tTuu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
#W0eQVKmDMQybZllCopblg1yWKct1n4Nh { box-sizing:content-box;height:4.0625rem;width:14.9375rem;position:absolute;display:block;z-index:15087;background-color:#004aad;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:18.25rem;left:49.1875rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#STm5wQNFCvdBg5IHBsW3a3Ap3EvXylu4 { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15088;line-height:1.7;letter-spacing:0;top:18.5rem;left:49.8125rem;height:3.3994125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#STm5wQNFCvdBg5IHBsW3a3Ap3EvXylu4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#STm5wQNFCvdBg5IHBsW3a3Ap3EvXylu4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
#NVNJ8cV790dTlUP3TR666Aucd5gGK1us { box-sizing:content-box;height:4.0625rem;width:14.9375rem;position:absolute;display:block;z-index:15089;background-color:#004aad;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.125rem;left:30.375rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#mXV2btKQWX7dwGrngSIr78Lp4dADWRLM { box-sizing:content-box;height:4.0625rem;width:14.9375rem;position:absolute;display:block;z-index:15093;background-color:#004aad;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.125rem;left:49.1875rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#ZGLsKtMsNklSxFbNyI0J7aLP7sZmN1TJ { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15090;line-height:1.7;letter-spacing:0;top:24.375rem;left:31rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#ZGLsKtMsNklSxFbNyI0J7aLP7sZmN1TJ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZGLsKtMsNklSxFbNyI0J7aLP7sZmN1TJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
#X2f4nT3SrR8rVoWoBU1X6ZnifCaUv92g { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15094;line-height:1.7;letter-spacing:0;top:24.375rem;left:49.8125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#X2f4nT3SrR8rVoWoBU1X6ZnifCaUv92g li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#X2f4nT3SrR8rVoWoBU1X6ZnifCaUv92g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
#iNTuTMWFysF3WpNocsFfiqeQkZeNfqTw { box-sizing:content-box;height:4.0625rem;width:14.9375rem;position:absolute;display:block;z-index:15085;background-color:#004aad;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.125rem;left:10.9375rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
#tWiEezDqoPzpzMN4PFygmUegozW4N86s { color:rgba(var(--color-tertiary-0),1);display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15086;line-height:1.7;letter-spacing:0;top:24.375rem;left:11.5625rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#tWiEezDqoPzpzMN4PFygmUegozW4N86s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#tWiEezDqoPzpzMN4PFygmUegozW4N86s li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
#T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/gL7IypUn/section4_bg.jpg");background-position:top 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; }#T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS.adaptive-delivery-prevent-bg, #T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS.lazyload, #T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS.lazyloading { background-image: none; }#T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS > .row .container { background-color: transparent; background-image: none; }#T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS > .row .container > .video-iframe-container { display: none; }#T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS > .row > .video-iframe-container { display: none; }#T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS > .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); }#T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS > .row .container { border-width: 0; border-radius: 0; }#T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS > .row .container { font-size:0.875rem;font-family:arial;height:8.6875rem;width:75rem;position:relative;display:block; }#VSzMv3hpxEJ3XxLC05dKep0IGSXxFAwa { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:2.9375rem;left:7.5625rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/gL7IypUn/section4_bg.jpg");background-position:top 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; }#grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J.adaptive-delivery-prevent-bg, #grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J.lazyload, #grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J.lazyloading { background-image: none; }#grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J > .row .container { background-color: transparent; background-image: none; }#grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J > .row .container > .video-iframe-container { display: none; }#grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J > .row > .video-iframe-container { display: none; }#grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J > .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); }#grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J > .row .container { border-width: 0; border-radius: 0; }#grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J > .row .container { font-size:0.875rem;font-family:arial;height:30.25rem;width:75rem;position:relative;display:block; }#HAKubSSU1RBpEuaozk8HIuQdFKonTXC1 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),0.59);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:24.375rem;width:62.75rem;top:3.6875rem;left:6.125rem;display:block; }
#PweJFGCsSQ8mC5iCFIWurL7o1BoQLJoT { color:rgba(var(--color-secondary-2),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:9.25rem;left:11.125rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MurB8Hr22nRMJKsKVsv0rzxHSbpEucIp { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:0rem;left:18.125rem;overflow:hidden;display:block; }
#X7q9VAl7HrVg2OGLDbMvQT7JnMI1GnDg { color:#013070;display:block;width:53.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:13.375rem;left:9.25rem;height:13.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTFEQAQaBAKFOJzdgiSM034p6NOIdW7p { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.6;letter-spacing:0;top:9.25rem;left:41.375rem;height:1.79980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJxHaOAOSP9BH4b3aHhD0hZzQN8CECgZ { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:12.5rem;border-top-right-radius:12.5rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;box-shadow: none;height:7.5rem;width:7.5rem;top:0rem;left:47.8125rem;overflow:hidden;display:block; }
#IG8bTRu9VCrtCSLgT27bs5vCQzAF3s9C { 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; }#IG8bTRu9VCrtCSLgT27bs5vCQzAF3s9C > .row .container { background-color: transparent; background-image: none; }#IG8bTRu9VCrtCSLgT27bs5vCQzAF3s9C::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IG8bTRu9VCrtCSLgT27bs5vCQzAF3s9C > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IG8bTRu9VCrtCSLgT27bs5vCQzAF3s9C > .row .container > .video-iframe-container { display: none; }#IG8bTRu9VCrtCSLgT27bs5vCQzAF3s9C > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IG8bTRu9VCrtCSLgT27bs5vCQzAF3s9C > .row > .video-iframe-container { display: none; }#IG8bTRu9VCrtCSLgT27bs5vCQzAF3s9C > .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); }#IG8bTRu9VCrtCSLgT27bs5vCQzAF3s9C > .row .container { border-width: 0; border-radius: 0; }#IG8bTRu9VCrtCSLgT27bs5vCQzAF3s9C > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IG8bTRu9VCrtCSLgT27bs5vCQzAF3s9C > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#fbD3bxByRlys90GxrV9Oe2Qh0hdR3kbL { color:rgba(var(--color-tertiary-4),1);display:block;width:59.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:4.0625rem;left:6.75rem;height:2.8125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dytVS8Lbt8TrqeLq4bfSPTBkoHHZT14c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dytVS8Lbt8TrqeLq4bfSPTBkoHHZT14c > .row .container { background-color: transparent; background-image: none; }#dytVS8Lbt8TrqeLq4bfSPTBkoHHZT14c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dytVS8Lbt8TrqeLq4bfSPTBkoHHZT14c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dytVS8Lbt8TrqeLq4bfSPTBkoHHZT14c > .row .container > .video-iframe-container { display: none; }#dytVS8Lbt8TrqeLq4bfSPTBkoHHZT14c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dytVS8Lbt8TrqeLq4bfSPTBkoHHZT14c > .row > .video-iframe-container { display: none; }#dytVS8Lbt8TrqeLq4bfSPTBkoHHZT14c > .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); }#dytVS8Lbt8TrqeLq4bfSPTBkoHHZT14c > .row .container { border-width: 0; border-radius: 0; }#dytVS8Lbt8TrqeLq4bfSPTBkoHHZT14c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dytVS8Lbt8TrqeLq4bfSPTBkoHHZT14c > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#R7Tl0e3xKz9tXxHq2Ta0ay0H00lIfhep { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:21.125rem;top:0.96875rem;left:10.0625rem;overflow:hidden;display:block; }
#nGPsTCo8sKbsLTCo5JM4WtRI7pAMMrIl { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00adef;border-left:0.125rem solid #00adef;border-right:0.125rem solid #00adef;border-bottom:0.125rem solid #00adef;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:18rem;width:39.1875rem;top:2.5rem;left:25.5625rem;display:block; }
#GT4qrfqpDZM28TJ922fq411W3odUwsws { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:3.5rem;left:27.4375rem;overflow:hidden;display:block; }
#Z6rUpXbr4O4MzcQXc0pZf3HgULKDyUOO { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:6.78125rem;left:27.21875rem;height:9rem;font-style:normal;display:block; }
#IKQryNophAiC6PEI1Xv9WydlC3RiGLCL { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:16.5625rem;left:39.1875rem;height:2.699225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#tyFdyxzNW2JP4PeF2IdQ5lCv6ZMICGk3 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.375rem;left:7.5rem;overflow:hidden;display:block; }
#nyHLUh2LESeX7mld6M8ciIlTefotoOIc { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.65625rem;left:65.75rem;overflow:hidden;display:block; }
#KAxXz4dpBSNwIyyaBUDITfLTBs9dWAdM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KAxXz4dpBSNwIyyaBUDITfLTBs9dWAdM.adaptive-delivery-prevent-bg, #KAxXz4dpBSNwIyyaBUDITfLTBs9dWAdM.lazyload, #KAxXz4dpBSNwIyyaBUDITfLTBs9dWAdM.lazyloading { background-image: none; }#KAxXz4dpBSNwIyyaBUDITfLTBs9dWAdM > .row .container { background-color: transparent; background-image: none; }#KAxXz4dpBSNwIyyaBUDITfLTBs9dWAdM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAxXz4dpBSNwIyyaBUDITfLTBs9dWAdM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAxXz4dpBSNwIyyaBUDITfLTBs9dWAdM > .row .container > .video-iframe-container { display: none; }#KAxXz4dpBSNwIyyaBUDITfLTBs9dWAdM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KAxXz4dpBSNwIyyaBUDITfLTBs9dWAdM > .row > .video-iframe-container { display: none; }#KAxXz4dpBSNwIyyaBUDITfLTBs9dWAdM > .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); }#KAxXz4dpBSNwIyyaBUDITfLTBs9dWAdM > .row .container { border-width: 0; border-radius: 0; }#KAxXz4dpBSNwIyyaBUDITfLTBs9dWAdM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KAxXz4dpBSNwIyyaBUDITfLTBs9dWAdM > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#QdVSi8y06lzg64XrUNDT33MCN8XTrUXg { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:21.125rem;top:0.96875rem;left:43.8125rem;overflow:hidden;display:block; }
#fAvsl4AcX9TeTImFBgdwA0D6FAb8SBSc { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #004aad;border-left:0.125rem solid #004aad;border-right:0.125rem solid #004aad;border-bottom:0.125rem solid #004aad;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:18rem;width:39.1875rem;top:2.5rem;left:10.0625rem;display:block; }
#L99AN9EJ0uPvXBSt2sUwfsuwwr6t9q5W { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:3.8125rem;left:12rem;overflow:hidden;display:block; }
#ZSHWZuEzMB5s67x0dPWV6Th5dfOKpSv7 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:6.75rem;left:11.65625rem;height:9.5625rem;font-style:normal;display:block; }
#zgZ8kMPoqezSTZLyOqZ3EmiTw2T6Fi9z { color:rgba(var(--color-tertiary-4),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:17.0625rem;left:21.4375rem;height:2.699225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#iNORSzzMVP5zAO7yOheN2tGavbzaayAZ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.8125rem;left:65.75rem;overflow:hidden;display:block; }
#qwQonkekgccBow7b2SnOGOsFhtKcXV1B { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.5rem;left:7.5rem;overflow:hidden;display:block; }
#AB84cTgC3TiDAuBgT8pk5WhpHIppfxgA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#AB84cTgC3TiDAuBgT8pk5WhpHIppfxgA > .row .container { background-color: transparent; background-image: none; }#AB84cTgC3TiDAuBgT8pk5WhpHIppfxgA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AB84cTgC3TiDAuBgT8pk5WhpHIppfxgA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AB84cTgC3TiDAuBgT8pk5WhpHIppfxgA > .row .container > .video-iframe-container { display: none; }#AB84cTgC3TiDAuBgT8pk5WhpHIppfxgA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AB84cTgC3TiDAuBgT8pk5WhpHIppfxgA > .row > .video-iframe-container { display: none; }#AB84cTgC3TiDAuBgT8pk5WhpHIppfxgA > .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); }#AB84cTgC3TiDAuBgT8pk5WhpHIppfxgA > .row .container { border-width: 0; border-radius: 0; }#AB84cTgC3TiDAuBgT8pk5WhpHIppfxgA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AB84cTgC3TiDAuBgT8pk5WhpHIppfxgA > .row .container { font-size:0.875rem;font-family:arial;height:24.125rem;width:75rem;position:relative;display:block; }#w9UEV75MSq60ch8zKrSMqPLBTP3renrd { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:21.125rem;top:0.96875rem;left:10.0625rem;overflow:hidden;display:block; }
#xToexqyCXLbXL9seahLRbUFQuCvoG7ba { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00adef;border-left:0.125rem solid #00adef;border-right:0.125rem solid #00adef;border-bottom:0.125rem solid #00adef;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:18rem;width:39.1875rem;top:2.5rem;left:25.5625rem;display:block; }
#XmzcgAkxHuMCNvnb2IJ8GCvhUMThf5E5 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:4.75rem;left:27.9375rem;overflow:hidden;display:block; }
#CB6XiTgw65vm1NqlMJp83n2VSZBHfc0i { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:8.125rem;left:27.4375rem;height:7.125rem;font-style:normal;display:block; }
#BFz4whyw3IncPcXF8E4wAb0iD4OJ1JHz { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:16.5625rem;left:39.1875rem;height:2.699225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#CDgF7Wu3glSV8bDeyGbGg85PVsuHAMXs { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.375rem;left:7.5rem;overflow:hidden;display:block; }
#zeVc3iOPc5PzhvCleOSS9IpLXflcyyFE { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.65625rem;left:65.75rem;overflow:hidden;display:block; }
#Rsnad8Jw1tCFzloOVFkFo2OO2RiyLW6F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Rsnad8Jw1tCFzloOVFkFo2OO2RiyLW6F.adaptive-delivery-prevent-bg, #Rsnad8Jw1tCFzloOVFkFo2OO2RiyLW6F.lazyload, #Rsnad8Jw1tCFzloOVFkFo2OO2RiyLW6F.lazyloading { background-image: none; }#Rsnad8Jw1tCFzloOVFkFo2OO2RiyLW6F > .row .container { background-color: transparent; background-image: none; }#Rsnad8Jw1tCFzloOVFkFo2OO2RiyLW6F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rsnad8Jw1tCFzloOVFkFo2OO2RiyLW6F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rsnad8Jw1tCFzloOVFkFo2OO2RiyLW6F > .row .container > .video-iframe-container { display: none; }#Rsnad8Jw1tCFzloOVFkFo2OO2RiyLW6F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rsnad8Jw1tCFzloOVFkFo2OO2RiyLW6F > .row > .video-iframe-container { display: none; }#Rsnad8Jw1tCFzloOVFkFo2OO2RiyLW6F > .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); }#Rsnad8Jw1tCFzloOVFkFo2OO2RiyLW6F > .row .container { border-width: 0; border-radius: 0; }#Rsnad8Jw1tCFzloOVFkFo2OO2RiyLW6F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rsnad8Jw1tCFzloOVFkFo2OO2RiyLW6F > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:block; }#nQMTIGvEdSp0KkzElRxyzVT5L8NFnMDb { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21rem;width:21rem;top:1.03125rem;left:43.75rem;overflow:hidden;display:block; }
#XS1RnytgfDvFO5iGctFWZPvwfXodSF2U { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #004aad;border-left:0.125rem solid #004aad;border-right:0.125rem solid #004aad;border-bottom:0.125rem solid #004aad;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:18rem;width:39.1875rem;top:2.5rem;left:10.0625rem;display:block; }
#k10rmO87GatbbPmGpGP9tokecnOnIrxZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:4.75rem;left:12.125rem;overflow:hidden;display:block; }
#GIwAbOdOdX5qH8vNiOeDpbe28WTmqQms { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:7.75rem;left:12.125rem;height:7.4375rem;font-style:normal;display:block; }
#Ea9zxr4v5AhwGutURy3qazBpUQB7FIV7 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:16rem;left:23.8125rem;height:2.699225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#OSbxmIAD2BevlVd9l0q3hfAe6v5gDUsM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.8125rem;left:65.75rem;overflow:hidden;display:block; }
#ftq5VrX5evW47vJMwKTJzxadI7prd924 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.5rem;left:7.5rem;overflow:hidden;display:block; }
#chVvXTi5lKQKSJ1rUnPE4sap5EbKbLtr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#chVvXTi5lKQKSJ1rUnPE4sap5EbKbLtr.adaptive-delivery-prevent-bg, #chVvXTi5lKQKSJ1rUnPE4sap5EbKbLtr.lazyload, #chVvXTi5lKQKSJ1rUnPE4sap5EbKbLtr.lazyloading { background-image: none; }#chVvXTi5lKQKSJ1rUnPE4sap5EbKbLtr > .row .container { background-color: transparent; background-image: none; }#chVvXTi5lKQKSJ1rUnPE4sap5EbKbLtr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chVvXTi5lKQKSJ1rUnPE4sap5EbKbLtr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chVvXTi5lKQKSJ1rUnPE4sap5EbKbLtr > .row .container > .video-iframe-container { display: none; }#chVvXTi5lKQKSJ1rUnPE4sap5EbKbLtr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#chVvXTi5lKQKSJ1rUnPE4sap5EbKbLtr > .row > .video-iframe-container { display: none; }#chVvXTi5lKQKSJ1rUnPE4sap5EbKbLtr > .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); }#chVvXTi5lKQKSJ1rUnPE4sap5EbKbLtr > .row .container { border-width: 0; border-radius: 0; }#chVvXTi5lKQKSJ1rUnPE4sap5EbKbLtr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#chVvXTi5lKQKSJ1rUnPE4sap5EbKbLtr > .row .container { font-size:0.875rem;font-family:arial;height:24.6875rem;width:75rem;position:relative;display:block; }#dGHTR5rm3ZcQpOgqT0Me4pi5brnORamX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.125rem;width:21.125rem;top:0.96875rem;left:10.0625rem;overflow:hidden;display:block; }
#QPsK55ruHsWLXFXws99w6nkwoN100nD8 { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00adef;border-left:0.125rem solid #00adef;border-right:0.125rem solid #00adef;border-bottom:0.125rem solid #00adef;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:18rem;width:39.1875rem;top:2.5rem;left:25.5625rem;display:block; }
#pF6y5rM94rMhSniQ2IV9SkuvdIqVVf9N { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:4.75rem;left:27.9375rem;overflow:hidden;display:block; }
#C4V7BI6IQCkVbbNB02Et2vdMcT05tN6R { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:8.125rem;left:27.4375rem;height:6.25rem;font-style:normal;display:block; }
#bWZit38L1MuTg5y258RqeUF71fAwvwOe { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:16.5625rem;left:39.1875rem;height:2.699225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bV7WWx6bePP7P4k59kyBzHyXn5nRKMta { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.375rem;left:7.5rem;overflow:hidden;display:block; }
#tL89nTnttx4QDOQSV8uU7ytczZX2Iwq3 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.65625rem;left:65.75rem;overflow:hidden;display:block; }
#muwuhtiPebyqdwhhUJMmxZRLDNTbd7Pb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#muwuhtiPebyqdwhhUJMmxZRLDNTbd7Pb.adaptive-delivery-prevent-bg, #muwuhtiPebyqdwhhUJMmxZRLDNTbd7Pb.lazyload, #muwuhtiPebyqdwhhUJMmxZRLDNTbd7Pb.lazyloading { background-image: none; }#muwuhtiPebyqdwhhUJMmxZRLDNTbd7Pb > .row .container { background-color: transparent; background-image: none; }#muwuhtiPebyqdwhhUJMmxZRLDNTbd7Pb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muwuhtiPebyqdwhhUJMmxZRLDNTbd7Pb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muwuhtiPebyqdwhhUJMmxZRLDNTbd7Pb > .row .container > .video-iframe-container { display: none; }#muwuhtiPebyqdwhhUJMmxZRLDNTbd7Pb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#muwuhtiPebyqdwhhUJMmxZRLDNTbd7Pb > .row > .video-iframe-container { display: none; }#muwuhtiPebyqdwhhUJMmxZRLDNTbd7Pb > .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); }#muwuhtiPebyqdwhhUJMmxZRLDNTbd7Pb > .row .container { border-width: 0; border-radius: 0; }#muwuhtiPebyqdwhhUJMmxZRLDNTbd7Pb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#muwuhtiPebyqdwhhUJMmxZRLDNTbd7Pb > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#IsMy5bFGyRgKk7Au5eGo5fG5cUV142nL { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:19.1875rem;top:2.03125rem;left:45.3125rem;overflow:hidden;display:block; }
#oQqc6D1aTuyH4NEcgZ2BNfptBI7T53vi { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #004aad;border-left:0.125rem solid #004aad;border-right:0.125rem solid #004aad;border-bottom:0.125rem solid #004aad;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:18rem;width:39.1875rem;top:2.5rem;left:10.0625rem;display:block; }
#A06gGBFKQMI7Tow5CTHObhcwTFuucyi8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:4.75rem;left:12.125rem;overflow:hidden;display:block; }
#A1XqqsBd8zXgaCpiL9DZLoHxHdMQRUFB { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:7.75rem;left:12.125rem;height:7.875rem;font-style:normal;display:block; }
#xhubD79FIbET0piTHOUesCPcyA0hmKKM { color:rgba(var(--color-tertiary-4),1);display:block;width:28rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:16rem;left:18.75rem;height:2.699225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#bcynTs1P91TwNo4pwBqcSIgebUWK5ykO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.8125rem;left:65.75rem;overflow:hidden;display:block; }
#hE1tLWfWiLev5QGlLibKDywCepVlNesb { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.5rem;left:7.5rem;overflow:hidden;display:block; }
#O6kL4n6w99rgFifgwd6Z2zWHm482hdrn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#O6kL4n6w99rgFifgwd6Z2zWHm482hdrn.adaptive-delivery-prevent-bg, #O6kL4n6w99rgFifgwd6Z2zWHm482hdrn.lazyload, #O6kL4n6w99rgFifgwd6Z2zWHm482hdrn.lazyloading { background-image: none; }#O6kL4n6w99rgFifgwd6Z2zWHm482hdrn > .row .container { background-color: transparent; background-image: none; }#O6kL4n6w99rgFifgwd6Z2zWHm482hdrn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6kL4n6w99rgFifgwd6Z2zWHm482hdrn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6kL4n6w99rgFifgwd6Z2zWHm482hdrn > .row .container > .video-iframe-container { display: none; }#O6kL4n6w99rgFifgwd6Z2zWHm482hdrn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O6kL4n6w99rgFifgwd6Z2zWHm482hdrn > .row > .video-iframe-container { display: none; }#O6kL4n6w99rgFifgwd6Z2zWHm482hdrn > .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); }#O6kL4n6w99rgFifgwd6Z2zWHm482hdrn > .row .container { border-width: 0; border-radius: 0; }#O6kL4n6w99rgFifgwd6Z2zWHm482hdrn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O6kL4n6w99rgFifgwd6Z2zWHm482hdrn > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#U70SPWLXHzbSHmllHLdTQIgwhonIg2Bx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:16.9375rem;top:1.46875rem;left:12.375rem;overflow:hidden;display:block; }
#ANJBI8ucdRVPAeXw8fqTzkUAFGKFJixH { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00adef;border-left:0.125rem solid #00adef;border-right:0.125rem solid #00adef;border-bottom:0.125rem solid #00adef;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:18rem;width:39.1875rem;top:2.5rem;left:25.5625rem;display:block; }
#pBDxhRr1DFRFnwrtSrBhof6BNT6dnlLR { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:4.75rem;left:27.9375rem;overflow:hidden;display:block; }
#eIFbFCZbFC9bTgdTvoqs0H4l3k3mikyW { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:8.125rem;left:27.4375rem;height:6.25rem;font-style:normal;display:block; }
#daQ6Sp0PxHMEKZM5T83k1vIQrr9WMTHE { color:rgba(var(--color-tertiary-4),1);display:block;width:34.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:16.5625rem;left:27.75rem;height:2.699225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GViXBsraNbSJJThllLpWA5ZITGJMxs8P { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.375rem;left:7.5rem;overflow:hidden;display:block; }
#hrM2CRlwrDRPXcLqMCtP691GUss5nQeq { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.65625rem;left:65.75rem;overflow:hidden;display:block; }
#VOdgJJuJ8UgBZ3NoKJhcJivVhGk8W9TB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VOdgJJuJ8UgBZ3NoKJhcJivVhGk8W9TB.adaptive-delivery-prevent-bg, #VOdgJJuJ8UgBZ3NoKJhcJivVhGk8W9TB.lazyload, #VOdgJJuJ8UgBZ3NoKJhcJivVhGk8W9TB.lazyloading { background-image: none; }#VOdgJJuJ8UgBZ3NoKJhcJivVhGk8W9TB > .row .container { background-color: transparent; background-image: none; }#VOdgJJuJ8UgBZ3NoKJhcJivVhGk8W9TB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOdgJJuJ8UgBZ3NoKJhcJivVhGk8W9TB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOdgJJuJ8UgBZ3NoKJhcJivVhGk8W9TB > .row .container > .video-iframe-container { display: none; }#VOdgJJuJ8UgBZ3NoKJhcJivVhGk8W9TB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VOdgJJuJ8UgBZ3NoKJhcJivVhGk8W9TB > .row > .video-iframe-container { display: none; }#VOdgJJuJ8UgBZ3NoKJhcJivVhGk8W9TB > .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); }#VOdgJJuJ8UgBZ3NoKJhcJivVhGk8W9TB > .row .container { border-width: 0; border-radius: 0; }#VOdgJJuJ8UgBZ3NoKJhcJivVhGk8W9TB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VOdgJJuJ8UgBZ3NoKJhcJivVhGk8W9TB > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#rQN2BsorxDTiTFkac1rzyoV9nrxXWwDA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.1875rem;width:19.1875rem;top:2.03125rem;left:45.3125rem;overflow:hidden;display:block; }
#wmP56zkNrQ55eVQDrIB7Wdr4XN65z2xR { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #004aad;border-left:0.125rem solid #004aad;border-right:0.125rem solid #004aad;border-bottom:0.125rem solid #004aad;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:18rem;width:39.1875rem;top:2.5rem;left:10.0625rem;display:block; }
#BCVcMMQnuas9IenQSsixbR1gMdbUm3S2 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:4.75rem;left:12.125rem;overflow:hidden;display:block; }
#bJG8p1daTwB2qthftfE0Hbe5CKAyDHNr { color:rgba(var(--color-tertiary-4),1);display:block;width:35.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:7.75rem;left:12.125rem;height:5.625rem;font-style:normal;display:block; }
#XK995RKlQcT4ezrqpD7uuN0KDIAV196c { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:16rem;left:23.8125rem;height:2.699225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Rn6f893PTwbu2gVW4XTqbHWdT1rU145F { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.8125rem;left:65.75rem;overflow:hidden;display:block; }
#QH1nHEKWNkPiLWF9UMITaTpCxsths2cC { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.5rem;left:7.5rem;overflow:hidden;display:block; }
#P5EXUCeEyZxT5f2iwHz99dm3yVrkNOUF { 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; }#P5EXUCeEyZxT5f2iwHz99dm3yVrkNOUF > .row .container { background-color: transparent; background-image: none; }#P5EXUCeEyZxT5f2iwHz99dm3yVrkNOUF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5EXUCeEyZxT5f2iwHz99dm3yVrkNOUF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5EXUCeEyZxT5f2iwHz99dm3yVrkNOUF > .row .container > .video-iframe-container { display: none; }#P5EXUCeEyZxT5f2iwHz99dm3yVrkNOUF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P5EXUCeEyZxT5f2iwHz99dm3yVrkNOUF > .row > .video-iframe-container { display: none; }#P5EXUCeEyZxT5f2iwHz99dm3yVrkNOUF > .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); }#P5EXUCeEyZxT5f2iwHz99dm3yVrkNOUF > .row .container { border-width: 0; border-radius: 0; }#P5EXUCeEyZxT5f2iwHz99dm3yVrkNOUF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P5EXUCeEyZxT5f2iwHz99dm3yVrkNOUF > .row .container { font-size:0.875rem;font-family:arial;height:23.5625rem;width:75rem;position:relative;display:block; }#uLoZbRbWmyWbymh9fizCXe3lhHJ9oRmX { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.1875rem;width:20.1875rem;top:1.4375rem;left:10.25rem;overflow:hidden;display:block; }
#cSbCVc8fZo68bC2TECNFNbNv3ZuvGA9V { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00adef;border-left:0.125rem solid #00adef;border-right:0.125rem solid #00adef;border-bottom:0.125rem solid #00adef;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.625rem 0.375rem 5rem rgba(0,0,0,0.06) ;height:18rem;width:39.1875rem;top:2.5rem;left:25.5625rem;display:block; }
#WuspIEe1tqdt6Ef22iDKgngrhGA7a9uZ { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:4.75rem;left:27.9375rem;overflow:hidden;display:block; }
#sgM3r57yCpXR7XwUwoh8wKqakQipLkbZ { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:8.125rem;left:27.4375rem;height:5.9375rem;font-style:normal;display:block; }
#c5BvNpsRrCyfM4vmnl0hyI9Weuxk2ctR { color:rgba(var(--color-tertiary-4),1);display:block;width:22.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.2;letter-spacing:0;top:16.5625rem;left:39.1875rem;height:2.699225rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PETg99uT8teSTZ5D7GfIZ4pvsNTXTFwE { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.375rem;left:7.5rem;overflow:hidden;display:block; }
#AJT5Sorkct7pLhCvSr6X5IycCTN1KemL { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.75rem;width:1.75rem;top:10.65625rem;left:65.75rem;overflow:hidden;display:block; }
#JEetMTEZdpXm5X0XLBKKG5Wru0Q4JT3w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#JEetMTEZdpXm5X0XLBKKG5Wru0Q4JT3w > .row .container { background-color: transparent; background-image: none; }#JEetMTEZdpXm5X0XLBKKG5Wru0Q4JT3w::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEetMTEZdpXm5X0XLBKKG5Wru0Q4JT3w > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEetMTEZdpXm5X0XLBKKG5Wru0Q4JT3w > .row .container > .video-iframe-container { display: none; }#JEetMTEZdpXm5X0XLBKKG5Wru0Q4JT3w > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEetMTEZdpXm5X0XLBKKG5Wru0Q4JT3w > .row > .video-iframe-container { display: none; }#JEetMTEZdpXm5X0XLBKKG5Wru0Q4JT3w > .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); }#JEetMTEZdpXm5X0XLBKKG5Wru0Q4JT3w > .row .container { border-width: 0; border-radius: 0; }#JEetMTEZdpXm5X0XLBKKG5Wru0Q4JT3w > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEetMTEZdpXm5X0XLBKKG5Wru0Q4JT3w > .row .container { font-size:0.875rem;font-family:arial;height:20.8125rem;width:75rem;position:relative;display:block; }#xBrUQs6BlZGzfGi6GtxaiwAMxTS6bhJl { color:#ffffff;display:block;width:47.9375rem;position:absolute;font-family:montserrat;font-size:2.3125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:6.21533203125rem;left:11.6875rem;height:6.01171875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zRhQfJ7686l0asTcuoybFJUhk4puU33A { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:"yeseva one";font-size:8.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.93994140625rem;left:10.3125rem;height:10.5625rem;font-style:normal;display:block; }
#Cfbqu58wgAzK9q30LL5o4W5zJKeZcnNu { color:rgba(var(--color-tertiary-4),1);display:block;width:12.625rem;position:absolute;font-family:"yeseva one";font-size:8.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.8125rem;left:55.375rem;height:10.5625rem;font-style:normal;display:block; }
#Lpp3JASryEizLTQ6EQwdpUU2q190i6t8 { border-bottom:0;border-left:0;border-right:0;border-top: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; }#Lpp3JASryEizLTQ6EQwdpUU2q190i6t8 > .row .container { background-color: transparent; background-image: none; }#Lpp3JASryEizLTQ6EQwdpUU2q190i6t8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lpp3JASryEizLTQ6EQwdpUU2q190i6t8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lpp3JASryEizLTQ6EQwdpUU2q190i6t8 > .row .container > .video-iframe-container { display: none; }#Lpp3JASryEizLTQ6EQwdpUU2q190i6t8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lpp3JASryEizLTQ6EQwdpUU2q190i6t8 > .row > .video-iframe-container { display: none; }#Lpp3JASryEizLTQ6EQwdpUU2q190i6t8 > .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); }#Lpp3JASryEizLTQ6EQwdpUU2q190i6t8 > .row .container { border-width: 0; border-radius: 0; }#Lpp3JASryEizLTQ6EQwdpUU2q190i6t8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lpp3JASryEizLTQ6EQwdpUU2q190i6t8 > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;position:relative;display:block; }#mEQgpCvdxbAXqTbMPtUfxwZu0BLXW3Sp { display:block;width:27.9375rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15000;line-height:1.2;letter-spacing:0;top:8.5625rem;left:6.4375rem;height:7.42383125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KAVmvrBA9lJ0A51ZIQkzJGLOnOwVyCIl { display:block;width:20.8125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:18.625rem;left:7.6875rem;height:1.94970625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#DpbHS5anguTXvqtbAcx1kt843aHVVVKv { color:rgba(var(--color-tertiary-0),1);display:block;width:11.3114375rem;position:absolute;font-family:rubik;font-size:0.8125rem;font-weight:normal;z-index:14998;line-height:1.3;letter-spacing:0;top:14.6875rem;left:53.875rem;height:1.05615rem;display:block; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-form-header {  }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:bold;color:#19232e;width:20rem;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; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.37);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-bottom:0;border-left:0;border-right:0;border-top: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:20rem;box-sizing:border-box;height:2.875rem;color:rgba(var(--color-secondary-0),1);font-size:0.8125rem;overflow:hidden;font-family:rubik;box-shadow: none;vertical-align:top; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-input-text {padding-top: 0; padding-bottom: 0;}#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.37);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-bottom:0;border-left:0;border-right:0;border-top: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:20rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-0),1);font-size:0.8125rem;overflow:hidden;font-family:rubik;box-shadow: none;vertical-align:top; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .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:rgba(var(--color-primary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-bottom:0;border-left:0;border-right:0;border-top: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:20rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-secondary-0),1);font-family:rubik;font-size:0.8125rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-input-select {padding-top: 0; padding-bottom: 0;}#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .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; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-input-button { border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;background-color:#00adef;background-image:none;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:4rem;margin-bottom:0.25rem;margin-left:4rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#ffffff;width:12rem;height:3.1875rem;font-family:rubik;overflow:hidden;box-shadow: 0rem 0.3125rem 0.4375rem rgba(0,0,0,0.21) ;text-align:center;text-align-last:center; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:montserrat;font-size:0.8125rem; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:montserrat;font-size:0.8125rem; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:montserrat;font-size:0.8125rem; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-0),1);font-family:montserrat;font-size:0.8125rem; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .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:montserrat;font-size:0.625rem;font-weight:400;color:#ffffff;vertical-align:top;width:18.9375rem;overflow:hidden;font-style:normal;line-height:1.1;float:none;text-align:center;text-align-last:center; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .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; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .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:rubik;font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-container:first-of-type{padding-top:0;}#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-container:last-of-type{padding-bottom:0;}#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS  { background-color:#013070;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14999;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:3.75rem;left:37.5rem; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20rem;display:block;vertical-align:top; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS {display:block;}#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS { background-color:#013070;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14999;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:3.75rem;left:37.5rem; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #nSeZDkTNyBsuu1uJkXbU4DPAbqmHgM6J { position:relative; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #OlnSbR57REzros6PI1dmgAcQ6QiHqHhX { position:relative;display:none; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #zhBsBW7MxTQuMDVGZHH6lQFGphHWJ1x4 { position:relative; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #yPO9JBxf1P7dNiO2CFg9TtxSfoTZp3en { position:relative; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #rKRZOCwUVPUCS7ELFD044pshFPRVDb4h { position:relative;display:none; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #GcWFZ5ySHQICGnnCn6kC4AVndGWM6cnK { position:relative; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #yRrJ6ngD9RZtkVVgRJku9TZybruqcSRW { position:relative; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #SdBQ3ay5522NlW2MkEz438TIFbxtuhpM { position:relative;display:none; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #NzSUnPfQkqKRf8bpecC6Q4CsHz4MEBFa { position:relative; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #eO3c3afWTvPwSS7s5aUlZSaqhUkR3fNv { position:relative; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #e4kOw9vWT4ceXzpb9Zt5HT2fnVtx0N2R { position:relative;display:none; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #EsIEQivuIi4aRBFsIq9vvZpCx2tL2XTh { position:relative; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #oWFNAoSE1uEnUrTrldF6ORwK1XNzm6Hf { position:relative; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #iPxebuQK53lF3B4uS9fcZ5iDab7bZHDU { position:relative;z-index:2; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #VOiQdWg0nIowAqMpESsdeNeKGldcRdp1 { position:relative; }
#DMIUTUJPOpVn8AlSaSRoK0lwIQioFsPO { position:relative;display:block; }
#N5XREVmqViG1IvksHcTNzoKw0UheMDSQ { position:relative;display:block; }
#wPeZJHflnLe4l3uFxmuN8guIUzxzTT2o { position:relative;display:block; }
#pTiWT2mEZvZ2NpVUN9hVA7TyBBgyyy4m { position:relative;display:block; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #GKOqvWRbUZAMbqedn1HcmNXrpsiiGQTu { position:relative; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #DDQEPBwgr9APqyG3Jasb5twha9mlNENQ { position:relative; }
#v8PkdwBaAeiTyT9xItBlIEKxzqTt3u8H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:21.125rem;left:31.1875rem; }
#TKJt4Th5FlmCt50EfCwmeVN13VMP4k07 { 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; }#TKJt4Th5FlmCt50EfCwmeVN13VMP4k07 > .row .container { background-color: transparent; background-image: none; }#TKJt4Th5FlmCt50EfCwmeVN13VMP4k07::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKJt4Th5FlmCt50EfCwmeVN13VMP4k07 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKJt4Th5FlmCt50EfCwmeVN13VMP4k07 > .row .container > .video-iframe-container { display: none; }#TKJt4Th5FlmCt50EfCwmeVN13VMP4k07 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TKJt4Th5FlmCt50EfCwmeVN13VMP4k07 > .row > .video-iframe-container { display: none; }#TKJt4Th5FlmCt50EfCwmeVN13VMP4k07 > .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); }#TKJt4Th5FlmCt50EfCwmeVN13VMP4k07 > .row .container { border-width: 0; border-radius: 0; }#TKJt4Th5FlmCt50EfCwmeVN13VMP4k07 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TKJt4Th5FlmCt50EfCwmeVN13VMP4k07 > .row .container { font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;position:relative;display:block; }#i6aTVFIEEBVmMqFffswHuAncsT7Flhx7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.8125rem;width:5.4375rem;top:3.25rem;left:1.6875rem;overflow:hidden;display:block; }
#SfnydW2liegkn5ix1SI8P5Sx27zch4M1 { color:#013070;display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.369140625rem;left:60.9375rem;height:1.13720625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aF9fyVxgv6R7UadGaN26Sp8brTNmCMu0 { display:block; }#aF9fyVxgv6R7UadGaN26Sp8brTNmCMu0 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLhyOq9fUclA3yKLiubLp5GqyAfF1HUL { top:11.4375rem;left:0rem;width:38.125rem;height:6rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwlAXWOhyu3Qm4TUd5A9Q5mRc5Wlp9TX { width:0.5rem;height:31.25rem;top:0rem;left:26.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwk8uT1Ou4TC3o4PIAUGGJktPtmWtqsk { width:0.5rem;height:31.25rem;top:0rem;left:29.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4tmDtpOovndEhELl9F4qtbTIC7vT9Zh { width:0.5rem;height:31.25rem;top:0rem;left:34.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO2ggTisbXl462gm7wVgbckyFEaZKII1 { width:0.5rem;height:31.25rem;top:0rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVTVmkENo7uQZ33eqaDBxKMFb76oBCrM { width:7.75rem;height:7.75rem;top:1.375rem;left:39.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdUmKy8VqHah3C1AQW2NsI5UPfV8J81Q { top:3.6875rem;left:40.25rem;width:7.5rem;height:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROXhMowtblkfOFtrJ5CR6tnfTLdWTMH2 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoOsfHqyWfs7RsoFz259oTEDV7ZJZ0DA { display:block; }
 }@media only screen and (max-width: 763px) { #AFQMGu39NBV8nMp6M3HZZVDbUG6kWQKL { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#AFQMGu39NBV8nMp6M3HZZVDbUG6kWQKL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
 }@media only screen and (max-width: 763px) { #eLLdpWBOqlHfngOVLOXB0muVK6Aq9iZ3 { width:21.3125rem;height:30.1875rem;top:4.75rem;left:26.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdviTshnegcRFZfUTxIOIef4s1patvSA { top:6.75rem;left:0rem;width:19.8125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF7R5DqVHSiwqaQ7cJsyoFELkM4VEXlC { top:7.5625rem;left:0rem;width:18.8125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry12SkxlFut4zRsniraVidfCzz8PEZaH { top:19.3125rem;left:0rem;width:38.125rem;height:3.25rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTbttD8ce1ihbdp20h40eJak3bLEFrXU { top:41.0625rem;left:0rem;width:47.75rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3PSJLxQ7pX0KUiSxZWdJw6GKMQOFrqJ { top:2.5625rem;left:0rem;width:6.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC0Nm8eicWMRAX8tU3Ff3u8J3goNmceL { display:block; }#MC0Nm8eicWMRAX8tU3Ff3u8J3goNmceL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKcRI2TBfJA0LBo1QNQy9vFBXWpTHPQu { width:21.25rem;height:11.875rem;top:12.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBGkW1RM9eIaTPFTU0ky4v38ddZgnni3 { top:14.5625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nDNhe98RHO5TcZNhfgeMGT4a75OUTMrr { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1no9mm6BT9dw4p3A6I3OlGiZgvG0gJW { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsqxJ0AGAqWAwtbBk1rHiPmEk2A0Oh8G { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDUqMsSiJGTbDTF9dBrII3oqTprJfCrH { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbKFJx0GdHCZTFBCx11zF6rToSA56W6r { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cflPRMZTic7ZH828qQO4ImTC0mvQ7erx { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrFCgmJyW9hgIeXEkbuDJJkyNgP4h7hu { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcs0aavT6DTVnVDTCv6fO1NrPzabKp6w { width:21.25rem;height:11.5625rem;top:12.6875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqxlQ86CTToGTbaCyFhErUIAa256P6xe { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBotK1XWhX8WGbdCbPoEAHiiiLkAeOFZ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nitfoWJPBt5TiFSo25ZZ4guIZsFPiyN7 { top:14.5625rem;left:15.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BuMDFzPlxUtzkPJzoNDUAn2tq1S4U6Mi { width:21.25rem;height:11.4375rem;top:12.6875rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZpM9s0vK0F6wApuvqL5xGThyqgL1T85 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uM6JXuLIc46TTy03ZTaS0eAdqClibE51 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDrAC1UK6AZPZhgthh6RIUCdlR3EWr5k { top:14.5625rem;left:42rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1742sT6K90iOJHXlyOELtyn0hnXh6T9 { width:21.25rem;height:11.4375rem;top:26.375rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEmKNv0cbbi6zEErWC1TwBuD7wtX2toC { width:21.25rem;height:11.5625rem;top:26.375rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #owEvwqJS5qIwPPsTuzRmtpGyTe55I9S9 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rw4TT6hIm40uv036ntyRzN1CeRVk1rb8 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3La2kQDAaXyUnXt6FMFWC8P3HMbTPwu { width:21.25rem;height:11.875rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0lUXJfEDTpy2IvuHGfWUKAvE7a79VoA { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BbeSg1hDWcsdUGcXGRKPXc8yuMJ5KCW2 { top:28.25rem;left:15.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2lW2nxHCuDrvU9vAMst34p6BSLyUpdI { top:28.25rem;left:41.125rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytArkVJGszEhzDGTkd4TgAZzWyU4dTow { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgrF108Fe6kllMPe4KwFSufwDCMfD8HQ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXgSDng1c3JFQVFPMXWSsUTzvAhaaw3o { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUHHAwpaXDaINOsL5qJWcSqc7FKZhsZ1 { top:28.25rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swKido2VxInViPJdKcDpJwDD9JlHzWDg { display:block; }#swKido2VxInViPJdKcDpJwDD9JlHzWDg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fyr6WNEmME56Jl9B7LTk77iSAQAFO2Iw { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #avtKP1vLCwcoC28SdKz6SoRwWNwF1NvE { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTlpXK43b1z09ywd3zEDhvm1FULhvCyb { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KipDrVATc9IBmfZPW5cQvr4x8ky47GxR { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiffl73Vl7ik1BZV5WKcsZn5Bf6IWLC7 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkiwaqqBNOMucmog0Qc30CvVOKompU0c { top:12.4375rem;left:0rem;width:14.9375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqKlK5qphux3lhKDUN52GWxnQlFOkAVl { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#PqKlK5qphux3lhKDUN52GWxnQlFOkAVl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
 }@media only screen and (max-width: 763px) { #v688CycUtoFQ11833NhB3JEbazHLcyHc { top:18.25rem;left:0rem;width:14.9375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmrvSi5RtB65KyTyJodzJcXkLEiPLSn3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#KmrvSi5RtB65KyTyJodzJcXkLEiPLSn3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
 }@media only screen and (max-width: 763px) { #tcarRqdOGF4XM6ZzTwHiFSWPKnMPZFXv { top:12.4375rem;left:16.75rem;width:14.9375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKil2JaOgt334N3og1qEuuX8J4EVzgc1 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#HKil2JaOgt334N3og1qEuuX8J4EVzgc1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
 }@media only screen and (max-width: 763px) { #GWU7CQBrlw1PqG6N4MopIk5GT9oD40uf { top:18.25rem;left:16.75rem;width:14.9375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0AKLy38c8c4BAne8kxkeP8kwD3Gmioq { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#n0AKLy38c8c4BAne8kxkeP8kwD3Gmioq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
 }@media only screen and (max-width: 763px) { #iyy7vAJCx5haabaLUTA8PW4Jg02IEZ2n { top:12.4375rem;left:32.8125rem;width:14.9375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyUsqROTEtc4ZHmwBVOHnxvgDXy4tTuu { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#wyUsqROTEtc4ZHmwBVOHnxvgDXy4tTuu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
 }@media only screen and (max-width: 763px) { #W0eQVKmDMQybZllCopblg1yWKct1n4Nh { top:18.25rem;left:32.8125rem;width:14.9375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #STm5wQNFCvdBg5IHBsW3a3Ap3EvXylu4 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#STm5wQNFCvdBg5IHBsW3a3Ap3EvXylu4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
 }@media only screen and (max-width: 763px) { #NVNJ8cV790dTlUP3TR666Aucd5gGK1us { top:24.125rem;left:16.75rem;width:14.9375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXV2btKQWX7dwGrngSIr78Lp4dADWRLM { top:24.125rem;left:32.8125rem;width:14.9375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGLsKtMsNklSxFbNyI0J7aLP7sZmN1TJ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#ZGLsKtMsNklSxFbNyI0J7aLP7sZmN1TJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
 }@media only screen and (max-width: 763px) { #X2f4nT3SrR8rVoWoBU1X6ZnifCaUv92g { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#X2f4nT3SrR8rVoWoBU1X6ZnifCaUv92g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
 }@media only screen and (max-width: 763px) { #iNTuTMWFysF3WpNocsFfiqeQkZeNfqTw { top:24.125rem;left:0rem;width:14.9375rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWiEezDqoPzpzMN4PFygmUegozW4N86s { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }#tWiEezDqoPzpzMN4PFygmUegozW4N86s li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
 }@media only screen and (max-width: 763px) { #T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS { display:block; }#T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSzMv3hpxEJ3XxLC05dKep0IGSXxFAwa { width:47.75rem;height:2.8125rem;top:2.9375rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J { display:block; }#grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAKubSSU1RBpEuaozk8HIuQdFKonTXC1 { width:47.75rem;height:24.375rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PweJFGCsSQ8mC5iCFIWurL7o1BoQLJoT { width:20.5625rem;height:1.75rem;top:9.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MurB8Hr22nRMJKsKVsv0rzxHSbpEucIp { top:0rem;left:4.5rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7q9VAl7HrVg2OGLDbMvQT7JnMI1GnDg { width:47.75rem;height:13.5rem;top:13.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTFEQAQaBAKFOJzdgiSM034p6NOIdW7p { width:20.5625rem;height:1.75rem;top:9.25rem;left:27.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJxHaOAOSP9BH4b3aHhD0hZzQN8CECgZ { top:0rem;left:34.1875rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG8bTRu9VCrtCSLgT27bs5vCQzAF3s9C { display:block; }#IG8bTRu9VCrtCSLgT27bs5vCQzAF3s9C > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbD3bxByRlys90GxrV9Oe2Qh0hdR3kbL { width:47.75rem;height:2.8125rem;top:4.0625rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dytVS8Lbt8TrqeLq4bfSPTBkoHHZT14c { display:block; }#dytVS8Lbt8TrqeLq4bfSPTBkoHHZT14c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7Tl0e3xKz9tXxHq2Ta0ay0H00lIfhep { width:21.125rem;height:21.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGPsTCo8sKbsLTCo5JM4WtRI7pAMMrIl { width:39.1875rem;height:18rem;top:2.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT4qrfqpDZM28TJ922fq411W3odUwsws { width:2.4375rem;height:2.4375rem;top:3.5rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6rUpXbr4O4MzcQXc0pZf3HgULKDyUOO { width:36.125rem;height:9rem;top:6.75rem;left:11.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKQryNophAiC6PEI1Xv9WydlC3RiGLCL { width:22.9375rem;height:2.6875rem;top:16.5625rem;left:24.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tyFdyxzNW2JP4PeF2IdQ5lCv6ZMICGk3 { top:10.375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyHLUh2LESeX7mld6M8ciIlTefotoOIc { top:10.625rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAxXz4dpBSNwIyyaBUDITfLTBs9dWAdM { display:block; }#KAxXz4dpBSNwIyyaBUDITfLTBs9dWAdM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdVSi8y06lzg64XrUNDT33MCN8XTrUXg { width:21.125rem;height:21.125rem;top:0.9375rem;left:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAvsl4AcX9TeTImFBgdwA0D6FAb8SBSc { width:39.1875rem;height:18rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L99AN9EJ0uPvXBSt2sUwfsuwwr6t9q5W { width:2.4375rem;height:2.4375rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSHWZuEzMB5s67x0dPWV6Th5dfOKpSv7 { width:36.25rem;height:9.5625rem;top:6.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgZ8kMPoqezSTZLyOqZ3EmiTw2T6Fi9z { width:25.3125rem;height:2.6875rem;top:17.0625rem;left:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iNORSzzMVP5zAO7yOheN2tGavbzaayAZ { top:10.8125rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwQonkekgccBow7b2SnOGOsFhtKcXV1B { top:10.5rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB84cTgC3TiDAuBgT8pk5WhpHIppfxgA { display:block; }#AB84cTgC3TiDAuBgT8pk5WhpHIppfxgA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9UEV75MSq60ch8zKrSMqPLBTP3renrd { width:21.125rem;height:21.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xToexqyCXLbXL9seahLRbUFQuCvoG7ba { width:39.1875rem;height:18rem;top:2.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmzcgAkxHuMCNvnb2IJ8GCvhUMThf5E5 { width:2.4375rem;height:2.4375rem;top:4.75rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB6XiTgw65vm1NqlMJp83n2VSZBHfc0i { width:36.125rem;height:7.125rem;top:8.125rem;left:11.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFz4whyw3IncPcXF8E4wAb0iD4OJ1JHz { width:22.9375rem;height:2.6875rem;top:16.5625rem;left:24.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDgF7Wu3glSV8bDeyGbGg85PVsuHAMXs { top:10.375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeVc3iOPc5PzhvCleOSS9IpLXflcyyFE { top:10.625rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rsnad8Jw1tCFzloOVFkFo2OO2RiyLW6F { display:block; }#Rsnad8Jw1tCFzloOVFkFo2OO2RiyLW6F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQMTIGvEdSp0KkzElRxyzVT5L8NFnMDb { width:21rem;height:21rem;top:1rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS1RnytgfDvFO5iGctFWZPvwfXodSF2U { width:39.1875rem;height:18rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k10rmO87GatbbPmGpGP9tokecnOnIrxZ { width:2.4375rem;height:2.4375rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIwAbOdOdX5qH8vNiOeDpbe28WTmqQms { width:35.6875rem;height:6.375rem;top:7.75rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ea9zxr4v5AhwGutURy3qazBpUQB7FIV7 { width:22.9375rem;height:2.6875rem;top:16rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OSbxmIAD2BevlVd9l0q3hfAe6v5gDUsM { top:10.8125rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftq5VrX5evW47vJMwKTJzxadI7prd924 { top:10.5rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #chVvXTi5lKQKSJ1rUnPE4sap5EbKbLtr { display:block; }#chVvXTi5lKQKSJ1rUnPE4sap5EbKbLtr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGHTR5rm3ZcQpOgqT0Me4pi5brnORamX { width:21.125rem;height:21.125rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPsK55ruHsWLXFXws99w6nkwoN100nD8 { width:39.1875rem;height:18rem;top:2.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF6y5rM94rMhSniQ2IV9SkuvdIqVVf9N { width:2.4375rem;height:2.4375rem;top:4.75rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4V7BI6IQCkVbbNB02Et2vdMcT05tN6R { width:36.125rem;height:6.25rem;top:8.125rem;left:11.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWZit38L1MuTg5y258RqeUF71fAwvwOe { width:22.9375rem;height:2.6875rem;top:16.5625rem;left:24.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV7WWx6bePP7P4k59kyBzHyXn5nRKMta { top:10.375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL89nTnttx4QDOQSV8uU7ytczZX2Iwq3 { top:10.625rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #muwuhtiPebyqdwhhUJMmxZRLDNTbd7Pb { display:block; }#muwuhtiPebyqdwhhUJMmxZRLDNTbd7Pb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsMy5bFGyRgKk7Au5eGo5fG5cUV142nL { width:19.1875rem;height:19.1875rem;top:2rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQqc6D1aTuyH4NEcgZ2BNfptBI7T53vi { width:39.1875rem;height:18rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A06gGBFKQMI7Tow5CTHObhcwTFuucyi8 { width:2.4375rem;height:2.4375rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1XqqsBd8zXgaCpiL9DZLoHxHdMQRUFB { width:35.6875rem;height:7.875rem;top:7.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhubD79FIbET0piTHOUesCPcyA0hmKKM { width:28rem;height:2.6875rem;top:16rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bcynTs1P91TwNo4pwBqcSIgebUWK5ykO { top:10.8125rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE1tLWfWiLev5QGlLibKDywCepVlNesb { top:10.5rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6kL4n6w99rgFifgwd6Z2zWHm482hdrn { display:block; }#O6kL4n6w99rgFifgwd6Z2zWHm482hdrn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U70SPWLXHzbSHmllHLdTQIgwhonIg2Bx { width:16.9375rem;height:20.3125rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANJBI8ucdRVPAeXw8fqTzkUAFGKFJixH { width:39.1875rem;height:18rem;top:2.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBDxhRr1DFRFnwrtSrBhof6BNT6dnlLR { width:2.4375rem;height:2.4375rem;top:4.75rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIFbFCZbFC9bTgdTvoqs0H4l3k3mikyW { width:36.125rem;height:6.25rem;top:8.125rem;left:11.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #daQ6Sp0PxHMEKZM5T83k1vIQrr9WMTHE { width:34.375rem;height:2.6875rem;top:16.5625rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GViXBsraNbSJJThllLpWA5ZITGJMxs8P { top:10.375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrM2CRlwrDRPXcLqMCtP691GUss5nQeq { top:10.625rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOdgJJuJ8UgBZ3NoKJhcJivVhGk8W9TB { display:block; }#VOdgJJuJ8UgBZ3NoKJhcJivVhGk8W9TB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQN2BsorxDTiTFkac1rzyoV9nrxXWwDA { width:19.1875rem;height:19.1875rem;top:2rem;left:28.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmP56zkNrQ55eVQDrIB7Wdr4XN65z2xR { width:39.1875rem;height:18rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCVcMMQnuas9IenQSsixbR1gMdbUm3S2 { width:2.4375rem;height:2.4375rem;top:4.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJG8p1daTwB2qthftfE0Hbe5CKAyDHNr { width:35.6875rem;height:5.625rem;top:7.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XK995RKlQcT4ezrqpD7uuN0KDIAV196c { width:22.9375rem;height:2.6875rem;top:16rem;left:10.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rn6f893PTwbu2gVW4XTqbHWdT1rU145F { top:10.8125rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH1nHEKWNkPiLWF9UMITaTpCxsths2cC { top:10.5rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5EXUCeEyZxT5f2iwHz99dm3yVrkNOUF { display:block; }#P5EXUCeEyZxT5f2iwHz99dm3yVrkNOUF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLoZbRbWmyWbymh9fizCXe3lhHJ9oRmX { width:20.1875rem;height:20.1875rem;top:1.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSbCVc8fZo68bC2TECNFNbNv3ZuvGA9V { width:39.1875rem;height:18rem;top:2.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuspIEe1tqdt6Ef22iDKgngrhGA7a9uZ { width:2.4375rem;height:2.4375rem;top:4.75rem;left:14.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgM3r57yCpXR7XwUwoh8wKqakQipLkbZ { width:36.125rem;height:5.9375rem;top:8.125rem;left:11.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5BvNpsRrCyfM4vmnl0hyI9Weuxk2ctR { width:22.9375rem;height:2.6875rem;top:16.5625rem;left:24.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PETg99uT8teSTZ5D7GfIZ4pvsNTXTFwE { top:10.375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJT5Sorkct7pLhCvSr6X5IycCTN1KemL { top:10.625rem;left:46rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEetMTEZdpXm5X0XLBKKG5Wru0Q4JT3w { display:block; }#JEetMTEZdpXm5X0XLBKKG5Wru0Q4JT3w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBrUQs6BlZGzfGi6GtxaiwAMxTS6bhJl { width:47.75rem;height:6rem;top:6.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRhQfJ7686l0asTcuoybFJUhk4puU33A { top:3.9375rem;left:0rem;width:20rem;height:10.5625rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfbqu58wgAzK9q30LL5o4W5zJKeZcnNu { top:8.8125rem;left:35.125rem;width:12.625rem;height:10.5625rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lpp3JASryEizLTQ6EQwdpUU2q190i6t8 { display:block; }#Lpp3JASryEizLTQ6EQwdpUU2q190i6t8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEQgpCvdxbAXqTbMPtUfxwZu0BLXW3Sp { width:19.6875rem;height:7.6875rem;top:1.25rem;left:2.9375rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAVmvrBA9lJ0A51ZIQkzJGLOnOwVyCIl { width:19.8125rem;height:4rem;top:9.125rem;left:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpbHS5anguTXvqtbAcx1kt843aHVVVKv { top:14.6875rem;left:33.4375rem;width:11.25rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-regular-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-input-text { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-input-text {padding-top: 0; padding-bottom: 0;}#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-textarea { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-input-select { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-input-select {padding-top: 0; padding-bottom: 0;}#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-input-button { width:12rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-checkbox-label { width:18.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS  { width:20rem;height:auto;top:0rem;left:23.875rem; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .radio-container { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS {display:block;}#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS { width:20rem;height:auto;top:0rem;left:23.875rem; }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #nSeZDkTNyBsuu1uJkXbU4DPAbqmHgM6J {  }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #OlnSbR57REzros6PI1dmgAcQ6QiHqHhX { display:none; }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #zhBsBW7MxTQuMDVGZHH6lQFGphHWJ1x4 {  }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #yPO9JBxf1P7dNiO2CFg9TtxSfoTZp3en {  }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #rKRZOCwUVPUCS7ELFD044pshFPRVDb4h { display:none; }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #GcWFZ5ySHQICGnnCn6kC4AVndGWM6cnK {  }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #yRrJ6ngD9RZtkVVgRJku9TZybruqcSRW {  }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #SdBQ3ay5522NlW2MkEz438TIFbxtuhpM { display:none; }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #NzSUnPfQkqKRf8bpecC6Q4CsHz4MEBFa {  }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #eO3c3afWTvPwSS7s5aUlZSaqhUkR3fNv {  }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #e4kOw9vWT4ceXzpb9Zt5HT2fnVtx0N2R { display:none; }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #EsIEQivuIi4aRBFsIq9vvZpCx2tL2XTh {  }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #oWFNAoSE1uEnUrTrldF6ORwK1XNzm6Hf {  }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #iPxebuQK53lF3B4uS9fcZ5iDab7bZHDU {  }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #VOiQdWg0nIowAqMpESsdeNeKGldcRdp1 {  }
 }@media only screen and (max-width: 763px) { #DMIUTUJPOpVn8AlSaSRoK0lwIQioFsPO { display:block; }
 }@media only screen and (max-width: 763px) { #N5XREVmqViG1IvksHcTNzoKw0UheMDSQ { display:block; }
 }@media only screen and (max-width: 763px) { #wPeZJHflnLe4l3uFxmuN8guIUzxzTT2o { display:block; }
 }@media only screen and (max-width: 763px) { #pTiWT2mEZvZ2NpVUN9hVA7TyBBgyyy4m { display:block; }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #GKOqvWRbUZAMbqedn1HcmNXrpsiiGQTu {  }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #DDQEPBwgr9APqyG3Jasb5twha9mlNENQ {  }
 }@media only screen and (max-width: 763px) { #v8PkdwBaAeiTyT9xItBlIEKxzqTt3u8H { top:21.125rem;left:20.75rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKJt4Th5FlmCt50EfCwmeVN13VMP4k07 { display:block; }#TKJt4Th5FlmCt50EfCwmeVN13VMP4k07 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6aTVFIEEBVmMqFffswHuAncsT7Flhx7 { top:3.25rem;left:0rem;width:5.4375rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfnydW2liegkn5ix1SI8P5Sx27zch4M1 { top:3.3125rem;left:36.125rem;width:11.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aF9fyVxgv6R7UadGaN26Sp8brTNmCMu0 { display:block; }#aF9fyVxgv6R7UadGaN26Sp8brTNmCMu0 > .row .container { width:20rem;height:88.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mLhyOq9fUclA3yKLiubLp5GqyAfF1HUL { width:17.375rem;height:6.75rem;top:11.1123046875rem;left:0rem;font-size:1.875rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dwlAXWOhyu3Qm4TUd5A9Q5mRc5Wlp9TX { width:0.5rem;height:31.25rem;top:0rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwk8uT1Ou4TC3o4PIAUGGJktPtmWtqsk { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4tmDtpOovndEhELl9F4qtbTIC7vT9Zh { width:0.5rem;height:31.25rem;top:0rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HO2ggTisbXl462gm7wVgbckyFEaZKII1 { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVTVmkENo7uQZ33eqaDBxKMFb76oBCrM { width:8.6875rem;height:8.6875rem;top:40.125rem;left:11rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #LdUmKy8VqHah3C1AQW2NsI5UPfV8J81Q { width:7.5rem;height:3.29980625rem;top:42.8125rem;left:11.4375rem;font-size:1.5rem;z-index:15026;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ROXhMowtblkfOFtrJ5CR6tnfTLdWTMH2 { width:15.4375rem;height:3.75rem;top:73rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoOsfHqyWfs7RsoFz259oTEDV7ZJZ0DA { display:block; }
 }@media only screen and (max-width: 763px) { #AFQMGu39NBV8nMp6M3HZZVDbUG6kWQKL { width:18.125rem;height:10.82325rem;top:29.30126953125rem;left:0.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#AFQMGu39NBV8nMp6M3HZZVDbUG6kWQKL li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
 }@media only screen and (max-width: 763px) { #eLLdpWBOqlHfngOVLOXB0muVK6Aq9iZ3 { width:17.4375rem;height:24.75rem;top:46.125rem;left:0.3125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #MdviTshnegcRFZfUTxIOIef4s1patvSA { width:18.6875rem;height:3rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF7R5DqVHSiwqaQ7cJsyoFELkM4VEXlC { width:18.8125rem;height:1.2749rem;top:6.4873046875rem;left:0.59375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry12SkxlFut4zRsniraVidfCzz8PEZaH { width:20rem;height:4.94970625rem;top:21.0625rem;left:0rem;font-size:1.375rem;z-index:15026;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RTbttD8ce1ihbdp20h40eJak3bLEFrXU { width:20rem;height:1.6875rem;top:80.76171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3PSJLxQ7pX0KUiSxZWdJw6GKMQOFrqJ { width:6.125rem;height:2.25rem;top:0.5625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC0Nm8eicWMRAX8tU3Ff3u8J3goNmceL { display:block; }#MC0Nm8eicWMRAX8tU3Ff3u8J3goNmceL > .row .container { width:20rem;height:95.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lKcRI2TBfJA0LBo1QNQy9vFBXWpTHPQu { width:20rem;height:10.5625rem;top:15.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBGkW1RM9eIaTPFTU0ky4v38ddZgnni3 { display:flex;width:2.125rem;height:2.125rem;top:16.875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #nDNhe98RHO5TcZNhfgeMGT4a75OUTMrr { width:15.25rem;height:1.5rem;top:17.1875rem;left:4.75rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #K1no9mm6BT9dw4p3A6I3OlGiZgvG0gJW { width:17.5rem;height:3.375rem;top:21.0625rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #GsqxJ0AGAqWAwtbBk1rHiPmEk2A0Oh8G { width:17.4375rem;height:4.5rem;top:8.6875rem;left:1.375rem;font-size:1.875rem;line-height:1.2;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #IDUqMsSiJGTbDTF9dBrII3oqTprJfCrH { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbKFJx0GdHCZTFBCx11zF6rToSA56W6r { width:0.5rem;height:11.25rem;top:0rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cflPRMZTic7ZH828qQO4ImTC0mvQ7erx { width:0.5rem;height:11.25rem;top:0rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JrFCgmJyW9hgIeXEkbuDJJkyNgP4h7hu { width:0.5rem;height:11.25rem;top:0rem;left:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dcs0aavT6DTVnVDTCv6fO1NrPzabKp6w { width:20rem;height:10.3125rem;top:27.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqxlQ86CTToGTbaCyFhErUIAa256P6xe { width:17.5rem;height:3.375rem;top:32.9375rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #DBotK1XWhX8WGbdCbPoEAHiiiLkAeOFZ { width:12.4375rem;height:1.5rem;top:29.3125rem;left:5.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nitfoWJPBt5TiFSo25ZZ4guIZsFPiyN7 { display:flex;width:2.125rem;height:2.125rem;top:29rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #BuMDFzPlxUtzkPJzoNDUAn2tq1S4U6Mi { width:20rem;height:10.8125rem;top:40.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dZpM9s0vK0F6wApuvqL5xGThyqgL1T85 { width:17.5rem;height:3.375rem;top:46.1875rem;left:1.25rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uM6JXuLIc46TTy03ZTaS0eAdqClibE51 { width:13.3125rem;height:1.5rem;top:42.5rem;left:5.5rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #iDrAC1UK6AZPZhgthh6RIUCdlR3EWr5k { display:flex;width:2.125rem;height:2.125rem;top:42.1875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #n1742sT6K90iOJHXlyOELtyn0hnXh6T9 { width:20rem;height:11.4375rem;top:80.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEmKNv0cbbi6zEErWC1TwBuD7wtX2toC { width:20rem;height:11.5625rem;top:67.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #owEvwqJS5qIwPPsTuzRmtpGyTe55I9S9 { width:17.5rem;height:3.375rem;top:72.6875rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Rw4TT6hIm40uv036ntyRzN1CeRVk1rb8 { width:17.5rem;height:3.375rem;top:86.5rem;left:1.875rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #z3La2kQDAaXyUnXt6FMFWC8P3HMbTPwu { width:20rem;height:11rem;top:53.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0lUXJfEDTpy2IvuHGfWUKAvE7a79VoA { width:17.0625rem;height:4.5rem;top:58.5rem;left:1.625rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #BbeSg1hDWcsdUGcXGRKPXc8yuMJ5KCW2 { display:flex;width:2.125rem;height:2.125rem;top:69.0625rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #v2lW2nxHCuDrvU9vAMst34p6BSLyUpdI { display:flex;width:2.125rem;height:2.125rem;top:82.8125rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #ytArkVJGszEhzDGTkd4TgAZzWyU4dTow { width:11.8125rem;height:1.5rem;top:55.125rem;left:5.3125rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #cgrF108Fe6kllMPe4KwFSufwDCMfD8HQ { width:10.5625rem;height:1.5rem;top:69.125rem;left:5.5625rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WXgSDng1c3JFQVFPMXWSsUTzvAhaaw3o { width:16.5625rem;height:1.875rem;top:82.9375rem;left:3.4375rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cUHHAwpaXDaINOsL5qJWcSqc7FKZhsZ1 { display:flex;width:2.125rem;height:2.125rem;top:54.8125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #swKido2VxInViPJdKcDpJwDD9JlHzWDg { display:block; }#swKido2VxInViPJdKcDpJwDD9JlHzWDg > .row .container { width:20rem;height:68.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fyr6WNEmME56Jl9B7LTk77iSAQAFO2Iw { width:0.5rem;height:11.25rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #avtKP1vLCwcoC28SdKz6SoRwWNwF1NvE { width:0.5rem;height:11.25rem;top:0rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTlpXK43b1z09ywd3zEDhvm1FULhvCyb { width:0.5rem;height:11.25rem;top:0rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KipDrVATc9IBmfZPW5cQvr4x8ky47GxR { width:0.5rem;height:11.25rem;top:0rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiffl73Vl7ik1BZV5WKcsZn5Bf6IWLC7 { width:16.0625rem;height:5.5996125rem;top:11.25rem;left:1.96875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkiwaqqBNOMucmog0Qc30CvVOKompU0c { width:14.9375rem;height:4.0625rem;top:19.3496125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqKlK5qphux3lhKDUN52GWxnQlFOkAVl { width:13.625rem;height:3.3994125rem;top:19.5996125rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#PqKlK5qphux3lhKDUN52GWxnQlFOkAVl li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
 }@media only screen and (max-width: 763px) { #v688CycUtoFQ11833NhB3JEbazHLcyHc { width:14.9375rem;height:4.0625rem;top:35.2871125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmrvSi5RtB65KyTyJodzJcXkLEiPLSn3 { width:13.625rem;height:3.3994125rem;top:35.5371125rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#KmrvSi5RtB65KyTyJodzJcXkLEiPLSn3 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
 }@media only screen and (max-width: 763px) { #tcarRqdOGF4XM6ZzTwHiFSWPKnMPZFXv { width:14.9375rem;height:4.0625rem;top:24.6621125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKil2JaOgt334N3og1qEuuX8J4EVzgc1 { width:13.625rem;height:3.3994125rem;top:24.9121125rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#HKil2JaOgt334N3og1qEuuX8J4EVzgc1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
 }@media only screen and (max-width: 763px) { #GWU7CQBrlw1PqG6N4MopIk5GT9oD40uf { width:14.9375rem;height:4.0625rem;top:40.5996125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0AKLy38c8c4BAne8kxkeP8kwD3Gmioq { width:13.625rem;height:3.3994125rem;top:40.8496125rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#n0AKLy38c8c4BAne8kxkeP8kwD3Gmioq li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
 }@media only screen and (max-width: 763px) { #iyy7vAJCx5haabaLUTA8PW4Jg02IEZ2n { width:14.9375rem;height:4.0625rem;top:29.9746125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyUsqROTEtc4ZHmwBVOHnxvgDXy4tTuu { width:13.625rem;height:3.3994125rem;top:30.2246125rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#wyUsqROTEtc4ZHmwBVOHnxvgDXy4tTuu li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
 }@media only screen and (max-width: 763px) { #W0eQVKmDMQybZllCopblg1yWKct1n4Nh { width:14.9375rem;height:4.0625rem;top:45.9121125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #STm5wQNFCvdBg5IHBsW3a3Ap3EvXylu4 { width:13.625rem;height:3.3994125rem;top:46.1621125rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#STm5wQNFCvdBg5IHBsW3a3Ap3EvXylu4 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
 }@media only screen and (max-width: 763px) { #NVNJ8cV790dTlUP3TR666Aucd5gGK1us { width:14.9375rem;height:4.0625rem;top:56.5371125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXV2btKQWX7dwGrngSIr78Lp4dADWRLM { width:14.9375rem;height:4.0625rem;top:61.8496125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGLsKtMsNklSxFbNyI0J7aLP7sZmN1TJ { width:13.625rem;height:3.3994125rem;top:56.7871125rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#ZGLsKtMsNklSxFbNyI0J7aLP7sZmN1TJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
 }@media only screen and (max-width: 763px) { #X2f4nT3SrR8rVoWoBU1X6ZnifCaUv92g { width:13.625rem;height:3.3994125rem;top:62.0996125rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#X2f4nT3SrR8rVoWoBU1X6ZnifCaUv92g li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
 }@media only screen and (max-width: 763px) { #iNTuTMWFysF3WpNocsFfiqeQkZeNfqTw { width:14.9375rem;height:4.0625rem;top:51.2246125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWiEezDqoPzpzMN4PFygmUegozW4N86s { width:13.625rem;height:3.3994125rem;top:51.4746125rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#tWiEezDqoPzpzMN4PFygmUegozW4N86s li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7b4673a10e70c310f3d156f79d4e486479ef6bd0.svg); }
 }@media only screen and (max-width: 763px) { #T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS { background-color:#f5f5f5;background-image:none;display:block; }#T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS > .row .container { background-color: transparent; background-image: none; }#T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS > .row .container > .video-iframe-container { display: none; }#T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS > .row > .video-iframe-container { display: none; }#T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS > .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); }#T9t5HHpdaAcSNPJHi4UTD8c5qA1RkOsS > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VSzMv3hpxEJ3XxLC05dKep0IGSXxFAwa { width:20rem;height:1.875rem;top:2.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J { background-color:#f5f5f5;background-image:none;display:block; }#grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J > .row .container { background-color: transparent; background-image: none; }#grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J > .row .container > .video-iframe-container { display: none; }#grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J > .row > .video-iframe-container { display: none; }#grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J > .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); }#grHkuJtU6mBBmnW0SCGxNPitqC95Hi8J > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HAKubSSU1RBpEuaozk8HIuQdFKonTXC1 { width:20rem;height:14.375rem;top:5.9375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #PweJFGCsSQ8mC5iCFIWurL7o1BoQLJoT { width:8.0625rem;height:3.19921875rem;top:10.75rem;left:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MurB8Hr22nRMJKsKVsv0rzxHSbpEucIp { width:5.9375rem;height:5.9375rem;top:2.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7q9VAl7HrVg2OGLDbMvQT7JnMI1GnDg { width:18.75rem;height:38.25rem;top:15.9375rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTFEQAQaBAKFOJzdgiSM034p6NOIdW7p { width:7.8125rem;height:3.19921875rem;top:10.75rem;left:11rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJxHaOAOSP9BH4b3aHhD0hZzQN8CECgZ { width:5.9375rem;height:5.9375rem;top:2.875rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #IG8bTRu9VCrtCSLgT27bs5vCQzAF3s9C { display:block; }#IG8bTRu9VCrtCSLgT27bs5vCQzAF3s9C > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbD3bxByRlys90GxrV9Oe2Qh0hdR3kbL { width:15.9375rem;height:5.625rem;top:2.21875rem;left:2.03125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dytVS8Lbt8TrqeLq4bfSPTBkoHHZT14c { display:block; }#dytVS8Lbt8TrqeLq4bfSPTBkoHHZT14c > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R7Tl0e3xKz9tXxHq2Ta0ay0H00lIfhep { width:16.625rem;height:16.625rem;top:0rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGPsTCo8sKbsLTCo5JM4WtRI7pAMMrIl { width:20rem;height:21.3125rem;top:17.4375rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GT4qrfqpDZM28TJ922fq411W3odUwsws { width:2.4375rem;height:2.4375rem;top:17.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6rUpXbr4O4MzcQXc0pZf3HgULKDyUOO { width:16.625rem;height:13.40625rem;top:20.9375rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IKQryNophAiC6PEI1Xv9WydlC3RiGLCL { width:18rem;height:3.1875rem;top:34.125rem;left:1rem;text-align:right;text-align-last:right;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #tyFdyxzNW2JP4PeF2IdQ5lCv6ZMICGk3 { width:1.75rem;height:1.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyHLUh2LESeX7mld6M8ciIlTefotoOIc { width:1.75rem;height:1.75rem;top:7.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAxXz4dpBSNwIyyaBUDITfLTBs9dWAdM { display:block; }#KAxXz4dpBSNwIyyaBUDITfLTBs9dWAdM > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QdVSi8y06lzg64XrUNDT33MCN8XTrUXg { width:16.625rem;height:16.625rem;top:0rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAvsl4AcX9TeTImFBgdwA0D6FAb8SBSc { width:20rem;height:21.3125rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L99AN9EJ0uPvXBSt2sUwfsuwwr6t9q5W { width:2.4375rem;height:2.4375rem;top:17.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZSHWZuEzMB5s67x0dPWV6Th5dfOKpSv7 { width:16.625rem;height:13.73rem;top:20.9375rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zgZ8kMPoqezSTZLyOqZ3EmiTw2T6Fi9z { width:18rem;height:3.3994125rem;top:34.125rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #iNORSzzMVP5zAO7yOheN2tGavbzaayAZ { width:1.75rem;height:1.75rem;top:7.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwQonkekgccBow7b2SnOGOsFhtKcXV1B { width:1.75rem;height:1.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AB84cTgC3TiDAuBgT8pk5WhpHIppfxgA { display:block; }#AB84cTgC3TiDAuBgT8pk5WhpHIppfxgA > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w9UEV75MSq60ch8zKrSMqPLBTP3renrd { width:16.625rem;height:16.625rem;top:0rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xToexqyCXLbXL9seahLRbUFQuCvoG7ba { width:20rem;height:21.3125rem;top:17.4375rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XmzcgAkxHuMCNvnb2IJ8GCvhUMThf5E5 { width:2.4375rem;height:2.4375rem;top:17.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CB6XiTgw65vm1NqlMJp83n2VSZBHfc0i { width:16.625rem;height:13.40625rem;top:20.9375rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BFz4whyw3IncPcXF8E4wAb0iD4OJ1JHz { width:18rem;height:3.1875rem;top:34.125rem;left:1rem;text-align:right;text-align-last:right;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #CDgF7Wu3glSV8bDeyGbGg85PVsuHAMXs { width:1.75rem;height:1.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeVc3iOPc5PzhvCleOSS9IpLXflcyyFE { width:1.75rem;height:1.75rem;top:7.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rsnad8Jw1tCFzloOVFkFo2OO2RiyLW6F { display:block; }#Rsnad8Jw1tCFzloOVFkFo2OO2RiyLW6F > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nQMTIGvEdSp0KkzElRxyzVT5L8NFnMDb { width:16.625rem;height:16.625rem;top:0rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XS1RnytgfDvFO5iGctFWZPvwfXodSF2U { width:20rem;height:21.3125rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k10rmO87GatbbPmGpGP9tokecnOnIrxZ { width:2.4375rem;height:2.4375rem;top:17.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GIwAbOdOdX5qH8vNiOeDpbe28WTmqQms { width:16.625rem;height:11.6176875rem;top:20.4375rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:0.8125rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Ea9zxr4v5AhwGutURy3qazBpUQB7FIV7 { width:18rem;height:3.3994125rem;top:34.125rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #OSbxmIAD2BevlVd9l0q3hfAe6v5gDUsM { width:1.75rem;height:1.75rem;top:7.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftq5VrX5evW47vJMwKTJzxadI7prd924 { width:1.75rem;height:1.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #chVvXTi5lKQKSJ1rUnPE4sap5EbKbLtr { display:block; }#chVvXTi5lKQKSJ1rUnPE4sap5EbKbLtr > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dGHTR5rm3ZcQpOgqT0Me4pi5brnORamX { width:16.625rem;height:16.625rem;top:0rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPsK55ruHsWLXFXws99w6nkwoN100nD8 { width:20rem;height:21.3125rem;top:17.4375rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF6y5rM94rMhSniQ2IV9SkuvdIqVVf9N { width:2.4375rem;height:2.4375rem;top:17.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4V7BI6IQCkVbbNB02Et2vdMcT05tN6R { width:16.625rem;height:15.18945rem;top:20.9375rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bWZit38L1MuTg5y258RqeUF71fAwvwOe { width:18rem;height:3.3994125rem;top:34.125rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #bV7WWx6bePP7P4k59kyBzHyXn5nRKMta { width:1.75rem;height:1.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL89nTnttx4QDOQSV8uU7ytczZX2Iwq3 { width:1.75rem;height:1.75rem;top:7.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #muwuhtiPebyqdwhhUJMmxZRLDNTbd7Pb { display:block; }#muwuhtiPebyqdwhhUJMmxZRLDNTbd7Pb > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IsMy5bFGyRgKk7Au5eGo5fG5cUV142nL { width:12.8125rem;height:12.75rem;top:0rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQqc6D1aTuyH4NEcgZ2BNfptBI7T53vi { width:20rem;height:24.375rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A06gGBFKQMI7Tow5CTHObhcwTFuucyi8 { width:2.4375rem;height:2.4375rem;top:14rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1XqqsBd8zXgaCpiL9DZLoHxHdMQRUFB { width:16.625rem;height:14.7836625rem;top:17.4375rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #xhubD79FIbET0piTHOUesCPcyA0hmKKM { width:18rem;height:3.3994125rem;top:32.75rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #bcynTs1P91TwNo4pwBqcSIgebUWK5ykO { width:1.75rem;height:1.75rem;top:7.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hE1tLWfWiLev5QGlLibKDywCepVlNesb { width:1.75rem;height:1.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6kL4n6w99rgFifgwd6Z2zWHm482hdrn { display:block; }#O6kL4n6w99rgFifgwd6Z2zWHm482hdrn > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U70SPWLXHzbSHmllHLdTQIgwhonIg2Bx { width:11rem;height:13.25rem;top:0rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANJBI8ucdRVPAeXw8fqTzkUAFGKFJixH { width:20rem;height:21.3125rem;top:15.8125rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBDxhRr1DFRFnwrtSrBhof6BNT6dnlLR { width:2.4375rem;height:2.4375rem;top:17.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIFbFCZbFC9bTgdTvoqs0H4l3k3mikyW { width:16.625rem;height:9.666rem;top:20.9375rem;left:1.625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #daQ6Sp0PxHMEKZM5T83k1vIQrr9WMTHE { width:18rem;height:5.09911875rem;top:30.6875rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #GViXBsraNbSJJThllLpWA5ZITGJMxs8P { width:1.75rem;height:1.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrM2CRlwrDRPXcLqMCtP691GUss5nQeq { width:1.75rem;height:1.75rem;top:7.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOdgJJuJ8UgBZ3NoKJhcJivVhGk8W9TB { display:block; }#VOdgJJuJ8UgBZ3NoKJhcJivVhGk8W9TB > .row .container { width:20rem;height:38.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rQN2BsorxDTiTFkac1rzyoV9nrxXWwDA { width:12.8125rem;height:12.75rem;top:0rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmP56zkNrQ55eVQDrIB7Wdr4XN65z2xR { width:20rem;height:24.375rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCVcMMQnuas9IenQSsixbR1gMdbUm3S2 { width:2.4375rem;height:2.4375rem;top:14rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJG8p1daTwB2qthftfE0Hbe5CKAyDHNr { width:16.625rem;height:14.7836625rem;top:17.4375rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #XK995RKlQcT4ezrqpD7uuN0KDIAV196c { width:18rem;height:3.3994125rem;top:32.75rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Rn6f893PTwbu2gVW4XTqbHWdT1rU145F { width:1.75rem;height:1.75rem;top:7.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QH1nHEKWNkPiLWF9UMITaTpCxsths2cC { width:1.75rem;height:1.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P5EXUCeEyZxT5f2iwHz99dm3yVrkNOUF { display:block; }#P5EXUCeEyZxT5f2iwHz99dm3yVrkNOUF > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uLoZbRbWmyWbymh9fizCXe3lhHJ9oRmX { width:16.625rem;height:16.625rem;top:0rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cSbCVc8fZo68bC2TECNFNbNv3ZuvGA9V { width:20rem;height:21.3125rem;top:16.4375rem;left:-0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuspIEe1tqdt6Ef22iDKgngrhGA7a9uZ { width:2.4375rem;height:2.4375rem;top:17.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sgM3r57yCpXR7XwUwoh8wKqakQipLkbZ { width:16.625rem;height:12.1875rem;top:20.9375rem;left:1.625rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #c5BvNpsRrCyfM4vmnl0hyI9Weuxk2ctR { width:18rem;height:3.3994125rem;top:34.125rem;left:1rem;text-align:right;text-align-last:right;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #PETg99uT8teSTZ5D7GfIZ4pvsNTXTFwE { width:1.75rem;height:1.75rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJT5Sorkct7pLhCvSr6X5IycCTN1KemL { width:1.75rem;height:1.75rem;top:7.4375rem;left:18.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEetMTEZdpXm5X0XLBKKG5Wru0Q4JT3w { display:block; }#JEetMTEZdpXm5X0XLBKKG5Wru0Q4JT3w > .row .container { width:20rem;height:18.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xBrUQs6BlZGzfGi6GtxaiwAMxTS6bhJl { width:17.25rem;height:8.125rem;top:5.37353515625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRhQfJ7686l0asTcuoybFJUhk4puU33A { width:1.375rem;height:6.90625rem;top:1.97314453125rem;left:0.0625rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cfbqu58wgAzK9q30LL5o4W5zJKeZcnNu { width:1.0625rem;height:6.90625rem;top:11.01025390625rem;left:17.625rem;font-size:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lpp3JASryEizLTQ6EQwdpUU2q190i6t8 { display:block; }#Lpp3JASryEizLTQ6EQwdpUU2q190i6t8 > .row .container { width:20rem;height:45.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mEQgpCvdxbAXqTbMPtUfxwZu0BLXW3Sp { width:17.875rem;height:5.17383125rem;top:2.9375rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAVmvrBA9lJ0A51ZIQkzJGLOnOwVyCIl { width:16.5rem;height:1.625rem;top:10.25rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpbHS5anguTXvqtbAcx1kt843aHVVVKv { width:11.25rem;height:1.05625rem;top:17.612500190735rem;left:7.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:left;text-align-last:left; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-input-text {padding-top: 0; padding-bottom: 0;}#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:left;text-align-last:left; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-input-select {padding-top: 0; padding-bottom: 0;}#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:3.5rem;margin-bottom:0.25rem;margin-left:3.5rem;text-align:center;text-align-last:center; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS  { width:17.5rem;height:auto;top:17.6123046875rem;left:0rem; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS {display:block;}#RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS { width:17.5rem;height:auto;top:17.6123046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #nSeZDkTNyBsuu1uJkXbU4DPAbqmHgM6J {  }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #OlnSbR57REzros6PI1dmgAcQ6QiHqHhX { display:none; }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #zhBsBW7MxTQuMDVGZHH6lQFGphHWJ1x4 {  }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #yPO9JBxf1P7dNiO2CFg9TtxSfoTZp3en {  }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #rKRZOCwUVPUCS7ELFD044pshFPRVDb4h { display:none; }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #GcWFZ5ySHQICGnnCn6kC4AVndGWM6cnK {  }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #yRrJ6ngD9RZtkVVgRJku9TZybruqcSRW {  }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #SdBQ3ay5522NlW2MkEz438TIFbxtuhpM { display:none; }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #NzSUnPfQkqKRf8bpecC6Q4CsHz4MEBFa {  }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #eO3c3afWTvPwSS7s5aUlZSaqhUkR3fNv {  }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #e4kOw9vWT4ceXzpb9Zt5HT2fnVtx0N2R { display:none; }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #EsIEQivuIi4aRBFsIq9vvZpCx2tL2XTh {  }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #oWFNAoSE1uEnUrTrldF6ORwK1XNzm6Hf {  }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #iPxebuQK53lF3B4uS9fcZ5iDab7bZHDU {  }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #VOiQdWg0nIowAqMpESsdeNeKGldcRdp1 {  }
 }@media only screen and (max-width: 763px) { #DMIUTUJPOpVn8AlSaSRoK0lwIQioFsPO { display:block; }
 }@media only screen and (max-width: 763px) { #N5XREVmqViG1IvksHcTNzoKw0UheMDSQ { display:block; }
 }@media only screen and (max-width: 763px) { #wPeZJHflnLe4l3uFxmuN8guIUzxzTT2o { display:block; }
 }@media only screen and (max-width: 763px) { #pTiWT2mEZvZ2NpVUN9hVA7TyBBgyyy4m { display:block; }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #GKOqvWRbUZAMbqedn1HcmNXrpsiiGQTu {  }
 }@media only screen and (max-width: 763px) { #RDCJ5n6aDZlUcdVmFUohm8PVM13x3lDS #DDQEPBwgr9APqyG3Jasb5twha9mlNENQ {  }
 }@media only screen and (max-width: 763px) { #v8PkdwBaAeiTyT9xItBlIEKxzqTt3u8H { display:flex;width:3.125rem;height:3.125rem;top:13.341796875rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #TKJt4Th5FlmCt50EfCwmeVN13VMP4k07 { display:block; }#TKJt4Th5FlmCt50EfCwmeVN13VMP4k07 > .row .container { width:20rem;height:10.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6aTVFIEEBVmMqFffswHuAncsT7Flhx7 { width:5.4375rem;height:2rem;top:2.8125rem;left:7.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SfnydW2liegkn5ix1SI8P5Sx27zch4M1 { width:9rem;height:2.2744125rem;top:7.6875rem;left:5.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }