.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#fbfffb;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); }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/0b347e5a-5e0f-4dfc-b7e8-3db63cc0a401/3DDRL7CHS.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN.adaptive-delivery-prevent-bg, #FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN.lazyload, #FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN.lazyloading { background-image: none; }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN > .row .container { background-color: transparent; background-image: none; }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,26,26,0.65); }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN > .row .container > .video-iframe-container { display: none; }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(26,26,26,0.65); }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN > .row > .video-iframe-container { display: none; }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN > .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); }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN > .row .container { border-width: 0; border-radius: 0; }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN > .row .container { font-size:0.875rem;font-family:arial;height:60.4375rem;width:75rem;position:relative;display:block; }#BUaNyzBrTgSxpZ6wQhthc3QxQxWoSHga { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8120625rem;width:23.936625rem;top:2.2482640743256rem;left:26.652561187744rem;overflow:hidden;display:block; }
#Wvc3MeUSMGmWld5EceV69GiCl95NCCbt { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.86);background-image:none;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;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: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:27.5625rem;width:22.375rem;top:25.8740234375rem;left:46.499022483826rem;display:block; }
#m7gp03W4q3vk45XVqt1Ads8pw9cfx9a9 { color:#fc4100;display:block;width:20.8748125rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:26.718749046326rem;left:47.268877983093rem;height:7rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#agzsPU8rJ0PCCNnLo49TrK1AmZJyxV56 { color:#fafafa;display:block;width:17.061625rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15102;line-height:1.6;letter-spacing:0;top:34.436851501465rem;left:24.405384063721rem;height:6.599625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SkBxrVOktZUpTE50H2eGWvGxL2dHLLKD { color:#ffffff;display:block;width:7.3111875rem;position:absolute;font-family:montserrat;font-size:14.0625rem;font-weight:700;z-index:15103;line-height:.5;letter-spacing:0;top:45.665687561035rem;left:26.652018547058rem;height:7.03125rem;font-style:normal;display:block; }
#Iz9kaVqG2qXkhmXsfBBQJWpaG46MoTBw { color:#ffffff;display:block;width:5rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15105;line-height:1;letter-spacing:0;top:41.25rem;left:30.4375rem;height:1.875rem;font-style:normal;display:block; }
#ARKmQpDTtF96sllhHb14h7PV0KlUFpiR { color:#ffffff;display:block;width:1.1219625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15110;line-height:1;letter-spacing:0;top:51.395401000976rem;left:41.153430938721rem;height:1.25rem;font-style:normal;display:block; }
#qC8fOR7DJFBxEQpxcr2UN1enw0nxkc08 { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15104;line-height:1;letter-spacing:0;top:51.3125rem;left:37rem;height:1.875rem;font-style:normal;display:block; }
#idMyMgJQeGoyOqonfRxOKW436lMubsfA { position:absolute;display:block;z-index:15108;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #ff9b00, #fc4100);background-image: -moz-linear-gradient(140deg, #ff9b00, #fc4100);background-image: -ms-linear-gradient(140deg, #ff9b00, #fc4100);background-image: -o-linear-gradient(140deg, #ff9b00, #fc4100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b00', endColorstr='#fc4100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b00', endColorstr='#fc4100' );";background-image: linear-gradient(140deg, #ff9b00, #fc4100);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:6.75rem;width:35.6875rem;top:25.470920562744rem;left:5.9375rem;display:block; }
#bDcJcSowwvmKNq6MaxgcdMKHiJC4THlH { color:#ffffff;display:block;width:27.249375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15110;line-height:1.1;letter-spacing:0;top:25.874567031861rem;left:10.15625rem;height:2.75rem;font-style:normal;display:block; }
#ZRgs2LAct5QVvPMaToH40lWF3WzkNEK8 { color:#ffffff;display:block;width:32.249375rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15111;line-height:1.1;letter-spacing:0;top:28.843317031861rem;left:7.65625rem;height:2.75rem;font-style:normal;display:block; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-form-header {  }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:#000000;width:17.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #fc4100;border-left:0.0625rem solid #fc4100;border-right:0.0625rem solid #fc4100;border-bottom:0.0625rem solid #fc4100;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.875rem;box-sizing:border-box;height:2.75rem;color:#fc4100;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;box-shadow: 0rem 0.3125rem 0.625rem rgba(0,0,0,0.3) ;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-input-text {padding-top: 0; padding-bottom: 0;}#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #fc4100;border-left:0.0625rem solid #fc4100;border-right:0.0625rem solid #fc4100;border-bottom:0.0625rem solid #fc4100;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.875rem;box-sizing:border-box;height:3.125rem;color:#fc4100;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;box-shadow: 0rem 0.3125rem 0.625rem rgba(0,0,0,0.3) ;font-weight:400;font-style:normal;text-align:left;text-align-last:left; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.875rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-input-select {padding-top: 0; padding-bottom: 0;}#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .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; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-input-button { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;background-color:transparent;background-image: -webkit-linear-gradient(225deg, #fc4100, #ff9b00);background-image: -moz-linear-gradient(225deg, #fc4100, #ff9b00);background-image: -ms-linear-gradient(225deg, #fc4100, #ff9b00);background-image: -o-linear-gradient(225deg, #fc4100, #ff9b00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc4100', endColorstr='#ff9b00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc4100', endColorstr='#ff9b00' );";background-image: linear-gradient(225deg, #fc4100, #ff9b00);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:#ffffff;width:17.875rem;height:4.375rem;font-family:montserrat;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ;line-height:1.3;text-align:center;text-align-last:center; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z [class*="-text"]:-moz-placeholder { color:#fc4100;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z [class*="-text"]::-moz-placeholder { color:#fc4100;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z [class*="-text"]:-ms-input-placeholder { color:#fc4100;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z [class*="-text"]::-webkit-input-placeholder { color:#fc4100;font-family:montserrat;font-size:0.875rem;font-weight:400;font-style:normal; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:#000000;vertical-align:top;width:16.6875rem;overflow:hidden;font-style:normal;float:none; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .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; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:ubuntu;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-container:first-of-type{padding-top:0;}#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-container:last-of-type{padding-bottom:0;}#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.549480438233rem;top:33.71484375rem;z-index:15012;position:absolute; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.875rem;display:block;vertical-align:top; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z {display:block;}#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:47.549480438233rem;top:33.71484375rem;z-index:15012;position:absolute; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #ERT2qaEK7DGSO35Ue0ueMafVzPn0ulrD { position:relative; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #M69vcrOdDpB8VWdmsi4bDGZCzgI2yBTo { position:relative;display:none; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #onxgdXiZUyQiJaNqbA4wB1ocZR5p84ES { position:relative; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #NZootsywCbF4iNzXQlhFi1e628KaUl3i { position:relative; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #NlCFqsXxOHz9TT0GJsNqKQ0ThZAFSNfg { position:relative;display:none; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #RpJ04a3rGRXToUs1rGeymIBLJHVPuwhB { position:relative; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #PkAUVn6JeBlU0zyhp69n5MGaOShib21d { position:relative; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #VnpsMRvyZX9hok39q3gWeJLpAmH2E6JT { position:relative;display:none; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #GHoATF0my9iQ407EuVqQSi1yBRGq4boh { position:relative; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #G1xzmh9iaVUbB4HlyL0VULPAHLrGHiNf { position:relative; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #VCQXuTBBDSSuxFG4FwML3eT7RseMc7vh { position:relative;display:none; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #OQN4wLJmCIFPSdBiwLyvZaU5ErS99AJI { position:relative; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #veDt4wfHP6LQFVZg920D77eXMK2uTqD3 { position:relative; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #diTOKMW3eNPznvRZt27W2dkAaAB1MP2t { position:relative; }
#QoGHEVQHaMizUwO92kSLS64iozaQd8xX { color:#fafafa;display:block;width:15.811625rem;position:absolute;font-family:montserrat;font-size:2.0625rem;font-weight:700;z-index:15103;line-height:1.6;letter-spacing:0;top:34.436851501465rem;left:5.0314674377441rem;height:6.599625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fiqFbxaeraMOkS8J7v4iWsiq6CcTfTFv { color:#ffffff;display:block;width:5rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15106;line-height:1;letter-spacing:0;top:41.035160064698rem;left:10.029296875rem;height:1.875rem;font-style:normal;display:block; }
#Z6T9sKSlbu4Sh5oMTtRtaJwZKQ3u3noJ { color:#ffffff;display:block;width:7.310125rem;position:absolute;font-family:montserrat;font-size:14.0625rem;font-weight:700;z-index:15104;line-height:.5;letter-spacing:0;top:45.614151000976rem;left:7.65625rem;height:7.03125rem;font-style:normal;display:block; }
#AtEXztJEryLdWq0V6Bg5np2hpASPmqFO { color:#ffffff;display:block;width:4.375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15105;line-height:1;letter-spacing:0;top:51.498481750488rem;left:15.686851501465rem;height:1.875rem;font-style:normal;display:block; }
#xdHEO0WpKbRyaGWSp7CQewHJ4l3A3JTX { color:#ffffff;display:block;width:1.120875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15111;line-height:1;letter-spacing:0;top:51.395401000976rem;left:19.790584564209rem;height:1.25rem;font-style:normal;display:block; }
#wq1wg1A82On4FNysZ6CunhOAeq5ZqcBO { position:absolute;display:block;z-index:15005;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:19.1875rem;width:0.125rem;top:35.25rem;left:23.71875rem;display:block; }
#KXRJXeM8o59i8saKTOZNrJ92fkKDeEJT { position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #ff9b00, #fc4100);background-image: -moz-linear-gradient(140deg, #ff9b00, #fc4100);background-image: -ms-linear-gradient(140deg, #ff9b00, #fc4100);background-image: -o-linear-gradient(140deg, #ff9b00, #fc4100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b00', endColorstr='#fc4100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b00', endColorstr='#fc4100' );";background-image: linear-gradient(140deg, #ff9b00, #fc4100);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.6875rem;width:10.875rem;top:34.75rem;left:7.75rem;display:block; }
#hAFev87qfkWG1hAbcUOZfkTihLKcbsfX { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(140deg, #ff9b00, #fc4100);background-image: -moz-linear-gradient(140deg, #ff9b00, #fc4100);background-image: -ms-linear-gradient(140deg, #ff9b00, #fc4100);background-image: -o-linear-gradient(140deg, #ff9b00, #fc4100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b00', endColorstr='#fc4100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b00', endColorstr='#fc4100' );";background-image: linear-gradient(140deg, #ff9b00, #fc4100);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:2.6875rem;width:10.875rem;top:34.6875rem;left:27.5rem;display:block; }
#sEG6zWUqG1nQfHkUMZzNs8iZJuJ6J0d7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(161deg, #ff9b00, #fc4100);background-image: -moz-linear-gradient(161deg, #ff9b00, #fc4100);background-image: -ms-linear-gradient(161deg, #ff9b00, #fc4100);background-image: -o-linear-gradient(161deg, #ff9b00, #fc4100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b00', endColorstr='#fc4100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b00', endColorstr='#fc4100' );";background-image: linear-gradient(161deg, #ff9b00, #fc4100);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#sEG6zWUqG1nQfHkUMZzNs8iZJuJ6J0d7 > .row .container { background-color: transparent; background-image: none; }#sEG6zWUqG1nQfHkUMZzNs8iZJuJ6J0d7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEG6zWUqG1nQfHkUMZzNs8iZJuJ6J0d7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEG6zWUqG1nQfHkUMZzNs8iZJuJ6J0d7 > .row .container > .video-iframe-container { display: none; }#sEG6zWUqG1nQfHkUMZzNs8iZJuJ6J0d7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sEG6zWUqG1nQfHkUMZzNs8iZJuJ6J0d7 > .row > .video-iframe-container { display: none; }#sEG6zWUqG1nQfHkUMZzNs8iZJuJ6J0d7 > .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); }#sEG6zWUqG1nQfHkUMZzNs8iZJuJ6J0d7 > .row .container { border-width: 0; border-radius: 0; }#sEG6zWUqG1nQfHkUMZzNs8iZJuJ6J0d7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sEG6zWUqG1nQfHkUMZzNs8iZJuJ6J0d7 > .row .container { font-size:0.875rem;font-family:arial;height:41.875rem;width:75rem;position:relative;display:block; }#iOwHFheaZbErGVEfHLXaOSLUszk6rdoh { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:36.9375rem;width:36.9375rem;top:1.83203125rem;left:0rem;overflow:hidden;display:block; }
#V7MSmbv7vrSqztGtpqXinm555kkXbyWt { position:absolute;display:block;z-index:15004;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:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:0.248698125rem;width:35.808625rem;top:10.6875rem;left:38.375rem;display:block; }
#P0CxRQlBQOVywuBPHnek1ZbP29GZTqUA { 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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#fc4100;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.496125rem;height:3.43359375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:35.419273376465rem;left:47.501300811767rem;display:block; }
#k6Tdw9Xf6WTGp2fIKFuvISF6Uvd5QGqu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vTlm2wrElb1N1fRd5ZOxL93gKngcX5Qa { color:#ffffff;display:block;width:35.4373125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.5625rem;left:38.5625rem;height:20.79494375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gUTy9ePFXmWLCO1E2y6cwnbHpcBZKgcB { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:2.5494790077209rem;left:38.375003814698rem;height:6.82325rem;font-style:normal;display:block; }
#nThctc7UPBwa4cnHACruXwFEGRMwCnnd { position:relative;display:block; }#nThctc7UPBwa4cnHACruXwFEGRMwCnnd { background-color: transparent; background-image: none; }#nThctc7UPBwa4cnHACruXwFEGRMwCnnd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nThctc7UPBwa4cnHACruXwFEGRMwCnnd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nThctc7UPBwa4cnHACruXwFEGRMwCnnd > .row .container > .video-iframe-container { display: none; }#nThctc7UPBwa4cnHACruXwFEGRMwCnnd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nThctc7UPBwa4cnHACruXwFEGRMwCnnd > .row > .video-iframe-container { display: none; }#nThctc7UPBwa4cnHACruXwFEGRMwCnnd > .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); }#nThctc7UPBwa4cnHACruXwFEGRMwCnnd { border-width: 0; border-radius: 0; }#nThctc7UPBwa4cnHACruXwFEGRMwCnnd > .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; }#nThctc7UPBwa4cnHACruXwFEGRMwCnnd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fbfffb;background-image:none;font-size:0.875rem;font-family:arial;height:43.625rem;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; }#ARggrG50ABZTihGE5fXLAcgTUrKkm6O7 { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #ff9b00, #fc4100);background-image: -moz-linear-gradient(160deg, #ff9b00, #fc4100);background-image: -ms-linear-gradient(160deg, #ff9b00, #fc4100);background-image: -o-linear-gradient(160deg, #ff9b00, #fc4100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b00', endColorstr='#fc4100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b00', endColorstr='#fc4100' );";background-image: linear-gradient(160deg, #ff9b00, #fc4100);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:38.0625rem;left:28.25rem;display:block; }
#vBqqebNlDPBvAJmTLSKnfFiuiQ325Ec9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DnQFc1s8yzT3oVFgmuLGLOb4fItRgnIs { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:28.875rem;width:17.8125rem;top:6.9375rem;left:51.625rem;display:block; }
#fMC3WWRUfBsKJLDcisfv49Sv4mTeDdvm { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:28.875rem;width:17.8125rem;top:6.75rem;left:28.25rem;display:block; }
#eIhPcAHREUWodtcXIfHs05esM0gUCo1k { color:#14261c;display:block;width:1.68489375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15081;line-height:1.6;letter-spacing:0;top:28.5rem;left:41.8125rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wVK7TswXHuoLGVgaJOnLQMMQy6Fse4eq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99739375rem;width:1.99739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15078;opacity:1;top:28.1875rem;left:35.6875rem; }
#FcxKVM9mZRgC2IKKtda6fNAW6N0fsMwE { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99739375rem;width:1.99739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15079;opacity:1;top:28.1875rem;left:40.0625rem; }
#RtGOBzNypNRKcvIP4IPWglUmDspvmyoa { color:#14261c;display:block;width:1.68489375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15080;line-height:1.6;letter-spacing:0;top:28.5rem;left:37.4375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bpsJmMTTMGXLAhuTufzgAWVnH9f5CbPJ { color:#14261c;display:block;width:1.6862rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15079;line-height:1.6;letter-spacing:0;top:28.5rem;left:33rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yWt341STw7m1UDTJG7JDV0zAZ2rxmnrX { 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:15077;opacity:1;top:28.1875rem;left:31.1875rem; }
#oLczr47CT6kHogr0dyNCf4sTPLrleIym { color:#14261c;display:block;width:1.68489375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15091;line-height:1.6;letter-spacing:0;top:28.6875rem;left:65.1875rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eFetKdqglIKDaLy4zWva04Vt1toakwk5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99739375rem;width:1.99739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.375rem;left:59.0625rem; }
#yGi9T6eEVfveB00TidlHQhZvSrLspH7C { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99739375rem;width:1.99739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:28.375rem;left:63.4375rem; }
#zDeTXRf3SdDdmAeOZHi3Q78xSubvOIv9 { color:#14261c;display:block;width:1.68489375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15090;line-height:1.6;letter-spacing:0;top:28.6875rem;left:60.8125rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#tB7L3TcJW2TaTH1Ic44rlPlBvO29yy3d { color:#14261c;display:block;width:1.6862rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:28.6875rem;left:56.375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ntqfIkFQAtBE3SKgTATmhee64dT7w0MO { 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:15087;opacity:1;top:28.375rem;left:54.5625rem; }
#Iz4RXifmRC3Gw53dIgvTOw1ai8cTS1CO { color:#14261c;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15073;line-height:1.6;letter-spacing:0;top:25.375rem;left:28.9375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#orb2CRFvo2w9dtzwmaZrgsCLQJIqNZsJ { color:#14261c;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15083;line-height:1.6;letter-spacing:0;top:25.5625rem;left:52.3125rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fDdcrKrRZEucBeQce1bnQv2rSpf01TFk { color:#14261c;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15043;line-height:1.6;letter-spacing:0;top:23.375rem;left:31.25rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Bp2W4uU6F70qrJGhG8MkKp1MDsJ5zdqT { color:#14261c;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15053;line-height:1.6;letter-spacing:0;top:23.5625rem;left:54.625rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WeCL4Qk5Q161PSkifRk0v21WdXvRHvx2 { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:15.0625rem;width:15.0625rem;top:7.6875rem;left:29.8125rem;overflow:hidden;display:block; }
#dlXqKt7SFxpvBOPipCVPCoy7S4ZEbWvO { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:15.0625rem;width:15.0625rem;top:7.875rem;left:53.1875rem;overflow:hidden;display:block; }
#RdAtKio6Rsb4X8lPe0ydLitVg7duRspy { color:#000000;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MKUdpZhqK08EhS0vLka1K7sE1HZT4rNZ { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:28.875rem;width:17.8125rem;top:6.9375rem;left:5.8125rem;display:block; }
#XeyyO0FaLFIZ27cRE8lRN0REeKWN1hNr { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:15.0625rem;width:15.0625rem;top:7.875rem;left:7.375rem;overflow:hidden;display:block; }
#UPqJfpRFKqOEtM99gTdrV2LdmQP0kdqq { color:#14261c;display:block;width:12.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15053;line-height:1.6;letter-spacing:0;top:23.5625rem;left:8.8125rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XFMxANfDyqqILueJ3x2g245EFDkwk75J { color:#14261c;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15083;line-height:1.6;letter-spacing:0;top:25.5625rem;left:6.5rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#miVVnAMd45Khkili08cKcQrkZlRnuiaa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.99739375rem;width:1.99739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15088;opacity:1;top:28.375rem;left:13.25rem; }
#v9R889Lw5S5Agwo5bw8Ik4y4MHeUreoK { 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:15087;opacity:1;top:28.375rem;left:8.75rem; }
#fxMAqRnmU5eBzAecBCaghhTs802TXigU { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:1.99739375rem;width:1.99739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15089;opacity:1;top:28.375rem;left:17.625rem; }
#VSidmbhFQVZyq6s0O7pi9hPFpzUFfOXV { color:#14261c;display:block;width:1.68489375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15090;line-height:1.6;letter-spacing:0;top:28.6875rem;left:15rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kpRwaV0TVGOoZFZhIfVAVnNgHQhX9ADk { color:#14261c;display:block;width:1.6862rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:28.6875rem;left:10.5625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iUUiaD5Q9zZwp1s8i7SoZUMUZMThR6xJ { color:#14261c;display:block;width:1.68489375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15091;line-height:1.6;letter-spacing:0;top:28.6875rem;left:19.375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FvdFovbaG0ZHgHnF05SiWuybdHth2HCT { position:absolute;display:block;z-index:15092;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:6rem;top:6.1875rem;left:4.70703125rem;overflow:hidden;display:block; }
#WV86kcCzMMJyRgXsg6bsfmJP45PnuzVM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fbfffb;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; }#WV86kcCzMMJyRgXsg6bsfmJP45PnuzVM > .row .container { background-color: transparent; background-image: none; }#WV86kcCzMMJyRgXsg6bsfmJP45PnuzVM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV86kcCzMMJyRgXsg6bsfmJP45PnuzVM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV86kcCzMMJyRgXsg6bsfmJP45PnuzVM > .row .container > .video-iframe-container { display: none; }#WV86kcCzMMJyRgXsg6bsfmJP45PnuzVM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WV86kcCzMMJyRgXsg6bsfmJP45PnuzVM > .row > .video-iframe-container { display: none; }#WV86kcCzMMJyRgXsg6bsfmJP45PnuzVM > .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); }#WV86kcCzMMJyRgXsg6bsfmJP45PnuzVM > .row .container { border-width: 0; border-radius: 0; }#WV86kcCzMMJyRgXsg6bsfmJP45PnuzVM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WV86kcCzMMJyRgXsg6bsfmJP45PnuzVM > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:75rem;position:relative;display:block; }#OI0sSLVmUl5FexZDbu16RDqyTZnxsgE0 { color:#14261c;display:block;width:74.25rem;position:absolute;font-family:montserrat;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.74999904632569rem;left:0.74869918823244rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TkDqHeFEshNJBgpTUQGpwMJhF8l6TvlC { position:absolute;display:block;z-index:15045;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:15.0625rem;width:15.0625rem;top:6.25rem;left:7.5rem;overflow:hidden;display:block; }
#UulTZsXOD3onDVNN9OmxeeT0TOpTx1D0 { color:#14261c;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15070;line-height:1.6;letter-spacing:0;top:21.5rem;left:9.4375rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Pnl8bdTPM6K2NS6FsG6CgwrFsIPwZ1hR { color:#14261c;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15069;line-height:1.6;letter-spacing:0;top:24.25rem;left:6.375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sSOTiSroFudB0bCuH7PgzeBJUx1vh6z5 { 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:15069;opacity:1;top:25.8125rem;left:13.125rem; }
#v7wbfXXgbhspMtdUpWUEkxEZ2uPM6QU3 { 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:15068;opacity:1;top:25.8125rem;left:8.625rem; }
#eZ9plQXTlolfwAexf0QNQEEpZlSf8xdk { 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:15070;opacity:1;top:25.8125rem;left:17.5rem; }
#NkKP8iDuR5mrixX1sNbCKVKNw6ep7TNT { color:#14261c;display:block;width:1.686525rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15070;line-height:1.6;letter-spacing:0;top:26rem;left:10.4375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TEGV6TzJpQTvwvcglEvBWvWSBoZ9J6DS { color:#14261c;display:block;width:1.68555rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15072;line-height:1.6;letter-spacing:0;top:26rem;left:19.25rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#A0qDpQ8vNxOFyeLrpCXbZgPu0upgO8iw { color:#14261c;display:block;width:1.68555rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15071;line-height:1.6;letter-spacing:0;top:26rem;left:14.875rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Re8UTZEkOGgz0hmqpLKgDnkRB0pp6CHL { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;height:15.0625rem;width:15.0625rem;top:6.25rem;left:53.479167938233rem;overflow:hidden;display:block; }
#MXTTVcluNP5BnrKbJyxkU0T4OBy9r04x { position:absolute;display:block;z-index:15018;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:28.875rem;width:17.8125rem;top:5.3125rem;left:51.9375rem;display:block; }
#WnZ5JAULBQHTKezZIc5fXnTxgFN4nofu { color:#14261c;display:block;width:17.875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15052;line-height:1.6;letter-spacing:0;top:21.3125rem;left:52.125rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#a75c18oKM4g0TEN7iP1hbhnnMf2gQGfO { color:#14261c;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15067;line-height:1.6;letter-spacing:0;top:24.3125rem;left:52.375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mmoqhmTyznlMpAaJKfLyDq1n8BhtkydB { 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:15072;opacity:1;top:26.25rem;left:59.625rem; }
#oaySRINqMX0sC0H2oCvaG0xGsuk7XH94 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15071;opacity:1;top:26.1875rem;left:55.25rem; }
#hPETJx1bbsLiJ5K4zB0TA8hMrJ6aNqZp { color:#14261c;display:block;width:1.68555rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15074;line-height:1.6;letter-spacing:0;top:26.5625rem;left:61.25rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aTWD6EqUVRXC4elkItu6dErLNF8WI4cZ { color:#14261c;display:block;width:1.686525rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15073;line-height:1.6;letter-spacing:0;top:26.5625rem;left:56.9375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zBQEJknU0RDu3VuENriCVFK2wWQK4fIZ { 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:15073;opacity:1;top:26.25rem;left:64rem; }
#ip1WFfrD8Bo5srcxdB5cTJDuII474C2G { color:#14261c;display:block;width:1.68555rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15075;line-height:1.6;letter-spacing:0;top:26.5625rem;left:65.75rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LV959k5NOJsc8KUxTIFfR4gXSsLtILeK { color:#14261c;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15072;line-height:1.4;letter-spacing:0;top:23.5rem;left:6.875rem;height:1.2246125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HIIw9kA2iieGqGgkPRfVbOa6hzlTH1US { color:#14261c;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15071;line-height:1.4;letter-spacing:0;top:28.375rem;left:6.8125rem;height:1.2246125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nuF0c5uo9c2cuXmqwIHcAdekhrOVTcCf { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:28.875rem;width:17.8125rem;top:5.125rem;left:5.9375rem;display:block; }
#PI63JenSx8pTyacg4hTTXs8E8uXb76xy { color:#14261c;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15070;line-height:1.6;letter-spacing:0;top:29.1875rem;left:6.375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cy5L2pGGEaBdsXN7BAQqaLTWNElRosZW { 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:15074;opacity:1;top:30.9375rem;left:8.625rem; }
#ToL6NOzebIKwWeqmCiuWrBNoKwrODFLx { color:#14261c;display:block;width:1.686525rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15076;line-height:1.6;letter-spacing:0;top:31.125rem;left:10.4375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gN23MXDwlUe7N4fk6swAJS0PzkBLTtua { 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:15075;opacity:1;top:30.9375rem;left:13.125rem; }
#ZuPD3pvnET8OGWF8S86hxylTsWpCFyTe { color:#14261c;display:block;width:1.68555rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15077;line-height:1.6;letter-spacing:0;top:31.125rem;left:14.875rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l7qFbuyd6BFUGt2Tt7WMs5BTdS6mUrJh { 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:15076;opacity:1;top:30.9375rem;left:17.5rem; }
#TFy8Elf7ZLX1HuyuwBsCrTbcCfwdyXBN { color:#14261c;display:block;width:1.68555rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15078;line-height:1.6;letter-spacing:0;top:31.125rem;left:19.25rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TRzZZl0iB2IORPK0oncZKaJt3f1x1VTQ { position:absolute;display:block;z-index:15064;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:15.0625rem;width:15.0625rem;top:6.5rem;left:30.5rem;overflow:hidden;display:block; }
#eJBlvLV4Zf1qnLc2XTO77Pn2hteUJsyo { color:#14261c;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:21.6875rem;left:32.6875rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aF321xTTG9i7vUpf4IqHxbzeJb8BHD10 { position:absolute;display:block;z-index:15054;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(20,38,28,0.2);border-left:0.1875rem solid rgba(20,38,28,0.2);border-right:0.1875rem solid rgba(20,38,28,0.2);border-bottom:0.1875rem solid rgba(20,38,28,0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:28.875rem;width:17.8125rem;top:5.5rem;left:28.9375rem;display:block; }
#EsbxNmdRgmLiliOrKWONUSkFGFvToweA { color:#14261c;display:block;width:16.875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15088;line-height:1.6;letter-spacing:0;top:23.6875rem;left:29.8125rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oAxzgbJucAzuHrrnHQeVTqIrwO6QhayI { 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:15088;opacity:1;top:26.125rem;left:36.625rem; }
#SSC78XgvFET5BIv5ac4dnvDGLtxJ5zz8 { 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:15087;opacity:1;top:26.125rem;left:32.125rem; }
#noZndhJrCou4DN6Bqqi2v323XpgSP3sZ { 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:15089;opacity:1;top:26.125rem;left:41rem; }
#JOZbgC7XO7vuhk5LhhDlGsBhS3xSgQDn { color:#14261c;display:block;width:1.686525rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15089;line-height:1.6;letter-spacing:0;top:26.375rem;left:33.9375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bexHBvdsWn83X1QxHV1JkNSmglRehSTt { color:#14261c;display:block;width:1.68555rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15091;line-height:1.6;letter-spacing:0;top:26.375rem;left:42.75rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mx0X33811bBR0sTb3WTZpzBGBDzIZyZc { color:#14261c;display:block;width:1.68555rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15090;line-height:1.6;letter-spacing:0;top:26.375rem;left:38.375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#X3S0yGKK5snpcmyGFsp9kBpy5xXT7zGt { color:#14261c;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15092;line-height:1.4;letter-spacing:0;top:23.625rem;left:53.4375rem;height:1.2246125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LzuDridZBlb8nC6a1m20O4Ox8MDlJ4Hw { color:#14261c;display:block;width:15.875rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15091;line-height:1.4;letter-spacing:0;top:28.6875rem;left:53.4375rem;height:1.2246125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ttJvpuyrZTGm20DN4NTeyWyQCgT5OSSh { color:#14261c;display:block;width:11.1875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15068;line-height:1.6;letter-spacing:0;top:29.5625rem;left:55.0625rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f8a1gzFQc2QDpOvyV3Id8dI9bXCuqHBs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;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:15083;opacity:1;top:31.25rem;left:55.25rem; }
#ZiUoQuP2iUcW8DroXZVdwGC0cThriNpV { color:#14261c;display:block;width:1.686525rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15085;line-height:1.6;letter-spacing:0;top:31.5rem;left:56.9375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OcLbqWwTTVTO4CJ6Oyw5zN7rLphJNNMp { 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:15084;opacity:1;top:31.1875rem;left:59.625rem; }
#Txb4Ke7d4WxmFLmp5phprsg1cbJ4wSdl { color:#14261c;display:block;width:1.68555rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15086;line-height:1.6;letter-spacing:0;top:31.5rem;left:61.25rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#s3TGcKuI4ZsRJ4b1v8gTZ8nIQKLDIymQ { 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:15085;opacity:1;top:31.25rem;left:63.6875rem; }
#bzp75zrZwTyDAdwSFLIsl8yZxI98oDsV { color:#14261c;display:block;width:1.68555rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15087;line-height:1.6;letter-spacing:0;top:31.625rem;left:65.4375rem;height:1.5996125rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zdNGk39oh2qZuadVH6o4svLglSG65ACy { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #ff9b00, #fc4100);background-image: -moz-linear-gradient(160deg, #ff9b00, #fc4100);background-image: -ms-linear-gradient(160deg, #ff9b00, #fc4100);background-image: -o-linear-gradient(160deg, #ff9b00, #fc4100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b00', endColorstr='#fc4100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b00', endColorstr='#fc4100' );";background-image: linear-gradient(160deg, #ff9b00, #fc4100);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;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:montserrat;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:35.873699188233rem;left:29.123699188233rem;display:block; }
#HRbnaJD3E1QZ81JBSiGeZawe6RvQuafb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #ff9b00, #fc4100);background-image: -moz-linear-gradient(160deg, #ff9b00, #fc4100);background-image: -ms-linear-gradient(160deg, #ff9b00, #fc4100);background-image: -o-linear-gradient(160deg, #ff9b00, #fc4100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b00', endColorstr='#fc4100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b00', endColorstr='#fc4100' );";background-image: linear-gradient(160deg, #ff9b00, #fc4100);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { background-color: transparent; background-image: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { display: none; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .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); }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { border-width: 0; border-radius: 0; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;position:relative;display:block; }#T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:6.8125rem;left:7.125rem; }
#PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:12.380208969116rem;left:3.125rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:15.311458587646rem;left:3.125rem;height:3.41064375rem;text-align:center;text-align-last:center;display:block; }
#nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:6.8125rem;left:25.875rem; }
#ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.8125rem;left:44.625rem; }
#rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:6.8125rem;left:63.375rem; }
#BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { color:#ffffff;display:block;width:75rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.375rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#crFazAvV34t1sT6qc0QrwGvWcPMvTNRO { color:#ffffff;display:block;width:12.9375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.380208969116rem;left:21.65625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sfnzEtHJw4kQ9byD5Iz604bAIv8qXFsx { color:#ffffff;display:block;width:13.812125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:15.310723304749rem;left:21.218036651611rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#sP20uoDDORMhIp7OkHEtTVT4I5chMzMc { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:12.375rem;left:40.625rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P18TIZuFci2LecEEdeQPKKZyRop03PcQ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.3125rem;left:40.625rem;height:3.41064375rem;text-align:center;text-align-last:center;display:block; }
#k3BE08pZNxkMG22XUIzF8dTwvdFI9773 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:12.375rem;left:59.375rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m9MHO4y4RXKASObLhbqnh8xL3snJidoM { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:15.311458587646rem;left:59.375rem;height:4.546875rem;text-align:center;text-align-last:center;display:block; }
#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo > .row .container { background-color: transparent; background-image: none; }#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo > .row .container > .video-iframe-container { display: none; }#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo > .row > .video-iframe-container { display: none; }#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo > .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); }#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo > .row .container { border-width: 0; border-radius: 0; }#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;position:relative;display:block; }#fokKCokEAbpDc27ecMvAb35UFSlcZEKd { color:#14261c;display:block;width:75rem;position:absolute;font-family:montserrat;font-size:2.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Md0pDJ8CkcuZkTGM5RGW9wTGqVLHn9ZW { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:17.75rem;top:6.39999961853rem;left:0.5rem;overflow:hidden;display:block; }
#otast2DCqwwiufTMyxoalgzR0VeQJnGi { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:17.75rem;top:6.39999961853rem;left:19.25rem;overflow:hidden;display:block; }
#GmnXuBJvtnX0X5uFQvTTNvQGkhNZ8cka { 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:13.625rem;width:17.75rem;top:6.39999961853rem;left:38rem;overflow:hidden;display:block; }
#WIMiNfxHtO6l9fTBG8VJGbzNZGTkPD6t { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:17.75rem;top:6.39999961853rem;left:56.75rem;overflow:hidden;display:block; }
#WEAP8oH9aKT6xwOfmq2A5opIzOJLPbzE { 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:13.625rem;width:17.75rem;top:21.949999809265rem;left:0.5rem;overflow:hidden;display:block; }
#OoxANBLdT8owVInX8T3JeWxelVomwRKr { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:17.6875rem;top:21.949999809265rem;left:19.25rem;overflow:hidden;display:block; }
#iGV4TmR4i35lOIzNvzedgyJeeSSras4F { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:17.6875rem;top:21.949999809265rem;left:38rem;overflow:hidden;display:block; }
#nOSfPtu9xs6mdBpDO0q0nZqkwwtKJ3Ur { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:17.75rem;top:21.949999809265rem;left:56.75rem;overflow:hidden;display:block; }
#v1fsKJS1yDfFH2swOzlInoJ9GB1IpZJI { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:17.6875rem;top:37.322050094604rem;left:19.250217437744rem;overflow:hidden;display:block; }
#NMVU9p1Wzsfyb8VOIPWbteNSO6iD2P1o { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.4375rem;width:17.6875rem;top:37.259117484092rem;left:37.999134063721rem;overflow:hidden;display:block; }
#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #ff9b00, #fc4100);background-image: -moz-linear-gradient(160deg, #ff9b00, #fc4100);background-image: -ms-linear-gradient(160deg, #ff9b00, #fc4100);background-image: -o-linear-gradient(160deg, #ff9b00, #fc4100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b00', endColorstr='#fc4100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b00', endColorstr='#fc4100' );";background-image: linear-gradient(160deg, #ff9b00, #fc4100);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk > .row .container { background-color: transparent; background-image: none; }#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk > .row .container > .video-iframe-container { display: none; }#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk > .row > .video-iframe-container { display: none; }#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk > .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); }#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk > .row .container { border-width: 0; border-radius: 0; }#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk > .row .container { font-size:0.875rem;font-family:arial;height:26.1875rem;width:75rem;position:relative;display:block; }#EybVOnZKkVMKorZNxKrBNIWsMve1PuNe { color:#ffffff;display:block;width:27.9368125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.68714475631713rem;left:4.9982242584229rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#x6HQsqmtSo7QLv6Nr4oiUbiQ2Vpcgob9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.4998125rem;width:36.7498125rem;top:4.6218037605286rem;left:0.3746452331543rem;display:block; }
#K81yLvMhwOSh8dMU6Vryyf5sbGhJlBoy { color:#ffffff;display:block;width:34.375rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:3.1223368644714rem;left:1.7489337921143rem;height:1.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ReplqD29CkkQRSlmnuzqMknvcEBvdnDI { color:#ffffff;display:block;width:23.3123125rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.74751472473144rem;left:44.934303283691rem;height:2.2747375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Po3ZTg5wy7oKo964zNzG4BtKSb2cKTmH { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:20.5rem;width:36.75rem;top:4.6200284957886rem;left:37.873756408691rem;display:block; }
#mS0Jls70Ofi6Q2akT6QqR6JqcZNlQhKo { color:#ffffff;display:block;width:33.9985625rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.6;letter-spacing:0;top:2.958984375rem;left:38.742008209229rem;height:1.3997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { background-color: transparent; background-image: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { display: none; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .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); }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { border-width: 0; border-radius: 0; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#kGz27wyoutuqebFXtkcacrankw9MoXZh { color:#000000;display:block;width:30.125rem;position:absolute;font-family:montserrat;font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:2.0623226165771rem;left:35.499820709229rem;height:8.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { background-color:transparent;background-image: -webkit-linear-gradient(160deg, #ff9b00, #fc4100);background-image: -moz-linear-gradient(160deg, #ff9b00, #fc4100);background-image: -ms-linear-gradient(160deg, #ff9b00, #fc4100);background-image: -o-linear-gradient(160deg, #ff9b00, #fc4100);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b00', endColorstr='#fc4100' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9b00', endColorstr='#fc4100' );";background-image: linear-gradient(160deg, #ff9b00, #fc4100);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.16) ;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:montserrat;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.1864375rem;height:3.37446875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:13.810368537903rem;left:35.499820709229rem;display:block; }
#eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PsoJ7yfqGZDTAivpy0LT3p4gKt9wNseI { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.875rem;width:32.9375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#Neh5bcrJIePXE0BtW8RHQSgKTorXTRVy { color:#000000;display:block;width:35rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:11.181639671326rem;left:35.499820709229rem;height:1.3997375rem;font-style:normal;display:block; }
#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #fc4100, #ff9b00);background-image: -moz-linear-gradient(160deg, #fc4100, #ff9b00);background-image: -ms-linear-gradient(160deg, #fc4100, #ff9b00);background-image: -o-linear-gradient(160deg, #fc4100, #ff9b00);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc4100', endColorstr='#ff9b00' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc4100', endColorstr='#ff9b00' );";background-image: linear-gradient(160deg, #fc4100, #ff9b00);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { background-color: transparent; background-image: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { display: none; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .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); }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { border-width: 0; border-radius: 0; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { font-size:0.875rem;font-family:arial;height:12.875rem;width:75rem;position:relative;display:block; }#NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:3.375rem;left:25.0625rem;height:1.48763125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xXCxEpiiMiCOvJtlTWQnAb7ESV4yCNdT { color:#ffffff;display:block;width:17rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:5.3125rem;left:25.25rem;height:4.199225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hcQ3NdyCT9PB3O9T3h6xA129eJKrbqTg { position:absolute;display:block;z-index:15016;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:4rem;width:14.25rem;top:0.9375rem;left:1.0625rem;overflow:hidden;display:block; }
#AnUxHavb5zreEchUkmcRRITaPKtyVoVb { color:#f8f8f8;display:block;width:18.8125rem;position:absolute;font-family:montserrat;font-size:0.75rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:5.4375rem;left:1rem;height:5.99609375rem;font-style:normal;display:block; }
#KAhb1FbVyvkGMsQk4JyRt0qgikIEn7Id { position:absolute;display:block;z-index:15017;height:12.5rem;width:18.2493125rem;top:0.15323257446289rem;left:52.242538452149rem;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:#fc4100;display:block;width:30.25rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:0.83665084838869rem;left:21.624645233154rem;height:1.13688125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN { display:block; }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUaNyzBrTgSxpZ6wQhthc3QxQxWoSHga { top:2.1875rem;left:13.027561187744rem;width:23.875rem;height:6.7945247998619rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvc3MeUSMGmWld5EceV69GiCl95NCCbt { top:25.8125rem;left:25.25rem;width:22.375rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7gp03W4q3vk45XVqt1Ads8pw9cfx9a9 { top:26.6875rem;left:26.9375rem;width:20.8125rem;height:6.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #agzsPU8rJ0PCCNnLo49TrK1AmZJyxV56 { top:34.375rem;left:10.780384063721rem;width:17rem;height:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkBxrVOktZUpTE50H2eGWvGxL2dHLLKD { top:45.625rem;left:13.027018547058rem;width:7.25rem;height:7rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz9kaVqG2qXkhmXsfBBQJWpaG46MoTBw { top:41.25rem;left:16.8125rem;width:5rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARKmQpDTtF96sllhHb14h7PV0KlUFpiR { top:51.375rem;left:27.528430938721rem;width:1.0625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC8fOR7DJFBxEQpxcr2UN1enw0nxkc08 { top:51.25rem;left:23.374782562256rem;width:4.375rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idMyMgJQeGoyOqonfRxOKW436lMubsfA { top:25.4375rem;left:0rem;width:35.6875rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDcJcSowwvmKNq6MaxgcdMKHiJC4THlH { top:25.8125rem;left:0rem;width:27.1875rem;height:2.6875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRgs2LAct5QVvPMaToH40lWF3WzkNEK8 { top:28.8125rem;left:0rem;width:32.1875rem;height:2.6875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-regular-label { display:block;width:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-input-text { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-input-text {padding-top: 0; padding-bottom: 0;}#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-textarea { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-input-select { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-input-select {padding-top: 0; padding-bottom: 0;}#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-input-button { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-checkbox-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z  { width:17.875rem;height:auto;top:31.1875rem;left:27.375rem; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .radio-container { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z {display:block;}#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z { width:17.875rem;height:auto;top:31.1875rem;left:27.375rem; }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #ERT2qaEK7DGSO35Ue0ueMafVzPn0ulrD {  }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #M69vcrOdDpB8VWdmsi4bDGZCzgI2yBTo { display:none; }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #onxgdXiZUyQiJaNqbA4wB1ocZR5p84ES {  }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #NZootsywCbF4iNzXQlhFi1e628KaUl3i {  }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #NlCFqsXxOHz9TT0GJsNqKQ0ThZAFSNfg { display:none; }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #RpJ04a3rGRXToUs1rGeymIBLJHVPuwhB {  }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #PkAUVn6JeBlU0zyhp69n5MGaOShib21d {  }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #VnpsMRvyZX9hok39q3gWeJLpAmH2E6JT {  }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #GHoATF0my9iQ407EuVqQSi1yBRGq4boh {  }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #G1xzmh9iaVUbB4HlyL0VULPAHLrGHiNf {  }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #VCQXuTBBDSSuxFG4FwML3eT7RseMc7vh {  }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #OQN4wLJmCIFPSdBiwLyvZaU5ErS99AJI {  }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #veDt4wfHP6LQFVZg920D77eXMK2uTqD3 {  }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #diTOKMW3eNPznvRZt27W2dkAaAB1MP2t {  }
 }@media only screen and (max-width: 763px) { #QoGHEVQHaMizUwO92kSLS64iozaQd8xX { top:34.375rem;left:0rem;width:15.75rem;height:6.5625rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiqFbxaeraMOkS8J7v4iWsiq6CcTfTFv { top:41rem;left:0rem;width:5rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6T9sKSlbu4Sh5oMTtRtaJwZKQ3u3noJ { top:45.5625rem;left:0rem;width:7.25rem;height:7rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtEXztJEryLdWq0V6Bg5np2hpASPmqFO { top:51.4375rem;left:2.0618515014649rem;width:4.375rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdHEO0WpKbRyaGWSp7CQewHJ4l3A3JTX { top:51.375rem;left:6.165584564209rem;width:1.0625rem;height:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq1wg1A82On4FNysZ6CunhOAeq5ZqcBO { top:35.25rem;left:10.09375rem;width:0.125rem;height:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXRJXeM8o59i8saKTOZNrJ92fkKDeEJT { top:34.75rem;left:0rem;width:10.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAFev87qfkWG1hAbcUOZfkTihLKcbsfX { top:34.6875rem;left:13.875rem;width:10.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEG6zWUqG1nQfHkUMZzNs8iZJuJ6J0d7 { display:block; }#sEG6zWUqG1nQfHkUMZzNs8iZJuJ6J0d7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOwHFheaZbErGVEfHLXaOSLUszk6rdoh { top:1.8125rem;left:0rem;width:36.9375rem;height:36.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7MSmbv7vrSqztGtpqXinm555kkXbyWt { top:10.6875rem;left:12rem;width:35.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0CxRQlBQOVywuBPHnek1ZbP29GZTqUA { width:17.4375rem;height:3.375rem;top:35.375rem;left:27.063800811767rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Tdw9Xf6WTGp2fIKFuvISF6Uvd5QGqu { display:block; }
 }@media only screen and (max-width: 763px) { #vTlm2wrElb1N1fRd5ZOxL93gKngcX5Qa { top:11.5625rem;left:12.375rem;width:35.375rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUTy9ePFXmWLCO1E2y6cwnbHpcBZKgcB { top:2.5rem;left:12.6875rem;width:35.0625rem;height:6.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nThctc7UPBwa4cnHACruXwFEGRMwCnnd { display:block; }#nThctc7UPBwa4cnHACruXwFEGRMwCnnd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARggrG50ABZTihGE5fXLAcgTUrKkm6O7 { width:17.5rem;height:3.4375rem;top:38.0625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBqqebNlDPBvAJmTLSKnfFiuiQ325Ec9 { display:block; }
 }@media only screen and (max-width: 763px) { #DnQFc1s8yzT3oVFgmuLGLOb4fItRgnIs { width:17.8125rem;height:28.875rem;top:6.9375rem;left:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMC3WWRUfBsKJLDcisfv49Sv4mTeDdvm { width:17.8125rem;height:28.875rem;top:6.75rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eIhPcAHREUWodtcXIfHs05esM0gUCo1k { width:1.625rem;height:1.5625rem;top:28.5rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVK7TswXHuoLGVgaJOnLQMMQy6Fse4eq { top:28.1875rem;left:21.9375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FcxKVM9mZRgC2IKKtda6fNAW6N0fsMwE { top:28.1875rem;left:23.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtGOBzNypNRKcvIP4IPWglUmDspvmyoa { width:1.625rem;height:1.5625rem;top:28.5rem;left:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpsJmMTTMGXLAhuTufzgAWVnH9f5CbPJ { width:1.625rem;height:1.5625rem;top:28.5rem;left:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWt341STw7m1UDTJG7JDV0zAZ2rxmnrX { top:28.1875rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLczr47CT6kHogr0dyNCf4sTPLrleIym { width:1.625rem;height:1.5625rem;top:28.6875rem;left:44.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFetKdqglIKDaLy4zWva04Vt1toakwk5 { top:28.375rem;left:38.625rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGi9T6eEVfveB00TidlHQhZvSrLspH7C { top:28.375rem;left:43rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDeTXRf3SdDdmAeOZHi3Q78xSubvOIv9 { width:1.625rem;height:1.5625rem;top:28.6875rem;left:40.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB7L3TcJW2TaTH1Ic44rlPlBvO29yy3d { width:1.625rem;height:1.5625rem;top:28.6875rem;left:35.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntqfIkFQAtBE3SKgTATmhee64dT7w0MO { top:28.375rem;left:34.125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz4RXifmRC3Gw53dIgvTOw1ai8cTS1CO { width:16.875rem;height:1.5625rem;top:25.375rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orb2CRFvo2w9dtzwmaZrgsCLQJIqNZsJ { width:16.875rem;height:1.5625rem;top:25.5625rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDdcrKrRZEucBeQce1bnQv2rSpf01TFk { width:12.3125rem;height:2rem;top:23.375rem;left:11.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp2W4uU6F70qrJGhG8MkKp1MDsJ5zdqT { width:12.3125rem;height:2rem;top:23.5625rem;left:34.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeCL4Qk5Q161PSkifRk0v21WdXvRHvx2 { width:15.0625rem;height:15.0625rem;top:7.6875rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlXqKt7SFxpvBOPipCVPCoy7S4ZEbWvO { width:15.0625rem;height:15.0625rem;top:7.875rem;left:32.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdAtKio6Rsb4X8lPe0ydLitVg7duRspy { width:47.75rem;height:3.25rem;top:1.9375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKUdpZhqK08EhS0vLka1K7sE1HZT4rNZ { width:17.8125rem;height:28.875rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeyyO0FaLFIZ27cRE8lRN0REeKWN1hNr { width:15.0625rem;height:15.0625rem;top:7.875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPqJfpRFKqOEtM99gTdrV2LdmQP0kdqq { width:12.3125rem;height:;top:23.5625rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFMxANfDyqqILueJ3x2g245EFDkwk75J { width:16.875rem;height:;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #miVVnAMd45Khkili08cKcQrkZlRnuiaa { top:28.375rem;left:6.4375rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9R889Lw5S5Agwo5bw8Ik4y4MHeUreoK { top:28.375rem;left:1.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fxMAqRnmU5eBzAecBCaghhTs802TXigU { top:28.375rem;left:10.8125rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSidmbhFQVZyq6s0O7pi9hPFpzUFfOXV { width:1.625rem;height:1.5625rem;top:28.6875rem;left:8.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpRwaV0TVGOoZFZhIfVAVnNgHQhX9ADk { width:1.625rem;height:;top:28.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUUiaD5Q9zZwp1s8i7SoZUMUZMThR6xJ { width:1.625rem;height:1.5625rem;top:28.6875rem;left:12.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvdFovbaG0ZHgHnF05SiWuybdHth2HCT { top:6.1875rem;left:0rem;width:6rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV86kcCzMMJyRgXsg6bsfmJP45PnuzVM { display:block; }#WV86kcCzMMJyRgXsg6bsfmJP45PnuzVM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OI0sSLVmUl5FexZDbu16RDqyTZnxsgE0 { width:47.75rem;height:3.25rem;top:0.6875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkDqHeFEshNJBgpTUQGpwMJhF8l6TvlC { width:15.0625rem;height:15.0625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UulTZsXOD3onDVNN9OmxeeT0TOpTx1D0 { width:11.1875rem;height:2rem;top:21.5rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnl8bdTPM6K2NS6FsG6CgwrFsIPwZ1hR { width:16.875rem;height:1.5625rem;top:24.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSOTiSroFudB0bCuH7PgzeBJUx1vh6z5 { top:25.8125rem;left:9.71875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7wbfXXgbhspMtdUpWUEkxEZ2uPM6QU3 { top:25.8125rem;left:5.21875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ9plQXTlolfwAexf0QNQEEpZlSf8xdk { top:25.8125rem;left:10.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkKP8iDuR5mrixX1sNbCKVKNw6ep7TNT { width:1.625rem;height:1.5625rem;top:26rem;left:7.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEGV6TzJpQTvwvcglEvBWvWSBoZ9J6DS { width:1.625rem;height:1.5625rem;top:26rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0qDpQ8vNxOFyeLrpCXbZgPu0upgO8iw { width:1.625rem;height:1.5625rem;top:26rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re8UTZEkOGgz0hmqpLKgDnkRB0pp6CHL { width:15.0625rem;height:15.0625rem;top:6.25rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXTTVcluNP5BnrKbJyxkU0T4OBy9r04x { width:17.8125rem;height:28.875rem;top:5.3125rem;left:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnZ5JAULBQHTKezZIc5fXnTxgFN4nofu { width:17.875rem;height:2rem;top:21.3125rem;left:17.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a75c18oKM4g0TEN7iP1hbhnnMf2gQGfO { width:16.875rem;height:1.5625rem;top:24.3125rem;left:18.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmoqhmTyznlMpAaJKfLyDq1n8BhtkydB { top:26.25rem;left:35.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oaySRINqMX0sC0H2oCvaG0xGsuk7XH94 { top:26.1875rem;left:33.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPETJx1bbsLiJ5K4zB0TA8hMrJ6aNqZp { width:1.625rem;height:1.5625rem;top:26.5625rem;left:37.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTWD6EqUVRXC4elkItu6dErLNF8WI4cZ { width:1.625rem;height:1.5625rem;top:26.5625rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBQEJknU0RDu3VuENriCVFK2wWQK4fIZ { top:26.25rem;left:40.15625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ip1WFfrD8Bo5srcxdB5cTJDuII474C2G { width:1.625rem;height:1.5625rem;top:26.5625rem;left:41.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV959k5NOJsc8KUxTIFfR4gXSsLtILeK { width:15.875rem;height:1.1875rem;top:23.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIIw9kA2iieGqGgkPRfVbOa6hzlTH1US { width:15.875rem;height:1.1875rem;top:28.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuF0c5uo9c2cuXmqwIHcAdekhrOVTcCf { width:17.8125rem;height:28.875rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PI63JenSx8pTyacg4hTTXs8E8uXb76xy { width:16.875rem;height:1.5625rem;top:29.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy5L2pGGEaBdsXN7BAQqaLTWNElRosZW { top:30.9375rem;left:5.21875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToL6NOzebIKwWeqmCiuWrBNoKwrODFLx { width:1.625rem;height:1.5625rem;top:31.125rem;left:7.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN23MXDwlUe7N4fk6swAJS0PzkBLTtua { top:30.9375rem;left:9.71875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZuPD3pvnET8OGWF8S86hxylTsWpCFyTe { width:1.625rem;height:1.5625rem;top:31.125rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7qFbuyd6BFUGt2Tt7WMs5BTdS6mUrJh { top:30.9375rem;left:10.0625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFy8Elf7ZLX1HuyuwBsCrTbcCfwdyXBN { width:1.625rem;height:1.5625rem;top:31.125rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRzZZl0iB2IORPK0oncZKaJt3f1x1VTQ { width:15.0625rem;height:15.0625rem;top:6.5rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJBlvLV4Zf1qnLc2XTO77Pn2hteUJsyo { width:11.1875rem;height:2rem;top:21.6875rem;left:12.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF321xTTG9i7vUpf4IqHxbzeJb8BHD10 { width:17.8125rem;height:28.875rem;top:5.5rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsbxNmdRgmLiliOrKWONUSkFGFvToweA { width:16.875rem;height:1.5625rem;top:23.6875rem;left:7rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAxzgbJucAzuHrrnHQeVTqIrwO6QhayI { top:26.125rem;left:22rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSC78XgvFET5BIv5ac4dnvDGLtxJ5zz8 { top:26.125rem;left:21.90625rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #noZndhJrCou4DN6Bqqi2v323XpgSP3sZ { top:26.125rem;left:23.96875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JOZbgC7XO7vuhk5LhhDlGsBhS3xSgQDn { width:1.625rem;height:1.5625rem;top:26.375rem;left:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bexHBvdsWn83X1QxHV1JkNSmglRehSTt { width:1.625rem;height:1.5625rem;top:26.375rem;left:25.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx0X33811bBR0sTb3WTZpzBGBDzIZyZc { width:1.625rem;height:1.5625rem;top:26.375rem;left:23.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3S0yGKK5snpcmyGFsp9kBpy5xXT7zGt { width:15.875rem;height:1.1875rem;top:23.625rem;left:19.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzuDridZBlb8nC6a1m20O4Ox8MDlJ4Hw { width:15.875rem;height:1.1875rem;top:28.6875rem;left:19.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttJvpuyrZTGm20DN4NTeyWyQCgT5OSSh { width:11.1875rem;height:1.5625rem;top:29.5625rem;left:24.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8a1gzFQc2QDpOvyV3Id8dI9bXCuqHBs { top:31.25rem;left:33.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiUoQuP2iUcW8DroXZVdwGC0cThriNpV { width:1.625rem;height:1.5625rem;top:31.5rem;left:35.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcLbqWwTTVTO4CJ6Oyw5zN7rLphJNNMp { top:31.1875rem;left:35.8125rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txb4Ke7d4WxmFLmp5phprsg1cbJ4wSdl { width:1.625rem;height:1.5625rem;top:31.5rem;left:37.40625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3TGcKuI4ZsRJ4b1v8gTZ8nIQKLDIymQ { top:31.25rem;left:39.84375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzp75zrZwTyDAdwSFLIsl8yZxI98oDsV { width:1.625rem;height:1.5625rem;top:31.625rem;left:41.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdNGk39oh2qZuadVH6o4svLglSG65ACy { width:17.5rem;height:3.4375rem;top:35.8125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRbnaJD3E1QZ81JBSiGeZawe6RvQuafb { display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { top:6.8125rem;left:3.71875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { top:12.375rem;left:0rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { top:15.25rem;left:0rem;width:12.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { top:6.8125rem;left:15.65625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { top:6.8125rem;left:27.59375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { top:6.8125rem;left:39.53125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:47.75rem;height:3.625rem;top:1.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #crFazAvV34t1sT6qc0QrwGvWcPMvTNRO { top:12.375rem;left:10.9375rem;width:12.9375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfnzEtHJw4kQ9byD5Iz604bAIv8qXFsx { top:15.25rem;left:10.0625rem;width:13.75rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP20uoDDORMhIp7OkHEtTVT4I5chMzMc { top:12.375rem;left:23.3125rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P18TIZuFci2LecEEdeQPKKZyRop03PcQ { top:15.3125rem;left:23.3125rem;width:12.5rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3BE08pZNxkMG22XUIzF8dTwvdFI9773 { top:12.375rem;left:35.25rem;width:12.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9MHO4y4RXKASObLhbqnh8xL3snJidoM { top:15.25rem;left:35.25rem;width:12.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo { display:block; }#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fokKCokEAbpDc27ecMvAb35UFSlcZEKd { width:47.75rem;height:3.625rem;top:1.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md0pDJ8CkcuZkTGM5RGW9wTGqVLHn9ZW { top:6.375rem;left:0rem;width:17.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #otast2DCqwwiufTMyxoalgzR0VeQJnGi { top:6.375rem;left:6.125rem;width:17.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmnXuBJvtnX0X5uFQvTTNvQGkhNZ8cka { top:6.375rem;left:18.0625rem;width:17.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIMiNfxHtO6l9fTBG8VJGbzNZGTkPD6t { top:6.375rem;left:30rem;width:17.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEAP8oH9aKT6xwOfmq2A5opIzOJLPbzE { top:21.9375rem;left:0rem;width:17.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoxANBLdT8owVInX8T3JeWxelVomwRKr { top:21.9375rem;left:6.125rem;width:17.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGV4TmR4i35lOIzNvzedgyJeeSSras4F { top:21.9375rem;left:18.0625rem;width:17.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOSfPtu9xs6mdBpDO0q0nZqkwwtKJ3Ur { top:21.9375rem;left:30rem;width:17.75rem;height:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1fsKJS1yDfFH2swOzlInoJ9GB1IpZJI { top:37.3125rem;left:6.1875rem;width:17.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMVU9p1Wzsfyb8VOIPWbteNSO6iD2P1o { top:37.25rem;left:18.125rem;width:17.6875rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6yR6qFOZbfnRByslwReKQEBS9cMtrsk { display:block; }#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EybVOnZKkVMKorZNxKrBNIWsMve1PuNe { top:0.625rem;left:0rem;width:27.875rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6HQsqmtSo7QLv6Nr4oiUbiQ2Vpcgob9 { top:4.5625rem;left:0rem;width:36.6875rem;height:20.465053286836rem;display:block; }
 }@media only screen and (max-width: 763px) { #K81yLvMhwOSh8dMU6Vryyf5sbGhJlBoy { top:3.0625rem;left:0rem;width:34.375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReplqD29CkkQRSlmnuzqMknvcEBvdnDI { top:0.6875rem;left:24.4375rem;width:23.25rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po3ZTg5wy7oKo964zNzG4BtKSb2cKTmH { top:4.5625rem;left:11rem;width:36.75rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS0Jls70Ofi6Q2akT6QqR6JqcZNlQhKo { top:2.9375rem;left:13.8125rem;width:33.9375rem;height:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { top:2rem;left:11rem;width:30.125rem;height:8.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:15.125rem;height:3.3125rem;top:13.75rem;left:21.874820709229rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #PsoJ7yfqGZDTAivpy0LT3p4gKt9wNseI { top:0rem;left:0rem;width:32.9375rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Neh5bcrJIePXE0BtW8RHQSgKTorXTRVy { top:11.125rem;left:12.75rem;width:35rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { top:3.375rem;left:11.4375rem;width:19.0625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXCxEpiiMiCOvJtlTWQnAb7ESV4yCNdT { top:5.3125rem;left:11.625rem;width:16.9375rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcQ3NdyCT9PB3O9T3h6xA129eJKrbqTg { top:0.9375rem;left:0rem;width:14.25rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnUxHavb5zreEchUkmcRRITaPKtyVoVb { top:5.4375rem;left:0rem;width:18.75rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KAhb1FbVyvkGMsQk4JyRt0qgikIEn7Id { top:0.125rem;left:29.5625rem;width:18.1875rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:0.8125rem;left:7.9996452331544rem;width:30.25rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d41ba3dd-f3aa-4173-9871-d7a5959bd56a/3DFoxton.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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN.adaptive-delivery-prevent-bg, #FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN.lazyload, #FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN.lazyloading { background-image: none; }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN > .row .container { background-color: transparent; background-image: none; }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN > .row .container > .video-iframe-container { display: none; }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.65); }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN > .row > .video-iframe-container { display: none; }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN > .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); }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN > .row .container { border-width: 0; border-radius: 0; }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FCH2RX6IAxBa3Tr8uO0whvndNBQa5JLN > .row .container { width:20rem;height:62.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BUaNyzBrTgSxpZ6wQhthc3QxQxWoSHga { width:14.874125rem;height:4.18728125rem;top:1.3096789121627rem;left:2.5618491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wvc3MeUSMGmWld5EceV69GiCl95NCCbt { width:19.4375rem;height:27.125rem;top:33.124999046326rem;left:0.43701165914536rem;background-color:rgba(255,255,255,0.85);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #m7gp03W4q3vk45XVqt1Ads8pw9cfx9a9 { width:17.874375rem;height:6.296875rem;top:33.9375rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #agzsPU8rJ0PCCNnLo49TrK1AmZJyxV56 { width:9.5rem;height:6rem;top:14.5rem;left:10.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkBxrVOktZUpTE50H2eGWvGxL2dHLLKD { width:5.9375rem;height:4.6875rem;top:22.125rem;left:11.6875rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iz9kaVqG2qXkhmXsfBBQJWpaG46MoTBw { width:5rem;height:1.875rem;top:18.499349594116rem;left:12.748481810093rem;font-size:1.875rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #ARKmQpDTtF96sllhHb14h7PV0KlUFpiR { width:1.0601125rem;height:1.25rem;top:28.562501907349rem;left:17.258463919163rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC8fOR7DJFBxEQpxcr2UN1enw0nxkc08 { width:4.375rem;height:1.875rem;top:28.437501907349rem;left:13.060981810093rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #idMyMgJQeGoyOqonfRxOKW436lMubsfA { width:19.375rem;height:4.18728125rem;top:8.817710876465rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bDcJcSowwvmKNq6MaxgcdMKHiJC4THlH { width:16.875rem;height:1.6497375rem;top:9.1935768127444rem;left:1.5625000596046rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRgs2LAct5QVvPMaToH40lWF3WzkNEK8 { width:18.624125rem;height:1.51171875rem;top:10.898872375488rem;left:0.68684893846512rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-input-text {padding-top: 0; padding-bottom: 0;}#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-input-select {padding-top: 0; padding-bottom: 0;}#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:1rem;overflow:hidden; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z  { width:17.5rem;height:auto;top:40.031737327576rem;left:0rem; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z {display:block;}#xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z { width:17.5rem;height:auto;top:40.031737327576rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #ERT2qaEK7DGSO35Ue0ueMafVzPn0ulrD {  }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #M69vcrOdDpB8VWdmsi4bDGZCzgI2yBTo { display:none; }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #onxgdXiZUyQiJaNqbA4wB1ocZR5p84ES {  }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #NZootsywCbF4iNzXQlhFi1e628KaUl3i {  }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #NlCFqsXxOHz9TT0GJsNqKQ0ThZAFSNfg { display:none; }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #RpJ04a3rGRXToUs1rGeymIBLJHVPuwhB {  }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #PkAUVn6JeBlU0zyhp69n5MGaOShib21d {  }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #VnpsMRvyZX9hok39q3gWeJLpAmH2E6JT { display:none; }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #GHoATF0my9iQ407EuVqQSi1yBRGq4boh {  }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #G1xzmh9iaVUbB4HlyL0VULPAHLrGHiNf {  }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #VCQXuTBBDSSuxFG4FwML3eT7RseMc7vh { display:none; }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #OQN4wLJmCIFPSdBiwLyvZaU5ErS99AJI {  }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #veDt4wfHP6LQFVZg920D77eXMK2uTqD3 {  }
 }@media only screen and (max-width: 763px) { #xw1upmiHOpHZ4S8JLtebKLwpaB3zKT6z #diTOKMW3eNPznvRZt27W2dkAaAB1MP2t {  }
 }@media only screen and (max-width: 763px) { #QoGHEVQHaMizUwO92kSLS64iozaQd8xX { width:9.4998125rem;height:6rem;top:14.49978351593rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiqFbxaeraMOkS8J7v4iWsiq6CcTfTFv { width:5rem;height:1.875rem;top:18.624132156372rem;left:2.1245661377907rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6T9sKSlbu4Sh5oMTtRtaJwZKQ3u3noJ { width:2.625rem;height:4.6875rem;top:22.125rem;left:2.0625rem;font-size:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtEXztJEryLdWq0V6Bg5np2hpASPmqFO { width:4.375rem;height:1.875rem;top:28.437501907349rem;left:2.3741319775581rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdHEO0WpKbRyaGWSp7CQewHJ4l3A3JTX { width:1.06228125rem;height:1.25rem;top:28.625001907349rem;left:6.4437938332556rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq1wg1A82On4FNysZ6CunhOAeq5ZqcBO { width:0.125rem;height:16.125rem;top:14.6875rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXRJXeM8o59i8saKTOZNrJ92fkKDeEJT { width:7.1875rem;height:1.99978125rem;top:14.49978351593rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAFev87qfkWG1hAbcUOZfkTihLKcbsfX { width:7.1875rem;height:2rem;top:14.625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEG6zWUqG1nQfHkUMZzNs8iZJuJ6J0d7 { display:block; }#sEG6zWUqG1nQfHkUMZzNs8iZJuJ6J0d7 > .row .container { width:20rem;height:55.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOwHFheaZbErGVEfHLXaOSLUszk6rdoh { width:18.875rem;height:18.875rem;top:1.4960994720459rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V7MSmbv7vrSqztGtpqXinm555kkXbyWt { width:19.6875rem;height:0.248698125rem;top:26.382813453674rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0CxRQlBQOVywuBPHnek1ZbP29GZTqUA { width:17.433625rem;height:3.37109375rem;top:48.799482345581rem;left:1.2825520634651rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k6Tdw9Xf6WTGp2fIKFuvISF6Uvd5QGqu { display:block; }
 }@media only screen and (max-width: 763px) { #vTlm2wrElb1N1fRd5ZOxL93gKngcX5Qa { width:18.625rem;height:19.49706875rem;top:28.007813453674rem;left:0.6875rem;font-size:0.8125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #gUTy9ePFXmWLCO1E2y6cwnbHpcBZKgcB { width:20rem;height:4.142575rem;top:21.571614265442rem;left:0rem;font-size:1.0625rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nThctc7UPBwa4cnHACruXwFEGRMwCnnd { display:block; }#nThctc7UPBwa4cnHACruXwFEGRMwCnnd > .row .container { width:20rem;height:97.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARggrG50ABZTihGE5fXLAcgTUrKkm6O7 { width:17.5rem;height:3.4375rem;top:91.625rem;left:1.0625rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBqqebNlDPBvAJmTLSKnfFiuiQ325Ec9 { display:block; }
 }@media only screen and (max-width: 763px) { #DnQFc1s8yzT3oVFgmuLGLOb4fItRgnIs { width:17.8125rem;height:25.25rem;top:64.6875rem;left:0.6875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #fMC3WWRUfBsKJLDcisfv49Sv4mTeDdvm { width:17.8125rem;height:25.25rem;top:37.3125rem;left:0.6875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #eIhPcAHREUWodtcXIfHs05esM0gUCo1k { width:1.625rem;height:1.5996125rem;top:58.375rem;left:14.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVK7TswXHuoLGVgaJOnLQMMQy6Fse4eq { display:flex;width:1.9375rem;height:1.9375rem;top:57.875rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #FcxKVM9mZRgC2IKKtda6fNAW6N0fsMwE { display:flex;width:1.9375rem;height:1.9375rem;top:58rem;left:12.625rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #RtGOBzNypNRKcvIP4IPWglUmDspvmyoa { width:1.625rem;height:1.5996125rem;top:58.375rem;left:10rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bpsJmMTTMGXLAhuTufzgAWVnH9f5CbPJ { width:1.625rem;height:1.5996125rem;top:58.375rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWt341STw7m1UDTJG7JDV0zAZ2rxmnrX { display:flex;width:1.875rem;height:1.875rem;top:58.0625rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #oLczr47CT6kHogr0dyNCf4sTPLrleIym { width:1.625rem;height:1.5996125rem;top:86.25rem;left:14.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFetKdqglIKDaLy4zWva04Vt1toakwk5 { display:flex;width:1.9375rem;height:1.9375rem;top:86.125rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #yGi9T6eEVfveB00TidlHQhZvSrLspH7C { display:flex;width:1.9375rem;height:1.9375rem;top:86.125rem;left:12.5rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #zDeTXRf3SdDdmAeOZHi3Q78xSubvOIv9 { width:1.625rem;height:1.5996125rem;top:86.25rem;left:9.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tB7L3TcJW2TaTH1Ic44rlPlBvO29yy3d { width:1.625rem;height:1.5996125rem;top:86.25rem;left:5.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ntqfIkFQAtBE3SKgTATmhee64dT7w0MO { display:flex;width:1.875rem;height:1.875rem;top:86.125rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #Iz4RXifmRC3Gw53dIgvTOw1ai8cTS1CO { width:16.875rem;height:1.5996125rem;top:54.875rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orb2CRFvo2w9dtzwmaZrgsCLQJIqNZsJ { width:10.3125rem;height:1.5996125rem;top:82.875rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDdcrKrRZEucBeQce1bnQv2rSpf01TFk { width:16.5rem;height:2rem;top:52.875rem;left:1.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bp2W4uU6F70qrJGhG8MkKp1MDsJ5zdqT { width:12.3125rem;height:2rem;top:80.875rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeCL4Qk5Q161PSkifRk0v21WdXvRHvx2 { width:14.1875rem;height:14.1875rem;top:38.1875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlXqKt7SFxpvBOPipCVPCoy7S4ZEbWvO { width:15.0625rem;height:15.0625rem;top:65.625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdAtKio6Rsb4X8lPe0ydLitVg7duRspy { width:20rem;height:3.736325rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKUdpZhqK08EhS0vLka1K7sE1HZT4rNZ { width:17.8125rem;height:28.875rem;top:6.5rem;left:0.6875rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #XeyyO0FaLFIZ27cRE8lRN0REeKWN1hNr { width:15.0625rem;height:15.0625rem;top:7.4375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPqJfpRFKqOEtM99gTdrV2LdmQP0kdqq { width:12.3125rem;height:2rem;top:23.125rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFMxANfDyqqILueJ3x2g245EFDkwk75J { width:16.875rem;height:1.5996125rem;top:25.125rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #miVVnAMd45Khkili08cKcQrkZlRnuiaa { display:flex;width:1.9375rem;height:1.9375rem;top:27.9375rem;left:8.125rem; }
 }@media only screen and (max-width: 763px) { #v9R889Lw5S5Agwo5bw8Ik4y4MHeUreoK { display:flex;width:1.875rem;height:1.875rem;top:27.9375rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #fxMAqRnmU5eBzAecBCaghhTs802TXigU { display:flex;width:1.9375rem;height:1.9375rem;top:27.9375rem;left:12.5rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #VSidmbhFQVZyq6s0O7pi9hPFpzUFfOXV { width:1.625rem;height:1.5996125rem;top:28.25rem;left:9.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kpRwaV0TVGOoZFZhIfVAVnNgHQhX9ADk { width:1.625rem;height:1.5996125rem;top:28.25rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUUiaD5Q9zZwp1s8i7SoZUMUZMThR6xJ { width:1.625rem;height:1.5996125rem;top:28.25rem;left:14.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FvdFovbaG0ZHgHnF05SiWuybdHth2HCT { width:5.5rem;height:5.5rem;top:5.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WV86kcCzMMJyRgXsg6bsfmJP45PnuzVM { display:block; }#WV86kcCzMMJyRgXsg6bsfmJP45PnuzVM > .row .container { width:20rem;height:108.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OI0sSLVmUl5FexZDbu16RDqyTZnxsgE0 { width:20rem;height:3.736325rem;top:1.55859375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkDqHeFEshNJBgpTUQGpwMJhF8l6TvlC { width:14.1875rem;height:14.1875rem;top:8.1875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UulTZsXOD3onDVNN9OmxeeT0TOpTx1D0 { width:10.8125rem;height:2rem;top:23rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pnl8bdTPM6K2NS6FsG6CgwrFsIPwZ1hR { width:9.5rem;height:1.5996125rem;top:26.8125rem;left:5.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSOTiSroFudB0bCuH7PgzeBJUx1vh6z5 { display:flex;width:1.9375rem;height:1.9375rem;top:34.6875rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #v7wbfXXgbhspMtdUpWUEkxEZ2uPM6QU3 { display:flex;width:1.9375rem;height:1.9375rem;top:34.6875rem;left:4.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #eZ9plQXTlolfwAexf0QNQEEpZlSf8xdk { display:flex;width:1.9375rem;height:1.9375rem;top:34.6875rem;left:13.5rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #NkKP8iDuR5mrixX1sNbCKVKNw6ep7TNT { width:1.625rem;height:1.5996125rem;top:28.6875rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEGV6TzJpQTvwvcglEvBWvWSBoZ9J6DS { width:1.625rem;height:1.5996125rem;top:35.125rem;left:15.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A0qDpQ8vNxOFyeLrpCXbZgPu0upgO8iw { width:1.625rem;height:1.5996125rem;top:35rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Re8UTZEkOGgz0hmqpLKgDnkRB0pp6CHL { width:14.1875rem;height:14.1875rem;top:69.25rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXTTVcluNP5BnrKbJyxkU0T4OBy9r04x { width:17.8125rem;height:31.3125rem;top:67.1875rem;left:1.0625rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #WnZ5JAULBQHTKezZIc5fXnTxgFN4nofu { width:17.875rem;height:2rem;top:84.375rem;left:1.125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a75c18oKM4g0TEN7iP1hbhnnMf2gQGfO { width:16.875rem;height:1.5996125rem;top:88.1875rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mmoqhmTyznlMpAaJKfLyDq1n8BhtkydB { display:flex;width:1.9375rem;height:1.9375rem;top:89.75rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #oaySRINqMX0sC0H2oCvaG0xGsuk7XH94 { display:flex;width:1.875rem;height:1.875rem;top:89.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #hPETJx1bbsLiJ5K4zB0TA8hMrJ6aNqZp { width:1.625rem;height:1.5996125rem;top:90.125rem;left:10.375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTWD6EqUVRXC4elkItu6dErLNF8WI4cZ { width:1.625rem;height:1.5996125rem;top:90.125rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBQEJknU0RDu3VuENriCVFK2wWQK4fIZ { display:flex;width:1.9375rem;height:1.9375rem;top:89.75rem;left:12.5625rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #ip1WFfrD8Bo5srcxdB5cTJDuII474C2G { width:1.625rem;height:1.5996125rem;top:90.125rem;left:14.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LV959k5NOJsc8KUxTIFfR4gXSsLtILeK { width:5.9375rem;height:1.2246125rem;top:25.5625rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIIw9kA2iieGqGgkPRfVbOa6hzlTH1US { width:6.25rem;height:1.2246125rem;top:31.625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nuF0c5uo9c2cuXmqwIHcAdekhrOVTcCf { width:17.8125rem;height:30.5rem;top:7rem;left:1.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #PI63JenSx8pTyacg4hTTXs8E8uXb76xy { width:9.625rem;height:1.5996125rem;top:32.8125rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cy5L2pGGEaBdsXN7BAQqaLTWNElRosZW { display:flex;width:1.9375rem;height:1.9375rem;top:28.375rem;left:4.625rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ToL6NOzebIKwWeqmCiuWrBNoKwrODFLx { width:1.625rem;height:1.5996125rem;top:35rem;left:6.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gN23MXDwlUe7N4fk6swAJS0PzkBLTtua { display:flex;width:1.9375rem;height:1.9375rem;top:28.375rem;left:9rem; }
 }@media only screen and (max-width: 763px) { #ZuPD3pvnET8OGWF8S86hxylTsWpCFyTe { width:1.625rem;height:1.5996125rem;top:28.6875rem;left:10.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7qFbuyd6BFUGt2Tt7WMs5BTdS6mUrJh { display:flex;width:1.9375rem;height:1.9375rem;top:28.375rem;left:13.5rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #TFy8Elf7ZLX1HuyuwBsCrTbcCfwdyXBN { width:1.625rem;height:1.5996125rem;top:28.6875rem;left:15.3125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRzZZl0iB2IORPK0oncZKaJt3f1x1VTQ { width:14.1875rem;height:14.1875rem;top:41.4375rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJBlvLV4Zf1qnLc2XTO77Pn2hteUJsyo { width:11.1875rem;height:2rem;top:56.75rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aF321xTTG9i7vUpf4IqHxbzeJb8BHD10 { width:17.8125rem;height:25.25rem;top:40.1875rem;left:1.125rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #EsbxNmdRgmLiliOrKWONUSkFGFvToweA { width:10.1875rem;height:1.5996125rem;top:58.75rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oAxzgbJucAzuHrrnHQeVTqIrwO6QhayI { display:flex;width:1.9375rem;height:1.9375rem;top:61.0625rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #SSC78XgvFET5BIv5ac4dnvDGLtxJ5zz8 { display:flex;width:1.9375rem;height:1.9375rem;top:61.0625rem;left:4.125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #noZndhJrCou4DN6Bqqi2v323XpgSP3sZ { display:flex;width:1.9375rem;height:1.9375rem;top:61.125rem;left:13.125rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #JOZbgC7XO7vuhk5LhhDlGsBhS3xSgQDn { width:1.625rem;height:1.5996125rem;top:61.375rem;left:5.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bexHBvdsWn83X1QxHV1JkNSmglRehSTt { width:1.625rem;height:1.5996125rem;top:61.375rem;left:14.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mx0X33811bBR0sTb3WTZpzBGBDzIZyZc { width:1.625rem;height:1.5996125rem;top:61.375rem;left:10.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3S0yGKK5snpcmyGFsp9kBpy5xXT7zGt { width:6rem;height:1.2246125rem;top:86.9375rem;left:1.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LzuDridZBlb8nC6a1m20O4Ox8MDlJ4Hw { width:3.5625rem;height:1.2246125rem;top:92.75rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttJvpuyrZTGm20DN4NTeyWyQCgT5OSSh { width:10.3125rem;height:1.5996125rem;top:94rem;left:4.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8a1gzFQc2QDpOvyV3Id8dI9bXCuqHBs { display:flex;width:1.875rem;height:1.875rem;top:95.625rem;left:3.6875rem; }
 }@media only screen and (max-width: 763px) { #ZiUoQuP2iUcW8DroXZVdwGC0cThriNpV { width:1.625rem;height:1.5996125rem;top:96rem;left:5.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OcLbqWwTTVTO4CJ6Oyw5zN7rLphJNNMp { display:flex;width:1.9375rem;height:1.9375rem;top:95.625rem;left:8.25rem; }
 }@media only screen and (max-width: 763px) { #Txb4Ke7d4WxmFLmp5phprsg1cbJ4wSdl { width:1.625rem;height:1.5996125rem;top:96rem;left:10.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3TGcKuI4ZsRJ4b1v8gTZ8nIQKLDIymQ { display:flex;width:1.9375rem;height:1.9375rem;top:95.625rem;left:12.5rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #bzp75zrZwTyDAdwSFLIsl8yZxI98oDsV { width:1.625rem;height:1.5996125rem;top:96rem;left:14.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdNGk39oh2qZuadVH6o4svLglSG65ACy { width:17.5rem;height:3.4375rem;top:100.5rem;left:1.25rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HRbnaJD3E1QZ81JBSiGeZawe6RvQuafb { display:block; }
 }@media only screen and (max-width: 763px) { #lA5GqSCq3aFTxq0Slbia99tWFKld5mHM { display:block; }#lA5GqSCq3aFTxq0Slbia99tWFKld5mHM > .row .container { width:20rem;height:55.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T7lK7BNg7FC5OCFKPzhNgqQMttqLZxU7 { display:flex;width:4.5rem;height:4.5rem;top:5.9375rem;left:7.75rem;font-size:3.125rem; }
 }@media only screen and (max-width: 763px) { #PkR9TTHBKiuI2nIRDvELwkrRwGaWvW5L { width:12.5rem;height:1.2999125rem;top:10.8125rem;left:3.75rem;font-size:1rem;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #TTOTy4BznLRhoRhyNVTg2tSV1m9Np689 { width:12.5rem;height:5.19921875rem;top:12.299484729767rem;left:3.7500002980233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nehcg60wpMm6Hgnvlm0USl1KlysyGJxh { display:flex;width:4.5rem;height:4.5rem;top:19.375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #ZsNasghTSRNnKhohrryxKEiiklBKEXn9 { display:flex;width:4.5rem;height:4.5rem;top:32.124996185302rem;left:7.7500002980231rem; }
 }@media only screen and (max-width: 763px) { #rr3rxs7LSVaTs6uATXJ7svS1LeNgBa47 { display:flex;width:4.5rem;height:4.5rem;top:43.375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #BtZ1NAacfAvvbW4g6rqSFrqm7SKAmxEu { width:18.375rem;height:3.8984375rem;top:0.8125rem;left:0.81250005960463rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #crFazAvV34t1sT6qc0QrwGvWcPMvTNRO { width:16.0625rem;height:1.2999125rem;top:23.8125rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sfnzEtHJw4kQ9byD5Iz604bAIv8qXFsx { width:12.5rem;height:5.19921875rem;top:25.3125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sP20uoDDORMhIp7OkHEtTVT4I5chMzMc { width:12.5rem;height:1.2999125rem;top:36.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P18TIZuFci2LecEEdeQPKKZyRop03PcQ { width:12.5rem;height:3.89941875rem;top:38.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k3BE08pZNxkMG22XUIzF8dTwvdFI9773 { width:12.5rem;height:1.2999125rem;top:47.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9MHO4y4RXKASObLhbqnh8xL3snJidoM { width:12.5rem;height:5.19921875rem;top:49.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo { display:block; }#N62wVb39JJQQ5ukGeMTvrgvH7uXRlyIo > .row .container { width:20rem;height:152.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fokKCokEAbpDc27ecMvAb35UFSlcZEKd { width:20rem;height:4.0625rem;top:0.62500190734863rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Md0pDJ8CkcuZkTGM5RGW9wTGqVLHn9ZW { width:17.75rem;height:13.625rem;top:5.3125rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #otast2DCqwwiufTMyxoalgzR0VeQJnGi { width:17.75rem;height:13.625rem;top:34.687501430511rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #GmnXuBJvtnX0X5uFQvTTNvQGkhNZ8cka { width:17.75rem;height:13.625rem;top:64.312501430512rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIMiNfxHtO6l9fTBG8VJGbzNZGTkPD6t { width:17.75rem;height:13.625rem;top:93.562480926513rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEAP8oH9aKT6xwOfmq2A5opIzOJLPbzE { width:17.75rem;height:13.625rem;top:20.000000476837rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoxANBLdT8owVInX8T3JeWxelVomwRKr { width:17.6875rem;height:13.4375rem;top:49.500001430511rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGV4TmR4i35lOIzNvzedgyJeeSSras4F { width:17.6875rem;height:13.4375rem;top:79.00000190735rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOSfPtu9xs6mdBpDO0q0nZqkwwtKJ3Ur { width:17.75rem;height:13.625rem;top:108.1875038147rem;left:1.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1fsKJS1yDfFH2swOzlInoJ9GB1IpZJI { width:17.625rem;height:13.4375rem;top:123.06098413086rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMVU9p1Wzsfyb8VOIPWbteNSO6iD2P1o { width:17.6875rem;height:13.438164785537rem;top:137.74847412109rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6yR6qFOZbfnRByslwReKQEBS9cMtrsk { display:block; }#t6yR6qFOZbfnRByslwReKQEBS9cMtrsk > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EybVOnZKkVMKorZNxKrBNIWsMve1PuNe { width:18.5618125rem;height:1.70605625rem;top:0.62322425842285rem;left:0.71821731328963rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x6HQsqmtSo7QLv6Nr4oiUbiQ2Vpcgob9 { height:11.155875rem;width:20rem;top:4.7727270126342rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K81yLvMhwOSh8dMU6Vryyf5sbGhJlBoy { width:18.3123125rem;height:2.3984375rem;top:2.3721590042114rem;left:1.3742898106575rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ReplqD29CkkQRSlmnuzqMknvcEBvdnDI { width:18.3744375rem;height:1.70605625rem;top:17rem;left:0.75rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Po3ZTg5wy7oKo964zNzG4BtKSb2cKTmH { height:11.0618125rem;width:19.9369375rem;top:21.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mS0Jls70Ofi6Q2akT6QqR6JqcZNlQhKo { width:14.8748125rem;height:2.3984375rem;top:18.702946901321rem;left:2.5612569451332rem;font-size:0.75rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu { display:block; }#p9fSOkUfysf8TDrQa5OCoDZo8rQI7WGu > .row .container { width:20rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kGz27wyoutuqebFXtkcacrankw9MoXZh { width:15.9375rem;height:4.142575rem;top:14.1875rem;left:0.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Gp7tHOePHqDWqdNTkLp3223sbJvSzs8A { width:13.75rem;height:3.125rem;top:21.941938400269rem;left:3.1241121888161rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eU72Qr0k46Tgv3gJRmt2IKMPrzaLId8p { display:block; }
 }@media only screen and (max-width: 763px) { #PsoJ7yfqGZDTAivpy0LT3p4gKt9wNseI { width:20rem;height:13.282125rem;top:0.73419666290281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Neh5bcrJIePXE0BtW8RHQSgKTorXTRVy { width:17.249625rem;height:2.5996125rem;top:18.6875rem;left:0.375rem;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W { display:block; }#LVg8JLRL43tmOBHg5eNuTrKZzgVLQ38W > .row .container { width:20rem;height:31.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NmPhumulXVfHcQp4I6wC58WpUFZdVfOc { width:18.9373125rem;height:1.3125rem;top:12.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXCxEpiiMiCOvJtlTWQnAb7ESV4yCNdT { width:20rem;height:4.547525rem;top:14rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcQ3NdyCT9PB3O9T3h6xA129eJKrbqTg { width:12.8125rem;height:3.75rem;top:0.8125rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AnUxHavb5zreEchUkmcRRITaPKtyVoVb { width:18.812125rem;height:5.99609375rem;top:5.1855463981628rem;left:0.59303969144821rem;font-size:0.75rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KAhb1FbVyvkGMsQk4JyRt0qgikIEn7Id { width:19.25rem;height:11.9375rem;top:18.749984741211rem;left:0.3737570643425rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:18.125rem;height:1.94921875rem;top:0.30397796630859rem;left:0.93749994039537rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }