.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: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZI9poWdWT9oFudEG7EMibhUxKL9HQh9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#kZI9poWdWT9oFudEG7EMibhUxKL9HQh9 > .row .container { background-color: transparent; background-image: none; }#kZI9poWdWT9oFudEG7EMibhUxKL9HQh9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZI9poWdWT9oFudEG7EMibhUxKL9HQh9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZI9poWdWT9oFudEG7EMibhUxKL9HQh9 > .row .container > .video-iframe-container { display: none; }#kZI9poWdWT9oFudEG7EMibhUxKL9HQh9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kZI9poWdWT9oFudEG7EMibhUxKL9HQh9 > .row > .video-iframe-container { display: none; }#kZI9poWdWT9oFudEG7EMibhUxKL9HQh9 > .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); }#kZI9poWdWT9oFudEG7EMibhUxKL9HQh9 > .row .container { border-width: 0; border-radius: 0; }#kZI9poWdWT9oFudEG7EMibhUxKL9HQh9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kZI9poWdWT9oFudEG7EMibhUxKL9HQh9 > .row .container { font-size:0.875rem;font-family:arial;height:5.625rem;width:75rem;position:relative;display:block; }#lSHHLUxMu5oqhBg7itku3UCXFDMl4zai { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:15.875rem;top:0.4375rem;left:0rem;overflow:hidden;display:block; }
#fw7xqbR71W4PQ72U37DbZ1HHIq3uh0nC { color:#ffffff;display:block;width:3.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:;z-index:1502;line-height:1.7;letter-spacing:0;text-align:left;text-align-last:left;top:66.5625038147rem;left:62.562393188475rem;height:2.9746125rem;display:none; }
#b1Q38pyeWdOFud1oTzx9497pcvMCAhPz { color:#ffffff;display:block;width:5.875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:;z-index:1502;line-height:1.7;letter-spacing:0;text-align:left;text-align-last:left;top:66.5625038147rem;left:52.1875rem;height:2.9746125rem;display:none; }
#oDMqpOHnB6QCuPfgKTKDiBISi9XhCJZn { position:absolute;display:block;z-index:1501;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.0625rem;top:64.749893188475rem;left:52.1875rem;overflow:hidden;display:none; }
#NNls5wi5FSFSqOzC0JIPnVUe9IRGTNv9 { position:absolute;display:block;z-index:1501;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.2126315832138rem;top:64.6875038147rem;left:62.562393188475rem;overflow:hidden;display:none; }
#yGIm38ZFi291Q188MyIpFzWhxbO0PIKF { color:#ffffff;display:block;width:8.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:600;z-index:1502;line-height:1.6;letter-spacing:0;text-align:left;text-align-last:left;top:60.937503814698rem;left:53.999572753906rem;height:1.5996125rem;display:none; }
#GAWEvLxEoSTZUu50SakTATJebulucJDz { position:absolute;display:block;z-index:1501;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.062180519104rem;width:1.0626534223557rem;top:61.124677658081rem;left:52.1875rem;overflow:hidden;display:none; }
#umfAdNNirIpPKXeEdtrfOQgpBaVo3ZrN { color:#ffffff;display:block;width:20.4375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:600;z-index:1501;line-height:1.3;letter-spacing:0;text-align:left;text-align-last:left;top:53.81201171875rem;left:52.1875rem;height:6.5rem;display:none; }
#JX8LhQS7nZPHv4dy21zqwkv8HdOwDMdu { background-color:#f22706;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:scandia;font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:21.25rem;height:3.5rem;text-decoration:none;z-index:1503;text-align:center;text-align-last:center;top:1.0625rem;left:53.75rem;display:block; }
#yKxsP55tw8gzz0v5dce5b8UeB3S05gsd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n41hqciqlGMz5QLN05f770LvB8kkIlFL { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#002fd4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:scandia;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.5625rem;left:45.0625rem;display:block; }
#AATDmM5k3F652vA8TDwdZ4HDLoQL7irB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O8RQcDP0fK87GixQQvA32Ry4pK34Cd35 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#002fd4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:scandia;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.5625rem;left:33.75rem;display:block; }
#Ez8NVQKGZTArl7AGTKGJgPEKTq01CyJ5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iSRH0SSSvsTXsER68fkrUICnn6V921LI { position:relative;display:none; }#iSRH0SSSvsTXsER68fkrUICnn6V921LI { border-width: 0; border-radius: 0; }#iSRH0SSSvsTXsER68fkrUICnn6V921LI > .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; }#iSRH0SSSvsTXsER68fkrUICnn6V921LI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bh62atgHB9imUOsfbml4pVzEJ6f6GSTG { 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:15000;opacity:1;display:none; }
#ZtfTu3mVaMDqb8oWgiHn5vCAl4zHammC { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:15.875rem;top:0.4375rem;left:0rem;overflow:hidden;display:none; }
#S6aV17RbTm1R85l0ggBfeJ8uFW8npCK2 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#002fd4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.5625rem;left:35.8125rem;display:none; }
#uTVGVH7ZvzXTd9XuvkK4NcNwBb5sgfIO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uEgCJNrDd1IQOiAU2rly6JFgks8p35r4 { background-color:#f22706;background-image:none;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:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:12.1875rem;height:3.4990234375rem;text-decoration:none;z-index:1503;text-align:center;text-align-last:center;top:1.0625rem;left:62.8125rem;display:none; }#uEgCJNrDd1IQOiAU2rly6JFgks8p35r4.adaptive-delivery-prevent-bg, #uEgCJNrDd1IQOiAU2rly6JFgks8p35r4.lazyload, #uEgCJNrDd1IQOiAU2rly6JFgks8p35r4.lazyloading { background-image: none; }
#imTU5ZCJe9zpPqTTfUPk3o4AhzabXcyE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K5KMT2u9DqMLEppTsZ2yH0olSTHDmL6S { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#002fd4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.5rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.5625rem;left:35.8125rem;display:none; }
#gwZiNZxsIe7OgxOJp4VaiXgA9UqLP9Tt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#abP8L9NOBeh0usZ9wtVfDulNa3mzS4N6 { position:relative;display:block; }#abP8L9NOBeh0usZ9wtVfDulNa3mzS4N6 { background-color: transparent; background-image: none; }#abP8L9NOBeh0usZ9wtVfDulNa3mzS4N6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abP8L9NOBeh0usZ9wtVfDulNa3mzS4N6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abP8L9NOBeh0usZ9wtVfDulNa3mzS4N6 > .row .container > .video-iframe-container { display: none; }#abP8L9NOBeh0usZ9wtVfDulNa3mzS4N6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abP8L9NOBeh0usZ9wtVfDulNa3mzS4N6 > .row > .video-iframe-container { display: none; }#abP8L9NOBeh0usZ9wtVfDulNa3mzS4N6 > .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); }#abP8L9NOBeh0usZ9wtVfDulNa3mzS4N6 { border-width: 0; border-radius: 0; }#abP8L9NOBeh0usZ9wtVfDulNa3mzS4N6 > .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; }#abP8L9NOBeh0usZ9wtVfDulNa3mzS4N6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { z-index:;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,47,212,0.27); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,47,212,0.27); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/f55e4bb0-47df-4ef6-8e5d-321dc055ea9c/Group8913.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;font-size:0.875rem;font-family:arial;height:40rem;width:75rem;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container.lazyloading { background-image: none; }#b2MpkypD2I8gkg57iU1BpQClGwN1qrbZ { color:#ffffff;display:block;width:21.1240234375rem;position:absolute;font-family:scandia;font-size:1.375rem;font-weight:700;z-index:1503;line-height:1.3;letter-spacing:0;text-align:left;text-align-last:left;top:20.875rem;left:2.625rem;height:3.5rem;font-style:normal;display:block; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-form-header { font-size:0.875rem; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-regular-label { height:auto;display:block;font-family:scandia;font-size:0.875rem;font-weight:700;color:#373737;width:25rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;overflow:hidden;line-height:1.9;vertical-align:top;font-style:normal; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-input-text { border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bcbcbc;border-right:0.0625rem solid #bcbcbc;border-bottom:0.0625rem solid #bcbcbc;border-left:0.0625rem solid #bcbcbc;padding-top:0.75rem;padding-right:1.5rem;padding-bottom:0.75rem;padding-left:1.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:2.8125rem;color:#002fd4;font-size:0.875rem;overflow:hidden;font-family:poppins;font-weight:400;text-align:left;text-align-last:left;vertical-align:top; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-input-text {padding-top: 0; padding-bottom: 0;}#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .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.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:25rem;box-sizing:border-box;height:0;color:#002fd4;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:25rem;box-sizing:border-box;height:0;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-input-select {padding-top: 0; padding-bottom: 0;}#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .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; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-input-button { border-top-left-radius:4rem;border-top-right-radius:4rem;border-bottom-left-radius:4rem;border-bottom-right-radius:4rem;background-color:#f22706;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:600;color:#ffffff;width:25rem;height:3.5rem;font-family:poppins;overflow:hidden; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX [class*="-text"]:-moz-placeholder { color:#6a71c7;font-family:scandia;font-size:0.875rem;font-weight:400; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX [class*="-text"]::-moz-placeholder { color:#6a71c7;font-family:scandia;font-size:0.875rem;font-weight:400; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX [class*="-text"]:-ms-input-placeholder { color:#6a71c7;font-family:scandia;font-size:0.875rem;font-weight:400; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX [class*="-text"]::-webkit-input-placeholder { color:#6a71c7;font-family:scandia;font-size:0.875rem;font-weight:400; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .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.6;font-size:0.75rem;font-weight:400;color:#6a71c7;vertical-align:top;width:23.75rem;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;float:none; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .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; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:scandia;font-size:0.875rem;font-weight:700;color:#002fd4;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0;font-size:0;height:auto; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-container:first-of-type{padding-top:0;}#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-container:last-of-type{padding-bottom:0;}#DytwtVHtW1xXM7uAidfoZt640tgOfBtX  { background-color:rgba(255,255,255,0.75);background-image:none;padding-top:2.5rem;padding-right:2.5rem;padding-bottom:2.5rem;padding-left:2.5rem;width:25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;position:absolute;top:2.3125rem;left:42.625rem;font-size:0.875rem; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25rem;display:block;vertical-align:top; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX {display:block;}#DytwtVHtW1xXM7uAidfoZt640tgOfBtX { background-color:rgba(255,255,255,0.75);background-image:none;padding-top:2.5rem;padding-right:2.5rem;padding-bottom:2.5rem;padding-left:2.5rem;width:25rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-right-radius:1.875rem;border-bottom-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-top-left-radius:1.875rem;position:absolute;top:2.3125rem;left:42.625rem;font-size:0.875rem; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #JeFXitUfnaGNv1o8T5EEVQBGa6nSdyXn { position:relative; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #l70yiF2HXMRTNIZfAQSCAdmb1k9SBnXv { position:relative;display:none; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #kfS7RpIO88peLdQyH9nqAzupH7CNsAw9 { position:relative; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #FKDSEwnCS3ekAuuf9BETTd9Rz89WZ5Ry { position:relative; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #DxCrF9bgy2uAAWD7z4sQqd1wZtL92KBm { position:relative;display:none; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #nSfU3B7m9tiBso10RERPHWbzIeqHXpof { position:relative; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #tuW6PofnOVU1waxyRcVSc54ZOzKDHpUb { position:relative; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #iFsVpSiEFlB6mPI5TJ09nEzFIWvI8Dxt { position:relative;display:none; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #ZubvbK0Nn8TVqanzaJKZkUnLFMwAb8VH { position:relative; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #u7IMZTwANwWaGIXbqpUXvxqMgyW58hks { position:relative; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #xhZtoyse2yGilMEb4lbwBfl9hpGdxqq3 { position:relative;display:none; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #VZu7DGZLlmZLqyKL9RDMPrLLoCABhpBv { position:relative; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #ylTZMHuPc0T1DbNXE39EWncH2h78AdJi { position:relative; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #ylTZMHuPc0T1DbNXE39EWncH2h78AdJi .container-column{width:50%;}#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #E03TLtaFHVPpwWpT4IaCafWEhvVE6Hhv { position:relative;display:block; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #oEvhloEOpQfElfOhfP76a90RTepXWCXQ { position:relative;z-index:2; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #zQM86TNiZfmuipwsOxzZfT3NnZLuwlEa { position:relative; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #oJHxF7GIxG6o81D61J6vAZ3t4R6O8nVJ { position:relative;z-index:2; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #bIDRyl5X8Q5JvOrBs8ZfDB4NWEfhhvND { position:relative; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #DDJMiJAGLIrJWVsnURWdn8b3b1O0T6Vp { position:relative; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #xO0qJDupDiKk20I8xive6DV945nN3FQk { position:relative;z-index:2; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #b1OfwupouptTWUR3PTZpJTAeT69mV3TX { position:relative; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #Sp8I9XLZ7iGbweCkxGAgphfRtQDncCcG { position:relative; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #zVrkToeg6d5NOSeTLJ2Zk8UMb2FyP3I0 { position:relative; }
#zLohQ9TSAkatofuycAbgamBPcKhQA8Jq { position:absolute;display:block;z-index:15003;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.625rem;width:13.25rem;top:22.3125rem;left:23.7490234375rem;overflow:hidden;display:block; }
#zrM3Iwh5WbGOnCJnEmQRJPRW5enbKgCH { color:#fcb322;display:block;width:37rem;position:absolute;font-family:scandia;font-size:3.1875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.4375rem rgba(0,0,0,0.2);top:7.9375rem;left:2.5625rem;height:;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; }
#oB2c7LCaP2q7mDvbdDrsVgTigp4qxm3H { color:#ffffff;display:block;width:21.1240234375rem;position:absolute;font-family:scandia;font-size:1.125rem;font-weight:400;z-index:1504;line-height:1.6;letter-spacing:0;text-align:left;text-align-last:left;top:26.1875rem;left:2.625rem;height:7rem;font-style:normal;display:block; }
#eLLPvGCy2hIK0C2QByw3enAB8XuU0KfA { color:#002fd4;display:block;width:14.0625rem;position:absolute;font-family:scandia;font-size:1.1875rem;font-weight:400;z-index:1505;line-height:1;letter-spacing:0;text-align:left;text-align-last:left;top:3.5625rem;left:3.9375rem;height:1.1875rem;font-style:normal;display:block; }
#uDZDLCgb79QSxzTJq49emlenCnmHCclR { box-sizing:content-box;height:2.875rem;width:15.8125rem;position:absolute;display:block;z-index:1502;background-color:#fcb322;background-image:none;top:2.625rem;left:2.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#E6lE3hgqDQmeiqOlqDefztOivvPkDPIq { 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:2rem;width:2.3125rem;top:3.125rem;left:20.5625rem;overflow:hidden;display:block; }
#xSJsTwBa4ZcCJwnHk4OIh64lxcm1Tq0C { 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:2rem;width:2.3125rem;top:3.125rem;left:18.9375rem;overflow:hidden;display:block; }
#foh29ReObt9rvTBtSckUMm2NaI6lBWUf { color:rgba(0,0,0,0);display:block;width:17.625rem;position:absolute;font-family:scandia;font-size:1rem;font-weight:normal;z-index:15010;line-height:1;letter-spacing:0;top:3.65625rem;left:22.8115234375rem;height:1rem;text-align:center;text-align-last:center;display:block; }
#dNG9BNyKAeGmit4EcDqnhlPzlZqLGx8W { 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:15013;opacity:1;top:34.875rem;left:4.5rem; }
#nOAaww3K9duZGEcTTTm2oaMShXVzkb2L { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:scandia;font-size:1.125rem;font-weight:400;z-index:1505;line-height:1.6;letter-spacing:0;text-align:left;text-align-last:left;top:35.71875rem;left:8.03125rem;height:1.75rem;font-style:normal;display:block; }
#qINMAZ1KvQnqvlnPxkvxcZA3xPcmyXSd { color:#ffffff;display:block;width:26.6875rem;position:absolute;font-family:scandia;font-size:1.125rem;font-weight:400;z-index:1505;line-height:1.6;letter-spacing:0;text-align:left;text-align-last:left;top:35.71875rem;left:8.03125rem;height:1.75rem;font-style:normal;display:none; }
#S71Ekl29Apc42cBOalIw6L6zIb0QFyOG { color:#fcb322;display:block;width:37rem;position:absolute;font-family:scandia;font-size:3.1875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0rem 0rem 0.4375rem rgba(0,0,0,0.2);top:7.9375rem;left:2.5625rem;height:;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:none; }
#uQxGsFmpxWcM2oSTueepK0qCGlhfsmcR { position:relative;display:none; }#uQxGsFmpxWcM2oSTueepK0qCGlhfsmcR { border-width: 0; border-radius: 0; }#uQxGsFmpxWcM2oSTueepK0qCGlhfsmcR > .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; }#uQxGsFmpxWcM2oSTueepK0qCGlhfsmcR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:1.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ccEvlH8JL6ciwCgHJdXpKqDKXq8Qz5DR { position:relative;display:block; }#ccEvlH8JL6ciwCgHJdXpKqDKXq8Qz5DR { background-color: transparent; background-image: none; }#ccEvlH8JL6ciwCgHJdXpKqDKXq8Qz5DR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccEvlH8JL6ciwCgHJdXpKqDKXq8Qz5DR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccEvlH8JL6ciwCgHJdXpKqDKXq8Qz5DR > .row .container > .video-iframe-container { display: none; }#ccEvlH8JL6ciwCgHJdXpKqDKXq8Qz5DR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ccEvlH8JL6ciwCgHJdXpKqDKXq8Qz5DR > .row > .video-iframe-container { display: none; }#ccEvlH8JL6ciwCgHJdXpKqDKXq8Qz5DR > .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); }#ccEvlH8JL6ciwCgHJdXpKqDKXq8Qz5DR { border-width: 0; border-radius: 0; }#ccEvlH8JL6ciwCgHJdXpKqDKXq8Qz5DR > .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; }#ccEvlH8JL6ciwCgHJdXpKqDKXq8Qz5DR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:52.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vHhwHmQnh2myw56vOrcAWalPstJJBvTZ { color:#002fd4;display:block;width:22.9375rem;position:absolute;font-family:scandia;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:6.25rem;left:0.1875rem;height:1.125rem;text-align:left;text-align-last:left;display:block; }
#NgNxQyBtKWS22ffVTMGmSikwug3rhx0O { color:#002fd4;display:block;width:47.5rem;position:absolute;font-family:scandia;font-size:3.125rem;font-weight:700;z-index:14996;line-height:1.1;letter-spacing:0;top:8.25rem;left:0rem;height:;text-align:left;text-align-last:left;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; }
#aX2xdopMJF1FtS5CB0QsOJ9pTPwMftEK { position:absolute;display:block;z-index:14995;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.4375rem;width:24.875rem;top:10.25rem;left:0rem;overflow:hidden;display:block; }
#yahOkV2cq1r2LNdCv3gfp44gqRXOR82l { 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:13.25rem;width:13rem;top:4.34375rem;left:52.75rem;overflow:hidden;display:block; }
#E0VRWCHdx2fqVOCL8x8hWuSMKXXdT9l8 { box-sizing:content-box;height:5.625rem;width:5.625rem;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:15021;background-color:#fcb322;background-image:none;top:23.3125rem;left:0rem;display:block; }
#SX9rrTZOOts6ii6vU5es7B2uXIVxylKX { box-sizing:content-box;height:5.625rem;width:5.625rem;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:15022;background-color:#fcb322;background-image:none;top:23.3125rem;left:37.1875rem;display:block; }
#D7AHHTynr0zDCcaDtLNPxih9skmgSqdC { color:#002fd4;display:block;width:19.25rem;position:absolute;font-family:scandia;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:24.0625rem;left:7.5rem;height:;text-align:left;text-align-last:left;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; }
#XUVFETCngRQIaGn77ACuT02xwMqNH5sU { color:#002fd4;display:block;width:21.5625rem;position:absolute;font-family:scandia;font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:24.0625rem;left:44.75rem;height:4.125rem;text-align:left;text-align-last:left;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; }
#lmKTkdgnkXugAuvafrpbqMwPUXgiEIny { color:#002fd4;display:block;width:22.6875rem;position:absolute;font-family:scandia;font-size:1.875rem;font-weight:700;z-index:15023;line-height:1.1;letter-spacing:0;top:33.3125rem;left:7.5rem;height:4.125rem;text-align:left;text-align-last:left;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; }
#EgqEO9cd6hOzM13uyamIGKndMaDacxo4 { color:#002fd4;display:block;width:21.6875rem;position:absolute;font-family:scandia;font-size:1.875rem;font-weight:700;z-index:15024;line-height:1.1;letter-spacing:0;top:33.3125rem;left:44.75rem;height:;text-align:left;text-align-last:left;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; }
#u9ZHcnKzV1E3xpWETMlXyHDDi7pVeUhp { box-sizing:content-box;height:5.625rem;width:5.625rem;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:15028;background-color:#fcb322;background-image:none;top:32.5625rem;left:37.1875rem;display:block; }
#CFRd6KsD62wWECTkvEQAQrfzaDHmrbEl { box-sizing:content-box;height:5.625rem;width:5.625rem;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:15027;background-color:#fcb322;background-image:none;top:32.5625rem;left:0rem;display:block; }
#NWJ8OUDe2gVTupWqZambJKilpad05H0w { color:#002fd4;display:block;width:2.6875rem;position:absolute;font-family:scandia;font-size:3.4375rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;top:24.5625rem;left:1.5rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fgNIrvy7HnpVfTCvMvmkmp8qXRIrJeCW { color:#002fd4;display:block;width:2.6875rem;position:absolute;font-family:scandia;font-size:3.4375rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:24.5625rem;left:38.6875rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u2TiZ9gqFTyPKMqd5pZ3K7WmhGaxCtaI { color:#002fd4;display:block;width:2.6875rem;position:absolute;font-family:scandia;font-size:3.4375rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;top:33.8125rem;left:1.5rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hNLnzeXVl3fAnWGGldEN9UQNU0S8agHp { color:#002fd4;display:block;width:2.6875rem;position:absolute;font-family:scandia;font-size:3.4375rem;font-weight:700;z-index:15043;line-height:1;letter-spacing:0;top:33.8125rem;left:38.6875rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HTTD04ZUHOzTKABTH23NspShZcTxDXc2 { color:#002fd4;display:block;width:17.375rem;position:absolute;font-family:scandia;font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.4;letter-spacing:0;top:28.125rem;left:7.5rem;height:4.6875rem;text-align:left;text-align-last:left;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:none; }
#ykfxBemWCWf3mbuNekXLOJfykF6DAggo { box-sizing:content-box;height:5.625rem;width:5.625rem;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:15021;background-color:#fcb322;background-image:none;top:21.0625rem;left:0rem;display:none; }
#FDwc1WUeZ8m9bMLwehPfaKrEPPTJK0oR { color:#002fd4;display:block;width:19.25rem;position:absolute;font-family:scandia;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:21.0625rem;left:7.5rem;height:6.1875rem;text-align:left;text-align-last:left;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:none; }
#oGuhWFfQKEoLvwJuAJURWTAIOM7qbNL1 { color:#002fd4;display:block;width:2.6875rem;position:absolute;font-family:scandia;font-size:3.4375rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;top:22.28125rem;left:1.46875rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#zZs41tfGTFMkTOK8z7ux9ImoDfbod7rh { color:#002fd4;display:block;width:19.25rem;position:absolute;font-family:scandia;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:21.0625rem;left:7.5rem;height:6.1875rem;text-align:left;text-align-last:left;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:none; }
#ByUOZT90xVFECvp83allKUF3ys6VsxXf { box-sizing:content-box;height:5.625rem;width:5.625rem;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:15021;background-color:#fcb322;background-image:none;top:21.0625rem;left:0rem;display:none; }
#WTl0UR1fWRG875hI0SHILixzl5VDxDyF { color:#002fd4;display:block;width:2.6875rem;position:absolute;font-family:scandia;font-size:3.4375rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;top:22.28125rem;left:1.46875rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#cTo7uWAU8vDdGvIi5Ahht4d5yS8cycU5 { color:#002fd4;display:block;width:19.25rem;position:absolute;font-family:scandia;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:21.0625rem;left:7.5rem;height:6.1875rem;text-align:left;text-align-last:left;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:none; }
#SgiCK5fzp0ZZp78AEwuoNN7spVeTnK6a { box-sizing:content-box;height:5.625rem;width:5.625rem;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:15021;background-color:#fcb322;background-image:none;top:21.0625rem;left:0rem;display:none; }
#r6VgdKMFyR8GuK89BuinigMxSpP8BKkk { color:#002fd4;display:block;width:2.6875rem;position:absolute;font-family:scandia;font-size:3.4375rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;top:22.28125rem;left:1.46875rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#tONlVfAWsqiVRtwCwdAUT5Wdd3B79urf { color:#002fd4;display:block;width:19.25rem;position:absolute;font-family:scandia;font-size:1.875rem;font-weight:700;z-index:15017;line-height:1.1;letter-spacing:0;top:21.0625rem;left:7.5rem;height:6.1875rem;text-align:left;text-align-last:left;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:none; }
#vWkSkJS0u5kVKcEd3hw4DGl94TlpvD5L { box-sizing:content-box;height:5.625rem;width:5.625rem;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:15021;background-color:#fcb322;background-image:none;top:21.0625rem;left:0rem;display:none; }
#xpqVZG27obEzQR3tNOkcpnotPUJxX2C1 { color:#002fd4;display:block;width:2.6875rem;position:absolute;font-family:scandia;font-size:3.4375rem;font-weight:700;z-index:15041;line-height:1;letter-spacing:0;top:22.28125rem;left:1.46875rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#AnraTO6WfwUfzAQq7WTKXbMRPa6iqTqM { color:#002fd4;display:block;width:22.6875rem;position:absolute;font-family:scandia;font-size:1.875rem;font-weight:700;z-index:15026;line-height:1.1;letter-spacing:0;top:42.6875rem;left:7.5rem;height:;text-align:left;text-align-last:left;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; }
#h1btTU6awHhkR1RVcTSKXVT8or4Veyqs { box-sizing:content-box;height:5.625rem;width:5.625rem;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:15030;background-color:#fcb322;background-image:none;top:41.9375rem;left:0rem;display:block; }
#bWQiUSlTJ6hu86eTbcsSMaKwRtrryA8Q { color:#002fd4;display:block;width:2.6875rem;position:absolute;font-family:scandia;font-size:3.4375rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:43.1875rem;left:1.5rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R1EHlJDBUMLOzckuubcZCHUUeA1dlvq5 { position:absolute;display:block;z-index:15001;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.375rem;width:19.625rem;top:44.9375rem;left:51.8125rem;overflow:hidden;display:block; }
#VCwxoZwBoamyfXBsAP9tONFRZhVlvUF6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,47,212,0.05);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; }#VCwxoZwBoamyfXBsAP9tONFRZhVlvUF6 > .row .container { background-color: transparent; background-image: none; }#VCwxoZwBoamyfXBsAP9tONFRZhVlvUF6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCwxoZwBoamyfXBsAP9tONFRZhVlvUF6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCwxoZwBoamyfXBsAP9tONFRZhVlvUF6 > .row .container > .video-iframe-container { display: none; }#VCwxoZwBoamyfXBsAP9tONFRZhVlvUF6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VCwxoZwBoamyfXBsAP9tONFRZhVlvUF6 > .row > .video-iframe-container { display: none; }#VCwxoZwBoamyfXBsAP9tONFRZhVlvUF6 > .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); }#VCwxoZwBoamyfXBsAP9tONFRZhVlvUF6 > .row .container { border-width: 0; border-radius: 0; }#VCwxoZwBoamyfXBsAP9tONFRZhVlvUF6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VCwxoZwBoamyfXBsAP9tONFRZhVlvUF6 > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:75rem;position:relative;display:block; }#OwP9I9hxf3OFHKxMbGfF853hs8DMhuMD { position:absolute;display:block;z-index:1501;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.875rem;top:6.75rem;left:36.125rem;overflow:hidden;display:block; }
#e9mo4JVGQKXHvfpAC2KoJqTwTCG5qVLP { color:#002fd4;display:block;width:45.375rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:600;z-index:1503;line-height:1.3;letter-spacing:0;text-align:center;text-align-last:center;top:13.1875rem;left:14.875rem;height:3.25rem;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; }
#OgntouPAxwBqGzc902TUn08HymHocJtg { color:#002fd4;display:block;width:29rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15001;line-height:1.9;letter-spacing:0;top:32.5rem;left:37.5rem;height:17.5rem;display:block; }
#rnWPp8B3vUZC9v5JC0JFqzqDCyETAe4W { color:#002fd4;display:block;width:24.6240234375rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.7;letter-spacing:0;top:22.0625rem;left:37.5rem;height:8.5rem;font-style:normal;display:block; }
#gsuBn84Hq7zkVbW4ZUHXwV4DMCM8urd4 { color:#002fd4;display:block;width:23.8740234375rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:1508;line-height:1.3;letter-spacing:0;text-align:center;text-align-last:center;top:11.1875rem;left:25.625rem;height:1rem;font-style:normal;display:block; }
#mxsRfBmsxrvzH4PhzzPBEQBtbiu2tN31 { position:absolute;display:block;z-index:15003;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:29.875rem;top:21.625rem;left:3.875rem;overflow:hidden;display:block; }
#m9VlNZcfihupaB3vr59qdz7mGPltghnr { position:absolute;display:block;z-index:1503;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.1875rem;top:12.1875rem;left:6.625rem;overflow:hidden;display:block; }
#GCQfvlgatFkuXBMy53gk2liwvmcIozoR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GCQfvlgatFkuXBMy53gk2liwvmcIozoR > .row .container { background-color: transparent; background-image: none; }#GCQfvlgatFkuXBMy53gk2liwvmcIozoR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCQfvlgatFkuXBMy53gk2liwvmcIozoR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCQfvlgatFkuXBMy53gk2liwvmcIozoR > .row .container > .video-iframe-container { display: none; }#GCQfvlgatFkuXBMy53gk2liwvmcIozoR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCQfvlgatFkuXBMy53gk2liwvmcIozoR > .row > .video-iframe-container { display: none; }#GCQfvlgatFkuXBMy53gk2liwvmcIozoR > .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); }#GCQfvlgatFkuXBMy53gk2liwvmcIozoR > .row .container { border-width: 0; border-radius: 0; }#GCQfvlgatFkuXBMy53gk2liwvmcIozoR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GCQfvlgatFkuXBMy53gk2liwvmcIozoR > .row .container { font-size:0.875rem;font-family:arial;height:44.5rem;width:75rem;position:relative;display:block; }#wOWq68TAMDhUum86gVbhJES24gTZikzF { background-color:#f22706;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:scandia;font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:20.8125rem;height:3.5rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:37.5625rem;left:27.09375rem;display:block; }
#XiKyN02rl6RMudg7CSTdUMsT4HUd2qWI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NXTmWhbfecD7pMvxrqAriP8bz8J0qhEV { box-sizing:content-box;height:30.375rem;width:75rem;position:absolute;display:block;z-index:151;background-color:rgba(0,47,212,0.05);background-image:none;top:4.125rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#mMZLCpgQwcLAqAJS1qICN7ADizX9EncG { position:absolute;display:block;z-index:1507;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:8.875rem;left:13.4375rem;overflow:hidden;display:block; }
#eVEfdiaJmN4k28e77lAcfxGPtZzFLTA9 { color:#002fd4;display:block;width:13.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:12.4375rem;left:8rem;height:;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; }
#MuhxEy26FtGsTIvayk7sUTKhGGbgfped { position:absolute;display:block;z-index:1507;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:8.75rem;left:36.375rem;overflow:hidden;display:block; }
#iZokZG36lqPEMpDZi4FTTtrlht6xNObl { color:#002fd4;display:block;width:12.6875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:12.4375rem;left:31.625rem;height:3.9375rem;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; }
#flcRWFx4xhz3VlcddwQfyhyiAfd3oFCT { position:absolute;display:block;z-index:1508;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.4375rem;top:8.5625rem;left:60.0625rem;overflow:hidden;display:block; }
#nVLnGdnMSlBAfcbmXQqrGXVDiIAQlvZi { color:#002fd4;display:block;width:13.5rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:12.4375rem;left:54.5625rem;height:3.9375rem;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; }
#V1a4a7KQhAVOTunvHq9GpPepBTXHRpqP { position:absolute;display:block;z-index:1511;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:1.875rem;top:19.3125rem;left:13.625rem;overflow:hidden;display:block; }
#UWS5FeeJgWFwDQ38fSn4NDQTECQxRkRs { color:#002fd4;display:block;width:16.1875rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:22.6875rem;left:6.5625rem;height:7.875rem;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; }
#SVCmL5f2b9kOxqIHnQNvWBUKXORWPgTw { position:absolute;display:block;z-index:1510;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.125rem;top:19.3125rem;left:36.625rem;overflow:hidden;display:block; }
#Q4LmByTU3FNlNBgzz8uIlQPpdVbzUoRQ { color:#002fd4;display:block;width:15.8125rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:22.6875rem;left:29.9375rem;height:6.5625rem;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; }
#T5ASG3uXTmUVGlcNZeRXC170cQpTIxBz { position:absolute;display:block;z-index:1509;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:2.125rem;top:19.3125rem;left:60.3125rem;overflow:hidden;display:block; }
#PVx7frrEvBpGH17pV0ihJdNBM5LrJmZR { color:#002fd4;display:block;width:13.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:22.6875rem;left:54.5rem;height:5.25rem;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; }
#Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/933c3e55-1b83-4a0b-9c5e-b5cf563c5b71/06.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI.adaptive-delivery-prevent-bg, #Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI.lazyload, #Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI.lazyloading { background-image: none; }#Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI > .row .container { background-color: transparent; background-image: none; }#Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,47,212,0.7); }#Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI > .row .container > .video-iframe-container { display: none; }#Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,47,212,0.7); }#Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI > .row > .video-iframe-container { display: none; }#Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI > .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); }#Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI > .row .container { border-width: 0; border-radius: 0; }#Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI > .row .container { font-size:0.875rem;font-family:arial;height:60.8125rem;width:75rem;position:relative;display:block; }#C0JWSqzbBKuP6IlTLmdo27FVDm2x5tWI { position:absolute;display:block;z-index:1501;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.9375rem;top:3.875rem;left:36rem;overflow:hidden;display:block; }
#hzC4W1Eo92amZNsCLTWG502mKcxk58ir { color:#ffffff;display:block;width:44.5rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:600;z-index:1501;line-height:1.3;letter-spacing:0;text-align:center;text-align-last:center;top:7.9375rem;left:15.25rem;height:6.5rem;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; }
#PGeN4dDqUx9NFUtMudTheJfZFrzlKnaO { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:1502;line-height:1.6;letter-spacing:0;text-align:center;text-align-last:center;top:16.3125rem;left:13.125rem;height:4.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zzOFA1FDSNNqmeqWs3WULvPlVMIA7Lh4 { color:#ffffff;display:block;width:48.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:1503;line-height:1.6;letter-spacing:0;text-align:center;text-align-last:center;top:23.25rem;left:13.125rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eLs0b1fvMXHUmf9J1VE9dFLRPg2Kt1m3 { color:#ffffff;display:block;width:49.4375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:1504;line-height:1.6;letter-spacing:0;text-align:center;text-align-last:center;top:28.625rem;left:12.78125rem;height:7rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XAy2vwb8qQTzz1Bb3lL6JCkIroaib3g8 { position:absolute;display:block;z-index:15005;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:9rem;width:13.5625rem;top:38.625rem;left:0rem;overflow:hidden;display:block; }
#QAknA2NSo63Gqn9ehvndVDyHFhFSETKN { color:#ffffff;display:block;width:43.875rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:400;z-index:1505;line-height:1.6;letter-spacing:0;text-align:center;text-align-last:center;top:39.0625rem;left:15.5625rem;height:12.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rAx2RnJ7h1kskxMsoQTCVAWfsJPAkikO { background-color:#f22706;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:scandia;font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:20.8125rem;height:3.5rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:53.9375rem;left:27.09375rem;display:block; }
#LT69MkUa7UGmNW0bwUwsosv0oePl3Svg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qZSHeGzXLyFLk4ydqphnRf6G1dO9kTKr { position:relative;display:block; }#qZSHeGzXLyFLk4ydqphnRf6G1dO9kTKr { background-color: transparent; background-image: none; }#qZSHeGzXLyFLk4ydqphnRf6G1dO9kTKr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZSHeGzXLyFLk4ydqphnRf6G1dO9kTKr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZSHeGzXLyFLk4ydqphnRf6G1dO9kTKr > .row .container > .video-iframe-container { display: none; }#qZSHeGzXLyFLk4ydqphnRf6G1dO9kTKr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZSHeGzXLyFLk4ydqphnRf6G1dO9kTKr > .row > .video-iframe-container { display: none; }#qZSHeGzXLyFLk4ydqphnRf6G1dO9kTKr > .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); }#qZSHeGzXLyFLk4ydqphnRf6G1dO9kTKr { border-width: 0; border-radius: 0; }#qZSHeGzXLyFLk4ydqphnRf6G1dO9kTKr > .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; }#qZSHeGzXLyFLk4ydqphnRf6G1dO9kTKr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:49rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ICuaoQDhesCBvbITfbeFq0EKwBpcJ87D { position:absolute;display:block;z-index:1501;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.779625rem;width:5.25119375rem;top:5.8125rem;left:34.8125rem;overflow:hidden;display:block; }
#rCwOUquIbIKPdgK9G7vFcSECKtB33CmS { color:#002fd4;display:block;width:30.8745625rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:600;z-index:1503;line-height:1.3;letter-spacing:0;text-align:center;text-align-last:center;top:10.25rem;left:22rem;height:6.5rem;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; }
#FLSer4bOJzn3gtZXpwEy0N3EIws5Zh0N { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.0625rem;width:34.0625rem;top:20.0625rem;left:1.6875rem;display:block; }
#sSppeuMxAgBr8gI1C0Mpgov6qR0JIQkd { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.125rem;width:34.1875rem;top:20rem;left:39.125rem;display:block; }
#ENJ5V68pTZHV05pqip8RN1h9JWfVQW4Z { color:#002fd4;display:block;width:19.2490234375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:600;z-index:1502;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:40.375rem;left:9.125rem;height:2.4375rem;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; }
#GwvWHAqpIfzie6ZKKz5QhT0KELcTV2Nk { color:#002fd4;display:block;width:19.2490234375rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:600;z-index:1503;line-height:1.4;letter-spacing:0;text-align:center;text-align-last:center;top:40.375rem;left:46.625rem;height:2.4375rem;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; }
#KJ2FTyPUK8N7L9se9Iy2rGqnpauKMSIn { color:#002fd4;display:block;width:23.8748125rem;position:absolute;font-family:poppins;font-size:0.8125rem;font-weight:400;z-index:1506;line-height:1.3;letter-spacing:0;text-align:center;text-align-last:center;top:8.25rem;left:25.5rem;height:1rem;font-style:normal;display:block; }
#TbqwCQOLq6GapXS5Qn0AVkhvlUZJdB6i { position:absolute;display:block;z-index:1505;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.4375rem;top:42.8125rem;left:1.6875rem;overflow:hidden;display:block; }
#yxvvZ0BhtUiuTrTqJtivrQxEHDMPPPx2 { position:absolute;display:block;z-index:1506;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:5.8125rem;left:61.6875rem;overflow:hidden;display:block; }
#N05qEZFwh5VqDosX1IEbC646nmELrnBk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f5fd;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; }#N05qEZFwh5VqDosX1IEbC646nmELrnBk > .row .container { background-color: transparent; background-image: none; }#N05qEZFwh5VqDosX1IEbC646nmELrnBk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N05qEZFwh5VqDosX1IEbC646nmELrnBk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N05qEZFwh5VqDosX1IEbC646nmELrnBk > .row .container > .video-iframe-container { display: none; }#N05qEZFwh5VqDosX1IEbC646nmELrnBk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N05qEZFwh5VqDosX1IEbC646nmELrnBk > .row > .video-iframe-container { display: none; }#N05qEZFwh5VqDosX1IEbC646nmELrnBk > .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); }#N05qEZFwh5VqDosX1IEbC646nmELrnBk > .row .container { border-width: 0; border-radius: 0; }#N05qEZFwh5VqDosX1IEbC646nmELrnBk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N05qEZFwh5VqDosX1IEbC646nmELrnBk > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#vqgSmT7b7RFMTovV3dKrLXQfUVfZIb7Q { color:#002fd4;display:block;width:26.875rem;position:absolute;font-family:scandia;font-size:1.375rem;font-weight:600;z-index:1501;line-height:1.4;letter-spacing:0;text-align:left;text-align-last:left;top:3.4375rem;left:23rem;height:1.875rem;display:block; }
#yHx07T4X2I2feJ8gP1zDMUVtUc0lFftd { color:#002fd4;display:block;width:14.125rem;position:absolute;font-family:scandia;font-size:1rem;font-weight:400;z-index:1502;line-height:1.9;letter-spacing:0;text-align:left;text-align-last:left;top:5.9375rem;left:23rem;height:1.875rem;display:block; }
#uhI8WJh1TN40521z3TJ2T4md2Wu5kr3t { background-color:#f22706;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:3.125rem;border-bottom-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-top-left-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:1rem;padding-right:2rem;padding-bottom:1rem;padding-left:2rem;display:block;font-family:scandia;font-size:1rem;font-weight:700;font-style:normal;line-height:1;overflow:hidden;position:absolute;width:20.8125rem;height:3.5rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:4.8125rem;left:54.1875rem;display:block; }
#qFd7uFvAJz1zDknFvhPfr7vgixpWtxrl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d31Qonl8SgRReFTRR7cKICWAc0S6WaiT { position:absolute;display:block;z-index:15001;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.75rem;width:15.875rem;top:3.9375rem;left:0rem;overflow:hidden;display:block; }
#y1HNaZCScS5iPzJrzbZR1L61bPNpMK8p { color:#002fd4;display:block;width:20.375rem;position:absolute;font-family:scandia;font-size:1rem;font-weight:400;z-index:1503;line-height:1.9;letter-spacing:0;text-align:left;text-align-last:left;top:7.8125rem;left:23rem;height:1.875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kZI9poWdWT9oFudEG7EMibhUxKL9HQh9 { display:block; }#kZI9poWdWT9oFudEG7EMibhUxKL9HQh9 > .row .container { width:50rem;height:3.8749978542328rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lSHHLUxMu5oqhBg7itku3UCXFDMl4zai { top:0.4375rem;left:0rem;width:15.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw7xqbR71W4PQ72U37DbZ1HHIq3uh0nC { top:66.5625rem;left:42.124893188476rem;width:3.6875rem;height:2.9375rem;font-size:0;display:none; }
 }@media only screen and (max-width: 763px) { #b1Q38pyeWdOFud1oTzx9497pcvMCAhPz { top:66.5625rem;left:31.75rem;width:5.875rem;height:2.9375rem;font-size:0;display:none; }
 }@media only screen and (max-width: 763px) { #oDMqpOHnB6QCuPfgKTKDiBISi9XhCJZn { top:62.875rem;left:52.1875rem;width:1.0625rem;height:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NNls5wi5FSFSqOzC0JIPnVUe9IRGTNv9 { top:62.8125rem;left:62.5625rem;width:1.2126315832138rem;height:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yGIm38ZFi291Q188MyIpFzWhxbO0PIKF { top:60.9375rem;left:33.562072753906rem;width:8.4375rem;height:1.625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #GAWEvLxEoSTZUu50SakTATJebulucJDz { top:59.25rem;left:52.1875rem;width:1.0626534223556rem;height:1.062180519104rem;display:none; }
 }@media only screen and (max-width: 763px) { #umfAdNNirIpPKXeEdtrfOQgpBaVo3ZrN { top:53.75rem;left:27.3125rem;width:20.4375rem;height:6.5rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JX8LhQS7nZPHv4dy21zqwkv8HdOwDMdu { width:12.1875rem;height:3.5rem;top:19.25rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKxsP55tw8gzz0v5dce5b8UeB3S05gsd { display:block; }
 }@media only screen and (max-width: 763px) { #n41hqciqlGMz5QLN05f770LvB8kkIlFL { width:7.5rem;height:2.5rem;top:1.5625rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AATDmM5k3F652vA8TDwdZ4HDLoQL7irB { display:block; }
 }@media only screen and (max-width: 763px) { #O8RQcDP0fK87GixQQvA32Ry4pK34Cd35 { width:11.375rem;height:2.5rem;top:1.5625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez8NVQKGZTArl7AGTKGJgPEKTq01CyJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #iSRH0SSSvsTXsER68fkrUICnn6V921LI { display:none; }#iSRH0SSSvsTXsER68fkrUICnn6V921LI > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #bh62atgHB9imUOsfbml4pVzEJ6f6GSTG { display:none; }
 }@media only screen and (max-width: 763px) { #ZtfTu3mVaMDqb8oWgiHn5vCAl4zHammC { top:0.4375rem;left:0rem;width:15.875rem;height:4.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S6aV17RbTm1R85l0ggBfeJ8uFW8npCK2 { width:7.5rem;height:2.5rem;top:1.5625rem;left:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uTVGVH7ZvzXTd9XuvkK4NcNwBb5sgfIO { display:block; }
 }@media only screen and (max-width: 763px) { #uEgCJNrDd1IQOiAU2rly6JFgks8p35r4 { width:12.1875rem;height:3.5rem;top:19.25rem;left:31.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #imTU5ZCJe9zpPqTTfUPk3o4AhzabXcyE { display:block; }
 }@media only screen and (max-width: 763px) { #K5KMT2u9DqMLEppTsZ2yH0olSTHDmL6S { width:7.5rem;height:2.5rem;top:1.5625rem;left:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gwZiNZxsIe7OgxOJp4VaiXgA9UqLP9Tt { display:block; }
 }@media only screen and (max-width: 763px) { #abP8L9NOBeh0usZ9wtVfDulNa3mzS4N6 { display:block; }#abP8L9NOBeh0usZ9wtVfDulNa3mzS4N6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2MpkypD2I8gkg57iU1BpQClGwN1qrbZ { top:20.875rem;left:0rem;width:21.0625rem;height:3.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-regular-label { width:25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-input-text { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-input-text {padding-top: 0; padding-bottom: 0;}#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-textarea { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-input-select { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-input-select {padding-top: 0; padding-bottom: 0;}#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-input-button { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-checkbox-label { width:23.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX  { width:25rem;height:auto;top:2.3125rem;left:17.75rem; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .radio-container { width:25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX {display:block;}#DytwtVHtW1xXM7uAidfoZt640tgOfBtX { width:25rem;height:auto;top:2.3125rem;left:17.75rem; }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #JeFXitUfnaGNv1o8T5EEVQBGa6nSdyXn {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #l70yiF2HXMRTNIZfAQSCAdmb1k9SBnXv {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #kfS7RpIO88peLdQyH9nqAzupH7CNsAw9 {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #FKDSEwnCS3ekAuuf9BETTd9Rz89WZ5Ry {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #DxCrF9bgy2uAAWD7z4sQqd1wZtL92KBm {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #nSfU3B7m9tiBso10RERPHWbzIeqHXpof {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #tuW6PofnOVU1waxyRcVSc54ZOzKDHpUb {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #iFsVpSiEFlB6mPI5TJ09nEzFIWvI8Dxt {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #ZubvbK0Nn8TVqanzaJKZkUnLFMwAb8VH {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #u7IMZTwANwWaGIXbqpUXvxqMgyW58hks {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #xhZtoyse2yGilMEb4lbwBfl9hpGdxqq3 {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #VZu7DGZLlmZLqyKL9RDMPrLLoCABhpBv {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #ylTZMHuPc0T1DbNXE39EWncH2h78AdJi {  }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #ylTZMHuPc0T1DbNXE39EWncH2h78AdJi .container-column{width:50%;} }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #E03TLtaFHVPpwWpT4IaCafWEhvVE6Hhv {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #oEvhloEOpQfElfOhfP76a90RTepXWCXQ {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #zQM86TNiZfmuipwsOxzZfT3NnZLuwlEa {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #oJHxF7GIxG6o81D61J6vAZ3t4R6O8nVJ {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #bIDRyl5X8Q5JvOrBs8ZfDB4NWEfhhvND {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #DDJMiJAGLIrJWVsnURWdn8b3b1O0T6Vp {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #xO0qJDupDiKk20I8xive6DV945nN3FQk {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #b1OfwupouptTWUR3PTZpJTAeT69mV3TX {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #Sp8I9XLZ7iGbweCkxGAgphfRtQDncCcG {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #zVrkToeg6d5NOSeTLJ2Zk8UMb2FyP3I0 {  }
 }@media only screen and (max-width: 763px) { #zLohQ9TSAkatofuycAbgamBPcKhQA8Jq { top:22.3125rem;left:10.1240234375rem;width:13.25rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrM3Iwh5WbGOnCJnEmQRJPRW5enbKgCH { top:7.9375rem;left:0rem;width:37rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oB2c7LCaP2q7mDvbdDrsVgTigp4qxm3H { top:26.1875rem;left:0rem;width:21.0625rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLLPvGCy2hIK0C2QByw3enAB8XuU0KfA { top:3.5625rem;left:0rem;width:14.0625rem;height:1.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uDZDLCgb79QSxzTJq49emlenCnmHCclR { top:2.625rem;left:0rem;width:15.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6lE3hgqDQmeiqOlqDefztOivvPkDPIq { top:3.125rem;left:6.9375rem;width:2.3125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSJsTwBa4ZcCJwnHk4OIh64lxcm1Tq0C { top:3.125rem;left:5.3125rem;width:2.3125rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #foh29ReObt9rvTBtSckUMm2NaI6lBWUf { top:3.625rem;left:9.1865234375rem;width:17.625rem;height:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNG9BNyKAeGmit4EcDqnhlPzlZqLGx8W { top:34.875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOAaww3K9duZGEcTTTm2oaMShXVzkb2L { top:35.6875rem;left:0rem;width:26.6875rem;height:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qINMAZ1KvQnqvlnPxkvxcZA3xPcmyXSd { top:66.1875rem;left:0rem;width:12.625rem;height:2.375rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #S71Ekl29Apc42cBOalIw6L6zIb0QFyOG { top:7.9375rem;left:0rem;width:37rem;height:;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQxGsFmpxWcM2oSTueepK0qCGlhfsmcR { display:none; }#uQxGsFmpxWcM2oSTueepK0qCGlhfsmcR > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ccEvlH8JL6ciwCgHJdXpKqDKXq8Qz5DR { display:block; }#ccEvlH8JL6ciwCgHJdXpKqDKXq8Qz5DR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHhwHmQnh2myw56vOrcAWalPstJJBvTZ { top:6.25rem;left:0rem;width:22.9375rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NgNxQyBtKWS22ffVTMGmSikwug3rhx0O { top:8.25rem;left:0rem;width:47.5rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aX2xdopMJF1FtS5CB0QsOJ9pTPwMftEK { top:10.25rem;left:0rem;width:24.875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yahOkV2cq1r2LNdCv3gfp44gqRXOR82l { top:4.3125rem;left:34.75rem;width:13rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0VRWCHdx2fqVOCL8x8hWuSMKXXdT9l8 { top:23.3125rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX9rrTZOOts6ii6vU5es7B2uXIVxylKX { top:23.3125rem;left:23.5625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7AHHTynr0zDCcaDtLNPxih9skmgSqdC { top:24.0625rem;left:0rem;width:19.1875rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUVFETCngRQIaGn77ACuT02xwMqNH5sU { top:24.0625rem;left:26.1875rem;width:21.5625rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmKTkdgnkXugAuvafrpbqMwPUXgiEIny { top:33.3125rem;left:0rem;width:22.6875rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgqEO9cd6hOzM13uyamIGKndMaDacxo4 { top:33.25rem;left:26.125rem;width:21.625rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9ZHcnKzV1E3xpWETMlXyHDDi7pVeUhp { top:32.5625rem;left:23.5625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFRd6KsD62wWECTkvEQAQrfzaDHmrbEl { top:32.5625rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWJ8OUDe2gVTupWqZambJKilpad05H0w { top:24.5625rem;left:0rem;width:2.6875rem;height:3.4375rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgNIrvy7HnpVfTCvMvmkmp8qXRIrJeCW { top:24.5625rem;left:25.0625rem;width:2.6875rem;height:3.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u2TiZ9gqFTyPKMqd5pZ3K7WmhGaxCtaI { top:33.8125rem;left:0rem;width:2.6875rem;height:3.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNLnzeXVl3fAnWGGldEN9UQNU0S8agHp { top:33.8125rem;left:25.0625rem;width:2.6875rem;height:3.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTTD04ZUHOzTKABTH23NspShZcTxDXc2 { top:28.125rem;left:0rem;width:17.375rem;height:4.6875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ykfxBemWCWf3mbuNekXLOJfykF6DAggo { top:21.0625rem;left:0rem;width:5.625rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FDwc1WUeZ8m9bMLwehPfaKrEPPTJK0oR { top:30.75rem;left:0rem;width:13.5rem;height:;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oGuhWFfQKEoLvwJuAJURWTAIOM7qbNL1 { top:35rem;left:0rem;width:2.6875rem;height:2.25rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zZs41tfGTFMkTOK8z7ux9ImoDfbod7rh { top:31.6875rem;left:0rem;width:12.875rem;height:;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ByUOZT90xVFECvp83allKUF3ys6VsxXf { top:21.0625rem;left:0rem;width:5.625rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WTl0UR1fWRG875hI0SHILixzl5VDxDyF { top:52.875rem;left:0rem;width:2.6875rem;height:2.25rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #cTo7uWAU8vDdGvIi5Ahht4d5yS8cycU5 { top:37.9375rem;left:0rem;width:15rem;height:;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #SgiCK5fzp0ZZp78AEwuoNN7spVeTnK6a { top:21.0625rem;left:0rem;width:5.625rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #r6VgdKMFyR8GuK89BuinigMxSpP8BKkk { top:70rem;left:0rem;width:2.6875rem;height:2.25rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #tONlVfAWsqiVRtwCwdAUT5Wdd3B79urf { top:44.9375rem;left:0rem;width:15rem;height:;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vWkSkJS0u5kVKcEd3hw4DGl94TlpvD5L { top:21.0625rem;left:0rem;width:5.625rem;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xpqVZG27obEzQR3tNOkcpnotPUJxX2C1 { top:92.6875rem;left:0rem;width:2.6875rem;height:2.25rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #AnraTO6WfwUfzAQq7WTKXbMRPa6iqTqM { top:42.6875rem;left:0rem;width:22.6875rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1btTU6awHhkR1RVcTSKXVT8or4Veyqs { top:41.9375rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWQiUSlTJ6hu86eTbcsSMaKwRtrryA8Q { top:43.1875rem;left:0rem;width:2.6875rem;height:3.4375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1EHlJDBUMLOzckuubcZCHUUeA1dlvq5 { top:44.9375rem;left:28.125rem;width:19.625rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCwxoZwBoamyfXBsAP9tONFRZhVlvUF6 { display:block; }#VCwxoZwBoamyfXBsAP9tONFRZhVlvUF6 > .row .container { width:50rem;height:92.000915527344rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwP9I9hxf3OFHKxMbGfF853hs8DMhuMD { top:9.375rem;left:35.75rem;width:2.8125rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9mo4JVGQKXHvfpAC2KoJqTwTCG5qVLP { top:13.1875rem;left:0rem;width:45.375rem;height:;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgntouPAxwBqGzc902TUn08HymHocJtg { top:32.5rem;left:6.8125rem;width:29rem;height:17.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnWPp8B3vUZC9v5JC0JFqzqDCyETAe4W { top:22.0625rem;left:11.25rem;width:24.5625rem;height:8.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsuBn84Hq7zkVbW4ZUHXwV4DMCM8urd4 { top:11.1875rem;left:0.0625rem;width:23.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxsRfBmsxrvzH4PhzzPBEQBtbiu2tN31 { top:21.625rem;left:0rem;width:29.875rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9VlNZcfihupaB3vr59qdz7mGPltghnr { top:4.4375rem;left:36.25rem;width:2.5rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCQfvlgatFkuXBMy53gk2liwvmcIozoR { display:block; }#GCQfvlgatFkuXBMy53gk2liwvmcIozoR > .row .container { width:50rem;height:92.000915527344rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOWq68TAMDhUum86gVbhJES24gTZikzF { width:12.1875rem;height:3.5rem;top:19.25rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiKyN02rl6RMudg7CSTdUMsT4HUd2qWI { display:block; }
 }@media only screen and (max-width: 763px) { #NXTmWhbfecD7pMvxrqAriP8bz8J0qhEV { top:4.125rem;left:0rem;width:47.75rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMZLCpgQwcLAqAJS1qICN7ADizX9EncG { top:29.375rem;left:17.9375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVEfdiaJmN4k28e77lAcfxGPtZzFLTA9 { top:12.375rem;left:0rem;width:13.625rem;height:;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuhxEy26FtGsTIvayk7sUTKhGGbgfped { top:29.375rem;left:54.8125rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZokZG36lqPEMpDZi4FTTtrlht6xNObl { top:12.4375rem;left:11.1875rem;width:12.6875rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #flcRWFx4xhz3VlcddwQfyhyiAfd3oFCT { top:29.375rem;left:54.8125rem;width:2.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVLnGdnMSlBAfcbmXQqrGXVDiIAQlvZi { top:12.4375rem;left:22.3125rem;width:13.5rem;height:3.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1a4a7KQhAVOTunvHq9GpPepBTXHRpqP { top:29.375rem;left:17.9375rem;width:1.875rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWS5FeeJgWFwDQ38fSn4NDQTECQxRkRs { top:22.6875rem;left:0rem;width:16.1875rem;height:7.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVCmL5f2b9kOxqIHnQNvWBUKXORWPgTw { top:29.375rem;left:17.9375rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4LmByTU3FNlNBgzz8uIlQPpdVbzUoRQ { top:22.6875rem;left:8.0625rem;width:15.8125rem;height:6.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5ASG3uXTmUVGlcNZeRXC170cQpTIxBz { top:29.375rem;left:17.9375rem;width:2.125rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVx7frrEvBpGH17pV0ihJdNBM5LrJmZR { top:22.6875rem;left:21.875rem;width:13.9375rem;height:5.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI { display:block; }#Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI > .row .container { width:50rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0JWSqzbBKuP6IlTLmdo27FVDm2x5tWI { top:7rem;left:58.375rem;width:2.9375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzC4W1Eo92amZNsCLTWG502mKcxk58ir { top:7.9375rem;left:1.625rem;width:44.5rem;height:6.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGeN4dDqUx9NFUtMudTheJfZFrzlKnaO { top:16.3125rem;left:0rem;width:47.75rem;height:4.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzOFA1FDSNNqmeqWs3WULvPlVMIA7Lh4 { top:23.25rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLs0b1fvMXHUmf9J1VE9dFLRPg2Kt1m3 { top:28.625rem;left:0rem;width:47.75rem;height:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAy2vwb8qQTzz1Bb3lL6JCkIroaib3g8 { top:38.625rem;left:0rem;width:13.5625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAknA2NSo63Gqn9ehvndVDyHFhFSETKN { top:39.0625rem;left:1.9375rem;width:43.875rem;height:12.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rAx2RnJ7h1kskxMsoQTCVAWfsJPAkikO { width:12.1875rem;height:3.5rem;top:19.25rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT69MkUa7UGmNW0bwUwsosv0oePl3Svg { display:block; }
 }@media only screen and (max-width: 763px) { #qZSHeGzXLyFLk4ydqphnRf6G1dO9kTKr { display:block; }#qZSHeGzXLyFLk4ydqphnRf6G1dO9kTKr > .row .container { width:50rem;height:67.092620849613rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICuaoQDhesCBvbITfbeFq0EKwBpcJ87D { top:9.375rem;left:34.875rem;width:5.2515630722046rem;height:0.7801250219345rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCwOUquIbIKPdgK9G7vFcSECKtB33CmS { top:10.25rem;left:0rem;width:30.8125rem;height:6.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLSer4bOJzn3gtZXpwEy0N3EIws5Zh0N { top:20.0625rem;left:0rem;width:34.0625rem;height:19.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSppeuMxAgBr8gI1C0Mpgov6qR0JIQkd { top:20rem;left:13.5625rem;width:34.1875rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENJ5V68pTZHV05pqip8RN1h9JWfVQW4Z { top:40.375rem;left:2.3125rem;width:19.1875rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwvWHAqpIfzie6ZKKz5QhT0KELcTV2Nk { top:40.375rem;left:26.1875rem;width:19.1875rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KJ2FTyPUK8N7L9se9Iy2rGqnpauKMSIn { top:8.25rem;left:0.0625rem;width:23.8125rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TbqwCQOLq6GapXS5Qn0AVkhvlUZJdB6i { top:4.4375rem;left:36.25rem;width:2.4375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxvvZ0BhtUiuTrTqJtivrQxEHDMPPPx2 { top:4.4375rem;left:36.25rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N05qEZFwh5VqDosX1IEbC646nmELrnBk { display:block; }#N05qEZFwh5VqDosX1IEbC646nmELrnBk > .row .container { width:50rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqgSmT7b7RFMTovV3dKrLXQfUVfZIb7Q { top:3.4375rem;left:0rem;width:26.875rem;height:1.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHx07T4X2I2feJ8gP1zDMUVtUc0lFftd { top:5.9375rem;left:9.75rem;width:14.125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uhI8WJh1TN40521z3TJ2T4md2Wu5kr3t { width:12.1875rem;height:3.5rem;top:19.25rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFd7uFvAJz1zDknFvhPfr7vgixpWtxrl { display:block; }
 }@media only screen and (max-width: 763px) { #d31Qonl8SgRReFTRR7cKICWAc0S6WaiT { top:3.9375rem;left:0rem;width:15.875rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1HNaZCScS5iPzJrzbZR1L61bPNpMK8p { top:7.8125rem;left:3.5rem;width:20.375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #kZI9poWdWT9oFudEG7EMibhUxKL9HQh9 { background-color:#ffffff;background-image:none;position:relative;z-index:auto;display:none; }#kZI9poWdWT9oFudEG7EMibhUxKL9HQh9 > .row .container { width:20rem;height:20.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lSHHLUxMu5oqhBg7itku3UCXFDMl4zai { width:18.1875rem;height:5.25rem;top:1.20361328125rem;left:0.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fw7xqbR71W4PQ72U37DbZ1HHIq3uh0nC { width:3.6875rem;height:0;top:6.6875rem;left:-16.1875rem;font-size:0;text-align:center;text-align-last:center;z-index:1509;display:block; }
 }@media only screen and (max-width: 763px) { #b1Q38pyeWdOFud1oTzx9497pcvMCAhPz { width:5.875rem;height:0;top:6.6875rem;left:-26.56201171875rem;font-size:0;text-align:center;text-align-last:center;z-index:1509;display:block; }
 }@media only screen and (max-width: 763px) { #oDMqpOHnB6QCuPfgKTKDiBISi9XhCJZn { width:1.0620125rem;height:1.0620125rem;top:4.87451171875rem;left:-26.56201171875rem;z-index:1508;display:block; }
 }@media only screen and (max-width: 763px) { #NNls5wi5FSFSqOzC0JIPnVUe9IRGTNv9 { width:1.2125625rem;height:1.124675rem;top:4.8125rem;left:-16.1875rem;z-index:1508;display:block; }
 }@media only screen and (max-width: 763px) { #yGIm38ZFi291Q188MyIpFzWhxbO0PIKF { width:8.25rem;height:1.5625rem;top:1.0625rem;left:-24.75rem;font-size:1rem;text-align:center;text-align-last:center;z-index:1509;display:block; }
 }@media only screen and (max-width: 763px) { #GAWEvLxEoSTZUu50SakTATJebulucJDz { width:1.0620125rem;height:1.061525rem;top:1.24951171875rem;left:-26.56201171875rem;z-index:1508;display:block; }
 }@media only screen and (max-width: 763px) { #umfAdNNirIpPKXeEdtrfOQgpBaVo3ZrN { width:18.5615rem;height:4.875rem;top:-6.06298828125rem;left:-26.56201171875rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.3;z-index:1508;display:block; }
 }@media only screen and (max-width: 763px) { #JX8LhQS7nZPHv4dy21zqwkv8HdOwDMdu { width:12.1875rem;height:3.4375rem;top:8.484375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKxsP55tw8gzz0v5dce5b8UeB3S05gsd { display:block; }
 }@media only screen and (max-width: 763px) { #n41hqciqlGMz5QLN05f770LvB8kkIlFL { width:5.4375rem;height:2.5rem;top:13.171875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AATDmM5k3F652vA8TDwdZ4HDLoQL7irB { display:block; }
 }@media only screen and (max-width: 763px) { #O8RQcDP0fK87GixQQvA32Ry4pK34Cd35 { width:11.375rem;height:2.5rem;top:16.921875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ez8NVQKGZTArl7AGTKGJgPEKTq01CyJ5 { display:block; }
 }@media only screen and (max-width: 763px) { #iSRH0SSSvsTXsER68fkrUICnn6V921LI { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;z-index:auto;display:block; }#iSRH0SSSvsTXsER68fkrUICnn6V921LI > .row .container { background-color: transparent; background-image: none; }#iSRH0SSSvsTXsER68fkrUICnn6V921LI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSRH0SSSvsTXsER68fkrUICnn6V921LI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSRH0SSSvsTXsER68fkrUICnn6V921LI > .row .container > .video-iframe-container { display: none; }#iSRH0SSSvsTXsER68fkrUICnn6V921LI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iSRH0SSSvsTXsER68fkrUICnn6V921LI > .row > .video-iframe-container { display: none; }#iSRH0SSSvsTXsER68fkrUICnn6V921LI > .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); }#iSRH0SSSvsTXsER68fkrUICnn6V921LI > .row .container { border-width: 0; border-radius: 0; }#iSRH0SSSvsTXsER68fkrUICnn6V921LI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iSRH0SSSvsTXsER68fkrUICnn6V921LI > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bh62atgHB9imUOsfbml4pVzEJ6f6GSTG { display:flex;top:0.625rem;left:17.5rem;width:2.5rem;height:2.5rem;z-index:15000;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #ZtfTu3mVaMDqb8oWgiHn5vCAl4zHammC { width:12rem;height:3.3125rem;top:0.21875rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #S6aV17RbTm1R85l0ggBfeJ8uFW8npCK2 { width:11.8125rem;height:2.5rem;top:4.640625rem;left:4.09375rem;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uTVGVH7ZvzXTd9XuvkK4NcNwBb5sgfIO { display:block; }
 }@media only screen and (max-width: 763px) { #uEgCJNrDd1IQOiAU2rly6JFgks8p35r4 { width:17.5rem;height:2.5rem;top:10.8125rem;left:1.25rem;z-index:1504;font-family:scandia;display:block; }
 }@media only screen and (max-width: 763px) { #imTU5ZCJe9zpPqTTfUPk3o4AhzabXcyE { display:block; }
 }@media only screen and (max-width: 763px) { #K5KMT2u9DqMLEppTsZ2yH0olSTHDmL6S { width:11.8125rem;height:2.5rem;top:7.375rem;left:4.09375rem;z-index:15004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gwZiNZxsIe7OgxOJp4VaiXgA9UqLP9Tt { display:block; }
 }@media only screen and (max-width: 763px) { #abP8L9NOBeh0usZ9wtVfDulNa3mzS4N6 { display:block; }#abP8L9NOBeh0usZ9wtVfDulNa3mzS4N6 > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:79.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b2MpkypD2I8gkg57iU1BpQClGwN1qrbZ { width:14.9375rem;height:4.3125rem;top:21.4375rem;left:2.53125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-regular-label { width:13.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;line-height:1.4;overflow:hidden;height:auto;font-size:0.8125rem; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-input-text { width:13.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-input-text {padding-top: 0; padding-bottom: 0;}#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-textarea { width:13.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-input-select { width:13.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-input-select {padding-top: 0; padding-bottom: 0;}#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-input-button { width:13.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-checkbox-label { width:11.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-container:first-of-type{padding-top:0;}#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .widget-container:last-of-type{padding-bottom:0;}#DytwtVHtW1xXM7uAidfoZt640tgOfBtX  { width:13.125rem;height:auto;top:27.4375rem;left:0.9375rem;z-index:15000; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX .radio-container { width:13.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX {display:block;}#DytwtVHtW1xXM7uAidfoZt640tgOfBtX { width:13.125rem;height:auto;top:27.4375rem;left:0.9375rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #JeFXitUfnaGNv1o8T5EEVQBGa6nSdyXn {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #l70yiF2HXMRTNIZfAQSCAdmb1k9SBnXv {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #kfS7RpIO88peLdQyH9nqAzupH7CNsAw9 {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #FKDSEwnCS3ekAuuf9BETTd9Rz89WZ5Ry {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #DxCrF9bgy2uAAWD7z4sQqd1wZtL92KBm {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #nSfU3B7m9tiBso10RERPHWbzIeqHXpof {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #tuW6PofnOVU1waxyRcVSc54ZOzKDHpUb {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #iFsVpSiEFlB6mPI5TJ09nEzFIWvI8Dxt {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #ZubvbK0Nn8TVqanzaJKZkUnLFMwAb8VH {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #u7IMZTwANwWaGIXbqpUXvxqMgyW58hks {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #xhZtoyse2yGilMEb4lbwBfl9hpGdxqq3 {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #VZu7DGZLlmZLqyKL9RDMPrLLoCABhpBv {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #ylTZMHuPc0T1DbNXE39EWncH2h78AdJi {  }
#DytwtVHtW1xXM7uAidfoZt640tgOfBtX #ylTZMHuPc0T1DbNXE39EWncH2h78AdJi .container-column{width:50%;} }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #E03TLtaFHVPpwWpT4IaCafWEhvVE6Hhv {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #oEvhloEOpQfElfOhfP76a90RTepXWCXQ {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #zQM86TNiZfmuipwsOxzZfT3NnZLuwlEa {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #oJHxF7GIxG6o81D61J6vAZ3t4R6O8nVJ {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #bIDRyl5X8Q5JvOrBs8ZfDB4NWEfhhvND {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #DDJMiJAGLIrJWVsnURWdn8b3b1O0T6Vp {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #xO0qJDupDiKk20I8xive6DV945nN3FQk {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #b1OfwupouptTWUR3PTZpJTAeT69mV3TX {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #Sp8I9XLZ7iGbweCkxGAgphfRtQDncCcG {  }
 }@media only screen and (max-width: 763px) { #DytwtVHtW1xXM7uAidfoZt640tgOfBtX #zVrkToeg6d5NOSeTLJ2Zk8UMb2FyP3I0 {  }
 }@media only screen and (max-width: 763px) { #zLohQ9TSAkatofuycAbgamBPcKhQA8Jq { width:13.25rem;height:5.625rem;top:23.4375rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #zrM3Iwh5WbGOnCJnEmQRJPRW5enbKgCH { width:17.25rem;height:0;top:11.125rem;left:1rem;font-size:1.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oB2c7LCaP2q7mDvbdDrsVgTigp4qxm3H { width:17.5625rem;height:6.25rem;top:71rem;left:1.8125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eLLPvGCy2hIK0C2QByw3enAB8XuU0KfA { width:20rem;height:1.3125rem;top:6.6875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uDZDLCgb79QSxzTJq49emlenCnmHCclR { width:16.125rem;height:2.1875rem;top:6.1875rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6lE3hgqDQmeiqOlqDefztOivvPkDPIq { width:2.3125rem;height:2rem;top:1.5625rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xSJsTwBa4ZcCJwnHk4OIh64lxcm1Tq0C { width:2.3125rem;height:2rem;top:1.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foh29ReObt9rvTBtSckUMm2NaI6lBWUf { width:17.625rem;height:0.9375rem;top:4.1875rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNG9BNyKAeGmit4EcDqnhlPzlZqLGx8W { display:flex;width:3.125rem;height:3.125rem;top:66rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #nOAaww3K9duZGEcTTTm2oaMShXVzkb2L { width:13.0625rem;height:0;top:66.25rem;left:4.5rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.4;display:none; }
 }@media only screen and (max-width: 763px) { #qINMAZ1KvQnqvlnPxkvxcZA3xPcmyXSd { width:12.625rem;height:2.375rem;top:66.4375rem;left:5rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.2;z-index:1506;display:block; }
 }@media only screen and (max-width: 763px) { #S71Ekl29Apc42cBOalIw6L6zIb0QFyOG { width:17.625rem;height:10.3125rem;top:10.1875rem;left:1.1875rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #uQxGsFmpxWcM2oSTueepK0qCGlhfsmcR { display:block; }#uQxGsFmpxWcM2oSTueepK0qCGlhfsmcR > .row .container { width:20rem;height:2.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccEvlH8JL6ciwCgHJdXpKqDKXq8Qz5DR { display:block; }#ccEvlH8JL6ciwCgHJdXpKqDKXq8Qz5DR > .row .container { width:20rem;height:52.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vHhwHmQnh2myw56vOrcAWalPstJJBvTZ { width:20rem;height:1.125rem;top:4rem;left:0rem;font-size:0.875rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #NgNxQyBtKWS22ffVTMGmSikwug3rhx0O { width:16.0625rem;height:10.9375rem;top:5.75rem;left:0rem;font-size:2rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #aX2xdopMJF1FtS5CB0QsOJ9pTPwMftEK { width:16.875rem;height:1.9375rem;top:6.5361328125rem;left:0rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #yahOkV2cq1r2LNdCv3gfp44gqRXOR82l { width:4.6875rem;height:4.75rem;top:0rem;left:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0VRWCHdx2fqVOCL8x8hWuSMKXXdT9l8 { width:4.375rem;height:4.4375rem;top:19rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SX9rrTZOOts6ii6vU5es7B2uXIVxylKX { width:5.625rem;height:5.625rem;top:37.9736328125rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #D7AHHTynr0zDCcaDtLNPxih9skmgSqdC { width:13.6875rem;height:4.3125rem;top:19.0625rem;left:5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XUVFETCngRQIaGn77ACuT02xwMqNH5sU { width:20rem;height:0;top:44.8486328125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #lmKTkdgnkXugAuvafrpbqMwPUXgiEIny { width:17.6875rem;height:0;top:76.7236328125rem;left:1.125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #EgqEO9cd6hOzM13uyamIGKndMaDacxo4 { width:20rem;height:0;top:91.0361328125rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #u9ZHcnKzV1E3xpWETMlXyHDDi7pVeUhp { width:5.625rem;height:5.625rem;top:84.1611328125rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CFRd6KsD62wWECTkvEQAQrfzaDHmrbEl { width:5.625rem;height:5.625rem;top:69.8486328125rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NWJ8OUDe2gVTupWqZambJKilpad05H0w { width:2.6875rem;height:2.25rem;top:20.1875rem;left:0.875rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fgNIrvy7HnpVfTCvMvmkmp8qXRIrJeCW { width:2.6875rem;height:0;top:39.1923828125rem;left:8.65625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #u2TiZ9gqFTyPKMqd5pZ3K7WmhGaxCtaI { width:2.6875rem;height:0;top:71.0673828125rem;left:8.65625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #hNLnzeXVl3fAnWGGldEN9UQNU0S8agHp { width:2.6875rem;height:0;top:85.3798828125rem;left:8.65625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #HTTD04ZUHOzTKABTH23NspShZcTxDXc2 { width:13.8125rem;height:0;top:47.6875rem;left:1.6875rem;font-size:1rem;z-index:15031;display:none; }
 }@media only screen and (max-width: 763px) { #ykfxBemWCWf3mbuNekXLOJfykF6DAggo { width:4.375rem;height:4.4375rem;top:25.3125rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #FDwc1WUeZ8m9bMLwehPfaKrEPPTJK0oR { width:13.5rem;height:2.875rem;top:26.125rem;left:5rem;font-size:1.3125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #oGuhWFfQKEoLvwJuAJURWTAIOM7qbNL1 { width:2.6875rem;height:2.25rem;top:26.5rem;left:0.875rem;font-size:2.25rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #zZs41tfGTFMkTOK8z7ux9ImoDfbod7rh { width:14.75rem;height:4.3125rem;top:31.6875rem;left:5rem;font-size:1.3125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #ByUOZT90xVFECvp83allKUF3ys6VsxXf { width:4.375rem;height:4.4375rem;top:31.625rem;left:0rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #WTl0UR1fWRG875hI0SHILixzl5VDxDyF { width:2.6875rem;height:2.25rem;top:32.8125rem;left:0.875rem;font-size:2.25rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #cTo7uWAU8vDdGvIi5Ahht4d5yS8cycU5 { width:15rem;height:2.875rem;top:38.65625rem;left:5rem;font-size:1.3125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #SgiCK5fzp0ZZp78AEwuoNN7spVeTnK6a { width:4.375rem;height:4.4375rem;top:37.875rem;left:0rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #r6VgdKMFyR8GuK89BuinigMxSpP8BKkk { width:2.6875rem;height:2.25rem;top:39.0625rem;left:0.875rem;font-size:2.25rem;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #tONlVfAWsqiVRtwCwdAUT5Wdd3B79urf { width:15rem;height:;top:44.96875rem;left:5rem;font-size:1.3125rem;z-index:15033;display:block; }
 }@media only screen and (max-width: 763px) { #vWkSkJS0u5kVKcEd3hw4DGl94TlpvD5L { width:4.375rem;height:4.4375rem;top:44.1875rem;left:0rem;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #xpqVZG27obEzQR3tNOkcpnotPUJxX2C1 { width:2.6875rem;height:2.25rem;top:45.375rem;left:0.875rem;font-size:2.25rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #AnraTO6WfwUfzAQq7WTKXbMRPa6iqTqM { width:20rem;height:auto;top:42.6875rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #h1btTU6awHhkR1RVcTSKXVT8or4Veyqs { width:5.625rem;height:5.625rem;top:41.9375rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bWQiUSlTJ6hu86eTbcsSMaKwRtrryA8Q { width:2.6875rem;height:auto;top:43.1875rem;left:8.625rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #R1EHlJDBUMLOzckuubcZCHUUeA1dlvq5 { width:15.4375rem;height:12.0625rem;top:106.8608875rem;left:2.25rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #VCwxoZwBoamyfXBsAP9tONFRZhVlvUF6 { display:block; }#VCwxoZwBoamyfXBsAP9tONFRZhVlvUF6 > .row .container { width:20rem;height:78.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OwP9I9hxf3OFHKxMbGfF853hs8DMhuMD { width:2.8125rem;height:2.875rem;top:4.43896484375rem;left:8.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #e9mo4JVGQKXHvfpAC2KoJqTwTCG5qVLP { width:20rem;height:2.4375rem;top:11.24462890625rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #OgntouPAxwBqGzc902TUn08HymHocJtg { width:18.5625rem;height:25rem;top:49.875rem;left:0.71875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #rnWPp8B3vUZC9v5JC0JFqzqDCyETAe4W { width:20rem;height:9.375rem;top:38.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gsuBn84Hq7zkVbW4ZUHXwV4DMCM8urd4 { width:20rem;height:1rem;top:9.37646484375rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mxsRfBmsxrvzH4PhzzPBEQBtbiu2tN31 { width:20rem;height:19.5810546875rem;top:16.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9VlNZcfihupaB3vr59qdz7mGPltghnr { width:2.1875rem;height:2.125rem;top:76.4375rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GCQfvlgatFkuXBMy53gk2liwvmcIozoR { display:block; }#GCQfvlgatFkuXBMy53gk2liwvmcIozoR > .row .container { width:20rem;height:84.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wOWq68TAMDhUum86gVbhJES24gTZikzF { width:17.5rem;height:2.875rem;top:79rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XiKyN02rl6RMudg7CSTdUMsT4HUd2qWI { display:block; }
 }@media only screen and (max-width: 763px) { #NXTmWhbfecD7pMvxrqAriP8bz8J0qhEV { width:20rem;height:73rem;top:3.5rem;left:0rem;z-index:151;display:block; }
 }@media only screen and (max-width: 763px) { #mMZLCpgQwcLAqAJS1qICN7ADizX9EncG { width:2.125rem;height:2.125rem;top:5.9375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVEfdiaJmN4k28e77lAcfxGPtZzFLTA9 { width:13.6875rem;height:4.6875rem;top:8.6875rem;left:3.15625rem;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #MuhxEy26FtGsTIvayk7sUTKhGGbgfped { width:2.4375rem;height:2.4375rem;top:15.875rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZokZG36lqPEMpDZi4FTTtrlht6xNObl { width:15rem;height:4.6875rem;top:18.9375rem;left:2.5rem;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #flcRWFx4xhz3VlcddwQfyhyiAfd3oFCT { width:2.4375rem;height:2.375rem;top:26.125rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nVLnGdnMSlBAfcbmXQqrGXVDiIAQlvZi { width:13.5rem;height:4.6875rem;top:29.125rem;left:3.25rem;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #V1a4a7KQhAVOTunvHq9GpPepBTXHRpqP { width:1.875rem;height:2.125rem;top:36.3125rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWS5FeeJgWFwDQ38fSn4NDQTECQxRkRs { width:17.375rem;height:9.375rem;top:39.0625rem;left:1.3125rem;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #SVCmL5f2b9kOxqIHnQNvWBUKXORWPgTw { width:2.125rem;height:2.125rem;top:50.9375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4LmByTU3FNlNBgzz8uIlQPpdVbzUoRQ { width:15.8125rem;height:9.375rem;top:53.6875rem;left:2.09375rem;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #T5ASG3uXTmUVGlcNZeRXC170cQpTIxBz { width:2.125rem;height:2.0625rem;top:65.5625rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PVx7frrEvBpGH17pV0ihJdNBM5LrJmZR { width:13.9375rem;height:6.25rem;top:68.25rem;left:3.03125rem;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cc513764-ce31-443b-97a5-17a22d5ba32b/01b.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI.adaptive-delivery-prevent-bg, #Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI.lazyload, #Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI.lazyloading { background-image: none; }#Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI > .row .container { background-color: transparent; background-image: none; }#Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,47,212,0.56); }#Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI > .row .container > .video-iframe-container { display: none; }#Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,47,212,0.56); }#Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI > .row > .video-iframe-container { display: none; }#Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI > .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); }#Rignvuyw1nibrwtZNBAFqoP6kGi2GzVI > .row .container { width:20rem;height:80.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C0JWSqzbBKuP6IlTLmdo27FVDm2x5tWI { width:1.875rem;height:1.625rem;top:4.25rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzC4W1Eo92amZNsCLTWG502mKcxk58ir { width:20rem;height:4.875rem;top:7.3125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #PGeN4dDqUx9NFUtMudTheJfZFrzlKnaO { width:18.875rem;height:6rem;top:13.5625rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zzOFA1FDSNNqmeqWs3WULvPlVMIA7Lh4 { width:19.125rem;height:7.5rem;top:22.0625rem;left:0.4375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eLs0b1fvMXHUmf9J1VE9dFLRPg2Kt1m3 { width:19rem;height:15rem;top:32.0625rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XAy2vwb8qQTzz1Bb3lL6JCkIroaib3g8 { width:13.5625rem;height:9rem;top:38.625rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAknA2NSo63Gqn9ehvndVDyHFhFSETKN { width:19.3125rem;height:21rem;top:49.4375rem;left:0.34375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rAx2RnJ7h1kskxMsoQTCVAWfsJPAkikO { width:17.5rem;height:2.8125rem;top:73.75rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LT69MkUa7UGmNW0bwUwsosv0oePl3Svg { display:block; }
 }@media only screen and (max-width: 763px) { #qZSHeGzXLyFLk4ydqphnRf6G1dO9kTKr { display:block; }#qZSHeGzXLyFLk4ydqphnRf6G1dO9kTKr > .row .container { width:20rem;height:53.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ICuaoQDhesCBvbITfbeFq0EKwBpcJ87D { width:5.25rem;height:0.7793rem;top:5.1875rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCwOUquIbIKPdgK9G7vFcSECKtB33CmS { width:20rem;height:7.3125rem;top:9.8125rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FLSer4bOJzn3gtZXpwEy0N3EIws5Zh0N { height:11.1909375rem;width:20rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSppeuMxAgBr8gI1C0Mpgov6qR0JIQkd { height:11.1875rem;width:20rem;top:36.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENJ5V68pTZHV05pqip8RN1h9JWfVQW4Z { width:19.25rem;height:1.875rem;top:31.7529296875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GwvWHAqpIfzie6ZKKz5QhT0KELcTV2Nk { width:19.25rem;height:1.875rem;top:49.1875rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KJ2FTyPUK8N7L9se9Iy2rGqnpauKMSIn { width:20rem;height:1rem;top:7.1875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TbqwCQOLq6GapXS5Qn0AVkhvlUZJdB6i { width:2.4375rem;height:2.375rem;top:42.8125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #yxvvZ0BhtUiuTrTqJtivrQxEHDMPPPx2 { width:2.4375rem;height:2.4375rem;top:5.8125rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N05qEZFwh5VqDosX1IEbC646nmELrnBk { position:relative;z-index:auto;display:block; }#N05qEZFwh5VqDosX1IEbC646nmELrnBk > .row .container { width:20rem;height:25.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vqgSmT7b7RFMTovV3dKrLXQfUVfZIb7Q { width:14.875rem;height:3.5rem;top:8.8125rem;left:2.5625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yHx07T4X2I2feJ8gP1zDMUVtUc0lFftd { width:13.8125rem;height:1.625rem;top:12.9375rem;left:3.09375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uhI8WJh1TN40521z3TJ2T4md2Wu5kr3t { width:17.5rem;height:2.875rem;top:18.8994140625rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFd7uFvAJz1zDknFvhPfr7vgixpWtxrl { display:block; }
 }@media only screen and (max-width: 763px) { #d31Qonl8SgRReFTRR7cKICWAc0S6WaiT { width:15.875rem;height:4.75rem;top:1.875rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1HNaZCScS5iPzJrzbZR1L61bPNpMK8p { width:20rem;height:1.625rem;top:14.6875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }