.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;
}
.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-input-select option {
  color: #000;
}
.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 {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#VbAkAuThlV0toXv0Q34COre6BLRxh70T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .row > .video-iframe-container { display: none; }#VbAkAuThlV0toXv0Q34COre6BLRxh70T > .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); }#da4dOT8xwB5xkbIced5rUx9BMbdJug6G { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#da4dOT8xwB5xkbIced5rUx9BMbdJug6G > .row .container { background-color: transparent; background-image: none; }#da4dOT8xwB5xkbIced5rUx9BMbdJug6G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#da4dOT8xwB5xkbIced5rUx9BMbdJug6G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#da4dOT8xwB5xkbIced5rUx9BMbdJug6G > .row .container > .video-iframe-container { display: none; }#da4dOT8xwB5xkbIced5rUx9BMbdJug6G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#da4dOT8xwB5xkbIced5rUx9BMbdJug6G > .row > .video-iframe-container { display: none; }#da4dOT8xwB5xkbIced5rUx9BMbdJug6G > .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); }#da4dOT8xwB5xkbIced5rUx9BMbdJug6G > .row .container { border-width: 0; border-radius: 0; }#da4dOT8xwB5xkbIced5rUx9BMbdJug6G > .row .container { font-size:0.875rem;font-family:arial;height:5.375rem;width:60rem;position:relative;display:block; }#F0sUtLqw6gZCkLDTNRLdOSTxgl92QR0C { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.3125rem;width:20.5rem;top:0rem;left:19.75rem;overflow:hidden;display:block; }
#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx { background-color:rgba(255,255,255,0.83);background-image:url("https://images.assets-landingi.com/Epiox2qj/m3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx.adaptive-delivery-prevent-bg, #ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx.lazyload, #ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx.lazyloading { background-image: none; }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row .container { background-color: transparent; background-image: none; }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row .container > .video-iframe-container { display: none; }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row > .video-iframe-container { display: none; }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .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); }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row .container { border-width: 0; border-radius: 0; }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row .container { font-size:0.875rem;font-family:arial;height:39.9375rem;width:60rem;overflow:visible;position:relative;display:block; }#qsLHO8wSTsCfTN3Gg6ibEe5WlLWGDg9k { display:block;width:7.561625rem;position:absolute;font-family:cairo;font-size:1.875rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:8.75rem;left:40.8125rem;height:2.4375rem;text-align:center;text-align-last:center;color:#ffffff;font-style:normal;display:block; }
#BJss7kzV3ckdAPAmixLpbV9vPJIbsLDK { display:block;width:37.433625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100017;line-height:2.6;letter-spacing:0;top:1.0325522422791rem;left:7.5859394073488rem;height:6.173825rem;color:#072d4f;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J5MrigC2rHmdttcSP4TflqLh0mlVgrKy { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:33.75rem;display:none; }
#CbohX07wMzaGPc4nw4K0BccW1qEVONen { display:block;width:32.5625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:400;z-index:100043;line-height:1.6;letter-spacing:0;top:47.0625rem;left:23.625rem;height:0;color:#ffffff;text-align:right;text-align-last:right;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; }
#PIlN5TWh7Ti0yGq9GheTGt5Wrw7J6Tqa { box-sizing:content-box;color:#000000;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100065;top:22.97500038147rem;left:56.33749961853rem;display:none; }
#OWS0ha6nITUQCeexp1K9dhfITUGwxNTL { position:absolute;display:block;z-index:100030;background-color:#0d669d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;height:27.625rem;width:15.0625rem;top:8.75rem;left:22.5rem;display:block; }
#Ia6s95GnT8LoTgz5sGB6qmDVVeGcTkuJ { color:#0e0a52;display:block;width:13.875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100035;line-height:1.9;letter-spacing:0;top:-7.6191411018369rem;left:9.6759595870969rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fD4wMKivXwTsc8W55WnNAPaQNeTqQ9F8 { color:#272828;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:-9.3059296607969rem;left:11.269532203674rem;height:1.7068125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-form-header { font-size:0.875rem; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-regular-label { height:auto;display:block;font-family:cairo;font-size:0.625rem;font-weight:400;color:#ffa900;width:12.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:right;text-align-last:right;overflow:hidden;font-style:normal; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-input-text { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:12.5625rem;box-sizing:border-box;height:1.875rem;color:#161616;font-size:0.625rem;overflow:hidden;font-family:amiri;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-input-text {padding-top: 0; padding-bottom: 0;}#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-textarea { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:12.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.625rem;overflow:hidden;font-family:amiri;vertical-align:top;text-align:right;text-align-last:right;line-height:1; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-input-select { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:12.5625rem;box-sizing:border-box;height:1.875rem;color:#161616;font-family:cairo;font-size:0.75rem;overflow:hidden;vertical-align:top;text-align:right;text-align-last:right; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-input-select {padding-top: 0; padding-bottom: 0;}#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffa900;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:#030609;width:12.5625rem;height:2.3125rem;font-family:cairo;overflow:hidden;text-align:center;text-align-last:center;line-height:1; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 [class*="-text"]:-moz-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 [class*="-text"]::-moz-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 [class*="-text"]:-ms-input-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 [class*="-text"]::-webkit-input-placeholder { color:#666666;font-family:roboto;font-size:0.8125rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:11.5625rem;overflow:hidden;font-style:normal;float:none; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .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; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2.625rem;vertical-align:middle;font-family:cairo;font-size:0.625rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:3;float:none; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-container:first-of-type{padding-top:0;}#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-container:last-of-type{padding-bottom:0;}#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:12.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100038;position:absolute;top:12.9970703125rem;left:22.873046875rem;font-size:0.875rem; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:12.5625rem;display:block;vertical-align:top; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-info-text { display:block;height:auto;font-family:cairo;font-size:0.75rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 {display:block;}#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:12.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100038;position:absolute;top:12.9970703125rem;left:22.873046875rem;font-size:0.875rem; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #RcNOPeU011iRKnksMyRpEClWxTqa0l70 { position:relative; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #mFduAiROUsu8vXttW5AFdPwOR8NS07Gh { position:relative; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #I0mXV83GwCPDUGIbVFh3mLsa4JbeIWuP { position:relative; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #QFUod9PmxpryMP8IIZFOJBoCZuT9XX6z { position:relative; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #MnNRyq9ZfImS6BVNJH7V29nvAql4AWgh { position:relative; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #a6lH8yBA6FcsIEv7zGxEZiSXCT3PPfDR { position:relative; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #B6LG1sp2yFf5FUmEBmL59TfirJ33eSkJ { position:relative; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #U04lo5zLIl6etvdWeGTaFte2nZUpUEX4 { position:relative; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #kiKedLUDbeTKiqE5S7LXW5g7aBa2Kg9B { position:relative; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #LK2LRIEaTZMTwAZnVArSkpJ2fNd6CTS2 { position:relative; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #oLKHAhZNyyI1Bxt3DHmn1LOO0bD5ChMK { position:relative; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #QQJAKANzbakUS9l0M9fbwOZ8feTvyJal { position:relative; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #oT5aof0hfoXMkU4nuJoR5k91dAf0rFcy { position:relative; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #oT5aof0hfoXMkU4nuJoR5k91dAf0rFcy .container-column{width:50%;}#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #TL6GxBDgKtbE4bBXe0BoIJ7UUiN8UPqG { position:relative; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #T1cohGqWE3KKIWd84f3fG3fTdeGx5bUM { position:relative;z-index:2; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #UzZEOtmEIPKh9sOE7i1hr5pQOZ3H6ayB { position:relative; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #omgBELegZ7fOiMWdDUnvD1mrED7UPzP6 { position:relative;z-index:2; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #IZUVyGvANHmdTOkPJUMElCtobPuFOIEB { position:relative; }
#QJiNTvx2yvzT0WzlipP9ruL7exoaJMSS { position:relative;display:block; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #vxkseGradJFiBkv1zOHDxqWo60cQypHt { position:relative; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #Uy2KAaSEnxzJsByqTD7Nsl6I4KiTHRkw { position:relative; }
#c1tEdLaWxO40yysekSFTk3aT8cToqIsd { z-index:100073;top:36.375rem;left:23.4375rem;background-color:#ffa900;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-sizing:border-box;color:#030405;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.1;overflow:hidden;position:absolute;width:13.1875rem;height:2.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#b72A4AyAvlFgQ17uVVa9LibS8XwG48CN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#b1k0oaCqsQd8ggoIoNUpW0HAMZTdkPuq { color:#0e0a52;display:block;width:13.875rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100035;line-height:1.9;letter-spacing:0;top:11rem;left:22.8125rem;height:2.8496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W8E4LPsaeVpyWC8EstPHvX2gh8q7In80 { color:#272828;display:block;width:11.75rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:9.125rem;left:24.125rem;height:1.7068125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UTkHIs9H8iPt7vuhTprJaCsK91yo0FRT { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #c5e8f6);background-image: -moz-linear-gradient(180deg, #ffffff, #c5e8f6);background-image: -ms-linear-gradient(180deg, #ffffff, #c5e8f6);background-image: -o-linear-gradient(180deg, #ffffff, #c5e8f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c5e8f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c5e8f6' );";background-image: linear-gradient(180deg, #ffffff, #c5e8f6);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#UTkHIs9H8iPt7vuhTprJaCsK91yo0FRT > .row .container { background-color: transparent; background-image: none; }#UTkHIs9H8iPt7vuhTprJaCsK91yo0FRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTkHIs9H8iPt7vuhTprJaCsK91yo0FRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTkHIs9H8iPt7vuhTprJaCsK91yo0FRT > .row .container > .video-iframe-container { display: none; }#UTkHIs9H8iPt7vuhTprJaCsK91yo0FRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTkHIs9H8iPt7vuhTprJaCsK91yo0FRT > .row > .video-iframe-container { display: none; }#UTkHIs9H8iPt7vuhTprJaCsK91yo0FRT > .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); }#UTkHIs9H8iPt7vuhTprJaCsK91yo0FRT > .row .container { border-width: 0; border-radius: 0; }#UTkHIs9H8iPt7vuhTprJaCsK91yo0FRT > .row .container { font-size:0.875rem;font-family:arial;height:23rem;width:60rem;overflow:visible;position:relative;display:block; }#e1r6LsMBGlSNuiXMCLOzq3gXdnPGmwrz { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:33.75rem;display:none; }
#asG0Ep9Tyggkrys6ODxnWipxJP8Or7l3 { display:block;width:32.5625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:400;z-index:100043;line-height:1.6;letter-spacing:0;top:47.0625rem;left:23.625rem;height:0;color:#ffffff;text-align:right;text-align-last:right;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; }
#Q5BDecT9DLwCwOgHvx4MBZ7JqkUSUXzz { box-sizing:content-box;color:#000000;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100065;top:22.97500038147rem;left:56.33749961853rem;display:none; }
#EnRMomzXnadtA5RL0Eyh4LghoMfF6dh2 { position:absolute;display:block;z-index:100009;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #ffe2a5, #ffffff);background-image: -moz-linear-gradient(302deg, #ffe2a5, #ffffff);background-image: -ms-linear-gradient(302deg, #ffe2a5, #ffffff);background-image: -o-linear-gradient(302deg, #ffe2a5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2a5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2a5', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #ffe2a5, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:9.125rem;width:19.9375rem;top:7.875rem;left:21.375rem;display:block; }
#T9W86OzIaLUpmq5gA6peCldwnsNlNo7F { color:#010e01;display:block;width:14.621125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:400;z-index:100136;line-height:1.7;letter-spacing:0;top:8.875rem;left:24.1875rem;height:2.01714375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ffCCSO80S22oBFnqEk7KqtNNdN9ZykgB { color:#010e01;display:block;width:2rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:400;z-index:100137;line-height:1.7;letter-spacing:0;top:6.625rem;left:38.5rem;height:4.6723125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Oow5xxgcMGG8wXNVaCRyZ0w9Qnou10nk { background-color:#df4a8d;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4986875rem;height:3.4362rem;text-decoration:none;z-index:100147;text-align:center;text-align-last:center;top:17.375rem;left:22.6875rem;display:block; }
#QgCVcZOfzg54ZNwvg6J69xeEp2Lu4D9S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#eDO1VFUdOIwU9wz8p7yTIxehTvyCEpKy { color:#010e01;display:block;width:14.62025rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:700;z-index:100152;line-height:1.7;letter-spacing:0;top:12.435981750488rem;left:24.156902313233rem;height:2.01714375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gzUGHSW5KwTgBTsA3MDr8OQ7cdSXTkIJ { display:block;width:37.43275rem;position:absolute;font-family:cairo;font-size:1.4375rem;font-weight:700;z-index:100019;line-height:1.6;letter-spacing:0;top:2.421875rem;left:11.968315124512rem;height:2.30035rem;color:#185387;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eq7J0AJmmiJL895zl1DO1TSWn2PEl8KO { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #c5e8f6);background-image: -moz-linear-gradient(180deg, #ffffff, #c5e8f6);background-image: -ms-linear-gradient(180deg, #ffffff, #c5e8f6);background-image: -o-linear-gradient(180deg, #ffffff, #c5e8f6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c5e8f6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c5e8f6' );";background-image: linear-gradient(180deg, #ffffff, #c5e8f6);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#eq7J0AJmmiJL895zl1DO1TSWn2PEl8KO > .row .container { background-color: transparent; background-image: none; }#eq7J0AJmmiJL895zl1DO1TSWn2PEl8KO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eq7J0AJmmiJL895zl1DO1TSWn2PEl8KO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eq7J0AJmmiJL895zl1DO1TSWn2PEl8KO > .row .container > .video-iframe-container { display: none; }#eq7J0AJmmiJL895zl1DO1TSWn2PEl8KO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eq7J0AJmmiJL895zl1DO1TSWn2PEl8KO > .row > .video-iframe-container { display: none; }#eq7J0AJmmiJL895zl1DO1TSWn2PEl8KO > .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); }#eq7J0AJmmiJL895zl1DO1TSWn2PEl8KO > .row .container { border-width: 0; border-radius: 0; }#eq7J0AJmmiJL895zl1DO1TSWn2PEl8KO > .row .container { font-size:0.875rem;font-family:arial;height:61.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#oeWRA2HQ6zg8bTRIMLQxcViKt9VmC6p7 { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:22.5rem;width:33.75rem;display:none; }
#U43kZJJLPQaLC8vDXpIghVcDf6fVt61M { display:block;width:32.5625rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:400;z-index:100043;line-height:1.6;letter-spacing:0;top:47.0625rem;left:23.625rem;height:0;color:#ffffff;text-align:right;text-align-last:right;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; }
#IfaT1ntiPTZf9PFxNdt1EXpIM0Seux4W { box-sizing:content-box;color:#000000;font-size:1.4375rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100065;top:22.97500038147rem;left:56.33749961853rem;display:none; }
#mMMZ35EeDpGltSS2CDS56eWCBLEOXCug { position:absolute;display:block;z-index:100074;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:26.75rem;top:1.09375rem;left:19.562501907349rem;overflow:hidden;display:block; }
#WZAkzmMKR7eVN1ky6P4mHSoqkZ05rT5R { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #ffe2a5, #ffffff);background-image: -moz-linear-gradient(302deg, #ffe2a5, #ffffff);background-image: -ms-linear-gradient(302deg, #ffe2a5, #ffffff);background-image: -o-linear-gradient(302deg, #ffe2a5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2a5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2a5', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #ffe2a5, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.75rem;width:19.9375rem;top:10.8125rem;left:39.125rem;display:block; }
#tdhXRGuKPfwilr44PibBTEgFikOV1HJ5 { color:#010e01;display:block;width:14.621125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100135;line-height:1.7;letter-spacing:0;top:10.1875rem;left:42.5625rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#huuSO8mEnBTE5qsOg0PUzbaUHXdeAOVq { position:absolute;display:block;z-index:100009;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #ffe2a5, #ffffff);background-image: -moz-linear-gradient(302deg, #ffe2a5, #ffffff);background-image: -ms-linear-gradient(302deg, #ffe2a5, #ffffff);background-image: -o-linear-gradient(302deg, #ffe2a5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2a5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2a5', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #ffe2a5, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.75rem;width:19.9375rem;top:11.147135496139rem;left:4.9375019073486rem;display:block; }
#Gr59Ag1E1g9JAomxkL4TQFKfyfbgbfWD { color:#010e01;display:block;width:14.621125rem;position:absolute;font-family:cairo;font-size:1.1875rem;font-weight:400;z-index:100136;line-height:1.7;letter-spacing:0;top:12.153646230698rem;left:7.7200527191163rem;height:6.0556625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L5nvHtn96BpLTKSNW80r4kr7e4hUuhnc { color:#010e01;display:block;width:2rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:400;z-index:100137;line-height:1.7;letter-spacing:0;top:9.8736979961394rem;left:22.091146469116rem;height:4.673825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tMGmDD7zHr0Oqt9ZEul4UuhP6TQXgrHO { position:absolute;display:block;z-index:100012;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #ffe2a5, #ffffff);background-image: -moz-linear-gradient(302deg, #ffe2a5, #ffffff);background-image: -ms-linear-gradient(302deg, #ffe2a5, #ffffff);background-image: -o-linear-gradient(302deg, #ffe2a5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2a5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2a5', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #ffe2a5, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.4375rem;width:19.9375rem;top:28.5rem;left:39.3125rem;display:block; }
#BTRSC9VXKE9OXnS9vxhynxS2gm70S99D { color:#010e01;display:block;width:1.9995125rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:400;z-index:100140;line-height:1.7;letter-spacing:0;top:26.72314453125rem;left:55.21435546875rem;height:4.673825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cssZvHELxwE7ESneBtkb4fb65h3RZqzo { color:#010e01;display:block;width:14.621125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100139;line-height:1.7;letter-spacing:0;top:29.125rem;left:41.8125rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QJNAr8TPWCenI5AlcpFkozSVQfQybcP9 { position:absolute;display:block;z-index:100015;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #ffe2a5, #ffffff);background-image: -moz-linear-gradient(302deg, #ffe2a5, #ffffff);background-image: -ms-linear-gradient(302deg, #ffe2a5, #ffffff);background-image: -o-linear-gradient(302deg, #ffe2a5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2a5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2a5', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #ffe2a5, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:7.4375rem;width:19.9375rem;top:28.5rem;left:4.9375rem;display:block; }
#VkVaFn0TGm4Rhrq2haNRhwFk5lICdZbk { color:#010e01;display:block;width:14.621125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100142;line-height:1.7;letter-spacing:0;top:29.125rem;left:7.4375rem;height:6.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v9cvbqJe7e397dbMDMAu8NlOW7HHcRDC { color:#010e01;display:block;width:2rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:400;z-index:100143;line-height:1.7;letter-spacing:0;top:26.75rem;left:20.0625rem;height:4.673825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IhkzOFTc2iconXTWCtpxw3m33HUndsq4 { display:block;width:31.6875rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:700;z-index:100042;line-height:1.6;letter-spacing:0;top:54.4375rem;left:6.5625rem;height:;color:#ffffff;text-align:right;text-align-last:right;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; }
#H2fabOVFQql6gN4hPiTxmv2M9InvTkRo { background-color:#df4a8d;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4989375rem;height:3.4364125rem;text-decoration:none;z-index:100144;text-align:center;text-align-last:center;top:56.3125rem;left:39.0625rem;display:block; }
#oUpdg1Rk4EQ0kBe9gl3lhbZ76yJMXbPM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#V99KesfRrUpdWDGTNSrAgPuMnVriCtWS { background-color:#df4a8d;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499rem;height:3.436525rem;text-decoration:none;z-index:100145;text-align:center;text-align-last:center;top:36.1845703125rem;left:41.12109375rem;display:block; }
#r6IQ6TRX0i81gaIpTzhbz6aN3LQgdHef { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qNGta7WZFK9husRxhMEaVc4iowIUsytA { background-color:#df4a8d;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499rem;height:3.436525rem;text-decoration:none;z-index:100146;text-align:center;text-align-last:center;top:36.1845703125rem;left:6.2783203125rem;display:block; }
#TTlOpi8ytaJoRuWt3KVJ8g0VPmaLydfK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#h8EvZ1AVPysweBTZXRnXg8oHnvG5cDBI { background-color:#df4a8d;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.499rem;height:3.436525rem;text-decoration:none;z-index:100147;text-align:center;text-align-last:center;top:18.80859375rem;left:6.27978515625rem;display:block; }
#Vm1uFw0U7pUZSKssVZ5eNPXGKUcZgcUU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a3M7RTBTpgKCQTRxaZ4UZBf5aSFpWAu8 { background-color:#df4a8d;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100148;text-align:center;text-align-last:center;top:18.812500476837rem;left:40.468751907349rem;display:block; }
#MWQ0coc050vEe1KTpmnlfmN4FOyn1fTs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PL6NXL4ckXZ2sZSBLTuDT5R4kId6feUu { background-color:#df4a8d;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4989375rem;height:3.4364125rem;text-decoration:none;z-index:100148;text-align:center;text-align-last:center;top:48.059896469116rem;left:40.467666625976rem;display:block; }
#KkgQVmOntPVWCctlpp81DXgPetoQe6dK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kDELHKFzCKDgk84858G51aH9Z3t5Whu8 { position:absolute;display:block;z-index:100015;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #ffe2a5, #ffffff);background-image: -moz-linear-gradient(302deg, #ffe2a5, #ffffff);background-image: -ms-linear-gradient(302deg, #ffe2a5, #ffffff);background-image: -o-linear-gradient(302deg, #ffe2a5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2a5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2a5', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #ffe2a5, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.9375rem;width:20rem;top:42.875rem;left:39.25rem;display:block; }
#fIOSar2XOsgumwmr22MQITzXlUKfGcgd { color:#010e01;display:block;width:14.621125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100142;line-height:1.7;letter-spacing:0;top:43.5rem;left:41.75rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#t4UI1cuKvR5r7CGFpe2iiUdTd76Ut4EE { position:absolute;display:block;z-index:100018;background-color:transparent;background-image: -webkit-linear-gradient(302deg, #ffe2a5, #ffffff);background-image: -moz-linear-gradient(302deg, #ffe2a5, #ffffff);background-image: -ms-linear-gradient(302deg, #ffe2a5, #ffffff);background-image: -o-linear-gradient(302deg, #ffe2a5, #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2a5', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2a5', endColorstr='#ffffff' );";background-image: linear-gradient(302deg, #ffe2a5, #ffffff);background-size:auto !important;border-top:0.125rem solid #044819;border-left:0.125rem solid #044819;border-right:0.125rem solid #044819;border-bottom:0.125rem solid #044819;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:4.9375rem;width:20rem;top:42.875rem;left:6.25rem;display:block; }
#N8eDDqVNfErIPffwaa0O9PJZdJPRFbc0 { color:#010e01;display:block;width:14.621125rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:400;z-index:100145;line-height:1.7;letter-spacing:0;top:43.5rem;left:8.75rem;height:4.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zALVAuWytAP56JMkBtEb8N99b6JsEIhz { background-color:#df4a8d;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-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.4989375rem;height:3.4364125rem;text-decoration:none;z-index:100151;text-align:center;text-align-last:center;top:48.0625rem;left:7.5rem;display:block; }
#uOo8sV1nmHb5fJVPvpAUTnTo3XEGrwPu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/edaJm7xL/sekcja3_bg2_copy_1_.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0.adaptive-delivery-prevent-bg, #XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0.lazyload, #XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0.lazyloading { background-image: none; }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row .container { background-color: transparent; background-image: none; }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row .container > .video-iframe-container { display: none; }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row > .video-iframe-container { display: none; }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .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); }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row .container { border-width: 0; border-radius: 0; }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row .container { font-size:0.875rem;font-family:arial;height:28.75rem;width:60rem;position:relative;display:block; }#hkcGBpAU9XuLbsnb1LB40IQq8yu7mr2x { color:#fab419;display:block;width:29.0625rem;position:absolute;font-family:cairo;font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:3.1250001639128rem;left:29.0625rem;height:2.76171875rem;font-style:normal;display:block; }
#I6axcXShMccRHAu3HHDPcNOhBrAHEarN { position:absolute;display:block;z-index:100001;background-color:#b4b1b2;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:22.1875rem;top:6.75rem;left:35.9375rem;display:block; }
#lhyMyREFdPwdsgBJTJoLv6f2x8d8qeWy { color:#707b8b;display:block;width:24.0625rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100002;line-height:1.7;letter-spacing:0;top:7.9375rem;left:33.9375rem;height:3.82324375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#BCXoaOJHlF6RCZuFmV7raOageHxr8BPE { position:absolute;display:block;z-index:100003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:19.812501430511rem;left:55.9375rem;display:block; }
#T6kCGn1LNT6HMviw4BIBZ5Ci7qkXQJZK { position:absolute;display:block;z-index:100004;background-color:#1b57c7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.1875rem;width:4.25rem;top:6.7486982345581rem;left:53.875rem;display:block; }
#PaTal2mn8H6g4Df8LHe9TBv4bMKxPzlh { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:19.937501430511rem;left:56rem;display:block; }
#ZNptSK8gtETomkhKnxJLudxHSDsammHd { color:#000814;display:block;width:28.5625rem;position:absolute;font-family:cairo;font-size:1.6875rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:16.55078125rem;left:29.3125rem;height:2.69965rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#NdeMvDnZlS09E1FZ22re2AuFi9aHSWJG { color:#707b8b;display:block;width:20.75rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100003;line-height:2.7;letter-spacing:0;top:19.187501430511rem;left:34.5rem;height:2.0247375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#ZB3JTIC1UXf4TUtn3NenIC4MSZAgQZVn { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:22.062501430511rem;left:56.0625rem;display:block; }
#XFqUJRKVJeBQDWBiSZG6hx88BHvu2MDF { position:absolute;display:block;z-index:100005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:22.000001430511rem;left:55.9375rem;display:block; }
#lK4WQO0IK0Op2e09ytuvx9IHeaH21qus { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:24.375001430511rem;left:56.0625rem;display:block; }
#Zp0ZNlf0xxF6VMAAq3hBbFat8Vkbw3SP { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:24.250001430511rem;left:55.9375rem;display:block; }
#gk4E3fEvsJ84rpfTpP6LrHJ4wiFkWkTk { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100004;line-height:2.7;letter-spacing:0;top:21.500001430511rem;left:43.875rem;height:2.0247375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#RKyg48W7WEAIIl7zMQwU5GTn97SzrQSE { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100005;line-height:2.7;letter-spacing:0;top:26.000001430511rem;left:43.875rem;height:2.0247375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#KkiGCA5pDB8ZRTTgCkLM8raqBssTLKun { box-sizing:content-box;color:#1b57c7;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:26.541667461395rem;left:56.0625rem;display:block; }
#DGKSuxETegKmusdP2r2o7CvtCiCdgf1K { position:absolute;display:block;z-index:100009;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: 0.0625rem 0.1875rem 0.5rem rgba(0,0,0,0.1) ;height:1.875rem;width:1.875rem;top:26.416667461395rem;left:55.9375rem;display:block; }
#xsbustk5UkuTLSykWVBd0xWggieToWvI { color:#707b8b;display:block;width:11.375rem;position:absolute;font-family:cairo;font-size:0.75rem;font-weight:700;z-index:100005;line-height:2.7;letter-spacing:0;top:23.812501430511rem;left:43.875rem;height:2.0247375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#nCOt5fvcBdfmURM1Vn3oBkTambyTQpmH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #fab419, #00308a);background-image: -moz-linear-gradient(180deg, #fab419, #00308a);background-image: -ms-linear-gradient(180deg, #fab419, #00308a);background-image: -o-linear-gradient(180deg, #fab419, #00308a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab419', endColorstr='#00308a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fab419', endColorstr='#00308a' );";background-image: linear-gradient(180deg, #fab419, #00308a);background-size:initial !important;position:relative;display:block; }#nCOt5fvcBdfmURM1Vn3oBkTambyTQpmH > .row .container { background-color: transparent; background-image: none; }#nCOt5fvcBdfmURM1Vn3oBkTambyTQpmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCOt5fvcBdfmURM1Vn3oBkTambyTQpmH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCOt5fvcBdfmURM1Vn3oBkTambyTQpmH > .row .container > .video-iframe-container { display: none; }#nCOt5fvcBdfmURM1Vn3oBkTambyTQpmH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCOt5fvcBdfmURM1Vn3oBkTambyTQpmH > .row > .video-iframe-container { display: none; }#nCOt5fvcBdfmURM1Vn3oBkTambyTQpmH > .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); }#nCOt5fvcBdfmURM1Vn3oBkTambyTQpmH > .row .container { border-width: 0; border-radius: 0; }#nCOt5fvcBdfmURM1Vn3oBkTambyTQpmH > .row .container { font-size:0.875rem;font-family:arial;height:14.875rem;width:60rem;position:relative;display:block; }#ZXxcQ39VDJV6T6550hpS1TZa4IetgtR5 { color:#000000;display:block;width:28.8125rem;position:absolute;font-family:cairo;font-size:2.3125rem;font-weight:700;z-index:100000;line-height:1.1;letter-spacing:0;top:1.4375rem;left:25.25rem;height:2.5435rem;font-style:normal;display:block; }
#mXwoUgLz3rOKt8pesFcln3IH8unDThsf { color:#434343;display:block;width:10.5625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:18.6875rem;left:9.875rem;height:2rem;font-style:normal;display:none; }
#GlM95OuR0UxxZy5CpGNC86ckx0ir9iNc { color:#ffffff;display:block;width:45.0625rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100003;line-height:1.6;letter-spacing:0;top:5.625rem;left:5.875rem;height:2rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#sHNOlKLnTaS7KQXCudXX1GvIsWy9Cyzx { box-sizing:content-box;color:#434343;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:18.125rem;left:6rem;display:none; }
#kgbsLnp9EauRf3OyLBGyiI3VsrWOmuZC { color:#ffffff;display:block;width:19.437rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:13.0576171875rem;left:22.248046875rem;height:1.2999125rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#yy3LAI8ggbO0U06KaCB5I7Q5oGmPoc4Q { color:#ffffff;display:block;width:48.6875rem;position:absolute;font-family:cairo;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.6;letter-spacing:0;top:9rem;left:2.3125rem;height:4rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #da4dOT8xwB5xkbIced5rUx9BMbdJug6G { display:block; }#da4dOT8xwB5xkbIced5rUx9BMbdJug6G > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0sUtLqw6gZCkLDTNRLdOSTxgl92QR0C { top:0rem;left:13.625rem;width:20.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx { display:block; }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row .container { height:35.5rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsLHO8wSTsCfTN3Gg6ibEe5WlLWGDg9k { width:7.5625rem;height:3.4375rem;top:20.3125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJss7kzV3ckdAPAmixLpbV9vPJIbsLDK { width:14.125rem;height:4.125rem;top:20.0625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5MrigC2rHmdttcSP4TflqLh0mlVgrKy { width:33.75rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #CbohX07wMzaGPc4nw4K0BccW1qEVONen { width:14.125rem;height:4.125rem;top:20.0625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIlN5TWh7Ti0yGq9GheTGt5Wrw7J6Tqa { top:22.9375rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #OWS0ha6nITUQCeexp1K9dhfITUGwxNTL { width:15rem;height:27.5625rem;top:8.75rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia6s95GnT8LoTgz5sGB6qmDVVeGcTkuJ { width:13.875rem;height:2.75rem;top:-6.9375rem;left:4.1759595870972rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD4wMKivXwTsc8W55WnNAPaQNeTqQ9F8 { width:11.6875rem;height:1.625rem;top:-8.625rem;left:5.7695322036743rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-regular-label { width:12.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-input-text { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-input-text {padding-top: 0; padding-bottom: 0;}#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-textarea { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-input-select { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-input-select {padding-top: 0; padding-bottom: 0;}#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-input-button { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-checkbox-label { width:11.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02  { width:13.75rem;height:auto;top:7.3125rem;left:0rem; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .radio-container { width:12.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 {display:block;}#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 { width:13.75rem;height:auto;top:7.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #RcNOPeU011iRKnksMyRpEClWxTqa0l70 {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #mFduAiROUsu8vXttW5AFdPwOR8NS07Gh {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #I0mXV83GwCPDUGIbVFh3mLsa4JbeIWuP {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #QFUod9PmxpryMP8IIZFOJBoCZuT9XX6z {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #MnNRyq9ZfImS6BVNJH7V29nvAql4AWgh {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #a6lH8yBA6FcsIEv7zGxEZiSXCT3PPfDR {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #B6LG1sp2yFf5FUmEBmL59TfirJ33eSkJ {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #U04lo5zLIl6etvdWeGTaFte2nZUpUEX4 {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #kiKedLUDbeTKiqE5S7LXW5g7aBa2Kg9B {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #LK2LRIEaTZMTwAZnVArSkpJ2fNd6CTS2 {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #oLKHAhZNyyI1Bxt3DHmn1LOO0bD5ChMK {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #QQJAKANzbakUS9l0M9fbwOZ8feTvyJal {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #oT5aof0hfoXMkU4nuJoR5k91dAf0rFcy {  }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #oT5aof0hfoXMkU4nuJoR5k91dAf0rFcy .container-column{width:50%;} }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #TL6GxBDgKtbE4bBXe0BoIJ7UUiN8UPqG {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #T1cohGqWE3KKIWd84f3fG3fTdeGx5bUM {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #UzZEOtmEIPKh9sOE7i1hr5pQOZ3H6ayB {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #omgBELegZ7fOiMWdDUnvD1mrED7UPzP6 {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #IZUVyGvANHmdTOkPJUMElCtobPuFOIEB {  }
 }@media only screen and (max-width: 763px) { #QJiNTvx2yvzT0WzlipP9ruL7exoaJMSS { display:block; }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #vxkseGradJFiBkv1zOHDxqWo60cQypHt {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #Uy2KAaSEnxzJsByqTD7Nsl6I4KiTHRkw {  }
 }@media only screen and (max-width: 763px) { #c1tEdLaWxO40yysekSFTk3aT8cToqIsd { top:36.375rem;left:17.3125rem;width:13.125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b72A4AyAvlFgQ17uVVa9LibS8XwG48CN { display:block; }
 }@media only screen and (max-width: 763px) { #b1k0oaCqsQd8ggoIoNUpW0HAMZTdkPuq { width:13.875rem;height:2.8125rem;top:11rem;left:16.6875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8E4LPsaeVpyWC8EstPHvX2gh8q7In80 { width:11.6875rem;height:1.6875rem;top:9.125rem;left:18rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTkHIs9H8iPt7vuhTprJaCsK91yo0FRT { display:block; }#UTkHIs9H8iPt7vuhTprJaCsK91yo0FRT > .row .container { height:35.5rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1r6LsMBGlSNuiXMCLOzq3gXdnPGmwrz { width:33.75rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #asG0Ep9Tyggkrys6ODxnWipxJP8Or7l3 { width:14.125rem;height:4.125rem;top:20.0625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5BDecT9DLwCwOgHvx4MBZ7JqkUSUXzz { top:22.9375rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EnRMomzXnadtA5RL0Eyh4LghoMfF6dh2 { top:7.875rem;left:15.25rem;width:19.875rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9W86OzIaLUpmq5gA6peCldwnsNlNo7F { top:8.875rem;left:18.0625rem;width:14.5625rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffCCSO80S22oBFnqEk7KqtNNdN9ZykgB { top:6.625rem;left:32.375rem;width:1.9375rem;height:4.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oow5xxgcMGG8wXNVaCRyZ0w9Qnou10nk { width:17.4375rem;height:3.375rem;top:17.375rem;left:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgCVcZOfzg54ZNwvg6J69xeEp2Lu4D9S { display:block; }
 }@media only screen and (max-width: 763px) { #eDO1VFUdOIwU9wz8p7yTIxehTvyCEpKy { top:12.375rem;left:18.031902313233rem;width:14.5625rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzUGHSW5KwTgBTsA3MDr8OQ7cdSXTkIJ { width:14.125rem;height:4.125rem;top:20.0625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eq7J0AJmmiJL895zl1DO1TSWn2PEl8KO { display:block; }#eq7J0AJmmiJL895zl1DO1TSWn2PEl8KO > .row .container { height:35.5rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeWRA2HQ6zg8bTRIMLQxcViKt9VmC6p7 { width:33.75rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #U43kZJJLPQaLC8vDXpIghVcDf6fVt61M { width:14.125rem;height:4.125rem;top:20.0625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IfaT1ntiPTZf9PFxNdt1EXpIM0Seux4W { top:22.9375rem;left:45.6875rem;width:2.0625rem;height:2.0625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #mMMZ35EeDpGltSS2CDS56eWCBLEOXCug { top:1.0625rem;left:13.437501907349rem;width:26.75rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZAkzmMKR7eVN1ky6P4mHSoqkZ05rT5R { top:10.8125rem;left:27.5625rem;width:19.9375rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdhXRGuKPfwilr44PibBTEgFikOV1HJ5 { top:10.1875rem;left:33.1875rem;width:14.5625rem;height:6.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #huuSO8mEnBTE5qsOg0PUzbaUHXdeAOVq { top:11.125rem;left:0rem;width:19.9375rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr59Ag1E1g9JAomxkL4TQFKfyfbgbfWD { top:12.125rem;left:1.5950527191162rem;width:14.5625rem;height:6rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5nvHtn96BpLTKSNW80r4kr7e4hUuhnc { top:9.8125rem;left:15.966146469116rem;width:2rem;height:4.625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMGmDD7zHr0Oqt9ZEul4UuhP6TQXgrHO { top:28.5rem;left:27.5625rem;width:19.875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTRSC9VXKE9OXnS9vxhynxS2gm70S99D { top:26.6875rem;left:45.8125rem;width:1.9375rem;height:4.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cssZvHELxwE7ESneBtkb4fb65h3RZqzo { top:29.0625rem;left:33.1875rem;width:14.5625rem;height:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJNAr8TPWCenI5AlcpFkozSVQfQybcP9 { top:28.5rem;left:0rem;width:19.875rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkVaFn0TGm4Rhrq2haNRhwFk5lICdZbk { top:29.125rem;left:1.3125rem;width:14.5625rem;height:6.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9cvbqJe7e397dbMDMAu8NlOW7HHcRDC { top:26.75rem;left:13.9375rem;width:1.9375rem;height:4.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhkzOFTc2iconXTWCtpxw3m33HUndsq4 { width:14.125rem;height:4.125rem;top:20.0625rem;left:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H2fabOVFQql6gN4hPiTxmv2M9InvTkRo { width:17.4375rem;height:3.375rem;top:56.3125rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUpdg1Rk4EQ0kBe9gl3lhbZ76yJMXbPM { display:block; }
 }@media only screen and (max-width: 763px) { #V99KesfRrUpdWDGTNSrAgPuMnVriCtWS { width:17.4375rem;height:3.375rem;top:36.125rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6IQ6TRX0i81gaIpTzhbz6aN3LQgdHef { display:block; }
 }@media only screen and (max-width: 763px) { #qNGta7WZFK9husRxhMEaVc4iowIUsytA { width:17.4375rem;height:3.375rem;top:36.125rem;left:0.1533203125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTlOpi8ytaJoRuWt3KVJ8g0VPmaLydfK { display:block; }
 }@media only screen and (max-width: 763px) { #h8EvZ1AVPysweBTZXRnXg8oHnvG5cDBI { width:17.4375rem;height:3.375rem;top:18.75rem;left:0.15478515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm1uFw0U7pUZSKssVZ5eNPXGKUcZgcUU { display:block; }
 }@media only screen and (max-width: 763px) { #a3M7RTBTpgKCQTRxaZ4UZBf5aSFpWAu8 { width:17.5rem;height:3.4375rem;top:18.8125rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWQ0coc050vEe1KTpmnlfmN4FOyn1fTs { display:block; }
 }@media only screen and (max-width: 763px) { #PL6NXL4ckXZ2sZSBLTuDT5R4kId6feUu { width:17.4375rem;height:3.375rem;top:48rem;left:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkgQVmOntPVWCctlpp81DXgPetoQe6dK { display:block; }
 }@media only screen and (max-width: 763px) { #kDELHKFzCKDgk84858G51aH9Z3t5Whu8 { top:42.875rem;left:27.5rem;width:20rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIOSar2XOsgumwmr22MQITzXlUKfGcgd { top:43.5rem;left:33.1875rem;width:14.5625rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4UI1cuKvR5r7CGFpe2iiUdTd76Ut4EE { top:42.875rem;left:0.125rem;width:20rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8eDDqVNfErIPffwaa0O9PJZdJPRFbc0 { top:43.5rem;left:2.625rem;width:14.5625rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zALVAuWytAP56JMkBtEb8N99b6JsEIhz { width:17.4375rem;height:3.375rem;top:48.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOo8sV1nmHb5fJVPvpAUTnTo3XEGrwPu { display:block; }
 }@media only screen and (max-width: 763px) { #XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 { display:block; }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkcGBpAU9XuLbsnb1LB40IQq8yu7mr2x { width:29.0625rem;height:2.75rem;top:3.125rem;left:18.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6axcXShMccRHAu3HHDPcNOhBrAHEarN { width:22.1875rem;height:0.1875rem;top:6.75rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhyMyREFdPwdsgBJTJoLv6f2x8d8qeWy { width:24.0625rem;height:6.375rem;top:7.9375rem;left:23.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCXoaOJHlF6RCZuFmV7raOageHxr8BPE { width:1.875rem;height:1.875rem;top:19.8125rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6kCGn1LNT6HMviw4BIBZ5Ci7qkXQJZK { width:4.25rem;height:0.1875rem;top:6.6875rem;left:43.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaTal2mn8H6g4Df8LHe9TBv4bMKxPzlh { width:1.75rem;height:1.75rem;top:19.9375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNptSK8gtETomkhKnxJLudxHSDsammHd { width:28.5625rem;height:2.6875rem;top:16.5rem;left:19.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NdeMvDnZlS09E1FZ22re2AuFi9aHSWJG { width:20.75rem;height:2rem;top:19.1875rem;left:27rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB3JTIC1UXf4TUtn3NenIC4MSZAgQZVn { width:1.75rem;height:1.75rem;top:22.0625rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFqUJRKVJeBQDWBiSZG6hx88BHvu2MDF { width:1.875rem;height:1.875rem;top:22rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK4WQO0IK0Op2e09ytuvx9IHeaH21qus { width:1.75rem;height:1.75rem;top:24.375rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp0ZNlf0xxF6VMAAq3hBbFat8Vkbw3SP { width:1.875rem;height:1.875rem;top:24.25rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk4E3fEvsJ84rpfTpP6LrHJ4wiFkWkTk { width:11.375rem;height:2rem;top:21.5rem;left:36.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RKyg48W7WEAIIl7zMQwU5GTn97SzrQSE { width:11.375rem;height:2rem;top:26rem;left:36.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkiGCA5pDB8ZRTTgCkLM8raqBssTLKun { width:1.75rem;height:1.75rem;top:26.5rem;left:46rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGKSuxETegKmusdP2r2o7CvtCiCdgf1K { width:1.875rem;height:1.875rem;top:26.375rem;left:45.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsbustk5UkuTLSykWVBd0xWggieToWvI { width:11.375rem;height:2rem;top:23.8125rem;left:36.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCOt5fvcBdfmURM1Vn3oBkTambyTQpmH { display:block; }#nCOt5fvcBdfmURM1Vn3oBkTambyTQpmH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXxcQ39VDJV6T6550hpS1TZa4IetgtR5 { width:28.8125rem;height:2.5rem;top:1.4375rem;left:18.9375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXwoUgLz3rOKt8pesFcln3IH8unDThsf { width:10.5625rem;height:2rem;top:18.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlM95OuR0UxxZy5CpGNC86ckx0ir9iNc { width:45.0625rem;height:2rem;top:5.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHNOlKLnTaS7KQXCudXX1GvIsWy9Cyzx { width:3.125rem;height:3.125rem;top:18.125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgbsLnp9EauRf3OyLBGyiI3VsrWOmuZC { top:13rem;left:16.123046875rem;width:19.375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yy3LAI8ggbO0U06KaCB5I7Q5oGmPoc4Q { width:47.75rem;height:4rem;top:9rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #da4dOT8xwB5xkbIced5rUx9BMbdJug6G { display:block; }#da4dOT8xwB5xkbIced5rUx9BMbdJug6G > .row .container { width:20rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0sUtLqw6gZCkLDTNRLdOSTxgl92QR0C { width:14.5rem;height:3.625rem;top:0.625rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row .container { background-color: transparent; background-image: none; }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row .container > .video-iframe-container { display: none; }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row > .video-iframe-container { display: none; }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .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); }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row .container { border-width: 0; border-radius: 0; }#ERZeu8vGedvDVdXPNJ8x3H2F3Il6vDDx > .row .container { height:48rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qsLHO8wSTsCfTN3Gg6ibEe5WlLWGDg9k { width:5.4370125rem;height:2.5996125rem;top:5.1875rem;left:3rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJss7kzV3ckdAPAmixLpbV9vPJIbsLDK { width:20rem;height:4.33333125rem;top:1.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #J5MrigC2rHmdttcSP4TflqLh0mlVgrKy { top:0.5595703125rem;left:0rem;width:20rem;height:13.1875rem;z-index:100071;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CbohX07wMzaGPc4nw4K0BccW1qEVONen { width:18.1875rem;height:5.8125rem;top:66.625rem;left:0rem;text-align:right;text-align-last:right;font-size:0.9375rem;line-height:2.1;display:none; }
 }@media only screen and (max-width: 763px) { #PIlN5TWh7Ti0yGq9GheTGt5Wrw7J6Tqa { width:2.0625rem;height:2.0625rem;top:66.5rem;left:17.9375rem;font-size:1.4375rem;z-index:100066;display:none; }
 }@media only screen and (max-width: 763px) { #OWS0ha6nITUQCeexp1K9dhfITUGwxNTL { width:15.0625rem;height:35.4375rem;top:6.75rem;left:3rem;background-color:#026499;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Ia6s95GnT8LoTgz5sGB6qmDVVeGcTkuJ { width:12.3739375rem;height:2.61285rem;top:7.875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fD4wMKivXwTsc8W55WnNAPaQNeTqQ9F8 { width:11.0618125rem;height:2.12456875rem;top:10.8125rem;left:5rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-regular-label { width:12.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto;background-color:transparent;background-image:none; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-input-text { width:12.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.1875rem; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-input-text {padding-top: 0; padding-bottom: 0;}#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-textarea { width:12.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-input-select { width:12.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-input-select {padding-top: 0; padding-bottom: 0;}#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-input-button { width:12.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3rem; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .widget-checkbox-label { width:11.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02  { width:12.249625rem;height:auto;top:13.125rem;left:3.125rem;background-color:transparent;background-image:none; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 .radio-container { width:12.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 {display:block;}#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 { width:12.249625rem;height:auto;top:13.125rem;left:3.125rem;background-color:transparent;background-image:none; }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #RcNOPeU011iRKnksMyRpEClWxTqa0l70 {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #mFduAiROUsu8vXttW5AFdPwOR8NS07Gh {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #I0mXV83GwCPDUGIbVFh3mLsa4JbeIWuP {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #QFUod9PmxpryMP8IIZFOJBoCZuT9XX6z {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #MnNRyq9ZfImS6BVNJH7V29nvAql4AWgh {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #a6lH8yBA6FcsIEv7zGxEZiSXCT3PPfDR {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #B6LG1sp2yFf5FUmEBmL59TfirJ33eSkJ {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #U04lo5zLIl6etvdWeGTaFte2nZUpUEX4 {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #kiKedLUDbeTKiqE5S7LXW5g7aBa2Kg9B {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #LK2LRIEaTZMTwAZnVArSkpJ2fNd6CTS2 {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #oLKHAhZNyyI1Bxt3DHmn1LOO0bD5ChMK {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #QQJAKANzbakUS9l0M9fbwOZ8feTvyJal {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #oT5aof0hfoXMkU4nuJoR5k91dAf0rFcy {  }
#H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #oT5aof0hfoXMkU4nuJoR5k91dAf0rFcy .container-column{width:50%;} }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #TL6GxBDgKtbE4bBXe0BoIJ7UUiN8UPqG {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #T1cohGqWE3KKIWd84f3fG3fTdeGx5bUM {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #UzZEOtmEIPKh9sOE7i1hr5pQOZ3H6ayB {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #omgBELegZ7fOiMWdDUnvD1mrED7UPzP6 {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #IZUVyGvANHmdTOkPJUMElCtobPuFOIEB {  }
 }@media only screen and (max-width: 763px) { #QJiNTvx2yvzT0WzlipP9ruL7exoaJMSS { display:block; }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #vxkseGradJFiBkv1zOHDxqWo60cQypHt {  }
 }@media only screen and (max-width: 763px) { #H9CZH1gF70PgBiEQ9fv0gLF1DDgb4s02 #Uy2KAaSEnxzJsByqTD7Nsl6I4KiTHRkw {  }
 }@media only screen and (max-width: 763px) { #c1tEdLaWxO40yysekSFTk3aT8cToqIsd { top:38.5rem;left:4rem;width:13.1875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b72A4AyAvlFgQ17uVVa9LibS8XwG48CN { display:block; }
 }@media only screen and (max-width: 763px) { #b1k0oaCqsQd8ggoIoNUpW0HAMZTdkPuq { width:12.3739375rem;height:2.61285rem;top:7.875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W8E4LPsaeVpyWC8EstPHvX2gh8q7In80 { width:11.0618125rem;height:2.12456875rem;top:10.8125rem;left:5rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #UTkHIs9H8iPt7vuhTprJaCsK91yo0FRT { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#UTkHIs9H8iPt7vuhTprJaCsK91yo0FRT > .row .container { background-color: transparent; background-image: none; }#UTkHIs9H8iPt7vuhTprJaCsK91yo0FRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTkHIs9H8iPt7vuhTprJaCsK91yo0FRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTkHIs9H8iPt7vuhTprJaCsK91yo0FRT > .row .container > .video-iframe-container { display: none; }#UTkHIs9H8iPt7vuhTprJaCsK91yo0FRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UTkHIs9H8iPt7vuhTprJaCsK91yo0FRT > .row > .video-iframe-container { display: none; }#UTkHIs9H8iPt7vuhTprJaCsK91yo0FRT > .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); }#UTkHIs9H8iPt7vuhTprJaCsK91yo0FRT > .row .container { border-width: 0; border-radius: 0; }#UTkHIs9H8iPt7vuhTprJaCsK91yo0FRT > .row .container { height:18.75rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1r6LsMBGlSNuiXMCLOzq3gXdnPGmwrz { top:0.5595703125rem;left:0rem;width:20rem;height:13.1875rem;z-index:100071;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #asG0Ep9Tyggkrys6ODxnWipxJP8Or7l3 { width:18.1875rem;height:5.8125rem;top:66.625rem;left:0rem;text-align:right;text-align-last:right;font-size:0.9375rem;line-height:2.1;display:none; }
 }@media only screen and (max-width: 763px) { #Q5BDecT9DLwCwOgHvx4MBZ7JqkUSUXzz { width:2.0625rem;height:2.0625rem;top:66.5rem;left:17.9375rem;font-size:1.4375rem;z-index:100066;display:none; }
 }@media only screen and (max-width: 763px) { #EnRMomzXnadtA5RL0Eyh4LghoMfF6dh2 { width:19.75rem;height:7.75rem;top:6rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9W86OzIaLUpmq5gA6peCldwnsNlNo7F { width:14.5625rem;height:2.01714375rem;top:7.3125rem;left:2.6875rem;font-size:1.1875rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ffCCSO80S22oBFnqEk7KqtNNdN9ZykgB { width:1.99978125rem;height:4.6723125rem;top:4.6875rem;left:16.875rem;font-size:1.375rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Oow5xxgcMGG8wXNVaCRyZ0w9Qnou10nk { width:10.9375rem;height:3.4375rem;top:14.1875rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QgCVcZOfzg54ZNwvg6J69xeEp2Lu4D9S { display:block; }
 }@media only screen and (max-width: 763px) { #eDO1VFUdOIwU9wz8p7yTIxehTvyCEpKy { width:14.561625rem;height:2.01714375rem;top:10.75rem;left:2.6875rem;font-size:1.1875rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gzUGHSW5KwTgBTsA3MDr8OQ7cdSXTkIJ { width:20rem;height:2.73111875rem;top:1.1230473518372rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #eq7J0AJmmiJL895zl1DO1TSWn2PEl8KO { background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#eq7J0AJmmiJL895zl1DO1TSWn2PEl8KO > .row .container { background-color: transparent; background-image: none; }#eq7J0AJmmiJL895zl1DO1TSWn2PEl8KO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eq7J0AJmmiJL895zl1DO1TSWn2PEl8KO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eq7J0AJmmiJL895zl1DO1TSWn2PEl8KO > .row .container > .video-iframe-container { display: none; }#eq7J0AJmmiJL895zl1DO1TSWn2PEl8KO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eq7J0AJmmiJL895zl1DO1TSWn2PEl8KO > .row > .video-iframe-container { display: none; }#eq7J0AJmmiJL895zl1DO1TSWn2PEl8KO > .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); }#eq7J0AJmmiJL895zl1DO1TSWn2PEl8KO > .row .container { border-width: 0; border-radius: 0; }#eq7J0AJmmiJL895zl1DO1TSWn2PEl8KO > .row .container { height:99.5625rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oeWRA2HQ6zg8bTRIMLQxcViKt9VmC6p7 { top:0.5595703125rem;left:0rem;width:20rem;height:13.1875rem;z-index:100071;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #U43kZJJLPQaLC8vDXpIghVcDf6fVt61M { width:18.1875rem;height:5.8125rem;top:66.625rem;left:0rem;text-align:right;text-align-last:right;font-size:0.9375rem;line-height:2.1;display:none; }
 }@media only screen and (max-width: 763px) { #IfaT1ntiPTZf9PFxNdt1EXpIM0Seux4W { width:2.0625rem;height:2.0625rem;top:66.5rem;left:17.9375rem;font-size:1.4375rem;z-index:100066;display:none; }
 }@media only screen and (max-width: 763px) { #mMMZ35EeDpGltSS2CDS56eWCBLEOXCug { width:20rem;height:5.94010625rem;top:0.50000190734863rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZAkzmMKR7eVN1ky6P4mHSoqkZ05rT5R { width:19rem;height:7.0625rem;top:8.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tdhXRGuKPfwilr44PibBTEgFikOV1HJ5 { width:14.5625rem;height:7.0709625rem;top:6.4375rem;left:2.875rem;font-size:1.375rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #huuSO8mEnBTE5qsOg0PUzbaUHXdeAOVq { width:19.75rem;height:7.75rem;top:21.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gr59Ag1E1g9JAomxkL4TQFKfyfbgbfWD { width:14.5625rem;height:6.05143125rem;top:22.875rem;left:2.75rem;font-size:1.1875rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L5nvHtn96BpLTKSNW80r4kr7e4hUuhnc { width:2rem;height:4.7348125rem;top:20.437500953674rem;left:17.125001251698rem;font-size:1.375rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tMGmDD7zHr0Oqt9ZEul4UuhP6TQXgrHO { width:19.75rem;height:7.4375rem;top:36.3125rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTRSC9VXKE9OXnS9vxhynxS2gm70S99D { width:2rem;height:4.7348125rem;top:34.625001907349rem;left:16.187501251698rem;font-size:1.375rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cssZvHELxwE7ESneBtkb4fb65h3RZqzo { width:14.5625rem;height:6.3736875rem;top:36.9375rem;left:2.75rem;font-size:1.25rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QJNAr8TPWCenI5AlcpFkozSVQfQybcP9 { width:19.75rem;height:7.4375rem;top:50.625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VkVaFn0TGm4Rhrq2haNRhwFk5lICdZbk { width:14.5625rem;height:6.3736875rem;top:51.25rem;left:3rem;font-size:1.25rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9cvbqJe7e397dbMDMAu8NlOW7HHcRDC { width:2rem;height:4.7348125rem;top:48.8125rem;left:15.625rem;font-size:1.375rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IhkzOFTc2iconXTWCtpxw3m33HUndsq4 { width:17.625rem;height:6.3020625rem;top:65.1015663147rem;left:1.1562500596046rem;text-align:right;text-align-last:right;font-size:1rem;line-height:2.1;display:block; }
 }@media only screen and (max-width: 763px) { #H2fabOVFQql6gN4hPiTxmv2M9InvTkRo { width:10.1875rem;height:3.4375rem;top:15.437500953674rem;left:4.9062502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #oUpdg1Rk4EQ0kBe9gl3lhbZ76yJMXbPM { display:block; }
 }@media only screen and (max-width: 763px) { #V99KesfRrUpdWDGTNSrAgPuMnVriCtWS { width:17.5rem;height:3.4375rem;top:72.9375rem;left:1.248046875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6IQ6TRX0i81gaIpTzhbz6aN3LQgdHef { display:block; }
 }@media only screen and (max-width: 763px) { #qNGta7WZFK9husRxhMEaVc4iowIUsytA { width:10.6875rem;height:3.75rem;top:58.3095703125rem;left:5.4990234375rem;font-size:1.3125rem;line-height:.6;display:block; }
 }@media only screen and (max-width: 763px) { #TTlOpi8ytaJoRuWt3KVJ8g0VPmaLydfK { display:block; }
 }@media only screen and (max-width: 763px) { #h8EvZ1AVPysweBTZXRnXg8oHnvG5cDBI { width:10.9375rem;height:3.4375rem;top:44.062501907349rem;left:4.5312502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vm1uFw0U7pUZSKssVZ5eNPXGKUcZgcUU { display:block; }
 }@media only screen and (max-width: 763px) { #a3M7RTBTpgKCQTRxaZ4UZBf5aSFpWAu8 { width:10.1875rem;height:3.5rem;top:29.562500953674rem;left:5.3437502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #MWQ0coc050vEe1KTpmnlfmN4FOyn1fTs { display:block; }
 }@media only screen and (max-width: 763px) { #PL6NXL4ckXZ2sZSBLTuDT5R4kId6feUu { width:17.4375rem;height:3.375rem;top:95.06012269165rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkgQVmOntPVWCctlpp81DXgPetoQe6dK { display:block; }
 }@media only screen and (max-width: 763px) { #kDELHKFzCKDgk84858G51aH9Z3t5Whu8 { width:19.75rem;height:4.9375rem;top:83.99848769165rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fIOSar2XOsgumwmr22MQITzXlUKfGcgd { width:14.561625rem;height:4.2491375rem;top:84.62348769165rem;left:2.5625rem;font-size:1.25rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t4UI1cuKvR5r7CGFpe2iiUdTd76Ut4EE { width:19.75rem;height:4.875rem;top:77.62479019165rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8eDDqVNfErIPffwaa0O9PJZdJPRFbc0 { width:14.561625rem;height:4.2491375rem;top:78.24979019165rem;left:2.5625rem;font-size:1.25rem;line-height:1.7;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zALVAuWytAP56JMkBtEb8N99b6JsEIhz { width:17.4375rem;height:3.375rem;top:90.43512269165rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOo8sV1nmHb5fJVPvpAUTnTo3XEGrwPu { display:block; }
 }@media only screen and (max-width: 763px) { #XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 { background-color:transparent;background-image:none;display:block; }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row .container { background-color: transparent; background-image: none; }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row .container > .video-iframe-container { display: none; }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row > .video-iframe-container { display: none; }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .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); }#XNzqLBIULZzJMzn9DQNl3hD7ceUUlTx0 > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hkcGBpAU9XuLbsnb1LB40IQq8yu7mr2x { width:16.5rem;height:1.875rem;top:0.375rem;left:2.4375000596046rem;text-align:right;text-align-last:right;line-height:1.2;font-size:1.5625rem;color:#e5972b;display:block; }
 }@media only screen and (max-width: 763px) { #I6axcXShMccRHAu3HHDPcNOhBrAHEarN { width:14.625rem;height:0.1875rem;top:2.625rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhyMyREFdPwdsgBJTJoLv6f2x8d8qeWy { width:17.625rem;height:4.75rem;top:3.5625rem;left:1.3125rem;text-align:right;text-align-last:right;line-height:1.5;font-size:0.625rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #BCXoaOJHlF6RCZuFmV7raOageHxr8BPE { width:1.5625rem;height:1.5625rem;top:13.625rem;left:17.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6kCGn1LNT6HMviw4BIBZ5Ci7qkXQJZK { width:4.25rem;height:0.1875rem;top:2.625rem;left:14.625000298023rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaTal2mn8H6g4Df8LHe9TBv4bMKxPzlh { width:1.25rem;height:1.25rem;top:13.84375rem;left:17.46875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZNptSK8gtETomkhKnxJLudxHSDsammHd { width:13.5625rem;height:1.875rem;top:11rem;left:5.375rem;text-align:right;text-align-last:right;line-height:1.5;font-size:1.25rem;color:#e5972b;display:block; }
 }@media only screen and (max-width: 763px) { #NdeMvDnZlS09E1FZ22re2AuFi9aHSWJG { width:16.8125rem;height:1.9487875rem;top:13.1875rem;left:0.1875rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZB3JTIC1UXf4TUtn3NenIC4MSZAgQZVn { width:1.25rem;height:1.25rem;top:15.6875rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFqUJRKVJeBQDWBiSZG6hx88BHvu2MDF { width:1.5625rem;height:1.5625rem;top:15.4375rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lK4WQO0IK0Op2e09ytuvx9IHeaH21qus { width:1.25rem;height:1.25rem;top:17.625rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zp0ZNlf0xxF6VMAAq3hBbFat8Vkbw3SP { width:1.5625rem;height:1.5625rem;top:17.3125rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gk4E3fEvsJ84rpfTpP6LrHJ4wiFkWkTk { width:10.0625rem;height:1.9487875rem;top:15.09375rem;left:6.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #RKyg48W7WEAIIl7zMQwU5GTn97SzrQSE { width:10.0625rem;height:1.9487875rem;top:16.9375rem;left:6.9375rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #KkiGCA5pDB8ZRTTgCkLM8raqBssTLKun { width:1.25rem;height:1.25rem;top:19.4375rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DGKSuxETegKmusdP2r2o7CvtCiCdgf1K { width:1.5625rem;height:1.5625rem;top:19.1875rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsbustk5UkuTLSykWVBd0xWggieToWvI { width:11.375rem;height:1.9487875rem;top:18.875rem;left:5.5625rem;text-align:right;text-align-last:right;line-height:2.6;font-size:0.75rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nCOt5fvcBdfmURM1Vn3oBkTambyTQpmH { background-color:transparent;background-image: -webkit-linear-gradient(top, #e5972b, #2649a9);background-image: -moz-linear-gradient(top, #e5972b, #2649a9);background-image: -ms-linear-gradient(top, #e5972b, #2649a9);background-image: -o-linear-gradient(top, #e5972b, #2649a9);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5972b', endColorstr='#2649a9' );";background-image: linear-gradient(to bottom, #e5972b, #2649a9);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#nCOt5fvcBdfmURM1Vn3oBkTambyTQpmH > .row .container { background-color: transparent; background-image: none; }#nCOt5fvcBdfmURM1Vn3oBkTambyTQpmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCOt5fvcBdfmURM1Vn3oBkTambyTQpmH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCOt5fvcBdfmURM1Vn3oBkTambyTQpmH > .row .container > .video-iframe-container { display: none; }#nCOt5fvcBdfmURM1Vn3oBkTambyTQpmH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCOt5fvcBdfmURM1Vn3oBkTambyTQpmH > .row > .video-iframe-container { display: none; }#nCOt5fvcBdfmURM1Vn3oBkTambyTQpmH > .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); }#nCOt5fvcBdfmURM1Vn3oBkTambyTQpmH > .row .container { border-width: 0; border-radius: 0; }#nCOt5fvcBdfmURM1Vn3oBkTambyTQpmH > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZXxcQ39VDJV6T6550hpS1TZa4IetgtR5 { width:16.6875rem;height:1.51171875rem;top:1.75rem;left:1.6875000596046rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXwoUgLz3rOKt8pesFcln3IH8unDThsf { width:20rem;height:2rem;top:23.6875rem;left:0rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #GlM95OuR0UxxZy5CpGNC86ckx0ir9iNc { width:13.0625rem;height:4.80143125rem;top:4.375rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHNOlKLnTaS7KQXCudXX1GvIsWy9Cyzx { width:3.125rem;height:3.125rem;top:25.9375rem;left:8.3125rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgbsLnp9EauRf3OyLBGyiI3VsrWOmuZC { width:19.437rem;height:1.2999125rem;top:15.0029296875rem;left:0.56396484375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yy3LAI8ggbO0U06KaCB5I7Q5oGmPoc4Q { width:14.875rem;height:6.40190625rem;top:9.8125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }