.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#f4f4f4;background-image:none;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); }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row .container { background-color: transparent; background-image: none; }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row .container > .video-iframe-container { display: none; }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row > .video-iframe-container { display: none; }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .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); }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row .container { border-width: 0; border-radius: 0; }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row .container { font-size:0.875rem;font-family:arial;height:39.875rem;width:60rem;position:relative;display:block; }#yPCgW0SHe4ksX8bbkzyh66UVD9BPiQn0 { position:absolute;display:block;z-index:15013;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.75rem;width:9.625rem;top:1.8125rem;left:25.1875rem;overflow:hidden;display:block; }
#bKzEz9kGGSmqlLKSFRPB9TcHEvaeDVad { color:#084c7c;display:block;width:29.375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:21.48046875rem;left:28.75rem;height:1.7871125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#cxLoRvDEeTTD9Ugx8nLp6RNiDCB324Gi { background-color:transparent;background-image: -webkit-linear-gradient(151deg, #ffe154, #d3af0f);background-image: -moz-linear-gradient(151deg, #ffe154, #d3af0f);background-image: -ms-linear-gradient(151deg, #ffe154, #d3af0f);background-image: -o-linear-gradient(151deg, #ffe154, #d3af0f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe154', endColorstr='#d3af0f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe154', endColorstr='#d3af0f' );";background-image: linear-gradient(151deg, #ffe154, #d3af0f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.625rem #ffe16c ;box-sizing:border-box;color:#084c7c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.6875rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:33.8125rem;left:20.9375rem;display:block; }
#LR73i0MX5n3zMZAizcO47UI25tyuowFr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LXWHxLrb7beiB8zDaMwExwreOUAzBIcA { position:absolute;display:block;z-index:15012;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:29.25rem;width:60rem;top:10.625rem;left:0rem;overflow:hidden;display:block; }
#xvpBzVuRATx6GbwIpOwVKFVCn9ENQS2E { color:#084c7c;display:block;width:38.875rem;position:absolute;font-family:poppins;font-size:5.125rem;font-weight:700;z-index:15041;line-height:.9;letter-spacing:0;top:11.7548828125rem;left:19.3125rem;height:9.2230875rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#Di7irfkAWoTQBObUQVr6gwvQDFDQIxG9 { color:#084c7c;display:block;width:29.375rem;position:absolute;font-family:poppins;font-size:1.375rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:20.91796875rem;left:28.75rem;height:1.7871125rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:none; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-form-header {  }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;color:#084c7c;width:26.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:26.625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-input-text {padding-top: 0; padding-bottom: 0;}#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;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;width:26.625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:26.625rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:poppins;font-size:0.75rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-input-select {padding-top: 0; padding-bottom: 0;}#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .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; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .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:transparent;background-image: -webkit-linear-gradient(225deg, #ffe154, #d3af0f);background-image: -moz-linear-gradient(225deg, #ffe154, #d3af0f);background-image: -ms-linear-gradient(225deg, #ffe154, #d3af0f);background-image: -o-linear-gradient(225deg, #ffe154, #d3af0f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe154', endColorstr='#d3af0f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe154', endColorstr='#d3af0f' );";background-image: linear-gradient(225deg, #ffe154, #d3af0f);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.4375rem;font-weight:bold;color:#084c7c;width:26.625rem;height:4.3125rem;font-family:poppins;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;line-height:0; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .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:poppins;line-height:1.4;font-size:0.75rem;font-weight:400;color:#084c7c;vertical-align:top;width:25.375rem;overflow:hidden;font-style:normal;float:none; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .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; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-container:first-of-type{padding-top:0;}#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-container:last-of-type{padding-bottom:0;}#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv  { background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:29.25rem;top:4.5244140625rem;z-index:15016;position:absolute;box-shadow: none; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.625rem;display:block;vertical-align:top; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv {display:block;}#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv { background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:29.25rem;top:4.5244140625rem;z-index:15016;position:absolute;box-shadow: none;display:none; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #Q9axZySv9GJdNezwytRiZ0kA5HmL2aTI { position:relative; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #kwawGnCM23LglocMLreqPwm3FhJmVyF6 { position:relative;display:none; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #em4bMLcNmpbIq7mq3EyH8V5FmW185XS3 { position:relative; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #dvmvSZNahspdpT9vrUfgTBIWgIq9d4Di { position:relative; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #tPu9uh3GNFHn6fVS07BuRfXqH9K8GZ4h { position:relative;display:none; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #Xmt1UZrzBeEDNu6zzMOR2crSTDt4FqLe { position:relative; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #QSftiOGKPum3yi80egnydOXoNlKgyw4p { position:relative; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #ATtIZ5SnZbCQabXDZovJIsO9p2sATxTc { position:relative;display:none; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #PmeUmu4IR37D7plTxgTx39TGf6aFB9Vz { position:relative; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #tbmbDf9LopJMMFn31NrcXS8zV9uTNkOp { position:relative; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #twH99GrR4bbaUqXqHMLwfF8TNKGI6n6t { position:relative;display:none; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #dBzgO8yyg0odDzFBqiUzPwvXzvhGJOIA { position:relative; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #lV3p1Elu6HgE4Hhy37nbaqwmvDvgnRZ6 { position:relative; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #hB9EQTH3JP0KXhUyhhx2fG2bgkTUxpTn { position:relative;display:none; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #DHMUTx1FDlvcHR45nA84TpTGzFZVAP5L { position:relative; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #lEP5d6d5xtb2V9VsWip8VO5ZTPMbTlnb { position:relative; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #iZgLHu8MxR7PlWAXfT1bTThftr6UzKf7 { position:relative;display:none; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #yF5arg1TKl9T4qsS4Ag4XuIoJdOhHfB0 { position:relative; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #P1tcRxU6CWPlth4HHIQtXWVKStOCtlBf { position:relative; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #boIakilP639D3T0TulWT6xHHHMEzxqlF { position:relative;display:none; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #NVi0L4IH7sUOMxpqmdgkxTkopGdiI7ng { position:relative; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #HGgSWzIiVBcQ9eyAivXg6DcdsiLnURNm { position:relative; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #QPTE7XMo0WeIswN4be4ygcuUtvM1lePS { position:relative;display:none; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #DEPZdeBbURf6Xy2XWP5pFR8MpThs77SZ { position:relative; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #TG7Ak74aPmtMi8rI5MAraakP8Ryt6EWC { position:relative; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #HXqQUCArFCSDefyA5EQq6UlgOpiDGV6E { position:relative;display:none; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #BaEP8xy2t9pmNWNIow1O5S9UeF8TUF58 { position:relative; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #xaI0KcG8vxD7y0JM0gkNHcta5N4VDs78 { position:relative; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #SGpPQhL6FuePlrpLVV7Ni6T5t7CFRXZ2 { position:relative;z-index:2; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #utQlPU65X1K32B6Fnt9CRQbdzza3xWTr { position:relative; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #db3XIMqucEURA8nC1RyPlxZQ3cJtUS8b { position:relative; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #zXM8vsaAZvVEO5vKP4sh43xw6ffV4MWT { position:relative; }
#EzObmP0T1u6MwwtUrfe3gR4iSWtGnL3I { color:#084c7c;display:block;width:23.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:8rem;left:18.46875rem;height:1.462675rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fEsWA33tHenruXG0R3PgJid1LFL6kfuW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#084c7c;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; }#fEsWA33tHenruXG0R3PgJid1LFL6kfuW > .row .container { background-color: transparent; background-image: none; }#fEsWA33tHenruXG0R3PgJid1LFL6kfuW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEsWA33tHenruXG0R3PgJid1LFL6kfuW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEsWA33tHenruXG0R3PgJid1LFL6kfuW > .row .container > .video-iframe-container { display: none; }#fEsWA33tHenruXG0R3PgJid1LFL6kfuW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fEsWA33tHenruXG0R3PgJid1LFL6kfuW > .row > .video-iframe-container { display: none; }#fEsWA33tHenruXG0R3PgJid1LFL6kfuW > .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); }#fEsWA33tHenruXG0R3PgJid1LFL6kfuW > .row .container { border-width: 0; border-radius: 0; }#fEsWA33tHenruXG0R3PgJid1LFL6kfuW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fEsWA33tHenruXG0R3PgJid1LFL6kfuW > .row .container { font-size:0.875rem;font-family:arial;height:18.375rem;width:60rem;position:relative;display:block; }#d1hynXvaNNTHnN9Tmdka7IHckrpLFtDC { color:#ffffff;display:block;width:34.8125rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4.5625rem;left:12.59375rem;height:8.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#vNPbd8Wh5No3rbTEOkH34cL5hrcEz8E0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.0625rem;left:29.0625rem; }
#Ur06k6IcTi7m8OtpzN8DPr3ODH7PNBr6 { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#ffe16c;background-image:none;top:0.625rem;left:28.5rem;display:block; }
#q31ngTx6XSix1UwoecuFieaMisVpxvmd { box-sizing:content-box;height:0.125rem;width:43.75rem;position:absolute;display:block;z-index:15002;background-color:#ffe16c;background-image:none;top:2.0625rem;left:7rem;display:block; }
#u2S0ZDvE86HNqVTdfPXNMxZCOad4PeAd { box-sizing:content-box;height:0.125rem;width:43.75rem;position:absolute;display:block;z-index:15009;background-color:#ffe16c;background-image:none;top:16rem;left:7.0625rem;display:block; }
#M6fPeDoF3c7X6TUwDtoEeuhIWWWuKitP { position:absolute;display:block;z-index:15010;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:10.625rem;width:10.625rem;top:7.75rem;left:-4.3125rem;overflow:hidden;display:block; }
#vwANVPLma2A5AZdekutHJ7FmWDNNOCKQ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:11.6875rem;top:6.6875rem;left:51.8125rem;overflow:hidden;display:block; }
#xU9s9hGEiO60D2D5TlLBsGmKHAK2F5ht { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#xU9s9hGEiO60D2D5TlLBsGmKHAK2F5ht > .row .container { background-color: transparent; background-image: none; }#xU9s9hGEiO60D2D5TlLBsGmKHAK2F5ht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xU9s9hGEiO60D2D5TlLBsGmKHAK2F5ht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xU9s9hGEiO60D2D5TlLBsGmKHAK2F5ht > .row .container > .video-iframe-container { display: none; }#xU9s9hGEiO60D2D5TlLBsGmKHAK2F5ht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xU9s9hGEiO60D2D5TlLBsGmKHAK2F5ht > .row > .video-iframe-container { display: none; }#xU9s9hGEiO60D2D5TlLBsGmKHAK2F5ht > .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); }#xU9s9hGEiO60D2D5TlLBsGmKHAK2F5ht > .row .container { border-width: 0; border-radius: 0; }#xU9s9hGEiO60D2D5TlLBsGmKHAK2F5ht > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xU9s9hGEiO60D2D5TlLBsGmKHAK2F5ht > .row .container { font-size:0.875rem;font-family:arial;height:47.9375rem;width:60rem;position:relative;display:block; }#Q4oQCOPpuqkIfA6OGFG41Xc4J4HnBvSl { color:#084c7c;display:block;width:33.375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:1.8125rem;left:13.3125rem;height:2.92535rem;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#qivvTtaD3pAI50qOBPPITQeDUT4TWDDR { color:#084c7c;display:block;width:12.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:17.1875rem;left:8.625rem;height:6.4995625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#TFvEXHbP8pHPBBWaMMZ3RWyQxgvTvwSl { color:#ffffff;display:block;width:37.625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:29.875rem;left:7.125rem;height:4.38801875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#U8BTGgzf7qww4UV8g9FsRnnAkUPf3KHg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:12.8125rem;left:13.3125rem; }
#BNLe6cyUHA4lO8i7QsMLVl1DV09lAHVN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:12.8125rem;left:28.4375rem; }
#vMtMHztMKLlTybJElg607QvzbBGZuMKl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:12.375rem;left:43.625rem; }
#vBC8xwyar5zz0NVATHJouaL1UW9bbmov { color:#084c7c;display:block;width:21.125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:37.388671875rem;left:30.5rem;height:5.85069375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#zpuNqacmvrTLvX9Jm62rO44NJn5u5CoF { color:#084c7c;display:block;width:11.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:7.4375rem;left:9.125rem;height:4.4987rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JT3UpT7rKz9qPUakUTguJSFAwdfJn8My { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:19.3125rem;width:13.9375rem;top:6.3125rem;left:7.75rem;display:block; }
#NMptdWo2oeB92dR5H73rQTGyXZtm5RJ6 { position:absolute;display:block;z-index:14992;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:19.25rem;width:14.0625rem;top:6.3125rem;left:23.1875rem;display:block; }
#e9Wmf0kSbBCJion1Lqirba71kcP8qZQm { position:absolute;display:block;z-index:15007;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.375rem;width:1.375rem;top:13.6875rem;left:13rem;display:block; }
#Utoz5oITDHVJv6qhKtiIXeivQFxxTFhd { position:absolute;display:block;z-index:15008;background-color:#171e79;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.125rem;width:1.125rem;top:14.25rem;left:30.5rem;display:block; }
#Ekk4qq9XITEUD4rkLa0o8sLPafA70VpH { position:absolute;display:block;z-index:15026;background-color:#171e79;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.5625rem;width:1.0625rem;top:15.3125rem;left:15.5rem;display:block; }
#t4TUvWcf1uzQIfrySQIOBMCZCrcKaoR1 { position:absolute;display:block;z-index:15028;background-color:#ff5335;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.5625rem;width:1.4375rem;top:13.5rem;left:28.0625rem;display:block; }
#sTel6VpoeJ29zi0IMGB5HkEoQW51teII { position:absolute;display:block;z-index:14990;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.3125rem 0.6875rem 3.125rem rgba(5,11,38,0.15) ;height:19.3125rem;width:14.0625rem;top:6.3125rem;left:38.1875rem;display:block; }
#p4Qgtiv0MJhIfkTrc3mT0LSc0m4DbXsi { position:absolute;display:block;z-index:15023;background-color:#ff5335;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:4.0625rem;border-top-right-radius:4.0625rem;border-bottom-left-radius:4.0625rem;border-bottom-right-radius:4.0625rem;box-shadow: none;height:1.9375rem;width:1.9375rem;top:13.5625rem;left:45.5rem;display:block; }
#WHMUuea052pen1rDyK3fodNgbHD7JVGX { position:absolute;display:block;z-index:15030;background-color:#171e79;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:1.625rem;width:1.625rem;top:13.125rem;left:43.1875rem;display:block; }
#ciwxh3ZmNXoRyARZVywKA7zTFKGu45nH { position:absolute;display:block;z-index:15003;background-color:#ea606e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:25.5rem;left:7.75rem;display:block; }
#ccoA6WqB6paTFTwh0GKhqEftvbhIdlCv { position:absolute;display:block;z-index:15009;background-color:#171e79;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:25.5rem;left:23.1875rem;display:block; }
#A78hz5ffBHg7SLttCAxZIFn54cCoZzaU { position:absolute;display:block;z-index:15015;background-color:#ea606e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:14.0625rem;top:25.5625rem;left:38.1875rem;display:block; }
#WyARPacgkc6VVHq6LANeqhZZoZbV1F0q { color:#084c7c;display:block;width:11.875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17.1875rem;left:24.125rem;height:5.19965625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#bJWK7kS1l0xyhhQruXuJMqFD4Aro89LH { color:#084c7c;display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:7.4375rem;left:23.1875rem;height:4.4987rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bvQJ288RicWvcaW5UJQRTrrmhBzoOpiv { color:#084c7c;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:17.1875rem;left:38.84375rem;height:5.19965625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#XHwiharOe9D4l6ZJx5aBTmibGXH46lsx { color:#084c7c;display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:7.4375rem;left:38.15625rem;height:4.4987rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CHGNqIKXDR0XViapn5IhAfpQ1Cq17E36 { box-sizing:content-box;height:8rem;width:42.25rem;position:absolute;display:block;z-index:15033;background-color:#084c7c;background-image:none;top:28.5rem;left:4.625rem;display:block; }
#QLxcQFlKLopX9PbAEOhFFZw8gBziaqr2 { box-sizing:content-box;height:9.375rem;width:26.6875rem;position:absolute;display:block;z-index:15034;background-color:#ffffff;background-image:none;top:35.625rem;left:28.6875rem;display:block; }
#ZTPR007HQMtQfZR8JvTc4mUiVwTxkklT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:34.3125rem;left:51.0625rem; }
#J4zvFc5RnVtdTiwstnh5Cswqzzd8NelN { background-color:transparent;background-image: -webkit-linear-gradient(151deg, #ffe154, #d3af0f);background-image: -moz-linear-gradient(151deg, #ffe154, #d3af0f);background-image: -ms-linear-gradient(151deg, #ffe154, #d3af0f);background-image: -o-linear-gradient(151deg, #ffe154, #d3af0f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe154', endColorstr='#d3af0f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe154', endColorstr='#d3af0f' );";background-image: linear-gradient(151deg, #ffe154, #d3af0f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.625rem #ffe16c ;box-sizing:border-box;color:#084c7c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.6875rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:33.8125rem;left:20.9375rem;display:none; }
#H6yTUqCcpEtF4iE6I3Pr5QyOEb36a9Jo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OTJZ28G4mxfayGTwxts49dr8RzPVcB83 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#084c7c;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; }#OTJZ28G4mxfayGTwxts49dr8RzPVcB83 > .row .container { background-color: transparent; background-image: none; }#OTJZ28G4mxfayGTwxts49dr8RzPVcB83::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTJZ28G4mxfayGTwxts49dr8RzPVcB83 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTJZ28G4mxfayGTwxts49dr8RzPVcB83 > .row .container > .video-iframe-container { display: none; }#OTJZ28G4mxfayGTwxts49dr8RzPVcB83 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OTJZ28G4mxfayGTwxts49dr8RzPVcB83 > .row > .video-iframe-container { display: none; }#OTJZ28G4mxfayGTwxts49dr8RzPVcB83 > .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); }#OTJZ28G4mxfayGTwxts49dr8RzPVcB83 > .row .container { border-width: 0; border-radius: 0; }#OTJZ28G4mxfayGTwxts49dr8RzPVcB83 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OTJZ28G4mxfayGTwxts49dr8RzPVcB83 > .row .container { font-size:0.875rem;font-family:arial;height:15.875rem;width:60rem;position:relative;display:block; }#CE90omGPR5Xb8GTMWU7I5wh6Ax8MyWNR { color:#ffffff;display:block;width:32.625rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4rem;left:13.6875rem;height:5.87456875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#prypbXPBHJ2rg09SvxxKxaQG45xbiMCu { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.0625rem;left:29.0625rem; }
#mdXZXHai9Hndv4B8b9MEtPCTV8PTC7II { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#ffe16c;background-image:none;top:0.625rem;left:28.5rem;display:block; }
#iZRQUhTDKH30yFiL9OolIen7xGZCinan { box-sizing:content-box;height:0.125rem;width:43.75rem;position:absolute;display:block;z-index:15002;background-color:#ffe16c;background-image:none;top:2.0625rem;left:7rem;display:block; }
#v81cBM7vZHUFpUuZ7iVdrZcl5dpo09iC { box-sizing:content-box;height:0.125rem;width:43.75rem;position:absolute;display:block;z-index:15009;background-color:#ffe16c;background-image:none;top:13.71875rem;left:8.125rem;display:block; }
#b10w6pCMlxFopi9wochQBopEWwa7tCLE { position:absolute;display:block;z-index:15010;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:10.625rem;width:10.625rem;top:5.25rem;left:-4.5rem;overflow:hidden;display:block; }
#qFRLTBw0mF9eNbx2TmsgFuTH8TUHOAq2 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:11.6875rem;top:4.1875rem;left:51.625rem;overflow:hidden;display:block; }
#LwBzynEhZ8EGkfTMNmGVWkruVCWTchpd { position:relative;display:block; }#LwBzynEhZ8EGkfTMNmGVWkruVCWTchpd { background-color: transparent; background-image: none; }#LwBzynEhZ8EGkfTMNmGVWkruVCWTchpd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwBzynEhZ8EGkfTMNmGVWkruVCWTchpd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwBzynEhZ8EGkfTMNmGVWkruVCWTchpd > .row .container > .video-iframe-container { display: none; }#LwBzynEhZ8EGkfTMNmGVWkruVCWTchpd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LwBzynEhZ8EGkfTMNmGVWkruVCWTchpd > .row > .video-iframe-container { display: none; }#LwBzynEhZ8EGkfTMNmGVWkruVCWTchpd > .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); }#LwBzynEhZ8EGkfTMNmGVWkruVCWTchpd { border-width: 0; border-radius: 0; }#LwBzynEhZ8EGkfTMNmGVWkruVCWTchpd > .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; }#LwBzynEhZ8EGkfTMNmGVWkruVCWTchpd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f4f4f4;background-image:none;font-size:0.875rem;font-family:arial;height:18.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; }#PavRiDpX4vkyoz5LSeRXO0mZ90Phslvk { color:#084c7c;display:block;width:46.25rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;top:2.625rem;left:6.875rem;height:5.39930625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lzokZp282OCf5eD3CDFrTmR5vq2ZZ5VH { color:#084c7c;display:block;width:48.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:9.4375rem;left:5.59375rem;height:5.85069375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#mlvAhl8mFCidXHKSOukc7ltpNKDsrmE6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#mlvAhl8mFCidXHKSOukc7ltpNKDsrmE6 > .row .container { background-color: transparent; background-image: none; }#mlvAhl8mFCidXHKSOukc7ltpNKDsrmE6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlvAhl8mFCidXHKSOukc7ltpNKDsrmE6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlvAhl8mFCidXHKSOukc7ltpNKDsrmE6 > .row .container > .video-iframe-container { display: none; }#mlvAhl8mFCidXHKSOukc7ltpNKDsrmE6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mlvAhl8mFCidXHKSOukc7ltpNKDsrmE6 > .row > .video-iframe-container { display: none; }#mlvAhl8mFCidXHKSOukc7ltpNKDsrmE6 > .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); }#mlvAhl8mFCidXHKSOukc7ltpNKDsrmE6 > .row .container { border-width: 0; border-radius: 0; }#mlvAhl8mFCidXHKSOukc7ltpNKDsrmE6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mlvAhl8mFCidXHKSOukc7ltpNKDsrmE6 > .row .container { font-size:0.875rem;font-family:arial;height:50.6875rem;width:60rem;position:relative;display:block; }#xXMbIReSU1O8PUhfou2hTtSl6v9R89tG { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/mLcCS4HU4yg/unsplash/santeri-liukkonen-mLcCS4HU4yg-photo-1698248476242-bfde13928633.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:19.3125rem;top:11.375rem;left:40.25rem;display:block; }#xXMbIReSU1O8PUhfou2hTtSl6v9R89tG.adaptive-delivery-prevent-bg, #xXMbIReSU1O8PUhfou2hTtSl6v9R89tG.lazyload, #xXMbIReSU1O8PUhfou2hTtSl6v9R89tG.lazyloading { background-image: none; }
#S47VDUwGITWkaLV8ATWKkQE9zWHPiXmC { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/cFSyAC-OoU4/unsplash/luis-andr-s-villal-n-vega-cFSyAC-OoU4-photo-1645220318207-080a9026e7ec.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:19.375rem;top:11.375rem;left:20.25rem;display:block; }#S47VDUwGITWkaLV8ATWKkQE9zWHPiXmC.adaptive-delivery-prevent-bg, #S47VDUwGITWkaLV8ATWKkQE9zWHPiXmC.lazyload, #S47VDUwGITWkaLV8ATWKkQE9zWHPiXmC.lazyloading { background-image: none; }
#SBzvTK9aKJnVOI3UHXVkSE3e8ScaGT3d { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/T-tVt4xsCdE/unsplash/emily-karakis-T-tVt4xsCdE-photo-1559135197-8a45ea74d367.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:19.375rem;top:11.375rem;left:0.25rem;display:block; }#SBzvTK9aKJnVOI3UHXVkSE3e8ScaGT3d.adaptive-delivery-prevent-bg, #SBzvTK9aKJnVOI3UHXVkSE3e8ScaGT3d.lazyload, #SBzvTK9aKJnVOI3UHXVkSE3e8ScaGT3d.lazyloading { background-image: none; }
#GAOFdmaoNN0n0SXkAKRDhFV0W7Xi9nBt { color:#084c7c;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.875rem;left:0.25rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S6T6Fi9E51iTD7eN264IemhZTQiKZNQT { color:#084c7c;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:29.125rem;left:1.5625rem;height:10.3993125rem;text-align:justify;text-align-last:initial;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; }
#Dd41u1aLWnW7UJGE7dSrIGznB9lhwCmD { color:#084c7c;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:29.125rem;left:21.5625rem;height:10.3993125rem;text-align:justify;text-align-last:initial;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; }
#f6UiofDIcmMkZtVI9BR0DFTpob0IvDTB { color:#084c7c;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.875rem;left:20.25rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KQ30aFEnLLQVCN0hX77Iu4ZJPPViVzG0 { color:#084c7c;display:block;width:16rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:29.125rem;left:42.3125rem;height:9.099375rem;text-align:justify;text-align-last:initial;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; }
#UraqEOs0l20mhShEXuQzO18bdJTg3P8N { color:#084c7c;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.875rem;left:40.25rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wXZ61woxd51W49ULNTye1goOuMAgn79U { color:#084c7c;display:block;width:29.4375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.1875rem;left:15.28125rem;height:3.89756875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TDCyunkJJ4L91gvnvvuQ31glz3WIW0sc { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.625rem;width:6.625rem;top:20.25rem;left:16.6875rem;overflow:hidden;display:block; }
#AlGK8BKHydR0QZQp8ATH2PoS1yJAEnSx { position:absolute;display:block;z-index:15012;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:6.625rem;width:6.625rem;top:8.125rem;left:36.75rem;overflow:hidden;display:block; }
#qHdrLVnv4zO6fmhNAGrqnZFBy9xJTSMh { position:absolute;display:block;z-index:15013;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:6rem;width:6rem;top:8.5rem;left:-3rem;overflow:hidden;display:block; }
#zI7aFvOpzDvTHTtUuWG3xN94ozmWTDw4 { position:absolute;display:block;z-index:15012;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:6.9375rem;width:6.9375rem;top:19.875rem;left:56.0625rem;overflow:hidden;display:block; }
#HwVkMSkqLc1LHBLiDxWnO72CpPUM7SKO { box-sizing:content-box;height:0.4375rem;width:6.25rem;position:absolute;display:block;z-index:15014;background-color:#ffe16c;background-image:none;top:26.8125rem;left:6.1875rem;display:block; }
#m4OXqRmuzEa1P8bOqJeXTF0H9EFmtBDu { box-sizing:content-box;height:0.4375rem;width:6.25rem;position:absolute;display:block;z-index:15015;background-color:#ffe16c;background-image:none;top:26.8125rem;left:26.8125rem;display:block; }
#H3i6SpSA5CivPpEGiz1yTJL3ryVKLemh { box-sizing:content-box;height:0.4375rem;width:6.25rem;position:absolute;display:block;z-index:15016;background-color:#ffe16c;background-image:none;top:26.8125rem;left:46.8125rem;display:block; }
#f6d0e4UN7qKdgfczsFzzpbPIdP2ZI3dQ { background-color:transparent;background-image: -webkit-linear-gradient(151deg, #ffe154, #d3af0f);background-image: -moz-linear-gradient(151deg, #ffe154, #d3af0f);background-image: -ms-linear-gradient(151deg, #ffe154, #d3af0f);background-image: -o-linear-gradient(151deg, #ffe154, #d3af0f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe154', endColorstr='#d3af0f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe154', endColorstr='#d3af0f' );";background-image: linear-gradient(151deg, #ffe154, #d3af0f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.625rem #ffe16c ;box-sizing:border-box;color:#084c7c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.1875rem;height:3.6875rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:33.8125rem;left:20.9375rem;display:none; }
#aF4I9RvGPsAXEWeGsehxSh3fPtbxOBXm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GIAtUDvi0ZThLx4vbAZcJQOFC8ylDanJ { background-color:transparent;background-image: -webkit-linear-gradient(151deg, #ffe154, #d3af0f);background-image: -moz-linear-gradient(151deg, #ffe154, #d3af0f);background-image: -ms-linear-gradient(151deg, #ffe154, #d3af0f);background-image: -o-linear-gradient(151deg, #ffe154, #d3af0f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe154', endColorstr='#d3af0f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe154', endColorstr='#d3af0f' );";background-image: linear-gradient(151deg, #ffe154, #d3af0f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.625rem #ffe16c ;box-sizing:border-box;color:#084c7c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:3.25rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:44.5625rem;left:21.8125rem;display:block; }
#g9OX2LeKnXiSN9v1AyB4mhN13Adl5oAJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#erDXRcvRmmnJ96tuw5JKC2JOkM6Iudno { color:#084c7c;display:block;width:35.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:5.96484375rem;left:12.0625rem;height:1.462675rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#denWnbiznSDiDpVvuGEQg1R5qgbX289H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#denWnbiznSDiDpVvuGEQg1R5qgbX289H > .row .container { background-color: transparent; background-image: none; }#denWnbiznSDiDpVvuGEQg1R5qgbX289H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#denWnbiznSDiDpVvuGEQg1R5qgbX289H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#denWnbiznSDiDpVvuGEQg1R5qgbX289H > .row .container > .video-iframe-container { display: none; }#denWnbiznSDiDpVvuGEQg1R5qgbX289H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#denWnbiznSDiDpVvuGEQg1R5qgbX289H > .row > .video-iframe-container { display: none; }#denWnbiznSDiDpVvuGEQg1R5qgbX289H > .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); }#denWnbiznSDiDpVvuGEQg1R5qgbX289H > .row .container { border-width: 0; border-radius: 0; }#denWnbiznSDiDpVvuGEQg1R5qgbX289H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#denWnbiznSDiDpVvuGEQg1R5qgbX289H > .row .container { font-size:0.875rem;font-family:arial;height:45.5rem;width:60rem;position:relative;display:block; }#nHqN11SMxGH1W1PVI28Qc3i7m8L6vbUC { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/mLcCS4HU4yg/unsplash/santeri-liukkonen-mLcCS4HU4yg-photo-1698248476242-bfde13928633.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12rem;width:19.3125rem;top:6.625rem;left:40rem;display:block; }#nHqN11SMxGH1W1PVI28Qc3i7m8L6vbUC.adaptive-delivery-prevent-bg, #nHqN11SMxGH1W1PVI28Qc3i7m8L6vbUC.lazyload, #nHqN11SMxGH1W1PVI28Qc3i7m8L6vbUC.lazyloading { background-image: none; }
#pIm3VaNB7awhl06EO6ZHIo01n78Cq8Kn { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/A-FnuOazZcQ/unsplash/georg-eiermann-A-FnuOazZcQ-photo-1671709363092-60b205ee7e92.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:19.375rem;top:6.625rem;left:20rem;display:block; }#pIm3VaNB7awhl06EO6ZHIo01n78Cq8Kn.adaptive-delivery-prevent-bg, #pIm3VaNB7awhl06EO6ZHIo01n78Cq8Kn.lazyload, #pIm3VaNB7awhl06EO6ZHIo01n78Cq8Kn.lazyloading { background-image: none; }
#ZPMzIM5XFdgA58TAqEWWTrQXoNrowow9 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/9MByoiBNN1c/unsplash/muzammil-soorma-9MByoiBNN1c-photo-1537888692311-8a7fb3e9f374.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:19.375rem;top:6.625rem;left:0rem;display:block; }#ZPMzIM5XFdgA58TAqEWWTrQXoNrowow9.adaptive-delivery-prevent-bg, #ZPMzIM5XFdgA58TAqEWWTrQXoNrowow9.lazyload, #ZPMzIM5XFdgA58TAqEWWTrQXoNrowow9.lazyloading { background-image: none; }
#ly7NNfkVT6P5cfR9sHoq4ttdixMmvAKw { color:#084c7c;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:20.125rem;left:0rem;height:3.5980875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Rp8U9AMV9fbE0EFVhNhOIyzO41cr4uU4 { color:#084c7c;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:26.5rem;left:1.25rem;height:7.7995rem;text-align:justify;text-align-last:initial;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; }
#aTAI8yutozHOGN413JhShlbw8HXLTHO0 { color:#084c7c;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:26.5rem;left:21.25rem;height:10.3993125rem;text-align:justify;text-align-last:initial;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; }
#k1rytrGZSxdltoPGzKiv0TpfW0XqhavB { color:#084c7c;display:block;width:19.375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:20.125rem;left:20rem;height:3.5980875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fQk2BmOhr3iyPhiZKkKEs6LFwIFMQhWD { color:#084c7c;display:block;width:17.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:26.5rem;left:41.125rem;height:10.3993125rem;text-align:justify;text-align-last:initial;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; }
#TxMv0umHIOa5c6IKdzSzBI90Vlc7PNZb { color:#084c7c;display:block;width:14.9375rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:20.125rem;left:42.25rem;height:1.79904375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tl49BreNtTnM56MqqzLp288yrOPZa8xF { box-sizing:content-box;height:0.1875rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:#084c7c;background-image:none;top:41.9375rem;left:20.5625rem;display:block; }
#EznDea94WowQNdo5w1rA4SwQcgksEops { box-sizing:content-box;height:0.4375rem;width:6.25rem;position:absolute;display:block;z-index:15015;background-color:#ffe16c;background-image:none;top:24.1875rem;left:6.5625rem;display:block; }
#pRllCqlbmhdf7BB6IlxQdzIqBvm2LV5X { box-sizing:content-box;height:0.4375rem;width:6.25rem;position:absolute;display:block;z-index:15016;background-color:#ffe16c;background-image:none;top:24rem;left:26.5625rem;display:block; }
#t1bCs2PREJ31d4bSCoEGInLUiFR5PS8E { box-sizing:content-box;height:0.4375rem;width:6.25rem;position:absolute;display:block;z-index:15017;background-color:#ffe16c;background-image:none;top:23.6875rem;left:46.5625rem;display:block; }
#ovK2ctaBbOSBCTAMvgZJ4kyosWAnVcTP { color:#084c7c;display:block;width:33rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.625rem;left:13.5rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JzGfbTzq9nd6RGbWSCFNeG1sP80CtJ10 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#084c7c;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; }#JzGfbTzq9nd6RGbWSCFNeG1sP80CtJ10 > .row .container { background-color: transparent; background-image: none; }#JzGfbTzq9nd6RGbWSCFNeG1sP80CtJ10::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzGfbTzq9nd6RGbWSCFNeG1sP80CtJ10 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzGfbTzq9nd6RGbWSCFNeG1sP80CtJ10 > .row .container > .video-iframe-container { display: none; }#JzGfbTzq9nd6RGbWSCFNeG1sP80CtJ10 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JzGfbTzq9nd6RGbWSCFNeG1sP80CtJ10 > .row > .video-iframe-container { display: none; }#JzGfbTzq9nd6RGbWSCFNeG1sP80CtJ10 > .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); }#JzGfbTzq9nd6RGbWSCFNeG1sP80CtJ10 > .row .container { border-width: 0; border-radius: 0; }#JzGfbTzq9nd6RGbWSCFNeG1sP80CtJ10 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JzGfbTzq9nd6RGbWSCFNeG1sP80CtJ10 > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#Zw5CBW2qtGRDZxSbM9klDXlD9ocJMUa5 { color:#ffffff;display:block;width:46.875rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:4.25rem;left:6.5625rem;height:5.87456875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#c3Xik7T4aph3TKiGW7H1Oto0oynJzRL9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:1.0625rem;left:29.0625rem; }
#vbxEMz40x9MN8xTcFntKuFT7M39mTzv8 { box-sizing:content-box;height:3rem;width:3rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#ffe16c;background-image:none;top:0.625rem;left:28.5rem;display:block; }
#Ggc41Rf2MTTgkdv79Wnx3WoeZe3EmBHy { box-sizing:content-box;height:0.125rem;width:43.75rem;position:absolute;display:block;z-index:15002;background-color:#ffe16c;background-image:none;top:2.0625rem;left:7rem;display:block; }
#GRkEaJTVJPxctNTTKUBxilsGf1y1vkxg { box-sizing:content-box;height:0.125rem;width:43.75rem;position:absolute;display:block;z-index:15009;background-color:#ffe16c;background-image:none;top:15.6875rem;left:8.125rem;display:block; }
#DF6nRnWP3Kx5HOPsiWTan06cB42fU4hd { position:absolute;display:block;z-index:15010;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:10.625rem;width:10.625rem;top:8.4375rem;left:-4.0625rem;overflow:hidden;display:block; }
#D7HGSKNBWEvAnreAhIPclKGqR0GTbwQ5 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.6875rem;width:11.6875rem;top:7.375rem;left:52.0625rem;overflow:hidden;display:block; }
#n4Jy04vKHmop0PRg7CKF8T9QfcMGbrPK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#n4Jy04vKHmop0PRg7CKF8T9QfcMGbrPK > .row .container { background-color: transparent; background-image: none; }#n4Jy04vKHmop0PRg7CKF8T9QfcMGbrPK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4Jy04vKHmop0PRg7CKF8T9QfcMGbrPK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4Jy04vKHmop0PRg7CKF8T9QfcMGbrPK > .row .container > .video-iframe-container { display: none; }#n4Jy04vKHmop0PRg7CKF8T9QfcMGbrPK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n4Jy04vKHmop0PRg7CKF8T9QfcMGbrPK > .row > .video-iframe-container { display: none; }#n4Jy04vKHmop0PRg7CKF8T9QfcMGbrPK > .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); }#n4Jy04vKHmop0PRg7CKF8T9QfcMGbrPK > .row .container { border-width: 0; border-radius: 0; }#n4Jy04vKHmop0PRg7CKF8T9QfcMGbrPK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n4Jy04vKHmop0PRg7CKF8T9QfcMGbrPK > .row .container { font-size:0.875rem;font-family:arial;height:26.5625rem;width:60rem;position:relative;display:block; }#tMdAMEBqJL03wTbZ7Ttobkic2xXvKQiv { color:#084c7c;display:block;width:37.3125rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:2.1494140625rem;left:11.34375rem;height:4.2252625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KUp1t7xkWIK6Wu8rq8xW86wegIIHhd5a { color:#084c7c;display:block;width:42.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:6.9365234375rem;left:8.8125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#BQVWy9MlLANJtvf66IKOzdtZtQEZ7Fb5 { color:#084c7c;display:block;width:8.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:10.0625rem;left:6.3125rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#laDotJfST9awdIb0WIiqemTr0orILXtx { color:#084c7c;display:block;width:9.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:9.875rem;left:18.375rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mK4l4LakL2f7prolVSJPnHzkvuJKyl6k { color:#084c7c;display:block;width:9.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:9.9375rem;left:31.1875rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SXuTXVR9NCnHyX9o4aNNk2rbrfKnot1T { color:#084c7c;display:block;width:9.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:9.9375rem;left:43.75rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ToSTdHgy7bIxmaKCHTin6KS3oTAngu5D { box-sizing:content-box;height:3rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:9.5625rem;left:16.6875rem;border-top:0.125rem solid #ffe16c;border-left:0.125rem solid #ffe16c;border-right:0.125rem solid #ffe16c;border-bottom:0.125rem solid #ffe16c;display:block; }
#k0nCqRxBtBnUzq6B26KR7NNeUJlERDUc { box-sizing:content-box;height:3rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:9.5625rem;left:29.375rem;border-top:0.125rem solid #ffe16c;border-left:0.125rem solid #ffe16c;border-right:0.125rem solid #ffe16c;border-bottom:0.125rem solid #ffe16c;display:block; }
#PurvcPyE5xKfqqKw8dvUKp7ns0L5wwZa { box-sizing:content-box;height:3rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;top:9.5625rem;left:4rem;border-top:0.125rem solid #ffe16c;border-left:0.125rem solid #ffe16c;border-right:0.125rem solid #ffe16c;border-bottom:0.125rem solid #ffe16c;display:block; }
#trw4MkN9h5BEB0nknHV08LWe4lTb7emL { box-sizing:content-box;height:3rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:9.5625rem;left:42.0625rem;border-top:0.125rem solid #ffe16c;border-left:0.125rem solid #ffe16c;border-right:0.125rem solid #ffe16c;border-bottom:0.125rem solid #ffe16c;display:block; }
#Krkde3tz6OD5XlSpMpSRgJ5wKibZHqsb { color:#084c7c;display:block;width:38.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.4375rem;left:10.53125rem;height:3.8997375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#bS2O24MQkn8DTo2DMpsb996oyhgb6cWn { background-color:transparent;background-image: -webkit-linear-gradient(151deg, #ffe154, #d3af0f);background-image: -moz-linear-gradient(151deg, #ffe154, #d3af0f);background-image: -ms-linear-gradient(151deg, #ffe154, #d3af0f);background-image: -o-linear-gradient(151deg, #ffe154, #d3af0f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe154', endColorstr='#d3af0f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe154', endColorstr='#d3af0f' );";background-image: linear-gradient(151deg, #ffe154, #d3af0f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0rem 0.625rem #ffe16c ;box-sizing:border-box;color:#084c7c;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.3125rem;height:3.25rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:21.4375rem;left:21.84375rem;display:block; }
#wr0NiBmWqvrqws7sZ6ufIa1yU4zA05Hx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IEMVzT7GHZlCVvgWusmeldRcl6lrwRPh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#IEMVzT7GHZlCVvgWusmeldRcl6lrwRPh > .row .container { background-color: transparent; background-image: none; }#IEMVzT7GHZlCVvgWusmeldRcl6lrwRPh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEMVzT7GHZlCVvgWusmeldRcl6lrwRPh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEMVzT7GHZlCVvgWusmeldRcl6lrwRPh > .row .container > .video-iframe-container { display: none; }#IEMVzT7GHZlCVvgWusmeldRcl6lrwRPh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IEMVzT7GHZlCVvgWusmeldRcl6lrwRPh > .row > .video-iframe-container { display: none; }#IEMVzT7GHZlCVvgWusmeldRcl6lrwRPh > .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); }#IEMVzT7GHZlCVvgWusmeldRcl6lrwRPh > .row .container { border-width: 0; border-radius: 0; }#IEMVzT7GHZlCVvgWusmeldRcl6lrwRPh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IEMVzT7GHZlCVvgWusmeldRcl6lrwRPh > .row .container { font-size:0.875rem;font-family:arial;height:21.5rem;width:60rem;position:relative;display:block; }#iemBBeHrSWZSFBCqTBiZeEO5TFLN0ge5 { color:#084c7c;display:block;width:24.4375rem;position:absolute;font-family:poppins;font-size:2.9375rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:4.375rem;left:2.3125rem;height:8.8125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#rawvsT9gQXhEy08DxcTo2TNWFTBKUcJv { color:#084c7c;display:block;width:23.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.25rem;left:2.3125rem;height:3.8997375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx .accordion-element-container { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;flex-direction:column;align-items:center;background-color:transparent;background-image: -webkit-linear-gradient(210deg, #2573bf, #135b97);background-image: -moz-linear-gradient(210deg, #2573bf, #135b97);background-image: -ms-linear-gradient(210deg, #2573bf, #135b97);background-image: -o-linear-gradient(210deg, #2573bf, #135b97);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2573bf', endColorstr='#135b97' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2573bf', endColorstr='#135b97' );";background-image: linear-gradient(210deg, #2573bf, #135b97);background-size:contain !important;vertical-align:top; }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx .accordion-heading-text { display:block;position:relative;width:100%;font-family:poppins;font-weight:700;font-size:1.25rem;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:poppins;color:#ffffff;height:auto; }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_d6ec4417aafbf74a0e957f03b68308083ebae4ef.svg");background-size:contain !important; }#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx .accordion-trigger.adaptive-delivery-prevent-bg, #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx .accordion-trigger.lazyload, #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx .accordion-trigger.lazyloading { background-image: none; }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx { box-sizing:content-box;height:auto;width:29.375rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15038;background-color:#f4f4f4;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.3617191314697rem;left:27.425001144409rem;box-shadow: none; }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #FywyWcwuXohG4IlJoKGKg6WZii7AxMKN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #s9dDCG8g41rE0sp6kChB1cypOo09sREO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #ygirFX42o36liirJpExKPSvDRaxnSscI { display:block;position:relative; }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #zby8RNyBNlAq87mpkzQTrn5PrBDiC8Ef {  }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #Z2Tepya4PdKOZ22HHiKTCkmCK4HdVsUC {  }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #Qrz9i6IwqRutAAGZSRkMMOoytE1luqKC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #X73a3TJJ23Oux7dUwL0kBSlCOAlcvX2t { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #L3ly6H3byIXhDiMu9fOTu5htHUbweKzd { display:block;position:relative; }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #JQZPcU3tk6UHsiP3b6TeJoJ2gVXXoask {  }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #vqXOZVNeTXcmPAhxUb19NxPfLTONDQ0w { display:none; }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #xm5c3PNRcihlIEo1boqKGoRiPtSEnZ4Q { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #r3d55cbWm4rx7mLtJf1NslAWNDcKIMn3 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #WcvXIv2wDo83lFr1rRpJtrzoiXuvzk4y { display:block;position:relative; }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #LZXUpyzb2g0U3HJA4LeEDtUHbpdFnJTf {  }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #iiLIC2g6fgZSVAsxww2lKmLRbBnI1I10 { display:none; }
#ptFhGHo7fTOSpa8xxgF17X2xfbVwGtuB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#ptFhGHo7fTOSpa8xxgF17X2xfbVwGtuB > .row .container { background-color: transparent; background-image: none; }#ptFhGHo7fTOSpa8xxgF17X2xfbVwGtuB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptFhGHo7fTOSpa8xxgF17X2xfbVwGtuB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptFhGHo7fTOSpa8xxgF17X2xfbVwGtuB > .row .container > .video-iframe-container { display: none; }#ptFhGHo7fTOSpa8xxgF17X2xfbVwGtuB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ptFhGHo7fTOSpa8xxgF17X2xfbVwGtuB > .row > .video-iframe-container { display: none; }#ptFhGHo7fTOSpa8xxgF17X2xfbVwGtuB > .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); }#ptFhGHo7fTOSpa8xxgF17X2xfbVwGtuB > .row .container { border-width: 0; border-radius: 0; }#ptFhGHo7fTOSpa8xxgF17X2xfbVwGtuB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ptFhGHo7fTOSpa8xxgF17X2xfbVwGtuB > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:60rem;position:relative;display:block; }#gUJUK6XzrdwaI4T9CebgI44NoCrMo3QQ { position:absolute;display:block;z-index:15038;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:12.25rem;top:28.6875rem;left:0rem;overflow:hidden;display:none; }
#Tfi5mTLSI6e42qsbEi4SbAe8qPGDAq09 { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:8.125rem;left:0rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VFzNk8dBv8uU1yaU7Ox0lZxvUz3RNHZE { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:poppins;font-size:3.5rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:8.8125rem;left:0rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#z4I5Mx0ZtxuH5LgaVGJUPvc32HAZEwRz { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:19.6875rem;left:0.75rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AfpdXOquQNreG3pr4mreTvPunoybcaDB { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:19.6875rem;left:12.6875rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yuclOiIRobG584JyTTP6CpdVPawlk9uT { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:poppins;font-size:3.5rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:8.8125rem;left:11.9375rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yEi1IIEHTom0oTORB4BNTf8zD2QU2w9f { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:8.125rem;left:11.9375rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AmwQ3CEKWguneag2bbtE3G231xWF8kv4 { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:19.6875rem;left:24.8125rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JkE9stG5tbCNDHL9t5AHEeCLtXKAtJ7E { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:poppins;font-size:3.5rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:8.8125rem;left:24.0625rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AOQ4FgC52kxLXGvM7te6v04vyktE00MJ { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:8.125rem;left:24.0625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iUG9NrsBvD8I42FW3URTFNsTfUMh4W7U { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:19.6875rem;left:36.75rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PC66bCa47ROT3G1TxABtTo0zRi5Th7QB { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:poppins;font-size:3.5rem;font-weight:700;z-index:15049;line-height:1.3;letter-spacing:0;top:8.8125rem;left:36rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Tqv8kwnckpA1Gvnox5BZKO2qpcdJSlSB { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15048;line-height:1.3;letter-spacing:0;top:8.125rem;left:36rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PwUul0D0rkwWArqXEZPLFpPNtN9krr3O { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:19.6875rem;left:48.8125rem;height:3.8997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NHvJ3CciiMapzHNld6ImmGfqCJEoDpdD { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:poppins;font-size:3.5rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:8.8125rem;left:48.0625rem;height:4.54980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eTl5Eqbrzc8zTUJ55vB57uTtH0TWvOp9 { color:#ffffff;display:block;width:11.9375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:8.125rem;left:48.0625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JKRukZQMi47rUUdW5sE9DsmeykLh1aQ3 { color:#084c7c;display:block;width:47.5rem;position:absolute;font-family:poppins;font-size:3.5rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:1.3125rem;left:6.25rem;height:3.50043125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#EE2o0S6DBT9DtcEmARfu2OLZDdPxRQx9 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:60rem;top:5.9375rem;left:0rem;overflow:hidden;display:block; }
#pLL7TOW3iChlcTnWBFxZIA1tA39fN910 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#pLL7TOW3iChlcTnWBFxZIA1tA39fN910 > .row .container { background-color: transparent; background-image: none; }#pLL7TOW3iChlcTnWBFxZIA1tA39fN910::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLL7TOW3iChlcTnWBFxZIA1tA39fN910 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLL7TOW3iChlcTnWBFxZIA1tA39fN910 > .row .container > .video-iframe-container { display: none; }#pLL7TOW3iChlcTnWBFxZIA1tA39fN910 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pLL7TOW3iChlcTnWBFxZIA1tA39fN910 > .row > .video-iframe-container { display: none; }#pLL7TOW3iChlcTnWBFxZIA1tA39fN910 > .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); }#pLL7TOW3iChlcTnWBFxZIA1tA39fN910 > .row .container { border-width: 0; border-radius: 0; }#pLL7TOW3iChlcTnWBFxZIA1tA39fN910 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pLL7TOW3iChlcTnWBFxZIA1tA39fN910 > .row .container { font-size:0.875rem;font-family:arial;height:110.8125rem;width:60rem;position:relative;display:block; }#NcfgA86M1mKw18LEAk6e5COLpN1s7Xy4 { color:#084c7c;display:block;width:60rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:31.1875rem;left:0.0625rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#TQPg7LpsR6ASnkXoZTQIoCz9ZoqF6r4T { color:#084c7c;display:block;width:46.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:11.5rem;left:7.9375rem;height:14.29904375rem;text-align:justify;text-align-last:initial;font-style:italic;display:block; }
#I3vqQvfumJsun15NHMW5Hoxc4JvAxzZf { position:absolute;display:block;z-index:15011;background-color:#171e79;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.1875rem;width:19.0625rem;top:46.5625rem;left:0.5625rem;display:block; }
#W8VtNNvx7kIzvzmwppCBicO7tNqaVIkh { color:rgba(128,128,128,0.15);display:block;width:60rem;position:absolute;font-family:poppins;font-size:7.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:26.75rem;left:0rem;height:9.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y6WN9gvkPwGBOBwTum6rbSd0eT40r42C { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:36.4375rem;left:0.5625rem;display:block; }
#s6gxxOTo9wiP7MWkTpVPGhfAwgrwgn8S { color:#084c7c;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:42.5rem;left:1rem;height:2.599825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SJki7U5VRem8vcg2EHRMERA2LHTZ5vo2 { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:36.4375rem;left:20.5rem;display:block; }
#PZuIb6hEXm4TqoWsgofmIKxxk2nPrcXz { color:#084c7c;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:43.0625rem;left:21rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VtB6y9bbe98L03uFotXssQW0M5fy9QHM { color:#084c7c;display:block;width:18.125rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:38.3125rem;left:0.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uTVJifvoezAHHvPPts000rK6xJM9DELM { color:#084c7c;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:38.1875rem;left:20.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bR7kBUqPUJUTubgI7P8GuqTN7VrHwSt2 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,0.2) ;height:10.3125rem;width:18.9375rem;top:36.4375rem;left:40.5rem;display:block; }
#vc5duzUCrlOIBhy54tr8LLzZyQrxGs4G { color:#084c7c;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:38.1875rem;left:40.9375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TnVdMKNagBtzsZg0g5VJSgbeTH9PBKMF { color:#084c7c;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:43.0625rem;left:40.9375rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nCQXNPDM2LTMbWnikRGG9vEmgUch8sZc { color:#084c7c;display:block;width:3.5rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:38.4375rem;left:34.75rem;height:2.3556875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cGXaWpfnOfe6Sm7I1gJVnsrBot6OPTTB { color:#084c7c;display:block;width:3.5rem;position:absolute;font-family:"open sans";font-size:1.8125rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:40.6875rem;left:51rem;height:2.3556875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zTatwX2N6oK4JTzD7BxqTXXEEPmrAKSV { position:absolute;display:block;z-index:15012;background-color:#171e79;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.1875rem;width:19.0625rem;top:46.5625rem;left:40.4375rem;display:block; }
#U4v1QeyONLJ0U0mdoAqGxmeyEWKbENRl { position:absolute;display:block;z-index:15012;background-color:#ea606e;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.1875rem;width:19.0625rem;top:46.5625rem;left:20.5rem;display:block; }
#fbZeJaib5aQDFO2T9l0yne5EefX3wLhz { position:absolute;display:block;z-index:15015;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.75rem;width:5.75rem;top:0rem;left:27.125rem;overflow:hidden;display:block; }
#Jx0rUXCQ80aUPVVvgpIkLcnds8nVST3s { position:absolute;display:block;z-index:15012;background-color:#171e79;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:0.1875rem;width:19.0625rem;top:30.9375rem;left:40.4375rem;display:none; }
#du6veTXQGAuRyOBzHLxqxiMslEfbR7r7 { position:absolute;display:block;z-index:15010;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:13.5625rem;width:22.5625rem;top:85.4375rem;left:1.375rem;overflow:hidden;display:block; }
#OV30ZwmIL8Xs2uN8LdNxE6QQBrTAqRws { position:absolute;display:block;z-index:15011;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:15.125rem;width:11.25rem;top:70.4375rem;left:42.0625rem;overflow:hidden;display:block; }
#sbmUMmb1AXQsEs2rCKME1Cm8kfXFwdOe { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.0625rem;width:22.5rem;top:55.375rem;left:1.375rem;overflow:hidden;display:block; }
#JTl189LiyKToombWT8cubA772cby9TSJ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:18.25rem;top:72.4375rem;left:23.8125rem;overflow:hidden;display:block; }
#OCcDizTK733ZccpnzB41IlXcKfXuirhM { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.8125rem;width:18.125rem;top:55.375rem;left:23.875rem;overflow:hidden;display:block; }
#onpDOM2O6ZFRN1TxbwKbTvRpycuCeJWP { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.4375rem;width:11.5rem;top:55.375rem;left:41.875rem;overflow:hidden;display:block; }
#QJsHzThZd3LIJi0UKZbeRmL6ZtbTzOwt { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0rem 0rem 0.3125rem rgba(0,0,0,0.5) ;height:15.625rem;width:28.0625rem;top:86.6875rem;left:25.0625rem;display:block; }
#frvgBslRo2JkvL7KLd5QUDm2QSgeS6rX { box-sizing:content-box;height:2.8125rem;width:17.875rem;position:absolute;display:block;z-index:15017;background-color:#ea606e;background-image:none;top:82.6875rem;left:1.375rem;display:block; }
#WewTWF093d9LLRJC9PnTRH9r6U15APTR { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:83.5rem;left:2rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wlmAGxCCWMmvHvUGTa4uXlPhZv2KPgiH { color:#084c7c;display:block;width:60rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:49.8125rem;left:0rem;height:4.0625rem;text-align:center;text-align-last:center;display:block; }
#T0P4Ez309H0CZPI1IiKsLFLvTWDZ4Ay4 { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:71.25rem;left:24.4375rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IVWtHrwMQLZxczsq4HGP9OL5COsIiAOl { box-sizing:content-box;height:2.8125rem;width:17.875rem;position:absolute;display:block;z-index:15019;background-color:#ea606e;background-image:none;top:70.4375rem;left:23.8125rem;display:block; }
#XMxGvKy1RUbIGZh4NPNLZ9HdlG4RDSEV { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:97.0625rem;left:1.9375rem;height:1.2999125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ceGRAmgezb7eya8hB6EpBetCEMRaUemm { box-sizing:content-box;height:2.8125rem;width:17.875rem;position:absolute;display:block;z-index:15019;background-color:#ea606e;background-image:none;top:96.25rem;left:1.375rem;display:block; }
#AqdCdJTSCoPCKmb1X9hvH08On5HnnIM1 { color:#084c7c;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:3.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:6.625rem;left:19.375rem;height:4.0625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n9weVFnfTM1EoP0WLbXEisOLUGkpUEOd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#n9weVFnfTM1EoP0WLbXEisOLUGkpUEOd > .row .container { background-color: transparent; background-image: none; }#n9weVFnfTM1EoP0WLbXEisOLUGkpUEOd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9weVFnfTM1EoP0WLbXEisOLUGkpUEOd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9weVFnfTM1EoP0WLbXEisOLUGkpUEOd > .row .container > .video-iframe-container { display: none; }#n9weVFnfTM1EoP0WLbXEisOLUGkpUEOd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n9weVFnfTM1EoP0WLbXEisOLUGkpUEOd > .row > .video-iframe-container { display: none; }#n9weVFnfTM1EoP0WLbXEisOLUGkpUEOd > .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); }#n9weVFnfTM1EoP0WLbXEisOLUGkpUEOd > .row .container { border-width: 0; border-radius: 0; }#n9weVFnfTM1EoP0WLbXEisOLUGkpUEOd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#n9weVFnfTM1EoP0WLbXEisOLUGkpUEOd > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:60rem;position:relative;display:block; }#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-form-header {  }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;color:#084c7c;width:26.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:26.625rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-input-text {padding-top: 0; padding-bottom: 0;}#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;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;width:26.625rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:26.625rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:poppins;font-size:0.75rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-input-select {padding-top: 0; padding-bottom: 0;}#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .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; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .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:transparent;background-image: -webkit-linear-gradient(225deg, #ffe154, #d3af0f);background-image: -moz-linear-gradient(225deg, #ffe154, #d3af0f);background-image: -ms-linear-gradient(225deg, #ffe154, #d3af0f);background-image: -o-linear-gradient(225deg, #ffe154, #d3af0f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe154', endColorstr='#d3af0f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe154', endColorstr='#d3af0f' );";background-image: linear-gradient(225deg, #ffe154, #d3af0f);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.4375rem;font-weight:bold;color:#084c7c;width:26.625rem;height:4.3125rem;font-family:poppins;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;line-height:0; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:poppins;font-size:0.75rem;font-weight:400;font-style:normal; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .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:poppins;line-height:1.4;font-size:0.75rem;font-weight:400;color:#084c7c;vertical-align:top;width:25.375rem;overflow:hidden;font-style:normal;float:none; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .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; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-container:first-of-type{padding-top:0;}#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-container:last-of-type{padding-bottom:0;}#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO  { background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:28.874786376953rem;top:8.3745727539062rem;z-index:15016;position:absolute;box-shadow: none; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.625rem;display:block;vertical-align:top; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO {display:block;}#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO { background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:28.874786376953rem;top:8.3745727539062rem;z-index:15016;position:absolute;box-shadow: none; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #S97RIU1xge5BVwt9u8vUx9kd66gNqbsv { position:relative; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #Bn5QRJUfW9nEE8AHk2bnTGBxK9aZcaz4 { position:relative;display:none; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #wRtF61FL8zu5AZdJT7DCMIzVAFc5EQDb { position:relative; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #W3qB97diOhbAAoSeVdxJlSOMXrkGiK9h { position:relative; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #AuGpkSAMgiTKkrQdiObOdRCauhPXs9SC { position:relative;display:none; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #hqnUm85mmgNUC437Dmh5re7yDOxhUgZm { position:relative; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #y9K5sibJOW6rLUm5QtxowSOmVh0xeE3p { position:relative; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #Z6Ly6tDVgnGrFaPTohXnpuG1prkUcKgy { position:relative;display:none; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #xtxK8bc9uFtcHCCRw5DnTTk3pVTEKAXc { position:relative; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #mzPbHZKvh78nkOTXLe3VNwcaP0HpK3r4 { position:relative; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #vTiVcHvcxxFn4tPLzTqoncNCfx7RRAla { position:relative;display:none; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #L5IerwM9vPzokfJbVRyuXCuHnL9AMUfm { position:relative; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #beRTQpf1GyhhuF5J5udHqlQm8sIxRgJd { position:relative; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #qTLQ7HwOUTbq76wVok23NCxUJkKoWlvz { position:relative;display:none; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #mvkcrVOfNhBrCFN9d61cZ1fG3HBwIOyv { position:relative; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #XCig8CTud8IuvMpnINthBUEk6Awdt0qZ { position:relative; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #KW1nJNm0hy9JROZbuoHUQrP5gGkNgQgU { position:relative;display:none; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #XDLTBmD4ZXMndJgyuIOG7Run0DL2eyOa { position:relative; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #NfrQMSedbQZ0GgtrTTq8a3tC8yTg4eDJ { position:relative; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #xq5utRisxtUhh5zW8fbeCMf4umh7NGJA { position:relative;display:none; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #rWxkLZQGWORbbTc3nhSO1fTnXEUHG601 { position:relative; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #cW6S7oAUnbaEVIM7HU0P3KTDFZTk9PZd { position:relative; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #oTHfmq6Pwf3kUJJ8oupJl2HXBK4Zr7HP { position:relative;display:none; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #Qu6l39QO9WK5sL5SnwQHWGaV6hL7b98J { position:relative; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #cQ7qJOkxLZZMGhoQPQdeF9A3XMi0GulP { position:relative; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #SQZJDPUKECf2leT7BigrG21HwwIpxvOZ { position:relative;display:none; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #zh34L5rivs6bR7eJfsznEUZXhiQETyD7 { position:relative; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #nhkHpdshFrhrKX6R0WPJ2l8qVzIMtQBd { position:relative; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #aNTWmTmTJgR0RyPbhpHSCF5f7KT9BVZz { position:relative;z-index:2; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #F6We07ETkfeTICZndAvIDTv5m1KK6mPB { position:relative; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #A1LdEnBpXdNi3TwhEZozvXIvfUtuyFxt { position:relative; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #cy1w5kmR6soJieAdg7zKLN9FJE45Qfcw { position:relative; }
#wf7SnLzB3R5RxGUytx5qDgtTwJFqJBEr { color:#084c7c;display:block;width:22.1875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26.9375rem;left:2rem;height:2.92535rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#LSQNtqAbqzORDswh4MaL6cGQwSxzQKaT { color:#084c7c;display:block;width:25.3125rem;position:absolute;font-family:poppins;font-size:2.875rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:9.875rem;left:2rem;height:14.3771875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#ETyyqRJlm8y3nlNye5qZvZwHxgX3gLDn { color:#084c7c;display:block;width:53.5625rem;position:absolute;font-family:poppins;font-size:2.875rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:0.9375rem;left:4rem;height:5.75086875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#Q1GEtrEJR23HGOdkcrCTwMdGMTUx6uSZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#084c7c;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; }#Q1GEtrEJR23HGOdkcrCTwMdGMTUx6uSZ > .row .container { background-color: transparent; background-image: none; }#Q1GEtrEJR23HGOdkcrCTwMdGMTUx6uSZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1GEtrEJR23HGOdkcrCTwMdGMTUx6uSZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1GEtrEJR23HGOdkcrCTwMdGMTUx6uSZ > .row .container > .video-iframe-container { display: none; }#Q1GEtrEJR23HGOdkcrCTwMdGMTUx6uSZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q1GEtrEJR23HGOdkcrCTwMdGMTUx6uSZ > .row > .video-iframe-container { display: none; }#Q1GEtrEJR23HGOdkcrCTwMdGMTUx6uSZ > .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); }#Q1GEtrEJR23HGOdkcrCTwMdGMTUx6uSZ > .row .container { border-width: 0; border-radius: 0; }#Q1GEtrEJR23HGOdkcrCTwMdGMTUx6uSZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q1GEtrEJR23HGOdkcrCTwMdGMTUx6uSZ > .row .container { font-size:0.875rem;font-family:arial;height:19.0625rem;width:60rem;position:relative;display:block; }#OkMPEyk1se8fHuVHKWtdns2fiQx8RUxR { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:10.125rem;top:2.1875rem;left:0rem;overflow:hidden;display:block; }
#N9MO75xksb1G4qbmCBSHvgOZMeb19J9U { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:7.4375rem;left:0rem;height:2.44791875rem;font-style:normal;display:block; }
#obnm0Qm4B2ZevXqmlzOWF2Zc5mWma4PO { color:#ffffff;display:block;width:9.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:7.25rem;left:26.1875rem;height:1.225rem;font-style:normal;display:block; }
#aMLrXc3MpPB5TpanJV82sk4hdhJe0Bi9 { color:#ffffff;display:block;width:6.375rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:5.3125rem;left:24.125rem;height:1.05rem;font-style:normal;display:block; }
#zFo5Cp2Zm6ZkZ7SSx8rICPExI0BnVDT0 { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:7.125rem;left:24.1875rem; }
#clGD6LPahvxJQdLfvyZCJx3ApRTDNPxF { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:7rem;left:35.6875rem; }
#UPWwBFQCeTSCMgKa5GMoHDLLGSaTnLTD { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:12.125rem;left:24.375rem;display:block; }
#B3F9a90mlF9qveRnPu50x1ElIy4berLT { color:#ffffff;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:7.125rem;left:37.625rem;height:1.225rem;font-style:normal;display:block; }
#At2qfX24lG86JsdIMPnwe6P5cShCbw0X { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:18.75rem;top:12.125rem;left:0rem;display:block; }
#cH3cvvp36H0XCHIpp0lVnNfCMPoofyPm { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:7rem;left:46.625rem; }
#MsbtTW144o0MSzUPuAvTNVu3wyIh73Nx { color:#ffffff;display:block;width:10.4375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:7.1875rem;left:48.6875rem;height:3.67186875rem;font-style:normal;display:block; }
#r6Lb5scfE6zzQ4AsBh0lMW867loMSKl8 { color:#ffffff;display:block;width:11.8125rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:14.1875rem;left:48.1875rem;height:1.05rem;font-style:normal;display:block; }
#fQUEWrFRTP8yqHZvTquixTHg32kiSFTV { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:16.3125rem;left:56.0625rem; }
#fQUEWrFRTP8yqHZvTquixTHg32kiSFTV > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#HkaEpQS9FTUZ7N5cd8O7qcP5VEnLrNAx { background-color:#ffe16c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3rem;height:3rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:15.9375rem;left:48.1875rem;display:block; }
#UWaG1fVE2UR5v3peZcaNhC6rh53KqZVX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q70JzUReBXPyZL9clkmuDERqMorIbSF0 { background-color:#ffe16c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3rem;height:3rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:15.9375rem;left:51.9375rem;display:block; }
#HoXQaBz393SMZlhtu8b0Z0e7TSyMD1y0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NTiPe7zGhGrvTxXHfFQciC1b5ZlsPqyA { background-color:#ffe16c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3rem;height:3rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:15.9375rem;left:55.6875rem;display:block; }
#Hmwpcm25gag7A2VTCtLAVy34yq8l9m9J { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#M98gz4q8T0GzuVyIhcFr3tR77rC2JJ9i { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:16.5rem;left:48.75rem; }
#M98gz4q8T0GzuVyIhcFr3tR77rC2JJ9i > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ZIKaHqBZD5ATGknrGDVm0KzkRbM2cDEz { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:16.5rem;left:52.5rem; }
#ZIKaHqBZD5ATGknrGDVm0KzkRbM2cDEz > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#rUCHGoVHbTdhKbdR0THfmsEUUNG28PF3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#rUCHGoVHbTdhKbdR0THfmsEUUNG28PF3 > .row .container { background-color: transparent; background-image: none; }#rUCHGoVHbTdhKbdR0THfmsEUUNG28PF3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUCHGoVHbTdhKbdR0THfmsEUUNG28PF3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUCHGoVHbTdhKbdR0THfmsEUUNG28PF3 > .row .container > .video-iframe-container { display: none; }#rUCHGoVHbTdhKbdR0THfmsEUUNG28PF3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rUCHGoVHbTdhKbdR0THfmsEUUNG28PF3 > .row > .video-iframe-container { display: none; }#rUCHGoVHbTdhKbdR0THfmsEUUNG28PF3 > .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); }#rUCHGoVHbTdhKbdR0THfmsEUUNG28PF3 > .row .container { border-width: 0; border-radius: 0; }#rUCHGoVHbTdhKbdR0THfmsEUUNG28PF3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rUCHGoVHbTdhKbdR0THfmsEUUNG28PF3 > .row .container { font-size:0.875rem;font-family:arial;height:14.25rem;width:60rem;position:relative;display:block; }#smNLtfRCFMGbT29II0LOVc3BeAMp8qpf { z-index:15003;top:1.2515621185302rem;left:47.06875038147rem;background-color:#084c7c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(255,240,31,0.23) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#yUChQ96AUrPEx010uANxPFI6Ng2zurKk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wBnvskg16Sysus6foJgOEe1AMitQTzTc { z-index:15003;top:4.3742198944092rem;left:47.06875038147rem;background-color:#12cc94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(255,240,31,0.14) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#aVW0pKIfTvW1ZNfnNoZngph19PdCRpaF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo { display:block; }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPCgW0SHe4ksX8bbkzyh66UVD9BPiQn0 { top:1.8125rem;left:19.0625rem;width:9.625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKzEz9kGGSmqlLKSFRPB9TcHEvaeDVad { width:20.25rem;height:0;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cxLoRvDEeTTD9Ugx8nLp6RNiDCB324Gi { width:18.1875rem;height:3.6875rem;top:33.8125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR73i0MX5n3zMZAizcO47UI25tyuowFr { display:block; }
 }@media only screen and (max-width: 763px) { #LXWHxLrb7beiB8zDaMwExwreOUAzBIcA { top:10.625rem;left:0rem;width:47.75rem;height:23.278125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvpBzVuRATx6GbwIpOwVKFVCn9ENQS2E { width:20.25rem;height:0;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Di7irfkAWoTQBObUQVr6gwvQDFDQIxG9 { width:20.25rem;height:0;top:16rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-regular-label { display:block;width:26.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-input-text { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-input-text {padding-top: 0; padding-bottom: 0;}#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-textarea { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-input-select { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-input-select {padding-top: 0; padding-bottom: 0;}#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-input-button { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-checkbox-label { width:25.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv  { width:26.625rem;height:auto;top:4.5rem;left:18.625rem; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .radio-container { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv {display:block;}#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv { width:26.625rem;height:auto;top:4.5rem;left:18.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #Q9axZySv9GJdNezwytRiZ0kA5HmL2aTI {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #kwawGnCM23LglocMLreqPwm3FhJmVyF6 { display:none; }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #em4bMLcNmpbIq7mq3EyH8V5FmW185XS3 {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #dvmvSZNahspdpT9vrUfgTBIWgIq9d4Di {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #tPu9uh3GNFHn6fVS07BuRfXqH9K8GZ4h { display:none; }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #Xmt1UZrzBeEDNu6zzMOR2crSTDt4FqLe {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #QSftiOGKPum3yi80egnydOXoNlKgyw4p {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #ATtIZ5SnZbCQabXDZovJIsO9p2sATxTc { display:none; }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #PmeUmu4IR37D7plTxgTx39TGf6aFB9Vz {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #tbmbDf9LopJMMFn31NrcXS8zV9uTNkOp {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #twH99GrR4bbaUqXqHMLwfF8TNKGI6n6t { display:none; }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #dBzgO8yyg0odDzFBqiUzPwvXzvhGJOIA {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #lV3p1Elu6HgE4Hhy37nbaqwmvDvgnRZ6 {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #hB9EQTH3JP0KXhUyhhx2fG2bgkTUxpTn { display:none; }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #DHMUTx1FDlvcHR45nA84TpTGzFZVAP5L {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #lEP5d6d5xtb2V9VsWip8VO5ZTPMbTlnb {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #iZgLHu8MxR7PlWAXfT1bTThftr6UzKf7 {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #yF5arg1TKl9T4qsS4Ag4XuIoJdOhHfB0 {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #P1tcRxU6CWPlth4HHIQtXWVKStOCtlBf {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #boIakilP639D3T0TulWT6xHHHMEzxqlF {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #NVi0L4IH7sUOMxpqmdgkxTkopGdiI7ng {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #HGgSWzIiVBcQ9eyAivXg6DcdsiLnURNm {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #QPTE7XMo0WeIswN4be4ygcuUtvM1lePS {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #DEPZdeBbURf6Xy2XWP5pFR8MpThs77SZ {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #TG7Ak74aPmtMi8rI5MAraakP8Ryt6EWC {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #HXqQUCArFCSDefyA5EQq6UlgOpiDGV6E { display:none; }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #BaEP8xy2t9pmNWNIow1O5S9UeF8TUF58 {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #xaI0KcG8vxD7y0JM0gkNHcta5N4VDs78 {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #SGpPQhL6FuePlrpLVV7Ni6T5t7CFRXZ2 { z-index:2; }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #utQlPU65X1K32B6Fnt9CRQbdzza3xWTr {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #db3XIMqucEURA8nC1RyPlxZQ3cJtUS8b {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #zXM8vsaAZvVEO5vKP4sh43xw6ffV4MWT {  }
 }@media only screen and (max-width: 763px) { #EzObmP0T1u6MwwtUrfe3gR4iSWtGnL3I { width:20.25rem;height:0;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEsWA33tHenruXG0R3PgJid1LFL6kfuW { display:block; }#fEsWA33tHenruXG0R3PgJid1LFL6kfuW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1hynXvaNNTHnN9Tmdka7IHckrpLFtDC { width:25.3125rem;height:0;top:7.75rem;left:0rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vNPbd8Wh5No3rbTEOkH34cL5hrcEz8E0 { top:1.0625rem;left:22.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ur06k6IcTi7m8OtpzN8DPr3ODH7PNBr6 { top:0.625rem;left:22.375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #q31ngTx6XSix1UwoecuFieaMisVpxvmd { top:2.0625rem;left:0.875rem;width:43.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2S0ZDvE86HNqVTdfPXNMxZCOad4PeAd { top:16rem;left:0.9375rem;width:43.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6fPeDoF3c7X6TUwDtoEeuhIWWWuKitP { top:7.75rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwANVPLma2A5AZdekutHJ7FmWDNNOCKQ { top:6.6875rem;left:36.0625rem;width:11.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU9s9hGEiO60D2D5TlLBsGmKHAK2F5ht { display:block; }#xU9s9hGEiO60D2D5TlLBsGmKHAK2F5ht > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4oQCOPpuqkIfA6OGFG41Xc4J4HnBvSl { width:20.25rem;height:0;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qivvTtaD3pAI50qOBPPITQeDUT4TWDDR { width:20.25rem;height:0;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFvEXHbP8pHPBBWaMMZ3RWyQxgvTvwSl { width:20.25rem;height:0;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U8BTGgzf7qww4UV8g9FsRnnAkUPf3KHg { top:12.8125rem;left:7.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNLe6cyUHA4lO8i7QsMLVl1DV09lAHVN { top:12.8125rem;left:22.3125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMtMHztMKLlTybJElg607QvzbBGZuMKl { top:12.375rem;left:37.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBC8xwyar5zz0NVATHJouaL1UW9bbmov { width:20.25rem;height:0;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zpuNqacmvrTLvX9Jm62rO44NJn5u5CoF { width:11.375rem;height:4.5rem;top:7.4375rem;left:3rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JT3UpT7rKz9qPUakUTguJSFAwdfJn8My { width:13.9375rem;height:19.3125rem;top:6.3125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMptdWo2oeB92dR5H73rQTGyXZtm5RJ6 { width:14.0625rem;height:19.25rem;top:6.3125rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9Wmf0kSbBCJion1Lqirba71kcP8qZQm { width:1.375rem;height:1.375rem;top:13.6875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utoz5oITDHVJv6qhKtiIXeivQFxxTFhd { width:1.125rem;height:1.125rem;top:14.25rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekk4qq9XITEUD4rkLa0o8sLPafA70VpH { width:1.0625rem;height:0.5625rem;top:15.3125rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4TUvWcf1uzQIfrySQIOBMCZCrcKaoR1 { width:1.4375rem;height:0.5625rem;top:13.5rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTel6VpoeJ29zi0IMGB5HkEoQW51teII { width:14.0625rem;height:19.3125rem;top:6.3125rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4Qgtiv0MJhIfkTrc3mT0LSc0m4DbXsi { width:1.9375rem;height:1.9375rem;top:13.5625rem;left:39.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHMUuea052pen1rDyK3fodNgbHD7JVGX { width:1.625rem;height:1.625rem;top:13.125rem;left:37.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciwxh3ZmNXoRyARZVywKA7zTFKGu45nH { width:14.0625rem;height:0.125rem;top:25.5rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccoA6WqB6paTFTwh0GKhqEftvbhIdlCv { width:14.0625rem;height:0.125rem;top:25.5rem;left:17.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A78hz5ffBHg7SLttCAxZIFn54cCoZzaU { width:14.0625rem;height:0.125rem;top:25.5625rem;left:32.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyARPacgkc6VVHq6LANeqhZZoZbV1F0q { width:20.25rem;height:0;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJWK7kS1l0xyhhQruXuJMqFD4Aro89LH { width:14.0625rem;height:4.5rem;top:7.4375rem;left:17.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvQJ288RicWvcaW5UJQRTrrmhBzoOpiv { width:20.25rem;height:0;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XHwiharOe9D4l6ZJx5aBTmibGXH46lsx { width:14.0625rem;height:4.5rem;top:7.4375rem;left:32.03125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHGNqIKXDR0XViapn5IhAfpQ1Cq17E36 { top:28.5rem;left:0rem;width:42.25rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLxcQFlKLopX9PbAEOhFFZw8gBziaqr2 { top:35.625rem;left:21.0625rem;width:26.6875rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTPR007HQMtQfZR8JvTc4mUiVwTxkklT { top:34.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4zvFc5RnVtdTiwstnh5Cswqzzd8NelN { width:18.1875rem;height:3.6875rem;top:33.8125rem;left:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H6yTUqCcpEtF4iE6I3Pr5QyOEb36a9Jo { display:block; }
 }@media only screen and (max-width: 763px) { #OTJZ28G4mxfayGTwxts49dr8RzPVcB83 { display:block; }#OTJZ28G4mxfayGTwxts49dr8RzPVcB83 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CE90omGPR5Xb8GTMWU7I5wh6Ax8MyWNR { width:25.3125rem;height:0;top:7.75rem;left:0rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #prypbXPBHJ2rg09SvxxKxaQG45xbiMCu { top:1.0625rem;left:22.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdXZXHai9Hndv4B8b9MEtPCTV8PTC7II { top:0.625rem;left:22.375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZRQUhTDKH30yFiL9OolIen7xGZCinan { top:2.0625rem;left:0.875rem;width:43.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v81cBM7vZHUFpUuZ7iVdrZcl5dpo09iC { top:13.6875rem;left:2rem;width:43.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b10w6pCMlxFopi9wochQBopEWwa7tCLE { top:5.25rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFRLTBw0mF9eNbx2TmsgFuTH8TUHOAq2 { top:4.1875rem;left:36.0625rem;width:11.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwBzynEhZ8EGkfTMNmGVWkruVCWTchpd { display:block; }#LwBzynEhZ8EGkfTMNmGVWkruVCWTchpd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PavRiDpX4vkyoz5LSeRXO0mZ90Phslvk { width:46.25rem;height:5.375rem;top:2.625rem;left:0.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzokZp282OCf5eD3CDFrTmR5vq2ZZ5VH { width:20.25rem;height:0;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mlvAhl8mFCidXHKSOukc7ltpNKDsrmE6 { display:block; }#mlvAhl8mFCidXHKSOukc7ltpNKDsrmE6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXMbIReSU1O8PUhfou2hTtSl6v9R89tG { width:19.3125rem;height:12rem;top:11.375rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S47VDUwGITWkaLV8ATWKkQE9zWHPiXmC { width:19.375rem;height:12.0625rem;top:11.375rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBzvTK9aKJnVOI3UHXVkSE3e8ScaGT3d { width:19.375rem;height:12.0625rem;top:11.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAOFdmaoNN0n0SXkAKRDhFV0W7Xi9nBt { width:19.375rem;height:1.9375rem;top:24.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6T6Fi9E51iTD7eN264IemhZTQiKZNQT { width:16.75rem;height:12.9375rem;top:29.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd41u1aLWnW7UJGE7dSrIGznB9lhwCmD { width:16.75rem;height:12.9375rem;top:29.125rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6UiofDIcmMkZtVI9BR0DFTpob0IvDTB { width:19.375rem;height:1.9375rem;top:24.875rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQ30aFEnLLQVCN0hX77Iu4ZJPPViVzG0 { width:16rem;height:11.6875rem;top:29.125rem;left:31.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UraqEOs0l20mhShEXuQzO18bdJTg3P8N { width:19.375rem;height:1.9375rem;top:24.875rem;left:28.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXZ61woxd51W49ULNTye1goOuMAgn79U { width:29.4375rem;height:3.875rem;top:1.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDCyunkJJ4L91gvnvvuQ31glz3WIW0sc { top:20.25rem;left:9.25rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlGK8BKHydR0QZQp8ATH2PoS1yJAEnSx { top:8.125rem;left:25.125rem;width:6.625rem;height:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHdrLVnv4zO6fmhNAGrqnZFBy9xJTSMh { top:8.5rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #zI7aFvOpzDvTHTtUuWG3xN94ozmWTDw4 { top:19.875rem;left:40.6875rem;width:6.9375rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwVkMSkqLc1LHBLiDxWnO72CpPUM7SKO { top:26.8125rem;left:4.125rem;width:6.25rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4OXqRmuzEa1P8bOqJeXTF0H9EFmtBDu { top:26.8125rem;left:20.625rem;width:6.25rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3i6SpSA5CivPpEGiz1yTJL3ryVKLemh { top:26.8125rem;left:36.5rem;width:6.25rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6d0e4UN7qKdgfczsFzzpbPIdP2ZI3dQ { width:18.1875rem;height:3.6875rem;top:33.8125rem;left:14.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aF4I9RvGPsAXEWeGsehxSh3fPtbxOBXm { display:block; }
 }@media only screen and (max-width: 763px) { #GIAtUDvi0ZThLx4vbAZcJQOFC8ylDanJ { width:16.3125rem;height:3.25rem;top:44.5625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9OX2LeKnXiSN9v1AyB4mhN13Adl5oAJ { display:block; }
 }@media only screen and (max-width: 763px) { #erDXRcvRmmnJ96tuw5JKC2JOkM6Iudno { width:20.25rem;height:0;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #denWnbiznSDiDpVvuGEQg1R5qgbX289H { display:block; }#denWnbiznSDiDpVvuGEQg1R5qgbX289H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHqN11SMxGH1W1PVI28Qc3i7m8L6vbUC { width:19.3125rem;height:12rem;top:6.625rem;left:28.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIm3VaNB7awhl06EO6ZHIo01n78Cq8Kn { width:19.375rem;height:12.0625rem;top:6.625rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPMzIM5XFdgA58TAqEWWTrQXoNrowow9 { width:19.375rem;height:12.0625rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly7NNfkVT6P5cfR9sHoq4ttdixMmvAKw { width:19.375rem;height:3.5625rem;top:20.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp8U9AMV9fbE0EFVhNhOIyzO41cr4uU4 { width:16.75rem;height:10.375rem;top:26.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTAI8yutozHOGN413JhShlbw8HXLTHO0 { width:16.75rem;height:12.9375rem;top:26.5rem;left:15rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1rytrGZSxdltoPGzKiv0TpfW0XqhavB { width:19.375rem;height:3.5625rem;top:20.125rem;left:12.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQk2BmOhr3iyPhiZKkKEs6LFwIFMQhWD { width:17.0625rem;height:12.9375rem;top:26.5rem;left:30.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxMv0umHIOa5c6IKdzSzBI90Vlc7PNZb { width:14.9375rem;height:3.5625rem;top:20.125rem;left:31.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl49BreNtTnM56MqqzLp288yrOPZa8xF { top:41.9375rem;left:13.625rem;width:18.125rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EznDea94WowQNdo5w1rA4SwQcgksEops { top:24.1875rem;left:4.5rem;width:6.25rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRllCqlbmhdf7BB6IlxQdzIqBvm2LV5X { top:24rem;left:20.375rem;width:6.25rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1bCs2PREJ31d4bSCoEGInLUiFR5PS8E { top:23.6875rem;left:36.25rem;width:6.25rem;height:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovK2ctaBbOSBCTAMvgZJ4kyosWAnVcTP { width:33rem;height:3.875rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzGfbTzq9nd6RGbWSCFNeG1sP80CtJ10 { display:block; }#JzGfbTzq9nd6RGbWSCFNeG1sP80CtJ10 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zw5CBW2qtGRDZxSbM9klDXlD9ocJMUa5 { width:25.3125rem;height:0;top:7.75rem;left:0rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #c3Xik7T4aph3TKiGW7H1Oto0oynJzRL9 { top:1.0625rem;left:22.9375rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbxEMz40x9MN8xTcFntKuFT7M39mTzv8 { top:0.625rem;left:22.375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggc41Rf2MTTgkdv79Wnx3WoeZe3EmBHy { top:2.0625rem;left:0.875rem;width:43.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRkEaJTVJPxctNTTKUBxilsGf1y1vkxg { top:15.6875rem;left:2rem;width:43.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF6nRnWP3Kx5HOPsiWTan06cB42fU4hd { top:8.4375rem;left:0rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7HGSKNBWEvAnreAhIPclKGqR0GTbwQ5 { top:7.375rem;left:36.0625rem;width:11.6875rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4Jy04vKHmop0PRg7CKF8T9QfcMGbrPK { display:block; }#n4Jy04vKHmop0PRg7CKF8T9QfcMGbrPK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMdAMEBqJL03wTbZ7Ttobkic2xXvKQiv { width:37.3125rem;height:4.1875rem;top:2.125rem;left:5.21875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUp1t7xkWIK6Wu8rq8xW86wegIIHhd5a { width:42.375rem;height:1.25rem;top:6.875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQVWy9MlLANJtvf66IKOzdtZtQEZ7Fb5 { width:8.125rem;height:2.5625rem;top:10.0625rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #laDotJfST9awdIb0WIiqemTr0orILXtx { width:9.125rem;height:2.5625rem;top:9.875rem;left:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK4l4LakL2f7prolVSJPnHzkvuJKyl6k { width:9.125rem;height:2.5625rem;top:9.9375rem;left:25.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXuTXVR9NCnHyX9o4aNNk2rbrfKnot1T { width:9.375rem;height:2.5625rem;top:9.9375rem;left:37.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToSTdHgy7bIxmaKCHTin6KS3oTAngu5D { top:9.5625rem;left:10.5625rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0nCqRxBtBnUzq6B26KR7NNeUJlERDUc { top:9.5625rem;left:23.25rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #PurvcPyE5xKfqqKw8dvUKp7ns0L5wwZa { top:9.5625rem;left:0rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #trw4MkN9h5BEB0nknHV08LWe4lTb7emL { top:9.5625rem;left:35rem;width:12.5rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krkde3tz6OD5XlSpMpSRgJ5wKibZHqsb { width:38.9375rem;height:5.1875rem;top:14.4375rem;left:4.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS2O24MQkn8DTo2DMpsb996oyhgb6cWn { width:16.3125rem;height:3.25rem;top:21.4375rem;left:15.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr0NiBmWqvrqws7sZ6ufIa1yU4zA05Hx { display:block; }
 }@media only screen and (max-width: 763px) { #IEMVzT7GHZlCVvgWusmeldRcl6lrwRPh { display:block; }#IEMVzT7GHZlCVvgWusmeldRcl6lrwRPh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iemBBeHrSWZSFBCqTBiZeEO5TFLN0ge5 { width:25.3125rem;height:0;top:7.75rem;left:0rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #rawvsT9gQXhEy08DxcTo2TNWFTBKUcJv { width:23.375rem;height:5.1875rem;top:14.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx { display:flex;height:auto;width:27.8125rem;top:17.8125rem;left:1.21875rem; }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #FywyWcwuXohG4IlJoKGKg6WZii7AxMKN {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #s9dDCG8g41rE0sp6kChB1cypOo09sREO {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #ygirFX42o36liirJpExKPSvDRaxnSscI {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #zby8RNyBNlAq87mpkzQTrn5PrBDiC8Ef {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #Z2Tepya4PdKOZ22HHiKTCkmCK4HdVsUC {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #Qrz9i6IwqRutAAGZSRkMMOoytE1luqKC {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #X73a3TJJ23Oux7dUwL0kBSlCOAlcvX2t {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #L3ly6H3byIXhDiMu9fOTu5htHUbweKzd {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #JQZPcU3tk6UHsiP3b6TeJoJ2gVXXoask {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #vqXOZVNeTXcmPAhxUb19NxPfLTONDQ0w {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #xm5c3PNRcihlIEo1boqKGoRiPtSEnZ4Q {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #r3d55cbWm4rx7mLtJf1NslAWNDcKIMn3 {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #WcvXIv2wDo83lFr1rRpJtrzoiXuvzk4y {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #LZXUpyzb2g0U3HJA4LeEDtUHbpdFnJTf {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #iiLIC2g6fgZSVAsxww2lKmLRbBnI1I10 {  }
 }@media only screen and (max-width: 763px) { #ptFhGHo7fTOSpa8xxgF17X2xfbVwGtuB { display:block; }#ptFhGHo7fTOSpa8xxgF17X2xfbVwGtuB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUJUK6XzrdwaI4T9CebgI44NoCrMo3QQ { top:28.6875rem;left:0rem;width:12.25rem;height:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tfi5mTLSI6e42qsbEi4SbAe8qPGDAq09 { width:11.9375rem;height:1.25rem;top:8.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFzNk8dBv8uU1yaU7Ox0lZxvUz3RNHZE { width:11.9375rem;height:4.5rem;top:8.8125rem;left:0rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4I5Mx0ZtxuH5LgaVGJUPvc32HAZEwRz { width:10.4375rem;height:2.5625rem;top:19.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfpdXOquQNreG3pr4mreTvPunoybcaDB { width:10.4375rem;height:2.5625rem;top:19.6875rem;left:6.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuclOiIRobG584JyTTP6CpdVPawlk9uT { width:11.9375rem;height:4.5rem;top:8.8125rem;left:5.8125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEi1IIEHTom0oTORB4BNTf8zD2QU2w9f { width:11.9375rem;height:1.25rem;top:8.125rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmwQ3CEKWguneag2bbtE3G231xWF8kv4 { width:10.4375rem;height:3.875rem;top:19.6875rem;left:18.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkE9stG5tbCNDHL9t5AHEeCLtXKAtJ7E { width:11.9375rem;height:4.5rem;top:8.8125rem;left:17.9375rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOQ4FgC52kxLXGvM7te6v04vyktE00MJ { width:11.9375rem;height:1.25rem;top:8.125rem;left:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUG9NrsBvD8I42FW3URTFNsTfUMh4W7U { width:10.4375rem;height:2.5625rem;top:19.6875rem;left:30.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC66bCa47ROT3G1TxABtTo0zRi5Th7QB { width:11.9375rem;height:4.5rem;top:8.8125rem;left:29.875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqv8kwnckpA1Gvnox5BZKO2qpcdJSlSB { width:11.9375rem;height:1.25rem;top:8.125rem;left:29.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwUul0D0rkwWArqXEZPLFpPNtN9krr3O { width:10.4375rem;height:3.875rem;top:19.6875rem;left:37.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHvJ3CciiMapzHNld6ImmGfqCJEoDpdD { width:11.9375rem;height:4.5rem;top:8.8125rem;left:35.8125rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTl5Eqbrzc8zTUJ55vB57uTtH0TWvOp9 { width:11.9375rem;height:1.25rem;top:8.125rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKRukZQMi47rUUdW5sE9DsmeykLh1aQ3 { width:25.3125rem;height:0;top:7.75rem;left:0rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #EE2o0S6DBT9DtcEmARfu2OLZDdPxRQx9 { top:5.9375rem;left:0rem;width:47.75rem;height:16.165364583333rem;display:block; }
 }@media only screen and (max-width: 763px) { #pLL7TOW3iChlcTnWBFxZIA1tA39fN910 { display:block; }#pLL7TOW3iChlcTnWBFxZIA1tA39fN910 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcfgA86M1mKw18LEAk6e5COLpN1s7Xy4 { width:47.75rem;height:4.0625rem;top:31.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQPg7LpsR6ASnkXoZTQIoCz9ZoqF6r4T { width:46.125rem;height:16.875rem;top:11.5rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3vqQvfumJsun15NHMW5Hoxc4JvAxzZf { width:19.0625rem;height:0.1875rem;top:46.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8VtNNvx7kIzvzmwppCBicO7tNqaVIkh { width:47.75rem;height:9.75rem;top:26.75rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6WN9gvkPwGBOBwTum6rbSd0eT40r42C { width:18.9375rem;height:10.3125rem;top:36.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6gxxOTo9wiP7MWkTpVPGhfAwgrwgn8S { width:18.125rem;height:2.5625rem;top:42.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJki7U5VRem8vcg2EHRMERA2LHTZ5vo2 { width:18.9375rem;height:10.3125rem;top:36.4375rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZuIb6hEXm4TqoWsgofmIKxxk2nPrcXz { width:18.125rem;height:2.4375rem;top:43.0625rem;left:14.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtB6y9bbe98L03uFotXssQW0M5fy9QHM { width:18.125rem;height:4.875rem;top:38.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTVJifvoezAHHvPPts000rK6xJM9DELM { width:18.125rem;height:4.875rem;top:38.1875rem;left:14.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR7kBUqPUJUTubgI7P8GuqTN7VrHwSt2 { width:18.9375rem;height:10.3125rem;top:36.4375rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc5duzUCrlOIBhy54tr8LLzZyQrxGs4G { width:18.125rem;height:4.875rem;top:38.1875rem;left:29.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnVdMKNagBtzsZg0g5VJSgbeTH9PBKMF { width:18.125rem;height:2.4375rem;top:43.0625rem;left:29.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCQXNPDM2LTMbWnikRGG9vEmgUch8sZc { width:3.5rem;height:2.3125rem;top:38.4375rem;left:28.625rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGXaWpfnOfe6Sm7I1gJVnsrBot6OPTTB { width:3.5rem;height:2.3125rem;top:40.6875rem;left:44.25rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTatwX2N6oK4JTzD7BxqTXXEEPmrAKSV { width:19.0625rem;height:0.1875rem;top:46.5625rem;left:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4v1QeyONLJ0U0mdoAqGxmeyEWKbENRl { width:19.0625rem;height:0.1875rem;top:46.5625rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbZeJaib5aQDFO2T9l0yne5EefX3wLhz { top:0rem;left:21rem;width:5.75rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx0rUXCQ80aUPVVvgpIkLcnds8nVST3s { width:19.0625rem;height:0.1875rem;top:30.9375rem;left:28.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #du6veTXQGAuRyOBzHLxqxiMslEfbR7r7 { width:22.5625rem;height:13.5625rem;top:85.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV30ZwmIL8Xs2uN8LdNxE6QQBrTAqRws { width:11.25rem;height:15.125rem;top:70.4375rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbmUMmb1AXQsEs2rCKME1Cm8kfXFwdOe { width:22.5rem;height:30.0625rem;top:55.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTl189LiyKToombWT8cubA772cby9TSJ { width:18.25rem;height:13.0625rem;top:72.4375rem;left:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCcDizTK733ZccpnzB41IlXcKfXuirhM { width:18.125rem;height:17.8125rem;top:55.375rem;left:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #onpDOM2O6ZFRN1TxbwKbTvRpycuCeJWP { width:11.5rem;height:15.4375rem;top:55.375rem;left:35.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJsHzThZd3LIJi0UKZbeRmL6ZtbTzOwt { top:86.6875rem;left:18.9375rem;width:28.0625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frvgBslRo2JkvL7KLd5QUDm2QSgeS6rX { top:82.6875rem;left:0rem;width:17.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WewTWF093d9LLRJC9PnTRH9r6U15APTR { width:16.75rem;height:1.25rem;top:83.5rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlmAGxCCWMmvHvUGTa4uXlPhZv2KPgiH { width:47.75rem;height:4.0625rem;top:49.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0P4Ez309H0CZPI1IiKsLFLvTWDZ4Ay4 { width:16.75rem;height:1.25rem;top:71.25rem;left:18.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVWtHrwMQLZxczsq4HGP9OL5COsIiAOl { top:70.4375rem;left:17.6875rem;width:17.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMxGvKy1RUbIGZh4NPNLZ9HdlG4RDSEV { width:16.75rem;height:1.25rem;top:97.0625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceGRAmgezb7eya8hB6EpBetCEMRaUemm { top:96.25rem;left:0rem;width:17.875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqdCdJTSCoPCKmb1X9hvH08On5HnnIM1 { width:21.25rem;height:4.0625rem;top:6.625rem;left:13.25rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9weVFnfTM1EoP0WLbXEisOLUGkpUEOd { display:block; }#n9weVFnfTM1EoP0WLbXEisOLUGkpUEOd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-regular-label { display:block;width:26.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-input-text { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-input-text {padding-top: 0; padding-bottom: 0;}#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-textarea { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-input-select { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-input-select {padding-top: 0; padding-bottom: 0;}#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-input-button { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-checkbox-label { width:25.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO  { width:26.625rem;height:auto;top:8.3125rem;left:18.625rem; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .radio-container { width:26.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO {display:block;}#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO { width:26.625rem;height:auto;top:8.3125rem;left:18.625rem; }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #S97RIU1xge5BVwt9u8vUx9kd66gNqbsv {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #Bn5QRJUfW9nEE8AHk2bnTGBxK9aZcaz4 { display:none; }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #wRtF61FL8zu5AZdJT7DCMIzVAFc5EQDb {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #W3qB97diOhbAAoSeVdxJlSOMXrkGiK9h {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #AuGpkSAMgiTKkrQdiObOdRCauhPXs9SC { display:none; }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #hqnUm85mmgNUC437Dmh5re7yDOxhUgZm {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #y9K5sibJOW6rLUm5QtxowSOmVh0xeE3p {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #Z6Ly6tDVgnGrFaPTohXnpuG1prkUcKgy { display:none; }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #xtxK8bc9uFtcHCCRw5DnTTk3pVTEKAXc {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #mzPbHZKvh78nkOTXLe3VNwcaP0HpK3r4 {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #vTiVcHvcxxFn4tPLzTqoncNCfx7RRAla { display:none; }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #L5IerwM9vPzokfJbVRyuXCuHnL9AMUfm {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #beRTQpf1GyhhuF5J5udHqlQm8sIxRgJd {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #qTLQ7HwOUTbq76wVok23NCxUJkKoWlvz { display:none; }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #mvkcrVOfNhBrCFN9d61cZ1fG3HBwIOyv {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #XCig8CTud8IuvMpnINthBUEk6Awdt0qZ {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #KW1nJNm0hy9JROZbuoHUQrP5gGkNgQgU {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #XDLTBmD4ZXMndJgyuIOG7Run0DL2eyOa {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #NfrQMSedbQZ0GgtrTTq8a3tC8yTg4eDJ {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #xq5utRisxtUhh5zW8fbeCMf4umh7NGJA {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #rWxkLZQGWORbbTc3nhSO1fTnXEUHG601 {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #cW6S7oAUnbaEVIM7HU0P3KTDFZTk9PZd {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #oTHfmq6Pwf3kUJJ8oupJl2HXBK4Zr7HP {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #Qu6l39QO9WK5sL5SnwQHWGaV6hL7b98J {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #cQ7qJOkxLZZMGhoQPQdeF9A3XMi0GulP {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #SQZJDPUKECf2leT7BigrG21HwwIpxvOZ { display:none; }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #zh34L5rivs6bR7eJfsznEUZXhiQETyD7 {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #nhkHpdshFrhrKX6R0WPJ2l8qVzIMtQBd {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #aNTWmTmTJgR0RyPbhpHSCF5f7KT9BVZz { z-index:2; }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #F6We07ETkfeTICZndAvIDTv5m1KK6mPB {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #A1LdEnBpXdNi3TwhEZozvXIvfUtuyFxt {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #cy1w5kmR6soJieAdg7zKLN9FJE45Qfcw {  }
 }@media only screen and (max-width: 763px) { #wf7SnLzB3R5RxGUytx5qDgtTwJFqJBEr { width:20.25rem;height:0;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSQNtqAbqzORDswh4MaL6cGQwSxzQKaT { width:25.3125rem;height:0;top:7.75rem;left:0rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ETyyqRJlm8y3nlNye5qZvZwHxgX3gLDn { width:25.3125rem;height:0;top:7.75rem;left:0rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Q1GEtrEJR23HGOdkcrCTwMdGMTUx6uSZ { display:block; }#Q1GEtrEJR23HGOdkcrCTwMdGMTUx6uSZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkMPEyk1se8fHuVHKWtdns2fiQx8RUxR { width:10.125rem;height:4.125rem;top:2.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9MO75xksb1G4qbmCBSHvgOZMeb19J9U { top:7.4375rem;left:0rem;width:19.875rem;height:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #obnm0Qm4B2ZevXqmlzOWF2Zc5mWma4PO { top:7.25rem;left:20.0625rem;width:9.1875rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMLrXc3MpPB5TpanJV82sk4hdhJe0Bi9 { top:5.3125rem;left:18rem;width:6.375rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFo5Cp2Zm6ZkZ7SSx8rICPExI0BnVDT0 { top:7.125rem;left:18.0625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #clGD6LPahvxJQdLfvyZCJx3ApRTDNPxF { top:7rem;left:29.5625rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPWwBFQCeTSCMgKa5GMoHDLLGSaTnLTD { top:12.125rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3F9a90mlF9qveRnPu50x1ElIy4berLT { top:7.125rem;left:31.5rem;width:7.3125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #At2qfX24lG86JsdIMPnwe6P5cShCbw0X { top:12.125rem;left:0rem;width:18.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH3cvvp36H0XCHIpp0lVnNfCMPoofyPm { top:7rem;left:40.5rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsbtTW144o0MSzUPuAvTNVu3wyIh73Nx { top:7.1875rem;left:37.3125rem;width:10.4375rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6Lb5scfE6zzQ4AsBh0lMW867loMSKl8 { top:14.1875rem;left:35.9375rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQUEWrFRTP8yqHZvTquixTHg32kiSFTV { top:16.3125rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#fQUEWrFRTP8yqHZvTquixTHg32kiSFTV > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #HkaEpQS9FTUZ7N5cd8O7qcP5VEnLrNAx { width:3rem;height:3rem;top:15.9375rem;left:42.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWaG1fVE2UR5v3peZcaNhC6rh53KqZVX { display:block; }
 }@media only screen and (max-width: 763px) { #Q70JzUReBXPyZL9clkmuDERqMorIbSF0 { width:3rem;height:3rem;top:15.9375rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoXQaBz393SMZlhtu8b0Z0e7TSyMD1y0 { display:block; }
 }@media only screen and (max-width: 763px) { #NTiPe7zGhGrvTxXHfFQciC1b5ZlsPqyA { width:3rem;height:3rem;top:15.9375rem;left:44.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmwpcm25gag7A2VTCtLAVy34yq8l9m9J { display:block; }
 }@media only screen and (max-width: 763px) { #M98gz4q8T0GzuVyIhcFr3tR77rC2JJ9i { top:16.5rem;left:42.625rem;width:1.875rem;height:1.875rem;display:block; }
#M98gz4q8T0GzuVyIhcFr3tR77rC2JJ9i > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ZIKaHqBZD5ATGknrGDVm0KzkRbM2cDEz { top:16.5rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#ZIKaHqBZD5ATGknrGDVm0KzkRbM2cDEz > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #rUCHGoVHbTdhKbdR0THfmsEUUNG28PF3 { display:block; }#rUCHGoVHbTdhKbdR0THfmsEUUNG28PF3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smNLtfRCFMGbT29II0LOVc3BeAMp8qpf { top:1.25rem;left:38.0625rem;width:9.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUChQ96AUrPEx010uANxPFI6Ng2zurKk { display:block; }
 }@media only screen and (max-width: 763px) { #wBnvskg16Sysus6foJgOEe1AMitQTzTc { top:4.3125rem;left:38.0625rem;width:9.6875rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aVW0pKIfTvW1ZNfnNoZngph19PdCRpaF { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo { display:block; }#Z9rRTlokTla0kINXTMOPhuGZbsqLKAJo > .row .container { width:20rem;height:71.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yPCgW0SHe4ksX8bbkzyh66UVD9BPiQn0 { width:7.3125rem;height:4.375rem;top:1.62890625rem;left:6.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKzEz9kGGSmqlLKSFRPB9TcHEvaeDVad { width:13.6875rem;height:2.5996125rem;top:13.5rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #cxLoRvDEeTTD9Ugx8nLp6RNiDCB324Gi { width:17.5rem;height:3.4375rem;top:16.03125rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LR73i0MX5n3zMZAizcO47UI25tyuowFr { display:block; }
 }@media only screen and (max-width: 763px) { #LXWHxLrb7beiB8zDaMwExwreOUAzBIcA { width:20rem;height:9.75rem;top:61.875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #xvpBzVuRATx6GbwIpOwVKFVCn9ENQS2E { width:20rem;height:3.5996125rem;top:9.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;z-index:15005;color:#084c7c;display:block; }
 }@media only screen and (max-width: 763px) { #Di7irfkAWoTQBObUQVr6gwvQDFDQIxG9 { width:17.875rem;height:3.8994125rem;top:17.7265625rem;left:1.0625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15006;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-regular-label { display:block;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;vertical-align:top;height:auto; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .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; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-input-text {padding-top: 0; padding-bottom: 0;}#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .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; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-input-select {padding-top: 0; padding-bottom: 0;}#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.1875rem;overflow:hidden; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv  { width:17.5rem;height:auto;top:20.4755859375rem;left:0rem;z-index:15017; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv {display:block;}#SSpW89xxnDgRp3Gr6iWewxWAy27toPqv { width:17.5rem;height:auto;top:21.5625rem;left:0rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #Q9axZySv9GJdNezwytRiZ0kA5HmL2aTI {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #kwawGnCM23LglocMLreqPwm3FhJmVyF6 { display:none; }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #em4bMLcNmpbIq7mq3EyH8V5FmW185XS3 {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #dvmvSZNahspdpT9vrUfgTBIWgIq9d4Di {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #tPu9uh3GNFHn6fVS07BuRfXqH9K8GZ4h { display:none; }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #Xmt1UZrzBeEDNu6zzMOR2crSTDt4FqLe {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #QSftiOGKPum3yi80egnydOXoNlKgyw4p {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #ATtIZ5SnZbCQabXDZovJIsO9p2sATxTc { display:none; }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #PmeUmu4IR37D7plTxgTx39TGf6aFB9Vz {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #tbmbDf9LopJMMFn31NrcXS8zV9uTNkOp {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #twH99GrR4bbaUqXqHMLwfF8TNKGI6n6t { display:none; }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #dBzgO8yyg0odDzFBqiUzPwvXzvhGJOIA {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #lV3p1Elu6HgE4Hhy37nbaqwmvDvgnRZ6 {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #hB9EQTH3JP0KXhUyhhx2fG2bgkTUxpTn { display:none; }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #DHMUTx1FDlvcHR45nA84TpTGzFZVAP5L {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #lEP5d6d5xtb2V9VsWip8VO5ZTPMbTlnb {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #iZgLHu8MxR7PlWAXfT1bTThftr6UzKf7 { display:none; }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #yF5arg1TKl9T4qsS4Ag4XuIoJdOhHfB0 {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #P1tcRxU6CWPlth4HHIQtXWVKStOCtlBf {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #boIakilP639D3T0TulWT6xHHHMEzxqlF { display:none; }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #NVi0L4IH7sUOMxpqmdgkxTkopGdiI7ng {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #HGgSWzIiVBcQ9eyAivXg6DcdsiLnURNm {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #QPTE7XMo0WeIswN4be4ygcuUtvM1lePS { display:none; }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #DEPZdeBbURf6Xy2XWP5pFR8MpThs77SZ {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #TG7Ak74aPmtMi8rI5MAraakP8Ryt6EWC {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #HXqQUCArFCSDefyA5EQq6UlgOpiDGV6E { display:none; }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #BaEP8xy2t9pmNWNIow1O5S9UeF8TUF58 {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #xaI0KcG8vxD7y0JM0gkNHcta5N4VDs78 {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #SGpPQhL6FuePlrpLVV7Ni6T5t7CFRXZ2 { z-index:2; }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #utQlPU65X1K32B6Fnt9CRQbdzza3xWTr {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #db3XIMqucEURA8nC1RyPlxZQ3cJtUS8b {  }
 }@media only screen and (max-width: 763px) { #SSpW89xxnDgRp3Gr6iWewxWAy27toPqv #zXM8vsaAZvVEO5vKP4sh43xw6ffV4MWT {  }
 }@media only screen and (max-width: 763px) { #EzObmP0T1u6MwwtUrfe3gR4iSWtGnL3I { width:20rem;height:1.4619125rem;top:6.00390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #fEsWA33tHenruXG0R3PgJid1LFL6kfuW { display:block; }#fEsWA33tHenruXG0R3PgJid1LFL6kfuW > .row .container { width:20rem;height:19.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d1hynXvaNNTHnN9Tmdka7IHckrpLFtDC { width:20rem;height:7.69925rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vNPbd8Wh5No3rbTEOkH34cL5hrcEz8E0 { display:flex;width:2rem;height:2rem;top:1.625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #Ur06k6IcTi7m8OtpzN8DPr3ODH7PNBr6 { width:3rem;height:3rem;top:1.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q31ngTx6XSix1UwoecuFieaMisVpxvmd { width:20rem;height:0.125rem;top:2.5625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #u2S0ZDvE86HNqVTdfPXNMxZCOad4PeAd { width:20rem;height:0.125rem;top:12.625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #M6fPeDoF3c7X6TUwDtoEeuhIWWWuKitP { width:5.8125rem;height:5.8125rem;top:13.375rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwANVPLma2A5AZdekutHJ7FmWDNNOCKQ { width:7.125rem;height:7.125rem;top:12.0625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xU9s9hGEiO60D2D5TlLBsGmKHAK2F5ht { display:block; }#xU9s9hGEiO60D2D5TlLBsGmKHAK2F5ht > .row .container { width:20rem;height:92.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q4oQCOPpuqkIfA6OGFG41Xc4J4HnBvSl { width:11.5625rem;height:5.199225rem;top:1.42578125rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #qivvTtaD3pAI50qOBPPITQeDUT4TWDDR { width:14.0625rem;height:6.499rem;top:16.6875rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TFvEXHbP8pHPBBWaMMZ3RWyQxgvTvwSl { width:16.75rem;height:9.098625rem;top:64.1875rem;left:1.625rem;text-align:justify;text-align-last:initial;font-size:1rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #U8BTGgzf7qww4UV8g9FsRnnAkUPf3KHg { display:flex;width:3.125rem;height:3.125rem;top:13.5rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #BNLe6cyUHA4lO8i7QsMLVl1DV09lAHVN { display:flex;width:3.125rem;height:3.125rem;top:31.5625rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #vMtMHztMKLlTybJElg607QvzbBGZuMKl { display:flex;width:3.125rem;height:3.125rem;top:49.4375rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #vBC8xwyar5zz0NVATHJouaL1UW9bbmov { width:12.5rem;height:9.09861875rem;top:76.875rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #zpuNqacmvrTLvX9Jm62rO44NJn5u5CoF { width:14rem;height:4.125rem;top:8.75rem;left:3.0625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JT3UpT7rKz9qPUakUTguJSFAwdfJn8My { width:14.0625rem;height:16.3125rem;top:7.625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMptdWo2oeB92dR5H73rQTGyXZtm5RJ6 { width:14.0625rem;height:17.375rem;top:25.375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9Wmf0kSbBCJion1Lqirba71kcP8qZQm { width:1.1875rem;height:1.1875rem;top:14.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Utoz5oITDHVJv6qhKtiIXeivQFxxTFhd { width:0.9375rem;height:0.9375rem;top:32rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ekk4qq9XITEUD4rkLa0o8sLPafA70VpH { width:1.0625rem;height:0.5625rem;top:16.1875rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4TUvWcf1uzQIfrySQIOBMCZCrcKaoR1 { width:1.4375rem;height:0.5625rem;top:33.9375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTel6VpoeJ29zi0IMGB5HkEoQW51teII { width:14.0625rem;height:17.25rem;top:43.9375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4Qgtiv0MJhIfkTrc3mT0LSc0m4DbXsi { width:1.25rem;height:1.25rem;top:49.4375rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WHMUuea052pen1rDyK3fodNgbHD7JVGX { width:1.625rem;height:1.625rem;top:50.875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #ciwxh3ZmNXoRyARZVywKA7zTFKGu45nH { width:14.0625rem;height:0.125rem;top:23.8125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccoA6WqB6paTFTwh0GKhqEftvbhIdlCv { width:14.0625rem;height:0.125rem;top:42.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A78hz5ffBHg7SLttCAxZIFn54cCoZzaU { width:14.0625rem;height:0.125rem;top:61.0625rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyARPacgkc6VVHq6LANeqhZZoZbV1F0q { width:11.8125rem;height:6.499rem;top:34.875rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #bJWK7kS1l0xyhhQruXuJMqFD4Aro89LH { width:14.0625rem;height:4.125rem;top:26.625rem;left:2.9375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bvQJ288RicWvcaW5UJQRTrrmhBzoOpiv { width:12.6875rem;height:6.499rem;top:53.5625rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #XHwiharOe9D4l6ZJx5aBTmibGXH46lsx { width:14.0625rem;height:2.75rem;top:45.4375rem;left:3rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CHGNqIKXDR0XViapn5IhAfpQ1Cq17E36 { width:20rem;height:16.5625rem;top:62.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLxcQFlKLopX9PbAEOhFFZw8gBziaqr2 { width:14.25rem;height:13.0625rem;top:73.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTPR007HQMtQfZR8JvTc4mUiVwTxkklT { display:flex;width:3.125rem;height:3.125rem;top:74rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #J4zvFc5RnVtdTiwstnh5Cswqzzd8NelN { width:11.8125rem;height:2.5rem;top:88.125rem;left:4.09375rem;z-index:15042;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6yTUqCcpEtF4iE6I3Pr5QyOEb36a9Jo { display:block; }
 }@media only screen and (max-width: 763px) { #OTJZ28G4mxfayGTwxts49dr8RzPVcB83 { display:block; }#OTJZ28G4mxfayGTwxts49dr8RzPVcB83 > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CE90omGPR5Xb8GTMWU7I5wh6Ax8MyWNR { width:20rem;height:5.25rem;top:4.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #prypbXPBHJ2rg09SvxxKxaQG45xbiMCu { display:flex;width:2rem;height:2rem;top:1.625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #mdXZXHai9Hndv4B8b9MEtPCTV8PTC7II { width:3rem;height:3rem;top:1.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZRQUhTDKH30yFiL9OolIen7xGZCinan { width:20rem;height:0.125rem;top:2.5625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #v81cBM7vZHUFpUuZ7iVdrZcl5dpo09iC { width:20rem;height:0.125rem;top:10.5625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #b10w6pCMlxFopi9wochQBopEWwa7tCLE { width:5.3125rem;height:5.3125rem;top:9.875rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFRLTBw0mF9eNbx2TmsgFuTH8TUHOAq2 { width:6rem;height:6rem;top:9.3125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LwBzynEhZ8EGkfTMNmGVWkruVCWTchpd { display:block; }#LwBzynEhZ8EGkfTMNmGVWkruVCWTchpd > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PavRiDpX4vkyoz5LSeRXO0mZ90Phslvk { width:20rem;height:11.9970625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzokZp282OCf5eD3CDFrTmR5vq2ZZ5VH { width:20rem;height:11.69825rem;top:14.496125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #mlvAhl8mFCidXHKSOukc7ltpNKDsrmE6 { display:block; }#mlvAhl8mFCidXHKSOukc7ltpNKDsrmE6 > .row .container { width:20rem;height:99.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXMbIReSU1O8PUhfou2hTtSl6v9R89tG { width:13.75rem;height:8.5625rem;top:65.4375rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #S47VDUwGITWkaLV8ATWKkQE9zWHPiXmC { width:13.75rem;height:8.5625rem;top:37.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBzvTK9aKJnVOI3UHXVkSE3e8ScaGT3d { width:13.75rem;height:8.5625rem;top:7.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAOFdmaoNN0n0SXkAKRDhFV0W7Xi9nBt { width:19.375rem;height:1.625rem;top:16.5rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6T6Fi9E51iTD7eN264IemhZTQiKZNQT { width:17.9375rem;height:12.9980625rem;top:19.75rem;left:1.0625rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dd41u1aLWnW7UJGE7dSrIGznB9lhwCmD { width:16.75rem;height:12.9980625rem;top:51rem;left:1.625rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6UiofDIcmMkZtVI9BR0DFTpob0IvDTB { width:19.375rem;height:1.625rem;top:47.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #KQ30aFEnLLQVCN0hX77Iu4ZJPPViVzG0 { width:16.25rem;height:11.69825rem;top:78.1875rem;left:1.875rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UraqEOs0l20mhShEXuQzO18bdJTg3P8N { width:19.375rem;height:1.625rem;top:74.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #wXZ61woxd51W49ULNTye1goOuMAgn79U { width:20rem;height:4.875rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDCyunkJJ4L91gvnvvuQ31glz3WIW0sc { width:6rem;height:6rem;top:43.625rem;left:14rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlGK8BKHydR0QZQp8ATH2PoS1yJAEnSx { width:6rem;height:6rem;top:71.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHdrLVnv4zO6fmhNAGrqnZFBy9xJTSMh { width:6rem;height:6rem;top:13.1875rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #zI7aFvOpzDvTHTtUuWG3xN94ozmWTDw4 { width:6.9375rem;height:6.9375rem;top:119.6855625rem;left:6.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HwVkMSkqLc1LHBLiDxWnO72CpPUM7SKO { width:6.25rem;height:0.4375rem;top:18.125rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4OXqRmuzEa1P8bOqJeXTF0H9EFmtBDu { width:6.25rem;height:0.4375rem;top:49.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3i6SpSA5CivPpEGiz1yTJL3ryVKLemh { width:6.25rem;height:0.4375rem;top:76.75rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6d0e4UN7qKdgfczsFzzpbPIdP2ZI3dQ { width:11.8125rem;height:2.5rem;top:33.5rem;left:4.09375rem;z-index:15043;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF4I9RvGPsAXEWeGsehxSh3fPtbxOBXm { display:block; }
 }@media only screen and (max-width: 763px) { #GIAtUDvi0ZThLx4vbAZcJQOFC8ylDanJ { width:16.3125rem;height:3.25rem;top:91.13575rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9OX2LeKnXiSN9v1AyB4mhN13Adl5oAJ { display:block; }
 }@media only screen and (max-width: 763px) { #erDXRcvRmmnJ96tuw5JKC2JOkM6Iudno { width:20rem;height:2.5996125rem;top:95.6357421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #denWnbiznSDiDpVvuGEQg1R5qgbX289H { display:block; }#denWnbiznSDiDpVvuGEQg1R5qgbX289H > .row .container { width:20rem;height:88.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nHqN11SMxGH1W1PVI28Qc3i7m8L6vbUC { width:13.75rem;height:8.5625rem;top:59.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIm3VaNB7awhl06EO6ZHIo01n78Cq8Kn { width:13.75rem;height:8.5625rem;top:30.5625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZPMzIM5XFdgA58TAqEWWTrQXoNrowow9 { width:13.75rem;height:8.5625rem;top:5.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ly7NNfkVT6P5cfR9sHoq4ttdixMmvAKw { width:19.375rem;height:3rem;top:15.4375rem;left:0.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rp8U9AMV9fbE0EFVhNhOIyzO41cr4uU4 { width:17.3125rem;height:9.098625rem;top:20.4375rem;left:1.375rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTAI8yutozHOGN413JhShlbw8HXLTHO0 { width:16.75rem;height:12.9980625rem;top:44.9375rem;left:1.625rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1rytrGZSxdltoPGzKiv0TpfW0XqhavB { width:20rem;height:3rem;top:39.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQk2BmOhr3iyPhiZKkKEs6LFwIFMQhWD { width:17.0625rem;height:12.9980625rem;top:73.625rem;left:1.5rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxMv0umHIOa5c6IKdzSzBI90Vlc7PNZb { width:14.9375rem;height:1.5rem;top:69.8125rem;left:2.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tl49BreNtTnM56MqqzLp288yrOPZa8xF { width:18.125rem;height:0.1875rem;top:88.1875rem;left:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EznDea94WowQNdo5w1rA4SwQcgksEops { width:6.25rem;height:0.4375rem;top:18.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRllCqlbmhdf7BB6IlxQdzIqBvm2LV5X { width:6.25rem;height:0.4375rem;top:43.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t1bCs2PREJ31d4bSCoEGInLUiFR5PS8E { width:6.25rem;height:0.4375rem;top:71.9375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovK2ctaBbOSBCTAMvgZJ4kyosWAnVcTP { width:20rem;height:4.875rem;top:1.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JzGfbTzq9nd6RGbWSCFNeG1sP80CtJ10 { display:block; }#JzGfbTzq9nd6RGbWSCFNeG1sP80CtJ10 > .row .container { width:20rem;height:17.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zw5CBW2qtGRDZxSbM9klDXlD9ocJMUa5 { width:20rem;height:7rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #c3Xik7T4aph3TKiGW7H1Oto0oynJzRL9 { display:flex;width:2rem;height:2rem;top:1.625rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #vbxEMz40x9MN8xTcFntKuFT7M39mTzv8 { width:3rem;height:3rem;top:1.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ggc41Rf2MTTgkdv79Wnx3WoeZe3EmBHy { width:20rem;height:0.125rem;top:2.5625rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #GRkEaJTVJPxctNTTKUBxilsGf1y1vkxg { width:20rem;height:0.125rem;top:13.25rem;left:0rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #DF6nRnWP3Kx5HOPsiWTan06cB42fU4hd { width:5.5rem;height:5.5rem;top:11.9375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7HGSKNBWEvAnreAhIPclKGqR0GTbwQ5 { width:5.75rem;height:5.75rem;top:11.8125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4Jy04vKHmop0PRg7CKF8T9QfcMGbrPK { display:block; }#n4Jy04vKHmop0PRg7CKF8T9QfcMGbrPK > .row .container { width:20rem;height:42.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tMdAMEBqJL03wTbZ7Ttobkic2xXvKQiv { width:20rem;height:3.65625rem;top:1.75rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KUp1t7xkWIK6Wu8rq8xW86wegIIHhd5a { width:20rem;height:2.4375rem;top:6.46875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQVWy9MlLANJtvf66IKOzdtZtQEZ7Fb5 { width:8.125rem;height:2.4375rem;top:10.125rem;left:6.0625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #laDotJfST9awdIb0WIiqemTr0orILXtx { width:9.125rem;height:2.4375rem;top:14.4375rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mK4l4LakL2f7prolVSJPnHzkvuJKyl6k { width:9.125rem;height:2.4375rem;top:19rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXuTXVR9NCnHyX9o4aNNk2rbrfKnot1T { width:9.375rem;height:2.4375rem;top:23.5rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToSTdHgy7bIxmaKCHTin6KS3oTAngu5D { width:12.5rem;height:3rem;top:14.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0nCqRxBtBnUzq6B26KR7NNeUJlERDUc { width:12.5rem;height:3rem;top:18.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PurvcPyE5xKfqqKw8dvUKp7ns0L5wwZa { width:12.5rem;height:3rem;top:9.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #trw4MkN9h5BEB0nknHV08LWe4lTb7emL { width:12.5rem;height:3rem;top:23.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Krkde3tz6OD5XlSpMpSRgJ5wKibZHqsb { width:18.1875rem;height:9.75rem;top:27.53125rem;left:0.90625rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bS2O24MQkn8DTo2DMpsb996oyhgb6cWn { width:16.3125rem;height:3.25rem;top:38.53125rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wr0NiBmWqvrqws7sZ6ufIa1yU4zA05Hx { display:block; }
 }@media only screen and (max-width: 763px) { #IEMVzT7GHZlCVvgWusmeldRcl6lrwRPh { display:block; }#IEMVzT7GHZlCVvgWusmeldRcl6lrwRPh > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iemBBeHrSWZSFBCqTBiZeEO5TFLN0ge5 { width:20rem;height:6rem;top:1.8359375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #rawvsT9gQXhEy08DxcTo2TNWFTBKUcJv { width:20rem;height:6.09375rem;top:9.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx { display:flex;height:auto;width:17.5rem;top:15.75rem;left:0rem; }
#CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #FywyWcwuXohG4IlJoKGKg6WZii7AxMKN {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #s9dDCG8g41rE0sp6kChB1cypOo09sREO {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #ygirFX42o36liirJpExKPSvDRaxnSscI {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #zby8RNyBNlAq87mpkzQTrn5PrBDiC8Ef {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #Z2Tepya4PdKOZ22HHiKTCkmCK4HdVsUC {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #Qrz9i6IwqRutAAGZSRkMMOoytE1luqKC {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #X73a3TJJ23Oux7dUwL0kBSlCOAlcvX2t {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #L3ly6H3byIXhDiMu9fOTu5htHUbweKzd {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #JQZPcU3tk6UHsiP3b6TeJoJ2gVXXoask {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #vqXOZVNeTXcmPAhxUb19NxPfLTONDQ0w {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #xm5c3PNRcihlIEo1boqKGoRiPtSEnZ4Q {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #r3d55cbWm4rx7mLtJf1NslAWNDcKIMn3 {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #WcvXIv2wDo83lFr1rRpJtrzoiXuvzk4y {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #LZXUpyzb2g0U3HJA4LeEDtUHbpdFnJTf {  }
 }@media only screen and (max-width: 763px) { #CrJLMzg5ZL4HxAqqSkexkbdvhoThu4dx #iiLIC2g6fgZSVAsxww2lKmLRbBnI1I10 {  }
 }@media only screen and (max-width: 763px) { #ptFhGHo7fTOSpa8xxgF17X2xfbVwGtuB { display:block; }#ptFhGHo7fTOSpa8xxgF17X2xfbVwGtuB > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gUJUK6XzrdwaI4T9CebgI44NoCrMo3QQ { width:20rem;height:33.625rem;top:5.3125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tfi5mTLSI6e42qsbEi4SbAe8qPGDAq09 { width:3.375rem;height:1.21875rem;top:6.9375rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VFzNk8dBv8uU1yaU7Ox0lZxvUz3RNHZE { width:3.375rem;height:2.5996125rem;top:8.125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #z4I5Mx0ZtxuH5LgaVGJUPvc32HAZEwRz { width:10.4375rem;height:2.4375rem;top:7.5625rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfpdXOquQNreG3pr4mreTvPunoybcaDB { width:8.8125rem;height:2.4375rem;top:14.3125rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuclOiIRobG584JyTTP6CpdVPawlk9uT { width:4.25rem;height:2.5996125rem;top:14.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #yEi1IIEHTom0oTORB4BNTf8zD2QU2w9f { width:4.125rem;height:1.21875rem;top:13.875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmwQ3CEKWguneag2bbtE3G231xWF8kv4 { width:10.4375rem;height:3.65625rem;top:20.3125rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkE9stG5tbCNDHL9t5AHEeCLtXKAtJ7E { width:4.75rem;height:2.5996125rem;top:21.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AOQ4FgC52kxLXGvM7te6v04vyktE00MJ { width:4.6875rem;height:1.21875rem;top:20.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUG9NrsBvD8I42FW3URTFNsTfUMh4W7U { width:7.5rem;height:2.4375rem;top:27.875rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PC66bCa47ROT3G1TxABtTo0zRi5Th7QB { width:4.3125rem;height:2.5996125rem;top:28.625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqv8kwnckpA1Gvnox5BZKO2qpcdJSlSB { width:4.375rem;height:1.21875rem;top:27.5625rem;left:0.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwUul0D0rkwWArqXEZPLFpPNtN9krr3O { width:10.4375rem;height:3.65625rem;top:33.6875rem;left:4.8125rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHvJ3CciiMapzHNld6ImmGfqCJEoDpdD { width:4.3125rem;height:2.5996125rem;top:34.9375rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTl5Eqbrzc8zTUJ55vB57uTtH0TWvOp9 { width:4.4375rem;height:1.21875rem;top:34rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JKRukZQMi47rUUdW5sE9DsmeykLh1aQ3 { width:20rem;height:4rem;top:1rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #EE2o0S6DBT9DtcEmARfu2OLZDdPxRQx9 { width:20rem;height:6.7708333333331rem;top:143.4296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pLL7TOW3iChlcTnWBFxZIA1tA39fN910 { display:block; }#pLL7TOW3iChlcTnWBFxZIA1tA39fN910 > .row .container { width:20rem;height:132.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcfgA86M1mKw18LEAk6e5COLpN1s7Xy4 { width:20rem;height:2.4375rem;top:42.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQPg7LpsR6ASnkXoZTQIoCz9ZoqF6r4T { width:18rem;height:31.6875rem;top:7.25rem;left:1rem;text-align:justify;text-align-last:initial;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3vqQvfumJsun15NHMW5Hoxc4JvAxzZf { width:2.5rem;height:0.125rem;top:45.5625rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8VtNNvx7kIzvzmwppCBicO7tNqaVIkh { width:20rem;height:3.73730625rem;top:40.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y6WN9gvkPwGBOBwTum6rbSd0eT40r42C { width:18.9375rem;height:8.75rem;top:47.1875rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6gxxOTo9wiP7MWkTpVPGhfAwgrwgn8S { width:17.5rem;height:2.5996125rem;top:52.375rem;left:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SJki7U5VRem8vcg2EHRMERA2LHTZ5vo2 { width:18.9375rem;height:8.75rem;top:57.25rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PZuIb6hEXm4TqoWsgofmIKxxk2nPrcXz { width:17.5rem;height:2.5996125rem;top:62.5625rem;left:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VtB6y9bbe98L03uFotXssQW0M5fy9QHM { width:17.5rem;height:2.5996125rem;top:49.3125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTVJifvoezAHHvPPts000rK6xJM9DELM { width:17.5rem;height:2.5996125rem;top:59.4375rem;left:0.875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bR7kBUqPUJUTubgI7P8GuqTN7VrHwSt2 { width:18.9375rem;height:8.75rem;top:67.8125rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vc5duzUCrlOIBhy54tr8LLzZyQrxGs4G { width:17.5rem;height:2.5996125rem;top:69.6875rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnVdMKNagBtzsZg0g5VJSgbeTH9PBKMF { width:17.5rem;height:2.5996125rem;top:73.125rem;left:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nCQXNPDM2LTMbWnikRGG9vEmgUch8sZc { width:3.5rem;height:2.35546875rem;top:69.1875rem;left:9.875rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGXaWpfnOfe6Sm7I1gJVnsrBot6OPTTB { width:3.5rem;height:2.35546875rem;top:58.75rem;left:11.75rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTatwX2N6oK4JTzD7BxqTXXEEPmrAKSV { width:19.0625rem;height:0.1875rem;top:55.8125rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4v1QeyONLJ0U0mdoAqGxmeyEWKbENRl { width:19.0625rem;height:0.1875rem;top:65.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbZeJaib5aQDFO2T9l0yne5EefX3wLhz { width:3.6875rem;height:3.6875rem;top:0rem;left:8.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jx0rUXCQ80aUPVVvgpIkLcnds8nVST3s { width:19.0625rem;height:0.1875rem;top:76.4375rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #du6veTXQGAuRyOBzHLxqxiMslEfbR7r7 { width:13.1875rem;height:7.75rem;top:102.1875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OV30ZwmIL8Xs2uN8LdNxE6QQBrTAqRws { width:6.625rem;height:8.9375rem;top:97.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sbmUMmb1AXQsEs2rCKME1Cm8kfXFwdOe { width:9.5625rem;height:12.75rem;top:84.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTl189LiyKToombWT8cubA772cby9TSJ { width:10.3125rem;height:7.4375rem;top:94.75rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCcDizTK733ZccpnzB41IlXcKfXuirhM { width:10rem;height:9.8125rem;top:85rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #onpDOM2O6ZFRN1TxbwKbTvRpycuCeJWP { width:7.5625rem;height:10.0625rem;top:105.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJsHzThZd3LIJi0UKZbeRmL6ZtbTzOwt { height:11.13575rem;width:20rem;top:117.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #frvgBslRo2JkvL7KLd5QUDm2QSgeS6rX { width:11.125rem;height:2.125rem;top:107.875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WewTWF093d9LLRJC9PnTRH9r6U15APTR { width:7.75rem;height:1.798825rem;top:95.3125rem;left:0.625rem;text-align:left;text-align-last:left;font-size:0.75rem;line-height:1.2;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #wlmAGxCCWMmvHvUGTa4uXlPhZv2KPgiH { width:20rem;height:4.875rem;top:79.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0P4Ez309H0CZPI1IiKsLFLvTWDZ4Ay4 { width:8.1875rem;height:1.94921875rem;top:92.625rem;left:10.0625rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVWtHrwMQLZxczsq4HGP9OL5COsIiAOl { width:10.0625rem;height:2.6875rem;top:92.1875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMxGvKy1RUbIGZh4NPNLZ9HdlG4RDSEV { width:8.125rem;height:1.94921875rem;top:108rem;left:7.375rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ceGRAmgezb7eya8hB6EpBetCEMRaUemm { width:9.6875rem;height:2.5625rem;top:94.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqdCdJTSCoPCKmb1X9hvH08On5HnnIM1 { width:20rem;height:2.5996125rem;top:3.6357421875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9weVFnfTM1EoP0WLbXEisOLUGkpUEOd { display:block; }#n9weVFnfTM1EoP0WLbXEisOLUGkpUEOd > .row .container { width:20rem;height:72.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-regular-label { display:block;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;vertical-align:top;height:auto; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .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; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-input-text {padding-top: 0; padding-bottom: 0;}#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .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; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-input-select {padding-top: 0; padding-bottom: 0;}#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1.1875rem;overflow:hidden; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO  { width:17.5rem;height:auto;top:26.9970703125rem;left:0rem; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO {display:block;}#y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO { width:17.5rem;height:auto;top:26.9970703125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #S97RIU1xge5BVwt9u8vUx9kd66gNqbsv {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #Bn5QRJUfW9nEE8AHk2bnTGBxK9aZcaz4 { display:none; }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #wRtF61FL8zu5AZdJT7DCMIzVAFc5EQDb {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #W3qB97diOhbAAoSeVdxJlSOMXrkGiK9h {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #AuGpkSAMgiTKkrQdiObOdRCauhPXs9SC { display:none; }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #hqnUm85mmgNUC437Dmh5re7yDOxhUgZm {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #y9K5sibJOW6rLUm5QtxowSOmVh0xeE3p {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #Z6Ly6tDVgnGrFaPTohXnpuG1prkUcKgy { display:none; }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #xtxK8bc9uFtcHCCRw5DnTTk3pVTEKAXc {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #mzPbHZKvh78nkOTXLe3VNwcaP0HpK3r4 {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #vTiVcHvcxxFn4tPLzTqoncNCfx7RRAla { display:none; }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #L5IerwM9vPzokfJbVRyuXCuHnL9AMUfm {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #beRTQpf1GyhhuF5J5udHqlQm8sIxRgJd {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #qTLQ7HwOUTbq76wVok23NCxUJkKoWlvz { display:none; }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #mvkcrVOfNhBrCFN9d61cZ1fG3HBwIOyv {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #XCig8CTud8IuvMpnINthBUEk6Awdt0qZ {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #KW1nJNm0hy9JROZbuoHUQrP5gGkNgQgU { display:none; }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #XDLTBmD4ZXMndJgyuIOG7Run0DL2eyOa {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #NfrQMSedbQZ0GgtrTTq8a3tC8yTg4eDJ {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #xq5utRisxtUhh5zW8fbeCMf4umh7NGJA { display:none; }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #rWxkLZQGWORbbTc3nhSO1fTnXEUHG601 {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #cW6S7oAUnbaEVIM7HU0P3KTDFZTk9PZd {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #oTHfmq6Pwf3kUJJ8oupJl2HXBK4Zr7HP { display:none; }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #Qu6l39QO9WK5sL5SnwQHWGaV6hL7b98J {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #cQ7qJOkxLZZMGhoQPQdeF9A3XMi0GulP {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #SQZJDPUKECf2leT7BigrG21HwwIpxvOZ { display:none; }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #zh34L5rivs6bR7eJfsznEUZXhiQETyD7 {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #nhkHpdshFrhrKX6R0WPJ2l8qVzIMtQBd {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #aNTWmTmTJgR0RyPbhpHSCF5f7KT9BVZz { z-index:2; }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #F6We07ETkfeTICZndAvIDTv5m1KK6mPB {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #A1LdEnBpXdNi3TwhEZozvXIvfUtuyFxt {  }
 }@media only screen and (max-width: 763px) { #y5DlI43gvNZnS1KB7HqfagTHRx9HZtMO #cy1w5kmR6soJieAdg7zKLN9FJE45Qfcw {  }
 }@media only screen and (max-width: 763px) { #wf7SnLzB3R5RxGUytx5qDgtTwJFqJBEr { width:20rem;height:2.5996125rem;top:22.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSQNtqAbqzORDswh4MaL6cGQwSxzQKaT { width:19.125rem;height:10rem;top:11.125rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #ETyyqRJlm8y3nlNye5qZvZwHxgX3gLDn { width:20rem;height:6rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Q1GEtrEJR23HGOdkcrCTwMdGMTUx6uSZ { display:block; }#Q1GEtrEJR23HGOdkcrCTwMdGMTUx6uSZ > .row .container { width:20rem;height:40.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OkMPEyk1se8fHuVHKWtdns2fiQx8RUxR { width:7.5rem;height:3.1875rem;top:1.2312507629394rem;left:6.2500000596044rem;display:block; }
 }@media only screen and (max-width: 763px) { #N9MO75xksb1G4qbmCBSHvgOZMeb19J9U { width:14.625rem;height:3.67448125rem;top:6.1875rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #obnm0Qm4B2ZevXqmlzOWF2Zc5mWma4PO { width:11.375rem;height:1.4rem;top:15.75rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMLrXc3MpPB5TpanJV82sk4hdhJe0Bi9 { width:20rem;height:1.05rem;top:12.9375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFo5Cp2Zm6ZkZ7SSx8rICPExI0BnVDT0 { width:1.5625rem;height:1.5625rem;top:15.6875rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #clGD6LPahvxJQdLfvyZCJx3ApRTDNPxF { width:1.5625rem;height:1.5625rem;top:18.9375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPWwBFQCeTSCMgKa5GMoHDLLGSaTnLTD { width:18.75rem;height:0.0625rem;top:30rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3F9a90mlF9qveRnPu50x1ElIy4berLT { width:8.6875rem;height:1.4rem;top:19rem;left:4.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #At2qfX24lG86JsdIMPnwe6P5cShCbw0X { width:18.75rem;height:0.0625rem;top:11rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cH3cvvp36H0XCHIpp0lVnNfCMPoofyPm { width:1.5625rem;height:1.5625rem;top:22.375rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsbtTW144o0MSzUPuAvTNVu3wyIh73Nx { width:12.375rem;height:4.1982375rem;top:22.375rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6Lb5scfE6zzQ4AsBh0lMW867loMSKl8 { width:20rem;height:1.05rem;top:32.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fQUEWrFRTP8yqHZvTquixTHg32kiSFTV { width:2.1875rem;height:2.1875rem;top:34.875rem;left:16.0625rem;display:block; }
#fQUEWrFRTP8yqHZvTquixTHg32kiSFTV > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #HkaEpQS9FTUZ7N5cd8O7qcP5VEnLrNAx { width:3rem;height:3rem;top:34.4375rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWaG1fVE2UR5v3peZcaNhC6rh53KqZVX { display:block; }
 }@media only screen and (max-width: 763px) { #Q70JzUReBXPyZL9clkmuDERqMorIbSF0 { width:3rem;height:3rem;top:34.4375rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HoXQaBz393SMZlhtu8b0Z0e7TSyMD1y0 { display:block; }
 }@media only screen and (max-width: 763px) { #NTiPe7zGhGrvTxXHfFQciC1b5ZlsPqyA { width:3rem;height:3rem;top:34.4375rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hmwpcm25gag7A2VTCtLAVy34yq8l9m9J { display:block; }
 }@media only screen and (max-width: 763px) { #M98gz4q8T0GzuVyIhcFr3tR77rC2JJ9i { width:1.875rem;height:1.875rem;top:35rem;left:1.9375rem;display:block; }
#M98gz4q8T0GzuVyIhcFr3tR77rC2JJ9i > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ZIKaHqBZD5ATGknrGDVm0KzkRbM2cDEz { width:1.875rem;height:1.875rem;top:35rem;left:9.0625rem;display:block; }
#ZIKaHqBZD5ATGknrGDVm0KzkRbM2cDEz > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #rUCHGoVHbTdhKbdR0THfmsEUUNG28PF3 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#rUCHGoVHbTdhKbdR0THfmsEUUNG28PF3 > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #smNLtfRCFMGbT29II0LOVc3BeAMp8qpf { top:1.7812509536743rem;left:0.78125rem;width:7.875rem;height:2.5rem;background-color:#084c7c;background-image:none;box-shadow: 0.0625rem 0.25rem 1.25rem rgba(255,240,31,0.23) ;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUChQ96AUrPEx010uANxPFI6Ng2zurKk { display:block; }
 }@media only screen and (max-width: 763px) { #wBnvskg16Sysus6foJgOEe1AMitQTzTc { top:1.8437509536743rem;left:10.531249642372rem;width:8.125rem;height:2.375rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(255,240,31,0.14) ;line-height:.9;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aVW0pKIfTvW1ZNfnNoZngph19PdCRpaF { display:block; }
 }