.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:229,246,251;--color-primary-1:145,215,220;--color-primary-2:71,188,196;--color-primary-3:25,171,181;--color-primary-4:15,83,156;--color-secondary-0:224,242,217;--color-secondary-1:153,212,128;--color-secondary-2:51,169,0;--color-secondary-3:26,85,0;--color-secondary-4:8,25,0;--color-tertiary-0:255,255,255;--color-tertiary-1:187,189,191;--color-tertiary-2:142,145,149;--color-tertiary-3:114,118,123;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color: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;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),0.2);background-image:url("https://images.assets-landingi.com/uc/00ded169-513b-47f7-8dde-2115b9a0e33a/bgdesktop1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.adaptive-delivery-prevent-bg, #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.lazyload, #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.lazyloading { background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { background-color: transparent; background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .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); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { border-width: 0; border-radius: 0; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { font-size:0.875rem;font-family:arial;height:22.4375rem;width:60rem;position:relative;display:block; }#KWc8lOw8eJkxThKZL0xt1qGb5A1HaqGt { 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:24.375rem;width:34.1875rem;display:none; }
#s4J1zMqwxG2eMOihnXv4EMNTazzxmME5 { 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:7rem;width:26.25rem;top:7.8125rem;left:2.34375rem;overflow:hidden;display:block; }
#y8ylDyew33hSu5u6uuif0qr2W3OuOZiR { 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:5.5625rem;width:9.25rem;top:16.875rem;left:47.125rem;display:block; }
#uz4CHnv5WbT4aiAKNQlLb2K1Ldtd03LF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#uz4CHnv5WbT4aiAKNQlLb2K1Ldtd03LF > .row .container { background-color: transparent; background-image: none; }#uz4CHnv5WbT4aiAKNQlLb2K1Ldtd03LF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uz4CHnv5WbT4aiAKNQlLb2K1Ldtd03LF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uz4CHnv5WbT4aiAKNQlLb2K1Ldtd03LF > .row .container > .video-iframe-container { display: none; }#uz4CHnv5WbT4aiAKNQlLb2K1Ldtd03LF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uz4CHnv5WbT4aiAKNQlLb2K1Ldtd03LF > .row > .video-iframe-container { display: none; }#uz4CHnv5WbT4aiAKNQlLb2K1Ldtd03LF > .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); }#uz4CHnv5WbT4aiAKNQlLb2K1Ldtd03LF > .row .container { border-width: 0; border-radius: 0; }#uz4CHnv5WbT4aiAKNQlLb2K1Ldtd03LF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uz4CHnv5WbT4aiAKNQlLb2K1Ldtd03LF > .row .container { font-size:0.875rem;font-family:arial;height:1.125rem;width:60rem;position:relative;display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { position:relative;display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { background-color: transparent; background-image: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container > .video-iframe-container { display: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row > .video-iframe-container { display: none; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .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); }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { border-width: 0; border-radius: 0; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.5rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bHMr5mtCETRWq7rAH9291EEMC24onA0X { color:rgba(var(--color-primary-4),1);display:block;width:54.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.1244678497314rem;left:2.9996433258057rem;height:2.11230625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iL421bn58g8IdGWU6Av6GuO7vDDy3MmC { color:rgba(var(--color-primary-3),1);display:block;width:54.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:4.236328125rem;left:2.71875rem;height:1.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cc12IaWJt6KFFnQUqilmc4bDK7lB3zkf { color:rgba(var(--color-primary-3),1);display:block;width:54.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.173828125rem;left:2.71875rem;height:2.2734375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { background-color: transparent; background-image: none; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container > .video-iframe-container { display: none; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row > .video-iframe-container { display: none; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .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); }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { border-width: 0; border-radius: 0; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { font-size:0.875rem;font-family:arial;height:54.25rem;width:60rem;position:relative;display:block; }#u8x4EJGt7JbVJQtDbHqs29MEg9bT2G2U { color:rgba(var(--color-tertiary-0),1);display:block;width:17.0605625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2rem;left:36.46875rem;height:3.57421875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-form-header { font-size:0.875rem; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:17.5rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);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:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1.3;box-shadow: none; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-input-text {padding-top: 0; padding-bottom: 0;}#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);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:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1.3;box-shadow: none; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-tertiary-3),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:700;font-style:normal; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-input-select {padding-top: 0; padding-bottom: 0;}#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-input-checkbox { width:1rem;height:1rem;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; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-input-button { 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-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:17.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-4),1);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .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:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .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; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-container:first-of-type{padding-top:0;}#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-container:last-of-type{padding-bottom:0;}#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15001;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:16.36328125rem;left:35rem;font-size:0.875rem; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu {display:block;}#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15001;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:16.36328125rem;left:35rem;font-size:0.875rem; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #imXDLWGSS001dVIqhMvGWP1SyoKipnhU { position:relative; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #TiB4c9xqT5ZAVkFoTCHR8rR8aPbIhzA8 { position:relative;display:none; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #MxrwOhqrMATLZH26TWti2mrvTmeAscA6 { position:relative; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #iatUyQsGXfKPN6SRsp2WGV5igufRoiTr { position:relative; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #UtoD6JkJiGa7DH6CykcHKnGNXBbRlXxa { position:relative;display:none; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #QoaBiF2wvl66b4nLnKQkuIIkTXJhlow6 { position:relative; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #DyPX2dmbtHhXqbK5HszUEgmOn15UAJ9P { position:relative; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #g80p4cO0sb52PgHxkmsyLSQaBJok06u2 { position:relative;display:none; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #IIaF0Ju8TANlU5cabR4onldUr1BiRM4Z { position:relative; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #zKywFulLZQqxeeIE1vlt9cDT9GCoddsI { position:relative; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #rgEeJRzRWp9nEG6DDRuUMraeWJyqgb3I { position:relative;z-index:2; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #KQmZrh776axeCk72HWqoMH4VDzfHPbIG { position:relative; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #NZkvin57Apy6B8MSeoxZASROxOqqJsZ4 { position:relative; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #MhyFA37HqKVLZfPmtoN48laMKUSd3Sd8 { position:relative; }
#ZAwbOoUtOsN3J0HDzasqQyp4LsvqUCEx { color:rgba(var(--color-tertiary-0),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:39.1484375rem;left:35.3125rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#W1kqdgCARGTHQUZSNpsJPveFP9t1X1Wn { position:absolute;display:block;z-index:15023;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.6875rem;width:1.6875rem;top:7.6875rem;left:0rem;overflow:hidden;display:block; }
#bhwpVAG14R9xSENVT0TUEIsCeCS9WG6d { color:rgba(var(--color-primary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:7.75rem;left:2.5rem;height:1.625rem;font-style:normal;display:block; }
#pyFWSgi90bQOycVSJmAdwxuTogzTcN72 { color:rgba(var(--color-primary-4),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:10rem;left:0.75rem;height:11.168rem;font-style:normal;display:block; }#pyFWSgi90bQOycVSJmAdwxuTogzTcN72 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#pyFWSgi90bQOycVSJmAdwxuTogzTcN72 li:before{  }
#GuKbiFanrOBOixBT4TmbnnG1GMwQhOXK { position:absolute;display:block;z-index:15024;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.6875rem;width:1.6875rem;top:25.625rem;left:0rem;overflow:hidden;display:block; }
#zysJsK4TRHFtvrmEGsZfdDh0aT53BJEW { color:rgba(var(--color-primary-4),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:25.6875rem;left:2.5rem;height:1.625rem;font-style:normal;display:block; }
#NsQNhcXoQu1isPKS7oCu9zlvAMiyWBsS { color:rgba(var(--color-primary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:28.0625rem;left:0.625rem;height:4.859375rem;font-style:normal;display:block; }#NsQNhcXoQu1isPKS7oCu9zlvAMiyWBsS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NsQNhcXoQu1isPKS7oCu9zlvAMiyWBsS li:before{  }
#OK33tMlHT0FvG1E3JT54uyPt5guID5AT { color:rgba(var(--color-tertiary-0),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:6.3125rem;left:35rem;height:9.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ka3zDX4z54DRwe2lWKHUWAdy0mEQLg8I { box-sizing:content-box;height:43.5625rem;width:26.25rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;top:0rem;left:31.875rem;display:block; }
#SMezgouLrBceS28xA2cUzLU6ri4H6zc4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:46.1875rem;left:33.9375rem; }
#xoyXRLTINokvBKeyKs1SxoOiVppB8A7F { color:rgba(var(--color-primary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:46.1875rem;left:37.125rem;height:1.7871125rem;font-style:normal;display:block; }
#ahTKWIe8aF3kot3H4GMKzXcgToMBv1ET { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:48.1875rem;left:37.25rem;height:1.29980625rem;display:block; }
#pEGpIkqQhDEJzD8TuBUmKBr4lOXdMITZ { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:49.75rem;left:37.125rem;height:2.5996125rem;display:block; }
#I95phP43evKfNBHUyQyXvqlRLVNtxkMX { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:39.1484375rem;left:35.3125rem;height:0;text-align:center;text-align-last:center;display:block; }
#ASQXX3UZ677VxP1P0R10Rx1CkXPMyZlh { color:rgba(var(--color-primary-4),1);display:block;width:27.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:34.3515625rem;left:0rem;height:2.2734375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(286deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(286deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(286deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(286deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(286deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));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; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { background-color: transparent; background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .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); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { border-width: 0; border-radius: 0; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:60rem;position:relative;display:block; }#A7b1ZIM31kTVtfeiyvRPahGpUdrJ1qEP { color:rgba(var(--color-tertiary-0),1);display:block;width:14.12375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:1.9682273864746rem;left:1.5rem;height:4.875rem;font-style:normal;display:block; }
#WFwgbf7kh1D7Eer09TW0TJep1p6f9W8x { position:relative;display:block; }#WFwgbf7kh1D7Eer09TW0TJep1p6f9W8x { background-color: transparent; background-image: none; }#WFwgbf7kh1D7Eer09TW0TJep1p6f9W8x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFwgbf7kh1D7Eer09TW0TJep1p6f9W8x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFwgbf7kh1D7Eer09TW0TJep1p6f9W8x > .row .container > .video-iframe-container { display: none; }#WFwgbf7kh1D7Eer09TW0TJep1p6f9W8x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WFwgbf7kh1D7Eer09TW0TJep1p6f9W8x > .row > .video-iframe-container { display: none; }#WFwgbf7kh1D7Eer09TW0TJep1p6f9W8x > .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); }#WFwgbf7kh1D7Eer09TW0TJep1p6f9W8x { border-width: 0; border-radius: 0; }#WFwgbf7kh1D7Eer09TW0TJep1p6f9W8x > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WFwgbf7kh1D7Eer09TW0TJep1p6f9W8x > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TQsMPlEC1cIphyXevVVHDn9boe6JwhMy { color:rgba(var(--color-primary-3),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:1.4375rem;left:1.71875rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#f3GamadsANQ2y80LUk9thzvKd6VawNim { color:rgba(var(--color-tertiary-3),1);display:block;width:10.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:3.6875rem;left:2.03125rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#FV9p5uHAIsHXNLVVtiUK5AKIzAqIgpmJ { color:rgba(var(--color-tertiary-3),1);display:block;width:11.308625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:7.9375rem;left:1.8447265625rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#sLlC3EtG9LggFRrR7gM9K0BRcJ5ky1Id { color:rgba(var(--color-primary-3),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:1.4375rem;left:30.8125rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
#ZrX7bcQySp5SOi755z0D0nn5ffGiWa6i { color:rgba(var(--color-tertiary-3),1);display:block;width:11.308625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:3.6875rem;left:31.9375rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#wSIg6xNXzEMeBTnU5hTDbbEVgUJZnTtx { color:rgba(var(--color-tertiary-3),1);display:block;width:11.308625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:7.9375rem;left:31.8125rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#UPZq8XvpBRtVeVETuKJCBZpFX9QGQHkz { color:rgba(var(--color-primary-3),1);display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:1.4375rem;left:15.78125rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
#EB6NI7JFTALaovCWnnxkVPJx8S63brcH { color:rgba(var(--color-tertiary-3),1);display:block;width:11.308625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:3.6875rem;left:16.8447265625rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#ZtKBzGspPwDlcc9hz4WDB7knTF1GIzPB { color:rgba(var(--color-tertiary-3),1);display:block;width:11.308625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:7.9375rem;left:16.8447265625rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#Gk4ioLCRei89sVGpeAd6JXiQSXT5xEF1 { color:rgba(var(--color-primary-3),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:1.4375rem;left:45.9375rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
#qxm1Jn24PxKaSE3D1dfiQd5vJymT81IN { color:rgba(var(--color-tertiary-3),1);display:block;width:11.308625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:4rem;left:46.875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#zHMmyt6DVOSwE6IiZEEtUGOTWNwUrS3O { color:rgba(var(--color-tertiary-3),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:7.4375rem;left:46.5rem;height:3.9375rem;text-align:center;text-align-last:center;display:block; }
#uoe1EOQ5KIOmtfISxEsBJiIXZKOet3uE { position:relative;display:block; }#uoe1EOQ5KIOmtfISxEsBJiIXZKOet3uE { background-color: transparent; background-image: none; }#uoe1EOQ5KIOmtfISxEsBJiIXZKOet3uE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoe1EOQ5KIOmtfISxEsBJiIXZKOet3uE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoe1EOQ5KIOmtfISxEsBJiIXZKOet3uE > .row .container > .video-iframe-container { display: none; }#uoe1EOQ5KIOmtfISxEsBJiIXZKOet3uE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uoe1EOQ5KIOmtfISxEsBJiIXZKOet3uE > .row > .video-iframe-container { display: none; }#uoe1EOQ5KIOmtfISxEsBJiIXZKOet3uE > .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); }#uoe1EOQ5KIOmtfISxEsBJiIXZKOet3uE { border-width: 0; border-radius: 0; }#uoe1EOQ5KIOmtfISxEsBJiIXZKOet3uE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uoe1EOQ5KIOmtfISxEsBJiIXZKOet3uE > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:12.1875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CX0ocHpUQuWyTZ9ExtrV39RA00V3uVyh { color:rgba(var(--color-primary-3),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:1.25rem;left:0.9375rem;height:3.1875rem;text-align:center;text-align-last:center;display:block; }
#T8TBXo0HHPsKznHlmml0EfE5ysJlVT75 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.3095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:5.125rem;left:1.6875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#auTv84lGcnKKbQFRCHkMWwx8aywQL7We { color:rgba(var(--color-tertiary-3),1);display:block;width:11.308625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:8.375rem;left:1.6875rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#hLEghDk1GbXCR3kM5RKpCpZWw7sLT3xl { color:rgba(var(--color-primary-3),1);display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:1.25rem;left:15.5rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
#aDID0nyTFT5d08eTQtLpFE5LQgD8l5kn { color:rgba(var(--color-tertiary-3),1);display:block;width:11.308625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:3.5rem;left:16.875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#rBxkW4uLSGwZlMWhnu3mlfa1CTr2nQn8 { color:rgba(var(--color-tertiary-3),1);display:block;width:11.308625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:6.75rem;left:16.75rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#VEMcDIaTWbxh8BryvycMvPQ9BetVWmnc { color:rgba(var(--color-primary-3),1);display:block;width:11.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:1.25rem;left:31.75rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
#fi2UwniBVhGxhFJ35Bi7yUnI3G4XULzN { color:rgba(var(--color-tertiary-3),1);display:block;width:11.308625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:3.5rem;left:31.875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#nLi9hRpWgaPxD67Dr9TsUtSZxtNcSRzv { color:rgba(var(--color-tertiary-3),1);display:block;width:11.308625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:6.75rem;left:31.8125rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#WHLCrTxz7Upm0B47JZPUQ1gWOnQFwkUo { color:rgba(var(--color-tertiary-3),1);display:block;width:11.308625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:6.75rem;left:46.8125rem;height:1.3125rem;text-align:center;text-align-last:center;display:block; }
#wzqD3yrAwcmS0LfxsGuVdeT5ooP01OwC { color:rgba(var(--color-tertiary-3),1);display:block;width:11.308625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:3.5rem;left:46.875rem;height:2.625rem;text-align:center;text-align-last:center;display:block; }
#aLHGekRL647S6Piydz5vRLqAApMEneCh { color:rgba(var(--color-primary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:1.25rem;left:46.25rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
#ScAVgC7QwGA9uNJIfGKSVUGuSvtLmUIX { position:relative;display:block; }#ScAVgC7QwGA9uNJIfGKSVUGuSvtLmUIX { background-color: transparent; background-image: none; }#ScAVgC7QwGA9uNJIfGKSVUGuSvtLmUIX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScAVgC7QwGA9uNJIfGKSVUGuSvtLmUIX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScAVgC7QwGA9uNJIfGKSVUGuSvtLmUIX > .row .container > .video-iframe-container { display: none; }#ScAVgC7QwGA9uNJIfGKSVUGuSvtLmUIX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ScAVgC7QwGA9uNJIfGKSVUGuSvtLmUIX > .row > .video-iframe-container { display: none; }#ScAVgC7QwGA9uNJIfGKSVUGuSvtLmUIX > .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); }#ScAVgC7QwGA9uNJIfGKSVUGuSvtLmUIX { border-width: 0; border-radius: 0; }#ScAVgC7QwGA9uNJIfGKSVUGuSvtLmUIX > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#ScAVgC7QwGA9uNJIfGKSVUGuSvtLmUIX > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gfDkBPJuIByP9lTT75JRIU1LDJCgtAuZ { box-sizing:content-box;color:rgba(var(--color-primary-3),1);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:block;z-index:15026;top:8.5625rem;left:17.5625rem;display:block; }
#QGK579THRXycT1uE7MC9wTT8Dh5AFQZH { color:rgba(var(--color-primary-4),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:9.3125rem;left:20.6875rem;height:1.7871125rem;font-style:normal;display:block; }
#nKTBfn3wPUtzpUnMnnRn36IylHo9KLrK { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:11.5rem;left:20.6875rem;height:1.13671875rem;display:block; }
#RoJzgCAbF2BJFwyfGObiUf6RFqWUbACn { color:rgba(var(--color-primary-4),1);display:block;width:53.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:3.9375rem;left:3.4375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xdEV5ks5wAEbCp4fcbImrCy31fL0KFH1 { position:relative;display:block; }#xdEV5ks5wAEbCp4fcbImrCy31fL0KFH1 { background-color: transparent; background-image: none; }#xdEV5ks5wAEbCp4fcbImrCy31fL0KFH1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdEV5ks5wAEbCp4fcbImrCy31fL0KFH1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdEV5ks5wAEbCp4fcbImrCy31fL0KFH1 > .row .container > .video-iframe-container { display: none; }#xdEV5ks5wAEbCp4fcbImrCy31fL0KFH1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xdEV5ks5wAEbCp4fcbImrCy31fL0KFH1 > .row > .video-iframe-container { display: none; }#xdEV5ks5wAEbCp4fcbImrCy31fL0KFH1 > .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); }#xdEV5ks5wAEbCp4fcbImrCy31fL0KFH1 { border-width: 0; border-radius: 0; }#xdEV5ks5wAEbCp4fcbImrCy31fL0KFH1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#xdEV5ks5wAEbCp4fcbImrCy31fL0KFH1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#JwxFVdwozxGN2ZekZa9sn0TczUeft1iR { color:rgba(var(--color-tertiary-4),1);display:block;width:44.375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.8;letter-spacing:0;top:3.875rem;left:7.8125rem;height:2.0244125rem;text-align:center;text-align-last:center;display:block; }
#IgFGld3GwLa39JJmhTT8bPHeyb2uQqXH { background-color:transparent;background-image: -webkit-linear-gradient(64deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(64deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(64deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(64deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(64deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:3.9375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:9.03125rem;left:5.75rem;display:block; }
#GsTEPABbqmc8lPtWKvSrLNF6lOSALM70 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mWR7hu0W5WyGOMENoNORrhveFS73FNOB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:7.3125rem;left:31.4375rem; }
#LpTaDa4e1k9ZUe0KKrMTSF4s59GKxGDh { color:rgba(var(--color-primary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:7.875rem;left:35rem;height:1.7871125rem;font-style:normal;display:block; }
#lUQzoWSSIqmL0GVHLLBKvDdsKnq51KQs { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:10.5625rem;left:35rem;height:1.2999125rem;display:block; }
#aJTMx6W8dem7Dl4ETfn9rBQyeKrl05wO { color:rgba(var(--color-tertiary-4),1);display:block;width:21.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:12.25rem;left:35rem;height:2.599825rem;display:block; }
#IJeZ6inowMrIvqbtbrZEFSsE7z9eK4Kb { color:rgba(var(--color-tertiary-4),1);display:block;width:3.125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.8;letter-spacing:0;top:9.98828125rem;left:27.03125rem;height:2.0247375rem;text-align:center;text-align-last:center;display:block; }
#c2mh33LqDsCSqoziafrGxtPxkESArLb2 { position:relative;display:block; }#c2mh33LqDsCSqoziafrGxtPxkESArLb2 { background-color: transparent; background-image: none; }#c2mh33LqDsCSqoziafrGxtPxkESArLb2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2mh33LqDsCSqoziafrGxtPxkESArLb2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2mh33LqDsCSqoziafrGxtPxkESArLb2 > .row .container > .video-iframe-container { display: none; }#c2mh33LqDsCSqoziafrGxtPxkESArLb2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c2mh33LqDsCSqoziafrGxtPxkESArLb2 > .row > .video-iframe-container { display: none; }#c2mh33LqDsCSqoziafrGxtPxkESArLb2 > .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); }#c2mh33LqDsCSqoziafrGxtPxkESArLb2 { border-width: 0; border-radius: 0; }#c2mh33LqDsCSqoziafrGxtPxkESArLb2 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#c2mh33LqDsCSqoziafrGxtPxkESArLb2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:13.875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Su1Brkzr8gCoQM8TIxqMeIelucLEcZWg { color:#27a9e1;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.6875rem;left:11.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#GWTtcIV1el4X8mwXxdHggayaoZyAxLP1 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:60rem;top:0rem;left:0rem;display:block; }
#xtiT7dXcyWX6F7mlpfgc9BbI0hFHh7KM { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:4.6875rem;left:23.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#aB8bTtBveF6s7XcQa0guXxzSHLaqTTZG { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:4.6875rem;left:36.25rem;height:1.29980625rem;text-align:center;text-align-last:center;display:block; }
#q3TqVBhHNKXgk1y5cVpErV0nt71WabOC { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:9.125rem;left:15.875rem;height:1.29980625rem;display:block; }
#sMgDOUyJlfvvdUVKvhkAW6wKTLpvOQMC { color:#27a9e1;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.6240234375rem;left:18.6875rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#ynffzctDB6pfHFZUyrLtRTgbs68cChFs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.625rem;height:1.3125rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.6171875rem;left:18.6875rem;display:block; }
#e61Neg9bQCzvaEmR8Xr3wEbQecGFuW8a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZyEGx3DMI62uJuoXbc3qcrw46hhm3bVq { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:60rem;top:0rem;left:0rem;display:none; }
#qsPT4iVGnvZ2NCcdh3zhSA1yyi79SW73 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:60rem;top:0rem;left:0rem;display:none; }
#uhgPu4VqdqefsMWRRF1X61aaaveZ6dpo { color:#27a9e1;display:block;width:22.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:1.6240234375rem;left:18.6875rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWc8lOw8eJkxThKZL0xt1qGb5A1HaqGt { width:34.1875rem;height:24.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s4J1zMqwxG2eMOihnXv4EMNTazzxmME5 { top:7.8125rem;left:0rem;width:26.25rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #y8ylDyew33hSu5u6uuif0qr2W3OuOZiR { width:9.25rem;height:5.5625rem;top:16.875rem;left:38.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #uz4CHnv5WbT4aiAKNQlLb2K1Ldtd03LF { display:none; }#uz4CHnv5WbT4aiAKNQlLb2K1Ldtd03LF > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHMr5mtCETRWq7rAH9291EEMC24onA0X { top:2.0625rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iL421bn58g8IdGWU6Av6GuO7vDDy3MmC { top:4.1875rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc12IaWJt6KFFnQUqilmc4bDK7lB3zkf { top:6.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { display:block; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8x4EJGt7JbVJQtDbHqs29MEg9bT2G2U { top:2rem;left:27.28125rem;width:17rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-input-text {padding-top: 0; padding-bottom: 0;}#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-input-select {padding-top: 0; padding-bottom: 0;}#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu  { width:17.5rem;height:auto;top:16.3125rem;left:25.8125rem; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu {display:block;}#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu { width:17.5rem;height:auto;top:16.3125rem;left:25.8125rem; }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #imXDLWGSS001dVIqhMvGWP1SyoKipnhU {  }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #TiB4c9xqT5ZAVkFoTCHR8rR8aPbIhzA8 {  }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #MxrwOhqrMATLZH26TWti2mrvTmeAscA6 {  }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #iatUyQsGXfKPN6SRsp2WGV5igufRoiTr {  }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #UtoD6JkJiGa7DH6CykcHKnGNXBbRlXxa {  }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #QoaBiF2wvl66b4nLnKQkuIIkTXJhlow6 {  }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #DyPX2dmbtHhXqbK5HszUEgmOn15UAJ9P {  }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #g80p4cO0sb52PgHxkmsyLSQaBJok06u2 {  }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #IIaF0Ju8TANlU5cabR4onldUr1BiRM4Z {  }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #zKywFulLZQqxeeIE1vlt9cDT9GCoddsI {  }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #rgEeJRzRWp9nEG6DDRuUMraeWJyqgb3I {  }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #KQmZrh776axeCk72HWqoMH4VDzfHPbIG {  }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #NZkvin57Apy6B8MSeoxZASROxOqqJsZ4 {  }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #MhyFA37HqKVLZfPmtoN48laMKUSd3Sd8 {  }
 }@media only screen and (max-width: 763px) { #ZAwbOoUtOsN3J0HDzasqQyp4LsvqUCEx { top:39.125rem;left:26.125rem;width:19.375rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1kqdgCARGTHQUZSNpsJPveFP9t1X1Wn { top:7.6875rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhwpVAG14R9xSENVT0TUEIsCeCS9WG6d { top:7.75rem;left:0rem;width:25.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pyFWSgi90bQOycVSJmAdwxuTogzTcN72 { top:10rem;left:0rem;width:27.375rem;height:11.125rem;font-size:0.875rem;display:block; }#pyFWSgi90bQOycVSJmAdwxuTogzTcN72 li:before{  }
 }@media only screen and (max-width: 763px) { #GuKbiFanrOBOixBT4TmbnnG1GMwQhOXK { top:25.625rem;left:0rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zysJsK4TRHFtvrmEGsZfdDh0aT53BJEW { top:25.6875rem;left:0rem;width:25.0625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsQNhcXoQu1isPKS7oCu9zlvAMiyWBsS { top:28.0625rem;left:0rem;width:27.125rem;height:;font-size:0.875rem;display:block; }#NsQNhcXoQu1isPKS7oCu9zlvAMiyWBsS li:before{  }
 }@media only screen and (max-width: 763px) { #OK33tMlHT0FvG1E3JT54uyPt5guID5AT { top:6.3125rem;left:25.8125rem;width:19.9375rem;height:9.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka3zDX4z54DRwe2lWKHUWAdy0mEQLg8I { top:0rem;left:21.5rem;width:26.25rem;height:43.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMezgouLrBceS28xA2cUzLU6ri4H6zc4 { top:46.1875rem;left:24.75rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoyXRLTINokvBKeyKs1SxoOiVppB8A7F { top:46.1875rem;left:27.9375rem;width:19rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahTKWIe8aF3kot3H4GMKzXcgToMBv1ET { top:48.1875rem;left:28.0625rem;width:17.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pEGpIkqQhDEJzD8TuBUmKBr4lOXdMITZ { top:49.75rem;left:26.5625rem;width:21.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I95phP43evKfNBHUyQyXvqlRLVNtxkMX { top:39.125rem;left:26.125rem;width:19.375rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASQXX3UZ677VxP1P0R10Rx1CkXPMyZlh { top:34.3125rem;left:0rem;width:27.125rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { display:block; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7b1ZIM31kTVtfeiyvRPahGpUdrJ1qEP { top:1.9375rem;left:0rem;width:14.0625rem;height:2.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFwgbf7kh1D7Eer09TW0TJep1p6f9W8x { display:block; }#WFwgbf7kh1D7Eer09TW0TJep1p6f9W8x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQsMPlEC1cIphyXevVVHDn9boe6JwhMy { top:1.4375rem;left:0.1875rem;width:11.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3GamadsANQ2y80LUk9thzvKd6VawNim { top:3.6875rem;left:0.5rem;width:10.9375rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV9p5uHAIsHXNLVVtiUK5AKIzAqIgpmJ { top:7.9375rem;left:0.3134765625rem;width:11.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLlC3EtG9LggFRrR7gM9K0BRcJ5ky1Id { top:1.4375rem;left:22.375rem;width:13.4375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrX7bcQySp5SOi755z0D0nn5ffGiWa6i { top:3.6875rem;left:24.28125rem;width:11.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSIg6xNXzEMeBTnU5hTDbbEVgUJZnTtx { top:7.9375rem;left:24.15625rem;width:11.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPZq8XvpBRtVeVETuKJCBZpFX9QGQHkz { top:1.4375rem;left:10.4375rem;width:13.4375rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EB6NI7JFTALaovCWnnxkVPJx8S63brcH { top:3.6875rem;left:12.2509765625rem;width:11.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtKBzGspPwDlcc9hz4WDB7knTF1GIzPB { top:7.9375rem;left:12.2509765625rem;width:11.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk4ioLCRei89sVGpeAd6JXiQSXT5xEF1 { top:1.4375rem;left:34.625rem;width:13.125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qxm1Jn24PxKaSE3D1dfiQd5vJymT81IN { top:4rem;left:36.15625rem;width:11.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHMmyt6DVOSwE6IiZEEtUGOTWNwUrS3O { top:7.4375rem;left:35.75rem;width:12rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uoe1EOQ5KIOmtfISxEsBJiIXZKOet3uE { display:block; }#uoe1EOQ5KIOmtfISxEsBJiIXZKOet3uE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CX0ocHpUQuWyTZ9ExtrV39RA00V3uVyh { top:1.25rem;left:0rem;width:13.125rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8TBXo0HHPsKznHlmml0EfE5ysJlVT75 { top:5.125rem;left:0.15625rem;width:11.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #auTv84lGcnKKbQFRCHkMWwx8aywQL7We { top:8.375rem;left:0.15625rem;width:11.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLEghDk1GbXCR3kM5RKpCpZWw7sLT3xl { top:1.25rem;left:9.8125rem;width:14.0625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aDID0nyTFT5d08eTQtLpFE5LQgD8l5kn { top:3.5rem;left:12.28125rem;width:11.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBxkW4uLSGwZlMWhnu3mlfa1CTr2nQn8 { top:6.75rem;left:12.15625rem;width:11.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VEMcDIaTWbxh8BryvycMvPQ9BetVWmnc { top:1.25rem;left:24.09375rem;width:11.5625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fi2UwniBVhGxhFJ35Bi7yUnI3G4XULzN { top:3.5rem;left:24.21875rem;width:11.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLi9hRpWgaPxD67Dr9TsUtSZxtNcSRzv { top:6.75rem;left:24.15625rem;width:11.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHLCrTxz7Upm0B47JZPUQ1gWOnQFwkUo { top:6.75rem;left:36.09375rem;width:11.25rem;height:1.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzqD3yrAwcmS0LfxsGuVdeT5ooP01OwC { top:3.5rem;left:36.15625rem;width:11.25rem;height:2.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLHGekRL647S6Piydz5vRLqAApMEneCh { top:1.25rem;left:35.25rem;width:12.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScAVgC7QwGA9uNJIfGKSVUGuSvtLmUIX { display:block; }#ScAVgC7QwGA9uNJIfGKSVUGuSvtLmUIX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfDkBPJuIByP9lTT75JRIU1LDJCgtAuZ { top:8.5625rem;left:11.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGK579THRXycT1uE7MC9wTT8Dh5AFQZH { top:9.3125rem;left:14.5625rem;width:19rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKTBfn3wPUtzpUnMnnRn36IylHo9KLrK { top:11.5rem;left:14.5625rem;width:20.1875rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoJzgCAbF2BJFwyfGObiUf6RFqWUbACn { top:3.9375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdEV5ks5wAEbCp4fcbImrCy31fL0KFH1 { display:block; }#xdEV5ks5wAEbCp4fcbImrCy31fL0KFH1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwxFVdwozxGN2ZekZa9sn0TczUeft1iR { top:3.875rem;left:1.6875rem;width:44.375rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgFGld3GwLa39JJmhTT8bPHeyb2uQqXH { width:19.5rem;height:3.9375rem;top:9rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsTEPABbqmc8lPtWKvSrLNF6lOSALM70 { display:block; }
 }@media only screen and (max-width: 763px) { #mWR7hu0W5WyGOMENoNORrhveFS73FNOB { top:7.3125rem;left:25.3125rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LpTaDa4e1k9ZUe0KKrMTSF4s59GKxGDh { top:7.875rem;left:28.8125rem;width:18.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUQzoWSSIqmL0GVHLLBKvDdsKnq51KQs { top:10.5625rem;left:28.875rem;width:17.875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJTMx6W8dem7Dl4ETfn9rBQyeKrl05wO { top:12.25rem;left:26.5625rem;width:21.1875rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJeZ6inowMrIvqbtbrZEFSsE7z9eK4Kb { top:9.9375rem;left:20.90625rem;width:3.125rem;height:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2mh33LqDsCSqoziafrGxtPxkESArLb2 { display:block; }#c2mh33LqDsCSqoziafrGxtPxkESArLb2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Su1Brkzr8gCoQM8TIxqMeIelucLEcZWg { top:4.6875rem;left:5.125rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWTtcIV1el4X8mwXxdHggayaoZyAxLP1 { top:0rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtiT7dXcyWX6F7mlpfgc9BbI0hFHh7KM { top:4.6875rem;left:17.625rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aB8bTtBveF6s7XcQa0guXxzSHLaqTTZG { top:4.6875rem;left:30.125rem;width:12.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3TqVBhHNKXgk1y5cVpErV0nt71WabOC { top:9.125rem;left:9.75rem;width:28.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMgDOUyJlfvvdUVKvhkAW6wKTLpvOQMC { top:1.5625rem;left:12.5625rem;width:22.625rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynffzctDB6pfHFZUyrLtRTgbs68cChFs { width:22.625rem;height:1.3125rem;top:1.5625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e61Neg9bQCzvaEmR8Xr3wEbQecGFuW8a { display:block; }
 }@media only screen and (max-width: 763px) { #ZyEGx3DMI62uJuoXbc3qcrw46hhm3bVq { top:0rem;left:0rem;width:47.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qsPT4iVGnvZ2NCcdh3zhSA1yyi79SW73 { top:0rem;left:0rem;width:47.75rem;height:0.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uhgPu4VqdqefsMWRRF1X61aaaveZ6dpo { top:3.75rem;left:0rem;width:20rem;height:2.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo { background-color:rgba(255,255,255,0.2);background-image:url("https://images.assets-landingi.com/uc/9f8197ae-a185-41ec-84e5-d8b7fa450d59/bgmobile.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.adaptive-delivery-prevent-bg, #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.lazyload, #mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo.lazyloading { background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { background-color: transparent; background-image: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row > .video-iframe-container { display: none; }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .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); }#mfKqHy8SsTDM7MQs7q7APrLHbV7yPWFo > .row .container { width:20rem;height:41.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KWc8lOw8eJkxThKZL0xt1qGb5A1HaqGt { top:21.75rem;left:1.90625rem;width:16.1875rem;height:11.5rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #s4J1zMqwxG2eMOihnXv4EMNTazzxmME5 { width:20rem;height:5.409429280397rem;top:35.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #y8ylDyew33hSu5u6uuif0qr2W3OuOZiR { top:36rem;left:5.375rem;width:9.25rem;height:5.5625rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uz4CHnv5WbT4aiAKNQlLb2K1Ldtd03LF { background-color:#00539f;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;display:block; }#uz4CHnv5WbT4aiAKNQlLb2K1Ldtd03LF > .row .container { background-color: transparent; background-image: none; }#uz4CHnv5WbT4aiAKNQlLb2K1Ldtd03LF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uz4CHnv5WbT4aiAKNQlLb2K1Ldtd03LF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uz4CHnv5WbT4aiAKNQlLb2K1Ldtd03LF > .row .container > .video-iframe-container { display: none; }#uz4CHnv5WbT4aiAKNQlLb2K1Ldtd03LF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uz4CHnv5WbT4aiAKNQlLb2K1Ldtd03LF > .row > .video-iframe-container { display: none; }#uz4CHnv5WbT4aiAKNQlLb2K1Ldtd03LF > .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); }#uz4CHnv5WbT4aiAKNQlLb2K1Ldtd03LF > .row .container { border-width: 0; border-radius: 0; }#uz4CHnv5WbT4aiAKNQlLb2K1Ldtd03LF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uz4CHnv5WbT4aiAKNQlLb2K1Ldtd03LF > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA { display:block; }#JBQKg8aTF3fvLGeKbXlQPTB5SzOaLwJA > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bHMr5mtCETRWq7rAH9291EEMC24onA0X { width:20rem;height:5.84765625rem;top:2rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iL421bn58g8IdGWU6Av6GuO7vDDy3MmC { width:18.625rem;height:4.875rem;top:9.0625rem;left:0.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cc12IaWJt6KFFnQUqilmc4bDK7lB3zkf { width:20rem;height:6.09375rem;top:15.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h { display:block; }#dTL38f0HbAv1yiiOzNbuZXvhAxPDAR2h > .row .container { width:20rem;height:97.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u8x4EJGt7JbVJQtDbHqs29MEg9bT2G2U { width:17rem;height:3.57421875rem;top:1.6875rem;left:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-input-text {padding-top: 0; padding-bottom: 0;}#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-input-select {padding-top: 0; padding-bottom: 0;}#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu  { width:17.5rem;height:auto;top:20.5869140625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu {display:block;}#tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu { width:17.5rem;height:auto;top:20.5869140625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none; }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #imXDLWGSS001dVIqhMvGWP1SyoKipnhU {  }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #TiB4c9xqT5ZAVkFoTCHR8rR8aPbIhzA8 { display:none; }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #MxrwOhqrMATLZH26TWti2mrvTmeAscA6 {  }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #iatUyQsGXfKPN6SRsp2WGV5igufRoiTr {  }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #UtoD6JkJiGa7DH6CykcHKnGNXBbRlXxa { display:none; }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #QoaBiF2wvl66b4nLnKQkuIIkTXJhlow6 {  }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #DyPX2dmbtHhXqbK5HszUEgmOn15UAJ9P {  }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #g80p4cO0sb52PgHxkmsyLSQaBJok06u2 { display:none; }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #IIaF0Ju8TANlU5cabR4onldUr1BiRM4Z {  }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #zKywFulLZQqxeeIE1vlt9cDT9GCoddsI {  }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #rgEeJRzRWp9nEG6DDRuUMraeWJyqgb3I {  }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #KQmZrh776axeCk72HWqoMH4VDzfHPbIG {  }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #NZkvin57Apy6B8MSeoxZASROxOqqJsZ4 {  }
 }@media only screen and (max-width: 763px) { #tff4ZF68qdyDXq0Kq5WVCodNg49vXuXu #MhyFA37HqKVLZfPmtoN48laMKUSd3Sd8 {  }
 }@media only screen and (max-width: 763px) { #ZAwbOoUtOsN3J0HDzasqQyp4LsvqUCEx { width:16.4375rem;height:5.625rem;top:44.875rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#0f539c;display:block; }
 }@media only screen and (max-width: 763px) { #W1kqdgCARGTHQUZSNpsJPveFP9t1X1Wn { width:1.6875rem;height:1.6875rem;top:61.9931640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhwpVAG14R9xSENVT0TUEIsCeCS9WG6d { width:17.4375rem;height:1.2999125rem;top:62.1875rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pyFWSgi90bQOycVSJmAdwxuTogzTcN72 { width:18.0625rem;height:12.3046875rem;top:64.5rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#pyFWSgi90bQOycVSJmAdwxuTogzTcN72 li:before{  }
 }@media only screen and (max-width: 763px) { #GuKbiFanrOBOixBT4TmbnnG1GMwQhOXK { width:1.6875rem;height:1.6875rem;top:79.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zysJsK4TRHFtvrmEGsZfdDh0aT53BJEW { width:17.4375rem;height:1.29980625rem;top:79.3125rem;left:2.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NsQNhcXoQu1isPKS7oCu9zlvAMiyWBsS { width:17.5rem;height:7.1328125rem;top:81.375rem;left:0.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#NsQNhcXoQu1isPKS7oCu9zlvAMiyWBsS li:before{  }
 }@media only screen and (max-width: 763px) { #OK33tMlHT0FvG1E3JT54uyPt5guID5AT { width:16.625rem;height:10.5rem;top:6.2119140625rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Ka3zDX4z54DRwe2lWKHUWAdy0mEQLg8I { width:20rem;height:43.0625rem;top:0.6181640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMezgouLrBceS28xA2cUzLU6ri4H6zc4 { display:flex;width:2.6875rem;height:2.6875rem;top:52.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xoyXRLTINokvBKeyKs1SxoOiVppB8A7F { width:14.1875rem;height:1.4619125rem;top:53.375rem;left:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahTKWIe8aF3kot3H4GMKzXcgToMBv1ET { width:12.75rem;height:1.13671875rem;top:55rem;left:3.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pEGpIkqQhDEJzD8TuBUmKBr4lOXdMITZ { width:16.5rem;height:2.2734375rem;top:56.3125rem;left:3.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I95phP43evKfNBHUyQyXvqlRLVNtxkMX { width:19.375rem;height:0;top:90.5625rem;left:0.3125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ASQXX3UZ677VxP1P0R10Rx1CkXPMyZlh { width:20rem;height:3.41015625rem;top:92.0625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee { background-color:transparent;background-image: -webkit-linear-gradient(344deg, #0e9ae5, #19abb5);background-image: -moz-linear-gradient(344deg, #0e9ae5, #19abb5);background-image: -ms-linear-gradient(344deg, #0e9ae5, #19abb5);background-image: -o-linear-gradient(344deg, #0e9ae5, #19abb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e9ae5', endColorstr='#19abb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e9ae5', endColorstr='#19abb5' );";background-image: linear-gradient(344deg, #0e9ae5, #19abb5);background-size:cover !important;display:block; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { background-color: transparent; background-image: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row > .video-iframe-container { display: none; }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .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); }#CgrrmqHCRrT30Qf3p7nwbiIQHOX1A7ee > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A7b1ZIM31kTVtfeiyvRPahGpUdrJ1qEP { width:14.0625rem;height:2.4375rem;top:1.6220703125rem;left:2.96875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFwgbf7kh1D7Eer09TW0TJep1p6f9W8x { display:block; }#WFwgbf7kh1D7Eer09TW0TJep1p6f9W8x > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQsMPlEC1cIphyXevVVHDn9boe6JwhMy { width:12.75rem;height:1.59375rem;top:2.1875rem;left:3.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f3GamadsANQ2y80LUk9thzvKd6VawNim { width:12.375rem;height:2.625rem;top:4.09375rem;left:3.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FV9p5uHAIsHXNLVVtiUK5AKIzAqIgpmJ { width:11.25rem;height:1.3125rem;top:7.03125rem;left:4.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sLlC3EtG9LggFRrR7gM9K0BRcJ5ky1Id { width:13.4375rem;height:1.59375rem;top:18.9375rem;left:3.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZrX7bcQySp5SOi755z0D0nn5ffGiWa6i { width:13.4375rem;height:2.625rem;top:20.875rem;left:3.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wSIg6xNXzEMeBTnU5hTDbbEVgUJZnTtx { width:11.25rem;height:1.3125rem;top:23.8125rem;left:4.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UPZq8XvpBRtVeVETuKJCBZpFX9QGQHkz { width:13.4375rem;height:1.59375rem;top:10.5625rem;left:3.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EB6NI7JFTALaovCWnnxkVPJx8S63brcH { width:11.25rem;height:2.625rem;top:12.5rem;left:4.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZtKBzGspPwDlcc9hz4WDB7knTF1GIzPB { width:11.25rem;height:1.3125rem;top:15.4375rem;left:4.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gk4ioLCRei89sVGpeAd6JXiQSXT5xEF1 { width:13.125rem;height:1.59375rem;top:27.3125rem;left:3.4375rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qxm1Jn24PxKaSE3D1dfiQd5vJymT81IN { width:11.25rem;height:2.625rem;top:29.21875rem;left:4.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zHMmyt6DVOSwE6IiZEEtUGOTWNwUrS3O { width:12rem;height:2.625rem;top:32.21875rem;left:4rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uoe1EOQ5KIOmtfISxEsBJiIXZKOet3uE { display:block; }#uoe1EOQ5KIOmtfISxEsBJiIXZKOet3uE > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CX0ocHpUQuWyTZ9ExtrV39RA00V3uVyh { width:10.875rem;height:3.1875rem;top:0rem;left:4.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T8TBXo0HHPsKznHlmml0EfE5ysJlVT75 { width:13.6230625rem;height:2.625rem;top:3.5rem;left:3.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #auTv84lGcnKKbQFRCHkMWwx8aywQL7We { width:13.125rem;height:1.3125rem;top:6.375rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hLEghDk1GbXCR3kM5RKpCpZWw7sLT3xl { width:12.6230625rem;height:1.59375rem;top:9.875rem;left:3.6875rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aDID0nyTFT5d08eTQtLpFE5LQgD8l5kn { width:13.125rem;height:2.625rem;top:11.75rem;left:3.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rBxkW4uLSGwZlMWhnu3mlfa1CTr2nQn8 { width:11.25rem;height:1.3125rem;top:14.6875rem;left:4.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VEMcDIaTWbxh8BryvycMvPQ9BetVWmnc { width:11.5625rem;height:1.59375rem;top:18.1875rem;left:4.25rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fi2UwniBVhGxhFJ35Bi7yUnI3G4XULzN { width:11.25rem;height:2.625rem;top:20.125rem;left:4.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nLi9hRpWgaPxD67Dr9TsUtSZxtNcSRzv { width:11.25rem;height:1.3125rem;top:23.0625rem;left:4.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WHLCrTxz7Upm0B47JZPUQ1gWOnQFwkUo { width:11.25rem;height:1.3125rem;top:31.4375rem;left:4.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wzqD3yrAwcmS0LfxsGuVdeT5ooP01OwC { width:11.25rem;height:2.625rem;top:28.5rem;left:4.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aLHGekRL647S6Piydz5vRLqAApMEneCh { width:12.5rem;height:1.59375rem;top:26.5625rem;left:3.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ScAVgC7QwGA9uNJIfGKSVUGuSvtLmUIX { display:block; }#ScAVgC7QwGA9uNJIfGKSVUGuSvtLmUIX > .row .container { width:20rem;height:16.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfDkBPJuIByP9lTT75JRIU1LDJCgtAuZ { width:3.125rem;height:3.125rem;top:10.375rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGK579THRXycT1uE7MC9wTT8Dh5AFQZH { width:14.1875rem;height:1.462675rem;top:10.9375rem;left:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKTBfn3wPUtzpUnMnnRn36IylHo9KLrK { width:14.8125rem;height:1.94921875rem;top:12.625rem;left:3.125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RoJzgCAbF2BJFwyfGObiUf6RFqWUbACn { width:20rem;height:7.3125rem;top:1.25rem;left:0rem;font-size:1.875rem;color:#00539f;display:block; }
 }@media only screen and (max-width: 763px) { #xdEV5ks5wAEbCp4fcbImrCy31fL0KFH1 { display:block; }#xdEV5ks5wAEbCp4fcbImrCy31fL0KFH1 > .row .container { width:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JwxFVdwozxGN2ZekZa9sn0TczUeft1iR { width:17.6875rem;height:6.07324375rem;top:1.375rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgFGld3GwLa39JJmhTT8bPHeyb2uQqXH { width:19.4980625rem;height:3.936525rem;top:8.7607421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsTEPABbqmc8lPtWKvSrLNF6lOSALM70 { display:block; }
 }@media only screen and (max-width: 763px) { #mWR7hu0W5WyGOMENoNORrhveFS73FNOB { display:flex;width:2.6875rem;height:2.6875rem;top:15.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #LpTaDa4e1k9ZUe0KKrMTSF4s59GKxGDh { width:14.125rem;height:1.4619125rem;top:16.375rem;left:3.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUQzoWSSIqmL0GVHLLBKvDdsKnq51KQs { width:8.5625rem;height:1.13671875rem;top:18.375rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aJTMx6W8dem7Dl4ETfn9rBQyeKrl05wO { width:16.4375rem;height:2.2734375rem;top:19.6875rem;left:3.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IJeZ6inowMrIvqbtbrZEFSsE7z9eK4Kb { width:3.125rem;height:2.0244125rem;top:13.2880859375rem;left:8.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2mh33LqDsCSqoziafrGxtPxkESArLb2 { display:block; }#c2mh33LqDsCSqoziafrGxtPxkESArLb2 > .row .container { width:20rem;height:17rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Su1Brkzr8gCoQM8TIxqMeIelucLEcZWg { width:7.6875rem;height:1.13671875rem;top:8.75rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #GWTtcIV1el4X8mwXxdHggayaoZyAxLP1 { width:20rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtiT7dXcyWX6F7mlpfgc9BbI0hFHh7KM { width:9.375rem;height:1.13671875rem;top:8.75rem;left:5.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #aB8bTtBveF6s7XcQa0guXxzSHLaqTTZG { width:9.375rem;height:1.13671875rem;top:8.75rem;left:10.625rem;font-size:0.875rem;text-align:right;text-align-last:right;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #q3TqVBhHNKXgk1y5cVpErV0nt71WabOC { width:20rem;height:2.2734375rem;top:11.7119140625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sMgDOUyJlfvvdUVKvhkAW6wKTLpvOQMC { width:20rem;height:0;top:3.875rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #ynffzctDB6pfHFZUyrLtRTgbs68cChFs { width:12.8125rem;height:2.625rem;top:3.4375rem;left:3.625rem;z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #e61Neg9bQCzvaEmR8Xr3wEbQecGFuW8a { display:block; }
 }@media only screen and (max-width: 763px) { #ZyEGx3DMI62uJuoXbc3qcrw46hhm3bVq { width:0.3125rem;height:0.875rem;top:8.880859375rem;left:8.09375rem;z-index:15010;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qsPT4iVGnvZ2NCcdh3zhSA1yyi79SW73 { width:0.3125rem;height:0.875rem;top:8.880859375rem;left:12.53125rem;z-index:15011;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhgPu4VqdqefsMWRRF1X61aaaveZ6dpo { width:20rem;height:2.5996125rem;top:3.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }