.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body {
    width: fit-content;
    min-width: calc(100vw - (100vw - 100%));
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNxMhprmZ3wn4NJtIS4JyJt6nIgk4vXG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#SNxMhprmZ3wn4NJtIS4JyJt6nIgk4vXG > .row .container { background-color: transparent; background-image: none; }#SNxMhprmZ3wn4NJtIS4JyJt6nIgk4vXG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNxMhprmZ3wn4NJtIS4JyJt6nIgk4vXG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNxMhprmZ3wn4NJtIS4JyJt6nIgk4vXG > .row .container > .video-iframe-container { display: none; }#SNxMhprmZ3wn4NJtIS4JyJt6nIgk4vXG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SNxMhprmZ3wn4NJtIS4JyJt6nIgk4vXG > .row > .video-iframe-container { display: none; }#SNxMhprmZ3wn4NJtIS4JyJt6nIgk4vXG > .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); }#SNxMhprmZ3wn4NJtIS4JyJt6nIgk4vXG > .row .container { border-width: 0; border-radius: 0; }#SNxMhprmZ3wn4NJtIS4JyJt6nIgk4vXG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SNxMhprmZ3wn4NJtIS4JyJt6nIgk4vXG > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#pbRI0dNxTBf9mtZqNXou2g5tDIdP4Nzw { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;top:1.03125rem;left:59.75rem; }
#XTt0NeGfOyoTMhsQfvppmzGBTxA8eJvP { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:18.75rem;top:1.25rem;left:5.6863059997559rem;overflow:hidden;display:block; }
#SRNBKeVFw2MxURAWPhGeKTEMWsrzqBrv { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:6.4995625rem;top:1.09375rem;left:60.999891281128rem;overflow:hidden;display:block; }
#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { font-size:0.875rem;font-family:arial;height:32.6875rem;width:75rem;position:relative;display:block; }#I94Tc2LlLEaT4D0Jtw5e8nPZZq54HPwM { color:#234446;display:block;width:33.6875rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.3745670318606rem;left:7.5rem;height:6.8245625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { color:#234446;display:block;width:27.686625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:14.643013000488rem;left:7.5000019073488rem;height:5.09765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wmVwEPM13kBKe89NPTcdbKlsPMwzzFun { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:29.1873125rem;width:29.1873125rem;top:2.4061422348023rem;left:39.562177658081rem;overflow:hidden;display:block; }
#mPt8HJ2E7V4MzJPTZh4kT9WqTT8PoC35 { position:absolute;display:block;z-index:14996;background-color:#ffcf66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:3.125rem;width:3.125rem;top:3.375rem;left:34.8125rem;display:block; }
#eLTdz7bGcdtEBmWQ9ymCEBUzKE0rOeFM { position:absolute;display:block;z-index:14994;background-color:#ffcf66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:6.5625rem;width:6.5625rem;top:27.56185105443rem;left:30.8125rem;display:block; }
#e0VqJk6sUDLfEqfoBD8dZQRiFx80CzHE { position:absolute;display:block;z-index:14993;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:9.375rem;width:3.125rem;top:24.784072428942rem;left:63.0625rem;display:block; }
#qwT8APmdBTW26Z5lpf42RMzeL3OZmq6n { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:2.1875rem;width:10rem;top:21rem;left:33.8125rem;display:block; }
#aoAJR6LDgTU9KiZtfGmDgsKIaHOLM0K7 { position:absolute;display:block;z-index:14995;background-color:#ffcf66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:29.5rem;width:29.5rem;top:2.25rem;left:37.9375rem;display:block; }
#tbfLJ1oKRmtX5ywVTFSkcPITVbiTT1IJ { background-color:#f3a60b;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.125rem;height:2.68555rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:20.750326603651rem;left:7.5rem;display:block; }
#Do2wHVGq1BWvG7MC1fOoApRxbnHzJQ14 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#094583;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { background-color: transparent; background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .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); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { border-width: 0; border-radius: 0; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#PRRcWN4rkctK2shf1FdMtesupfcd9M04 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:21.25rem;width:21.25rem;top:4.375rem;left:4.75rem;overflow:hidden;display:block; }
#OvcQDzIMmu79NLULSIZOyqsroo3hoNAf { position:absolute;display:block;z-index:14994;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:7.5rem;width:3.125rem;top:6.125rem;left:5.9375rem;display:block; }
#c7FZX72OdcxFFZMxUssni03lPNc60o0c { position:absolute;display:block;z-index:15014;background-color:#ffcf66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:6.5625rem;width:6.5625rem;top:19.8125rem;left:20.5625rem;display:block; }
#Mvu8IAA6iyLkSz1xrTHx3x7DygV53VR7 { color:#f9f9f9;display:block;width:27.5rem;position:absolute;font-family:lato;font-size:1.8125rem;font-weight:700;z-index:15002;line-height:1.6;letter-spacing:0;top:11.311849594116rem;left:33.875rem;height:18.3365625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#Mvu8IAA6iyLkSz1xrTHx3x7DygV53VR7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Mvu8IAA6iyLkSz1xrTHx3x7DygV53VR7 li:before{  }
#nc1P91ZgwLzBFi9GUb3C3VcvRzrXQxUq { color:#ffcf66;display:block;width:35.5620625rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.1241322755814rem;left:33.874786376953rem;height:2.843425rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { background-color: transparent; background-image: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container > .video-iframe-container { display: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container { display: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .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); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { border-width: 0; border-radius: 0; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:75rem;position:relative;display:block; }#cvUwlDiczDFKpDTaBiWZVB8v0EVh8l26 { color:#234446;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.2885200977326rem;left:0rem;height:3.24978125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mfCMm3OvQuNLdtBDSEc7X4T5RoBSl4fp { position:absolute;display:block;z-index:14995;background-color:#ffcf66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:5rem;width:5rem;top:3.4134113788605rem;left:10.3125rem;display:block; }
#lAKvxccXkIcdkXCe95ieieFtJvqWde3k { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.0625rem;width:46.75rem;top:13.499896049499rem;left:14.0625rem;overflow:hidden;display:block; }
#KLufFLgMWmFiArvCAq0BLy8Gq9AM4him { color:#000000;display:block;width:53.6870625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:9.40408039093rem;left:10.625rem;height:2.5987375rem;text-align:center;text-align-last:center;display:block; }
#byNuD2UrkDB6kdTOO7DI7mOWuICXzbTr { background-color:#f3a60b;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.999675rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:30.936959266663rem;left:30.156251907349rem;display:block; }
#NUTJ2iXvKGwU1nExpBXOh58bsSOoACgl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hm2xWsArkREh0Dz56as0eAROyLA10kzX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#094583;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hm2xWsArkREh0Dz56as0eAROyLA10kzX > .row .container { background-color: transparent; background-image: none; }#hm2xWsArkREh0Dz56as0eAROyLA10kzX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hm2xWsArkREh0Dz56as0eAROyLA10kzX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hm2xWsArkREh0Dz56as0eAROyLA10kzX > .row .container > .video-iframe-container { display: none; }#hm2xWsArkREh0Dz56as0eAROyLA10kzX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hm2xWsArkREh0Dz56as0eAROyLA10kzX > .row > .video-iframe-container { display: none; }#hm2xWsArkREh0Dz56as0eAROyLA10kzX > .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); }#hm2xWsArkREh0Dz56as0eAROyLA10kzX > .row .container { border-width: 0; border-radius: 0; }#hm2xWsArkREh0Dz56as0eAROyLA10kzX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hm2xWsArkREh0Dz56as0eAROyLA10kzX > .row .container { font-size:0.875rem;font-family:arial;height:42.875rem;width:75rem;position:relative;display:block; }#F0OVdQ2SeM8nDO3ixpDfMWK3phRoTtcv { color:#f9f9f9;display:block;width:21.1870625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:7.6242408752444rem;left:51.937397003174rem;height:4.19921875rem;font-style:normal;display:block; }
#GsoqEMCsCoMUXepxooiDvr2QAUIN9woQ { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2ac1e311-325a-403c-b0b0-b136ea803551/Inkjetproduct5.JPG");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.5623125rem;width:19.749375rem;top:0.56857633590698rem;left:27.623699188233rem;display:block; }#GsoqEMCsCoMUXepxooiDvr2QAUIN9woQ.adaptive-delivery-prevent-bg, #GsoqEMCsCoMUXepxooiDvr2QAUIN9woQ.lazyload, #GsoqEMCsCoMUXepxooiDvr2QAUIN9woQ.lazyloading { background-image: none; }
#n54IkSLPR9MBsxpei7R0VVXggvToMfED { position:absolute;display:block;z-index:15009;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1291619c-159b-4497-937f-41da0de8a35e/INkjetproduct1.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.5623125rem;width:19.749375rem;top:5.8105473518372rem;left:2.6236972808838rem;display:block; }#n54IkSLPR9MBsxpei7R0VVXggvToMfED.adaptive-delivery-prevent-bg, #n54IkSLPR9MBsxpei7R0VVXggvToMfED.lazyload, #n54IkSLPR9MBsxpei7R0VVXggvToMfED.lazyloading { background-image: none; }
#Iu3suraHZ9VMIoBQbiLvykFnhLF47qpz { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/56dc5c91-fdfb-4da7-96ba-e66d85d2d966/Inkjetproduct4.JPG");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:26.311875rem;width:19.749375rem;top:15.186632633209rem;left:27.623699188233rem;display:block; }#Iu3suraHZ9VMIoBQbiLvykFnhLF47qpz.adaptive-delivery-prevent-bg, #Iu3suraHZ9VMIoBQbiLvykFnhLF47qpz.lazyload, #Iu3suraHZ9VMIoBQbiLvykFnhLF47qpz.lazyloading { background-image: none; }
#LGZ4BEzZ2Ryx0lJ3OBiHuliiWxKzSqDe { position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/603233e5-36b1-4676-83fb-63cbfedceb79/INKjetproduct2.JPG");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:13.5623125rem;width:19.749375rem;top:20.748699665069rem;left:2.6236972808838rem;display:block; }#LGZ4BEzZ2Ryx0lJ3OBiHuliiWxKzSqDe.adaptive-delivery-prevent-bg, #LGZ4BEzZ2Ryx0lJ3OBiHuliiWxKzSqDe.lazyload, #LGZ4BEzZ2Ryx0lJ3OBiHuliiWxKzSqDe.lazyloading { background-image: none; }
#UQ7Wv2RBG2oHLLhM9RLueu7tAQmcSlA6 { color:#f9f9f9;display:block;width:21.1865rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:16.437175750733rem;left:51.905925750733rem;height:8.3984375rem;font-style:normal;display:block; }
#AvUrDVqE2X4dC0wnGRfg3QmxVg3nSGFF { background-color:#f3a60b;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:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:2.9985875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:29.185655593872rem;left:55.156253814698rem;display:block; }
#UgvihulpT9fJkhTiA3TDnPFgTvCTMnvv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hVZTsEt67XiWToiezUpN9dnAdFq3hOOq { position:relative;display:block; }#hVZTsEt67XiWToiezUpN9dnAdFq3hOOq { background-color: transparent; background-image: none; }#hVZTsEt67XiWToiezUpN9dnAdFq3hOOq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVZTsEt67XiWToiezUpN9dnAdFq3hOOq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVZTsEt67XiWToiezUpN9dnAdFq3hOOq > .row .container > .video-iframe-container { display: none; }#hVZTsEt67XiWToiezUpN9dnAdFq3hOOq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hVZTsEt67XiWToiezUpN9dnAdFq3hOOq > .row > .video-iframe-container { display: none; }#hVZTsEt67XiWToiezUpN9dnAdFq3hOOq > .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); }#hVZTsEt67XiWToiezUpN9dnAdFq3hOOq { border-width: 0; border-radius: 0; }#hVZTsEt67XiWToiezUpN9dnAdFq3hOOq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hVZTsEt67XiWToiezUpN9dnAdFq3hOOq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:46.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr .accordion-element-container { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;flex-direction:column;align-items:center;background-color:#f3a60b;background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:700;font-size:1.25rem;color:#ffffff; }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans";color:#ffffff; }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_dc06301e3d6395bc2806757ca01f998db8eaf6bb.svg");background-size:contain !important; }#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr .accordion-trigger.adaptive-delivery-prevent-bg, #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr .accordion-trigger.lazyload, #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr .accordion-trigger.lazyloading { background-image: none; }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr { box-sizing:content-box;height:auto;width:37.436rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15001;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:23.6875rem;left:18.1875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem; }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #CQ2FFpWZLuTSCqK5e5wHut2c0MzoalUB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #gOLsv6JXhCzBqAth1L07uxBpRRfS4TqP { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #knFVU6waqxTkAl9mLMTXMfFRnK5Rv1tH { display:block;position:relative; }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #kzyXctq1r7CtBNMwEuW83GgZAm3ZFbid {  }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #d9K5OghQHptQeR254MFthPnMAZsTvWk6 {  }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #uatscnVp24HgP1mPvptlOXmkasbeXTmA { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #AhnMAJHSoqr9xJfMRhGxcTEnM4N5FpCz { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #bVlsdRZJQDR5dBzhEyRvNRddEQuJto3l { display:block;position:relative; }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #aTLSTTIUnU2JVGes0cQvKwrFRKNTVtOq {  }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #EJZOQN0bNzbvre9E6pVAIbkSIIC9pCUq { display:none; }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #Q20xPIpRFozncT3C5TPRblcsmuQM0shp { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #N9a4ehmhXICvBx8GnS9AcmNVdGmve3qG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #HR7SKfNrbUQpwcRGK020UhdJZBVcAUfi { display:block;position:relative; }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #uomUGLPtupmiqBVIuVnbZRoRZRhTuzGA {  }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #i91qaWfTEh9cVZGHD59L4sAy4tfMCXpK { display:none; }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #Avvq5LMvfM3686C5AkzsXFWrFaJccuZB { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #Xd6JNWzEFr8mT0ifEQdbTIbIimPschOc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #i5nTuq90TxxKVhZdJAXoymmyWqTRhvwE { display:block;position:relative; }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #upnoWMVwfLRpt8BhDwCvRP4awOam3wpz {  }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #gmP9eqPUw3SSgq0oCx1vnwKFiHBcQUc5 { display:none; }
#cu1zRZdDRXl8H5zKVIU2Hu5A7icytEQp { position:absolute;display:block;z-index:14995;background-color:#ffcf66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0.3125rem -0.5625rem 1.5625rem rgba(84,84,84,0.25) ;height:6.5625rem;width:6.5625rem;top:11.061198234558rem;left:53.687065124512rem;display:block; }
#IQdQL91TCsu6StAcfQqkUo1mouSzW1HL { color:#234446;display:block;width:36.1870625rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.1868486404419rem;left:20.061851501465rem;height:6.4995625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mPTwtZFvI9voA6pATmNplTakdIi74vB1 { color:#000000;display:block;width:37.3123125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.1875rem;left:19.5rem;height:9.095625rem;text-align:center;text-align-last:center;display:block; }
#JaOtkkPi2aCLHQELmzdRuVUPhaMrOc84 { position:relative;display:block; }#JaOtkkPi2aCLHQELmzdRuVUPhaMrOc84 { background-color: transparent; background-image: none; }#JaOtkkPi2aCLHQELmzdRuVUPhaMrOc84::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaOtkkPi2aCLHQELmzdRuVUPhaMrOc84 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaOtkkPi2aCLHQELmzdRuVUPhaMrOc84 > .row .container > .video-iframe-container { display: none; }#JaOtkkPi2aCLHQELmzdRuVUPhaMrOc84 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JaOtkkPi2aCLHQELmzdRuVUPhaMrOc84 > .row > .video-iframe-container { display: none; }#JaOtkkPi2aCLHQELmzdRuVUPhaMrOc84 > .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); }#JaOtkkPi2aCLHQELmzdRuVUPhaMrOc84 { border-width: 0; border-radius: 0; }#JaOtkkPi2aCLHQELmzdRuVUPhaMrOc84 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#JaOtkkPi2aCLHQELmzdRuVUPhaMrOc84 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#v5g5yDtthftXcfvVygp0ngiEWVf0lINg { color:#234446;display:block;width:52.6875rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.80837631225588rem;left:11.875rem;height:3.24978125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qmic8DCysuynDLfxthWboHBQKqFCtqxg { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.1245625rem;width:42.874375rem;top:7.6236972808837rem;left:16.780601501465rem;overflow:hidden;display:block; }
#IalNizAnGGadD5ypnOl5BihnuuyiFauT { color:#000000;display:block;width:27.5rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4.0549049377441rem;left:23.75rem;height:1.2999125rem;text-align:center;text-align-last:center;display:block; }
#X0WEFB6SRgmAm9VtgMqnFaUzQHKEovsD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#094583;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#X0WEFB6SRgmAm9VtgMqnFaUzQHKEovsD > .row .container { background-color: transparent; background-image: none; }#X0WEFB6SRgmAm9VtgMqnFaUzQHKEovsD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0WEFB6SRgmAm9VtgMqnFaUzQHKEovsD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0WEFB6SRgmAm9VtgMqnFaUzQHKEovsD > .row .container > .video-iframe-container { display: none; }#X0WEFB6SRgmAm9VtgMqnFaUzQHKEovsD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X0WEFB6SRgmAm9VtgMqnFaUzQHKEovsD > .row > .video-iframe-container { display: none; }#X0WEFB6SRgmAm9VtgMqnFaUzQHKEovsD > .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); }#X0WEFB6SRgmAm9VtgMqnFaUzQHKEovsD > .row .container { border-width: 0; border-radius: 0; }#X0WEFB6SRgmAm9VtgMqnFaUzQHKEovsD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X0WEFB6SRgmAm9VtgMqnFaUzQHKEovsD > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;position:relative;display:block; }#GLfE1y7qnpTgPr54xmKidTvskT4B2fb4 { color:#ffffff;display:block;width:45.4996875rem;position:absolute;font-family:montserrat;font-size:3.125rem;font-weight:700;z-index:15008;line-height:1.1;letter-spacing:0;top:1.1246747970581rem;left:14.749349594116rem;height:3.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-form-header {  }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-regular-label { height:auto;display:block;font-family:montserrat;font-size:0.75rem;font-weight:bold;color:#909090;width:43.3125rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:43.3125rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-input-text {padding-top: 0; padding-bottom: 0;}#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:43.3125rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:43.3125rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-input-select {padding-top: 0; padding-bottom: 0;}#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#f3a60b;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:10.9375rem;margin-bottom:0.25rem;margin-left:10.8125rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:21.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .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";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:42.125rem;overflow:hidden;font-style:normal; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .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; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-container:first-of-type{padding-top:0;}#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-container:last-of-type{padding-bottom:0;}#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:43.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:14.593101501465rem;top:6.1458282470703rem;z-index:15009;position:absolute; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:43.3125rem;display:block;vertical-align:top; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W {display:block;}#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:43.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:14.593101501465rem;top:6.1458282470703rem;z-index:15009;position:absolute; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #k8FoByTAkOOh9aLriT3dhHtssQI4Ko2J { position:relative; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #lHVq0I2RGdl6Wgc645i8yevMKRyI8lZU { position:relative;display:block; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #X6T3a44ITqHty5lCsk7XR0XbbUDn3Nly { position:relative; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #l8Vo2yOIlWV6XKAmbyFGvKO0Rg1pTzMZ { position:relative; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #oNkpGkGR8Teqlhcn5KfFTChRtKT7KB5T { position:relative;display:block; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #FhC9ThTQu5oQUiUi96HQVTM2ipov8Eev { position:relative; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #rEEmac27yDfWn4OkTu0ZO8QPIvOHcAxG { position:relative; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #EXZrQes5DltyF5Mw1f2BPxnTm6WubEuH { position:relative;display:block; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #iRyN1h5R8Hg4TIqDL4Q5Ae6mJMz9zzZq { position:relative; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #Vkucl9f7WTc4awy3TNQTWdmrR3DQXeoz { position:relative; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #ab7EaEeQEBzIMPxF5HmiPKpUGepcUEDO { position:relative;display:block; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #IyvOtKsDdW6Ehck3OGEW2wQr3uaykKHD { position:relative; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #XKXVccpyk6XsvNDQz8RwUlsFZJDzy0sR { position:relative; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #owAyQHGfyaVRtNEFo7Nlr5Ht18KfVzTZ { position:relative;display:block; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #XD6rGvtXuXfLPq25tydPQvHcCc77OPUM { position:relative; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #WNIxAe2CoP5rWT1ImAOIfCVCXknnXcSN { position:relative; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #oQk4LyPxXzGdG9JhIdPPSKT8ShZpTDPm { position:relative;display:block; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #BTc1kPlgpUbDBS1aAXB35KmC1yK1Nzyi { position:relative; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #BRcFguM0MF6UKkV8Cc67B4T7shRLSz9E { position:relative; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #eZuRq3yccohyMzhu2a9fEkWAiNvN7rpv { position:relative;display:block; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #smq4PJsl84wdKOT1MnnT7kehVMM3GMkW { position:relative; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #nMhQCaTvowwAZmumXQDLARwrME6IXJSI { position:relative; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #gdEwg8U6RA0b72bmkLPf5Qms1Tku128w { position:relative;display:block; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #OyZ0sNBJxwP8RNb4EGtTz0VAv6xbcMJI { position:relative; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #eXv49z1hZOEas26tPVe349TQ27kRpkBO { position:relative; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #dhT3g9u55d4fEolK9ctOhqZf4zZ8EtBK { position:relative;display:block; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #cyP0li88HDmBBsLl4Twb5TZFGCe0UACB { position:relative; }
#SQeDuE9dgD7T0ZpPGtf1yTCQfJbw37Uk { position:relative;display:block; }
#WUdNkvzApBGRpFiATZXqr09tzcJzAU32 { position:relative;display:block; }
#NhyuNH55BOVnNCFi687k68tnwDe2LO0A { position:relative;display:block; }
#Ab9sU6IuXxoNsZG31pXCHOUhdDu7696Z { position:relative;display:block; }
#ZCnacGCGe9ILaQPxLUg9Kt95ITCF2kfu { position:relative;display:block; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #VBpqKKtToiFI0hHcmo0yGpP0pU0HScMP { position:relative; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #KtHEJv52vXshdxPl9uuvunDXu9Aphz0H { position:relative; }
#aHKyd9liKURhFagsnT0CxWzHDDXUqvle { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#094583;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#aHKyd9liKURhFagsnT0CxWzHDDXUqvle > .row .container { background-color: transparent; background-image: none; }#aHKyd9liKURhFagsnT0CxWzHDDXUqvle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHKyd9liKURhFagsnT0CxWzHDDXUqvle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHKyd9liKURhFagsnT0CxWzHDDXUqvle > .row .container > .video-iframe-container { display: none; }#aHKyd9liKURhFagsnT0CxWzHDDXUqvle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHKyd9liKURhFagsnT0CxWzHDDXUqvle > .row > .video-iframe-container { display: none; }#aHKyd9liKURhFagsnT0CxWzHDDXUqvle > .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); }#aHKyd9liKURhFagsnT0CxWzHDDXUqvle > .row .container { border-width: 0; border-radius: 0; }#aHKyd9liKURhFagsnT0CxWzHDDXUqvle > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aHKyd9liKURhFagsnT0CxWzHDDXUqvle > .row .container { font-size:0.875rem;font-family:arial;height:21.0625rem;width:75rem;position:relative;display:block; }#MW9ITwfVpHFhzGeIhcqBoLIq1nrNhtcz { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:10rem;top:3.8125rem;left:32.5rem;overflow:hidden;display:block; }
#b2MW4MKeD177VfZCxNRyL6QD0X8dFdCc { color:#ffffff;display:block;width:26.4995625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:7.3312721252444rem;left:24.249132156372rem;height:6.397575rem;text-align:center;text-align-last:center;display:block; }
#zoLJKFzxMQQeCiQl38ZBImxM33nD07Sq { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:17.9375rem;left:25.9375rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NZaZldRxaFZ5Fw8u9BCZen6ZAqQoHo34 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:14.625rem;left:32.1875rem; }
#NZaZldRxaFZ5Fw8u9BCZen6ZAqQoHo34 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#hp3tzIPZnCuUlxDKv634ugJqdBepc2dm { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:14.625rem;left:36.75rem; }
#hp3tzIPZnCuUlxDKv634ugJqdBepc2dm > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#wrwBRy1NtGzfikQdzBZKIa3oBS3gD4eg { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:14.5rem;left:40.625rem; }
#wrwBRy1NtGzfikQdzBZKIa3oBS3gD4eg > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SNxMhprmZ3wn4NJtIS4JyJt6nIgk4vXG { display:block; }#SNxMhprmZ3wn4NJtIS4JyJt6nIgk4vXG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbRI0dNxTBf9mtZqNXou2g5tDIdP4Nzw { width:1.25rem;height:1.25rem;top:1rem;left:46.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTt0NeGfOyoTMhsQfvppmzGBTxA8eJvP { top:1.25rem;left:0rem;width:18.75rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRNBKeVFw2MxURAWPhGeKTEMWsrzqBrv { top:1.0625rem;left:41.3125rem;width:6.4375rem;height:6.4998365274587rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I94Tc2LlLEaT4D0Jtw5e8nPZZq54HPwM { top:8.3125rem;left:0rem;width:33.6875rem;height:4.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { top:14.625rem;left:0rem;width:27.625rem;height:5.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmVwEPM13kBKe89NPTcdbKlsPMwzzFun { top:2.375rem;left:18.5625rem;width:29.125rem;height:29.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPt8HJ2E7V4MzJPTZh4kT9WqTT8PoC35 { top:3.3125rem;left:21.1875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLTdz7bGcdtEBmWQ9ymCEBUzKE0rOeFM { top:27.5rem;left:17.1875rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0VqJk6sUDLfEqfoBD8dZQRiFx80CzHE { top:24.75rem;left:44.625rem;width:3.125rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwT8APmdBTW26Z5lpf42RMzeL3OZmq6n { top:20.9375rem;left:20.1875rem;width:10rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoAJR6LDgTU9KiZtfGmDgsKIaHOLM0K7 { top:2.1875rem;left:18.3125rem;width:29.4375rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbfLJ1oKRmtX5ywVTFSkcPITVbiTT1IJ { width:13.125rem;height:2.625rem;top:20.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do2wHVGq1BWvG7MC1fOoApRxbnHzJQ14 { display:block; }
 }@media only screen and (max-width: 763px) { #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRRcWN4rkctK2shf1FdMtesupfcd9M04 { top:4.375rem;left:0rem;width:21.25rem;height:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvcQDzIMmu79NLULSIZOyqsroo3hoNAf { top:6.125rem;left:0rem;width:3.125rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7FZX72OdcxFFZMxUssni03lPNc60o0c { top:19.8125rem;left:6.9375rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mvu8IAA6iyLkSz1xrTHx3x7DygV53VR7 { top:11.25rem;left:20.25rem;width:27.5rem;height:12.5rem;font-size:1.8125rem;display:block; }#Mvu8IAA6iyLkSz1xrTHx3x7DygV53VR7 li:before{  }
 }@media only screen and (max-width: 763px) { #nc1P91ZgwLzBFi9GUb3C3VcvRzrXQxUq { top:6.0625rem;left:12.1875rem;width:35.5rem;height:5.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGuIJS7oFPbCyhqQZKstDqaE1ougKymq { display:block; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvUwlDiczDFKpDTaBiWZVB8v0EVh8l26 { top:4.25rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mfCMm3OvQuNLdtBDSEc7X4T5RoBSl4fp { top:3.375rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAKvxccXkIcdkXCe95ieieFtJvqWde3k { top:13.4375rem;left:0.4375rem;width:46.75rem;height:14.062594001297rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLufFLgMWmFiArvCAq0BLy8Gq9AM4him { top:9.375rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #byNuD2UrkDB6kdTOO7DI7mOWuICXzbTr { width:14.6875rem;height:2.9375rem;top:30.875rem;left:16.531251907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUTJ2iXvKGwU1nExpBXOh58bsSOoACgl { display:block; }
 }@media only screen and (max-width: 763px) { #hm2xWsArkREh0Dz56as0eAROyLA10kzX { display:block; }#hm2xWsArkREh0Dz56as0eAROyLA10kzX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0OVdQ2SeM8nDO3ixpDfMWK3phRoTtcv { width:21.125rem;height:5.5625rem;top:7.5625rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsoqEMCsCoMUXepxooiDvr2QAUIN9woQ { top:0.5625rem;left:12rem;width:19.6875rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #n54IkSLPR9MBsxpei7R0VVXggvToMfED { top:5.75rem;left:0rem;width:19.6875rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu3suraHZ9VMIoBQbiLvykFnhLF47qpz { top:15.125rem;left:12rem;width:19.6875rem;height:26.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGZ4BEzZ2Ryx0lJ3OBiHuliiWxKzSqDe { top:20.6875rem;left:0rem;width:19.6875rem;height:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ7Wv2RBG2oHLLhM9RLueu7tAQmcSlA6 { width:21.125rem;height:8.375rem;top:16.375rem;left:26.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvUrDVqE2X4dC0wnGRfg3QmxVg3nSGFF { width:14.6875rem;height:2.9375rem;top:29.125rem;left:32.343753814698rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgvihulpT9fJkhTiA3TDnPFgTvCTMnvv { display:block; }
 }@media only screen and (max-width: 763px) { #hVZTsEt67XiWToiezUpN9dnAdFq3hOOq { display:block; }#hVZTsEt67XiWToiezUpN9dnAdFq3hOOq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr { display:flex;height:auto;width:37.375rem;top:6.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #CQ2FFpWZLuTSCqK5e5wHut2c0MzoalUB {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #gOLsv6JXhCzBqAth1L07uxBpRRfS4TqP {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #knFVU6waqxTkAl9mLMTXMfFRnK5Rv1tH {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #kzyXctq1r7CtBNMwEuW83GgZAm3ZFbid {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #d9K5OghQHptQeR254MFthPnMAZsTvWk6 {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #uatscnVp24HgP1mPvptlOXmkasbeXTmA {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #AhnMAJHSoqr9xJfMRhGxcTEnM4N5FpCz {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #bVlsdRZJQDR5dBzhEyRvNRddEQuJto3l {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #aTLSTTIUnU2JVGes0cQvKwrFRKNTVtOq {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #EJZOQN0bNzbvre9E6pVAIbkSIIC9pCUq {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #Q20xPIpRFozncT3C5TPRblcsmuQM0shp {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #N9a4ehmhXICvBx8GnS9AcmNVdGmve3qG {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #HR7SKfNrbUQpwcRGK020UhdJZBVcAUfi {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #uomUGLPtupmiqBVIuVnbZRoRZRhTuzGA {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #i91qaWfTEh9cVZGHD59L4sAy4tfMCXpK {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #Avvq5LMvfM3686C5AkzsXFWrFaJccuZB {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #Xd6JNWzEFr8mT0ifEQdbTIbIimPschOc {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #i5nTuq90TxxKVhZdJAXoymmyWqTRhvwE {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #upnoWMVwfLRpt8BhDwCvRP4awOam3wpz {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #gmP9eqPUw3SSgq0oCx1vnwKFiHBcQUc5 {  }
 }@media only screen and (max-width: 763px) { #cu1zRZdDRXl8H5zKVIU2Hu5A7icytEQp { top:11rem;left:40.062065124512rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IQdQL91TCsu6StAcfQqkUo1mouSzW1HL { top:3.125rem;left:6.436851501465rem;width:36.125rem;height:6.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPTwtZFvI9voA6pATmNplTakdIi74vB1 { top:12.1875rem;left:5.8747825622559rem;width:37.25rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaOtkkPi2aCLHQELmzdRuVUPhaMrOc84 { display:block; }#JaOtkkPi2aCLHQELmzdRuVUPhaMrOc84 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5g5yDtthftXcfvVygp0ngiEWVf0lINg { top:0.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qmic8DCysuynDLfxthWboHBQKqFCtqxg { top:7.5625rem;left:3.1556015014649rem;width:42.8125rem;height:22.09263300121rem;display:block; }
 }@media only screen and (max-width: 763px) { #IalNizAnGGadD5ypnOl5BihnuuyiFauT { top:4rem;left:10.125rem;width:27.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0WEFB6SRgmAm9VtgMqnFaUzQHKEovsD { display:block; }#X0WEFB6SRgmAm9VtgMqnFaUzQHKEovsD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GLfE1y7qnpTgPr54xmKidTvskT4B2fb4 { width:45.4375rem;height:3.4375rem;top:1.0625rem;left:1.1243495941162rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-regular-label { display:block;width:43.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-input-text { width:43.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-input-text {padding-top: 0; padding-bottom: 0;}#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-textarea { width:43.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-input-select { width:43.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-input-select {padding-top: 0; padding-bottom: 0;}#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-input-button { width:21.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:10.8125rem; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-checkbox-label { width:42.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W  { width:43.375rem;height:auto;top:6.125rem;left:0.96810150146487rem; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .radio-container { width:43.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W {display:block;}#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W { width:43.375rem;height:auto;top:6.125rem;left:0.96810150146487rem; }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #k8FoByTAkOOh9aLriT3dhHtssQI4Ko2J {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #lHVq0I2RGdl6Wgc645i8yevMKRyI8lZU { display:block; }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #X6T3a44ITqHty5lCsk7XR0XbbUDn3Nly {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #l8Vo2yOIlWV6XKAmbyFGvKO0Rg1pTzMZ {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #oNkpGkGR8Teqlhcn5KfFTChRtKT7KB5T {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #FhC9ThTQu5oQUiUi96HQVTM2ipov8Eev {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #rEEmac27yDfWn4OkTu0ZO8QPIvOHcAxG {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #EXZrQes5DltyF5Mw1f2BPxnTm6WubEuH { display:block; }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #iRyN1h5R8Hg4TIqDL4Q5Ae6mJMz9zzZq {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #Vkucl9f7WTc4awy3TNQTWdmrR3DQXeoz {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #ab7EaEeQEBzIMPxF5HmiPKpUGepcUEDO {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #IyvOtKsDdW6Ehck3OGEW2wQr3uaykKHD {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #XKXVccpyk6XsvNDQz8RwUlsFZJDzy0sR {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #owAyQHGfyaVRtNEFo7Nlr5Ht18KfVzTZ {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #XD6rGvtXuXfLPq25tydPQvHcCc77OPUM {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #WNIxAe2CoP5rWT1ImAOIfCVCXknnXcSN {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #oQk4LyPxXzGdG9JhIdPPSKT8ShZpTDPm {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #BTc1kPlgpUbDBS1aAXB35KmC1yK1Nzyi {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #BRcFguM0MF6UKkV8Cc67B4T7shRLSz9E {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #eZuRq3yccohyMzhu2a9fEkWAiNvN7rpv {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #smq4PJsl84wdKOT1MnnT7kehVMM3GMkW {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #nMhQCaTvowwAZmumXQDLARwrME6IXJSI {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #gdEwg8U6RA0b72bmkLPf5Qms1Tku128w {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #OyZ0sNBJxwP8RNb4EGtTz0VAv6xbcMJI {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #eXv49z1hZOEas26tPVe349TQ27kRpkBO {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #dhT3g9u55d4fEolK9ctOhqZf4zZ8EtBK {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #cyP0li88HDmBBsLl4Twb5TZFGCe0UACB {  }
 }@media only screen and (max-width: 763px) { #SQeDuE9dgD7T0ZpPGtf1yTCQfJbw37Uk { display:block; }
 }@media only screen and (max-width: 763px) { #WUdNkvzApBGRpFiATZXqr09tzcJzAU32 { display:block; }
 }@media only screen and (max-width: 763px) { #NhyuNH55BOVnNCFi687k68tnwDe2LO0A { display:block; }
 }@media only screen and (max-width: 763px) { #Ab9sU6IuXxoNsZG31pXCHOUhdDu7696Z { display:block; }
 }@media only screen and (max-width: 763px) { #ZCnacGCGe9ILaQPxLUg9Kt95ITCF2kfu { display:block; }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #VBpqKKtToiFI0hHcmo0yGpP0pU0HScMP {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #KtHEJv52vXshdxPl9uuvunDXu9Aphz0H {  }
 }@media only screen and (max-width: 763px) { #aHKyd9liKURhFagsnT0CxWzHDDXUqvle { display:block; }#aHKyd9liKURhFagsnT0CxWzHDDXUqvle > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MW9ITwfVpHFhzGeIhcqBoLIq1nrNhtcz { width:10rem;height:3.06206875rem;top:3.75rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2MW4MKeD177VfZCxNRyL6QD0X8dFdCc { top:7.3125rem;left:10.624132156372rem;width:26.4375rem;height:6.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoLJKFzxMQQeCiQl38ZBImxM33nD07Sq { top:17.875rem;left:12.3125rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZaZldRxaFZ5Fw8u9BCZen6ZAqQoHo34 { top:14.5625rem;left:18.5625rem;width:1.875rem;height:1.875rem;display:block; }
#NZaZldRxaFZ5Fw8u9BCZen6ZAqQoHo34 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #hp3tzIPZnCuUlxDKv634ugJqdBepc2dm { top:14.5625rem;left:23.125rem;width:1.875rem;height:1.875rem;display:block; }
#hp3tzIPZnCuUlxDKv634ugJqdBepc2dm > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #wrwBRy1NtGzfikQdzBZKIa3oBS3gD4eg { top:14.4375rem;left:27rem;width:2.1875rem;height:2.1875rem;display:block; }
#wrwBRy1NtGzfikQdzBZKIa3oBS3gD4eg > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SNxMhprmZ3wn4NJtIS4JyJt6nIgk4vXG { display:block; }#SNxMhprmZ3wn4NJtIS4JyJt6nIgk4vXG > .row .container { width:20rem;height:9.1232604980469rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pbRI0dNxTBf9mtZqNXou2g5tDIdP4Nzw { width:1.25rem;height:1.25rem;top:5.812175rem;left:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTt0NeGfOyoTMhsQfvppmzGBTxA8eJvP { width:9.9365rem;height:3.312175rem;top:1.25rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRNBKeVFw2MxURAWPhGeKTEMWsrzqBrv { width:3.99956875rem;height:4.0625rem;top:5.0607643127441rem;left:7.999132454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS { background-color:#f9f9f9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { background-color: transparent; background-image: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { display: none; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .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); }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { border-width: 0; border-radius: 0; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ra4rNMrMD2y6sCyTobla5kKDHl0xqHDS > .row .container { width:20rem;height:48.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I94Tc2LlLEaT4D0Jtw5e8nPZZq54HPwM { width:20rem;height:5.8496125rem;top:2.5623917579651rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pfw5I5Eu3cHFBVU4ukBozJrI0vULMZGu { width:18.4971875rem;height:7.9969375rem;top:11.717665672303rem;left:0.7508680820465rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wmVwEPM13kBKe89NPTcdbKlsPMwzzFun { width:16.25rem;height:16.25rem;top:29.6875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPt8HJ2E7V4MzJPTZh4kT9WqTT8PoC35 { width:3.125rem;height:3.125rem;top:44.9375rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLTdz7bGcdtEBmWQ9ymCEBUzKE0rOeFM { width:6.5625rem;height:6.5625rem;top:27.9375rem;left:6.75rem;background-color:#234446;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #e0VqJk6sUDLfEqfoBD8dZQRiFx80CzHE { width:3.125rem;height:9.375rem;top:28.436958789826rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qwT8APmdBTW26Z5lpf42RMzeL3OZmq6n { width:10rem;height:2.1875rem;top:27.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoAJR6LDgTU9KiZtfGmDgsKIaHOLM0K7 { width:20rem;height:20rem;top:27.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tbfLJ1oKRmtX5ywVTFSkcPITVbiTT1IJ { width:13.125rem;height:2.6237rem;top:21.654732227326rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do2wHVGq1BWvG7MC1fOoApRxbnHzJQ14 { display:block; }
 }@media only screen and (max-width: 763px) { #u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 { background-color:#094583;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { background-color: transparent; background-image: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { display: none; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .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); }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { border-width: 0; border-radius: 0; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u8Vyt09IGfJtfIC35wtLXmMbPx87ZEV9 > .row .container { width:20rem;height:26.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PRRcWN4rkctK2shf1FdMtesupfcd9M04 { width:8.8748125rem;height:8.8748125rem;top:1.25rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OvcQDzIMmu79NLULSIZOyqsroo3hoNAf { width:3.125rem;height:7.5rem;top:3rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7FZX72OdcxFFZMxUssni03lPNc60o0c { width:6.5625rem;height:6.5625rem;top:1.2500009536743rem;left:9.874132454395rem;z-index:14993;display:block; }
 }@media only screen and (max-width: 763px) { #Mvu8IAA6iyLkSz1xrTHx3x7DygV53VR7 { width:20rem;height:7.3350625rem;top:18.196616172791rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }#Mvu8IAA6iyLkSz1xrTHx3x7DygV53VR7 li:before{  }
 }@media only screen and (max-width: 763px) { #nc1P91ZgwLzBFi9GUb3C3VcvRzrXQxUq { width:20rem;height:5.19856875rem;top:11.75rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #dGuIJS7oFPbCyhqQZKstDqaE1ougKymq { background-color:#f9f9f9;background-image:none;display:block; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { background-color: transparent; background-image: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container > .video-iframe-container { display: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row > .video-iframe-container { display: none; }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .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); }#dGuIJS7oFPbCyhqQZKstDqaE1ougKymq > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cvUwlDiczDFKpDTaBiWZVB8v0EVh8l26 { width:20rem;height:7.797875rem;top:3.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mfCMm3OvQuNLdtBDSEc7X4T5RoBSl4fp { width:6.5625rem;height:6.5625rem;top:3.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAKvxccXkIcdkXCe95ieieFtJvqWde3k { width:20rem;height:6.015625rem;top:22.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLufFLgMWmFiArvCAq0BLy8Gq9AM4him { width:20rem;height:7.796225rem;top:12.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #byNuD2UrkDB6kdTOO7DI7mOWuICXzbTr { width:14.6875rem;height:2.9362rem;top:30.234920501709rem;left:2.6562502384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #NUTJ2iXvKGwU1nExpBXOh58bsSOoACgl { display:block; }
 }@media only screen and (max-width: 763px) { #hm2xWsArkREh0Dz56as0eAROyLA10kzX { display:block; }#hm2xWsArkREh0Dz56as0eAROyLA10kzX > .row .container { width:20rem;height:109.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F0OVdQ2SeM8nDO3ixpDfMWK3phRoTtcv { width:19.9370625rem;height:6.7990625rem;top:4.1867408752441rem;left:0.062391519546509rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #GsoqEMCsCoMUXepxooiDvr2QAUIN9woQ { width:19.749375rem;height:13.5623125rem;top:37.497831344604rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n54IkSLPR9MBsxpei7R0VVXggvToMfED { width:19.749375rem;height:13.5623125rem;top:52.248256683349rem;left:0.12369793653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iu3suraHZ9VMIoBQbiLvykFnhLF47qpz { width:19.749375rem;height:25.999375rem;top:81.624351501462rem;left:0.12369793653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGZ4BEzZ2Ryx0lJ3OBiHuliiWxKzSqDe { width:19.749375rem;height:13.5623125rem;top:66.872843742369rem;left:0.24956601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQ7Wv2RBG2oHLLhM9RLueu7tAQmcSlA6 { width:20rem;height:10.1985625rem;top:14.562173843384rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #AvUrDVqE2X4dC0wnGRfg3QmxVg3nSGFF { width:14.6875rem;height:2.93674375rem;top:27.494577407837rem;left:2.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgvihulpT9fJkhTiA3TDnPFgTvCTMnvv { display:block; }
 }@media only screen and (max-width: 763px) { #hVZTsEt67XiWToiezUpN9dnAdFq3hOOq { display:block; }#hVZTsEt67XiWToiezUpN9dnAdFq3hOOq > .row .container { width:20rem;height:58.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr { display:flex;height:auto;width:17.5rem;top:29.819877624512rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #CQ2FFpWZLuTSCqK5e5wHut2c0MzoalUB {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #gOLsv6JXhCzBqAth1L07uxBpRRfS4TqP {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #knFVU6waqxTkAl9mLMTXMfFRnK5Rv1tH {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #kzyXctq1r7CtBNMwEuW83GgZAm3ZFbid {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #d9K5OghQHptQeR254MFthPnMAZsTvWk6 {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #uatscnVp24HgP1mPvptlOXmkasbeXTmA {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #AhnMAJHSoqr9xJfMRhGxcTEnM4N5FpCz {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #bVlsdRZJQDR5dBzhEyRvNRddEQuJto3l {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #aTLSTTIUnU2JVGes0cQvKwrFRKNTVtOq {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #EJZOQN0bNzbvre9E6pVAIbkSIIC9pCUq {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #Q20xPIpRFozncT3C5TPRblcsmuQM0shp {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #N9a4ehmhXICvBx8GnS9AcmNVdGmve3qG {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #HR7SKfNrbUQpwcRGK020UhdJZBVcAUfi {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #uomUGLPtupmiqBVIuVnbZRoRZRhTuzGA {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #i91qaWfTEh9cVZGHD59L4sAy4tfMCXpK {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #Avvq5LMvfM3686C5AkzsXFWrFaJccuZB {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #Xd6JNWzEFr8mT0ifEQdbTIbIimPschOc {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #i5nTuq90TxxKVhZdJAXoymmyWqTRhvwE {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #upnoWMVwfLRpt8BhDwCvRP4awOam3wpz {  }
 }@media only screen and (max-width: 763px) { #gWatlVfaHl4G6uWwkLJLeIPBqTWiFsDr #gmP9eqPUw3SSgq0oCx1vnwKFiHBcQUc5 {  }
 }@media only screen and (max-width: 763px) { #cu1zRZdDRXl8H5zKVIU2Hu5A7icytEQp { width:6.5625rem;height:6.5625rem;top:9.0462245941163rem;left:11.936849892139rem;background-color:#ffcf66;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #IQdQL91TCsu6StAcfQqkUo1mouSzW1HL { width:20rem;height:7.797875rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mPTwtZFvI9voA6pATmNplTakdIi74vB1 { width:20rem;height:16.8918125rem;top:10.29625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JaOtkkPi2aCLHQELmzdRuVUPhaMrOc84 { display:block; }#JaOtkkPi2aCLHQELmzdRuVUPhaMrOc84 > .row .container { width:20rem;height:27.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v5g5yDtthftXcfvVygp0ngiEWVf0lINg { width:20rem;height:3.087025rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qmic8DCysuynDLfxthWboHBQKqFCtqxg { width:20rem;height:10.3125rem;top:10.996094703674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IalNizAnGGadD5ypnOl5BihnuuyiFauT { width:20rem;height:2.59874375rem;top:5.5859375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X0WEFB6SRgmAm9VtgMqnFaUzQHKEovsD { display:block; }#X0WEFB6SRgmAm9VtgMqnFaUzQHKEovsD > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GLfE1y7qnpTgPr54xmKidTvskT4B2fb4 { width:20rem;height:4.39886875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-input-text {padding-top: 0; padding-bottom: 0;}#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-input-select {padding-top: 0; padding-bottom: 0;}#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-input-button { width:7.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.75rem;font-size:0.75rem;overflow:hidden; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W  { width:15rem;height:auto;top:8.8351783752444rem;left:1.25rem; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W {display:block;}#EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W { width:15rem;height:auto;top:8.8351783752444rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #k8FoByTAkOOh9aLriT3dhHtssQI4Ko2J {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #lHVq0I2RGdl6Wgc645i8yevMKRyI8lZU { display:block; }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #X6T3a44ITqHty5lCsk7XR0XbbUDn3Nly {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #l8Vo2yOIlWV6XKAmbyFGvKO0Rg1pTzMZ {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #oNkpGkGR8Teqlhcn5KfFTChRtKT7KB5T {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #FhC9ThTQu5oQUiUi96HQVTM2ipov8Eev {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #rEEmac27yDfWn4OkTu0ZO8QPIvOHcAxG {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #EXZrQes5DltyF5Mw1f2BPxnTm6WubEuH { display:block; }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #iRyN1h5R8Hg4TIqDL4Q5Ae6mJMz9zzZq {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #Vkucl9f7WTc4awy3TNQTWdmrR3DQXeoz {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #ab7EaEeQEBzIMPxF5HmiPKpUGepcUEDO {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #IyvOtKsDdW6Ehck3OGEW2wQr3uaykKHD {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #XKXVccpyk6XsvNDQz8RwUlsFZJDzy0sR {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #owAyQHGfyaVRtNEFo7Nlr5Ht18KfVzTZ {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #XD6rGvtXuXfLPq25tydPQvHcCc77OPUM {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #WNIxAe2CoP5rWT1ImAOIfCVCXknnXcSN {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #oQk4LyPxXzGdG9JhIdPPSKT8ShZpTDPm {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #BTc1kPlgpUbDBS1aAXB35KmC1yK1Nzyi {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #BRcFguM0MF6UKkV8Cc67B4T7shRLSz9E {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #eZuRq3yccohyMzhu2a9fEkWAiNvN7rpv {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #smq4PJsl84wdKOT1MnnT7kehVMM3GMkW {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #nMhQCaTvowwAZmumXQDLARwrME6IXJSI {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #gdEwg8U6RA0b72bmkLPf5Qms1Tku128w {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #OyZ0sNBJxwP8RNb4EGtTz0VAv6xbcMJI {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #eXv49z1hZOEas26tPVe349TQ27kRpkBO {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #dhT3g9u55d4fEolK9ctOhqZf4zZ8EtBK {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #cyP0li88HDmBBsLl4Twb5TZFGCe0UACB {  }
 }@media only screen and (max-width: 763px) { #SQeDuE9dgD7T0ZpPGtf1yTCQfJbw37Uk { display:block; }
 }@media only screen and (max-width: 763px) { #WUdNkvzApBGRpFiATZXqr09tzcJzAU32 { display:block; }
 }@media only screen and (max-width: 763px) { #NhyuNH55BOVnNCFi687k68tnwDe2LO0A { display:block; }
 }@media only screen and (max-width: 763px) { #Ab9sU6IuXxoNsZG31pXCHOUhdDu7696Z { display:block; }
 }@media only screen and (max-width: 763px) { #ZCnacGCGe9ILaQPxLUg9Kt95ITCF2kfu { display:block; }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #VBpqKKtToiFI0hHcmo0yGpP0pU0HScMP {  }
 }@media only screen and (max-width: 763px) { #EDdfuPCZVvKqlvRWVLcH2076mZtTRX6W #KtHEJv52vXshdxPl9uuvunDXu9Aphz0H {  }
 }@media only screen and (max-width: 763px) { #aHKyd9liKURhFagsnT0CxWzHDDXUqvle { position:relative;z-index:auto;background-color:#094583;background-image:none;display:block; }#aHKyd9liKURhFagsnT0CxWzHDDXUqvle > .row .container { background-color: transparent; background-image: none; }#aHKyd9liKURhFagsnT0CxWzHDDXUqvle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHKyd9liKURhFagsnT0CxWzHDDXUqvle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHKyd9liKURhFagsnT0CxWzHDDXUqvle > .row .container > .video-iframe-container { display: none; }#aHKyd9liKURhFagsnT0CxWzHDDXUqvle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHKyd9liKURhFagsnT0CxWzHDDXUqvle > .row > .video-iframe-container { display: none; }#aHKyd9liKURhFagsnT0CxWzHDDXUqvle > .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); }#aHKyd9liKURhFagsnT0CxWzHDDXUqvle > .row .container { width:20rem;height:28.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MW9ITwfVpHFhzGeIhcqBoLIq1nrNhtcz { width:8.5623125rem;height:2.687175rem;top:1.5966815948486rem;left:5.7183160781861rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2MW4MKeD177VfZCxNRyL6QD0X8dFdCc { width:20rem;height:9.59635rem;top:5.6244602203369rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zoLJKFzxMQQeCiQl38ZBImxM33nD07Sq { width:20rem;height:1.3997375rem;top:25.75rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NZaZldRxaFZ5Fw8u9BCZen6ZAqQoHo34 { width:1.875rem;height:1.875rem;top:16.3125rem;left:9.0625rem;display:block; }
#NZaZldRxaFZ5Fw8u9BCZen6ZAqQoHo34 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #hp3tzIPZnCuUlxDKv634ugJqdBepc2dm { width:1.875rem;height:1.875rem;top:19.1875rem;left:9.0625rem;display:block; }
#hp3tzIPZnCuUlxDKv634ugJqdBepc2dm > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #wrwBRy1NtGzfikQdzBZKIa3oBS3gD4eg { width:2.1875rem;height:2.1875rem;top:22.3125rem;left:8.875rem;display:block; }
#wrwBRy1NtGzfikQdzBZKIa3oBS3gD4eg > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }