.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}body { background-color:#ffffff;background-image:none;position:relative;top:0rem;left:0rem;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); }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH { position:relative;display:block; }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH { background-color: transparent; background-image: none; }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH > .row .container > .video-iframe-container { display: none; }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH > .row > .video-iframe-container { display: none; }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH > .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); }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH { border-width: 0; border-radius: 0; }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH > .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; }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:4.875rem;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; }#BnKDFQW5NZ2R9cdg4h3AamCiiWpspcOO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5625rem;width:14.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#CyauhnMCdxZDxNo7zHVkKfiTzRHlrBLL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e6073;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; }#CyauhnMCdxZDxNo7zHVkKfiTzRHlrBLL > .row .container { background-color: transparent; background-image: none; }#CyauhnMCdxZDxNo7zHVkKfiTzRHlrBLL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyauhnMCdxZDxNo7zHVkKfiTzRHlrBLL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyauhnMCdxZDxNo7zHVkKfiTzRHlrBLL > .row .container > .video-iframe-container { display: none; }#CyauhnMCdxZDxNo7zHVkKfiTzRHlrBLL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CyauhnMCdxZDxNo7zHVkKfiTzRHlrBLL > .row > .video-iframe-container { display: none; }#CyauhnMCdxZDxNo7zHVkKfiTzRHlrBLL > .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); }#CyauhnMCdxZDxNo7zHVkKfiTzRHlrBLL > .row .container { border-width: 0; border-radius: 0; }#CyauhnMCdxZDxNo7zHVkKfiTzRHlrBLL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CyauhnMCdxZDxNo7zHVkKfiTzRHlrBLL > .row .container { font-size:0.875rem;font-family:arial;height:7.5625rem;width:75rem;position:relative;display:block; }#Skv9XTiKXCU7rqiad4t5vSH49DaT0oBf { color:#fdea00;display:block;width:55.5rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.2624998092651rem;left:9.75rem;height:5.0375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#BPDPyBTguytoJRdMpVQ0Cl4IgOfbkxRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2e9e4;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; }#BPDPyBTguytoJRdMpVQ0Cl4IgOfbkxRT > .row .container { background-color: transparent; background-image: none; }#BPDPyBTguytoJRdMpVQ0Cl4IgOfbkxRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPDPyBTguytoJRdMpVQ0Cl4IgOfbkxRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPDPyBTguytoJRdMpVQ0Cl4IgOfbkxRT > .row .container > .video-iframe-container { display: none; }#BPDPyBTguytoJRdMpVQ0Cl4IgOfbkxRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BPDPyBTguytoJRdMpVQ0Cl4IgOfbkxRT > .row > .video-iframe-container { display: none; }#BPDPyBTguytoJRdMpVQ0Cl4IgOfbkxRT > .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); }#BPDPyBTguytoJRdMpVQ0Cl4IgOfbkxRT > .row .container { border-width: 0; border-radius: 0; }#BPDPyBTguytoJRdMpVQ0Cl4IgOfbkxRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BPDPyBTguytoJRdMpVQ0Cl4IgOfbkxRT > .row .container { font-size:0.875rem;font-family:arial;height:37.625rem;width:75rem;position:relative;display:block; }#xIamn4Wp3LCSuihuBJp3b5bSPUETkILB { color:#3d3d3d;display:block;width:36.5rem;position:absolute;font-family:poppins;font-size:2.375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4937496185302rem;left:0rem;height:6.173825rem;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; }
#vafXmHTbKSPxr1umcEAXIkWWksklmAVT { 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:26.6875rem;width:22.125rem;top:0.96354103088381rem;left:46.182390299129rem;overflow:hidden;display:block; }
#Kn0MfIDQz7mZdt3N1MsyJ9z6PS7Z3iyo { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #f38a7a, #f45c43);background-image: -moz-linear-gradient(3deg, #f38a7a, #f45c43);background-image: -ms-linear-gradient(3deg, #f38a7a, #f45c43);background-image: -o-linear-gradient(3deg, #f38a7a, #f45c43);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38a7a', endColorstr='#f45c43' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38a7a', endColorstr='#f45c43' );";background-image: linear-gradient(3deg, #f38a7a, #f45c43);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:5.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:28.750000953674rem;left:5rem;display:block; }
#RUKhTvP6UcVkOonNq7WnAtZv9KrPu4TR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OF20tzxd6iVL9z82Zi3qfXTiQXGZEET8 { color:#313131;display:block;width:29.4375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:normal;z-index:15003;line-height:2;letter-spacing:0;top:9.96875rem;left:0rem;height:;overflow:hidden;display:block; }#OF20tzxd6iVL9z82Zi3qfXTiQXGZEET8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OF20tzxd6iVL9z82Zi3qfXTiQXGZEET8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_49e7f8086b15610f5c78f195a0427de1.svg); }
#pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2e9e4;background-image:none;color:#000000;padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:"open sans";font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#2e6073;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:27.651040077209rem;left:50.961458206177rem;z-index:15005; }
#pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #gtldX8sGPXUy4OZA0gBPgi0H1bFMCS62 { display:flex;position:relative;top:0rem;left:0rem; }
#pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #elpi8XS2HTrUSulIyJOlrcu4wDk2Ic9x { width:auto; }
#pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #AaeeVSOoKbySvHuSuG34QmZApJr2ZJqg {  }
#pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #W4xLNR8ToaDTHQ1ms3vJtT8SE6mkRZU0 { display:flex;position:relative;top:0rem;left:0rem; }
#pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #auZ5uFzzkQTltPoW8Nw1nA1mZw6w00JX {  }
#pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #A7KeA07LKZU5KdbJWpOBlMCJR0A6oNPW {  }
#pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #w2OES0qaZ2hihtP761Fth6wx6qcrykXd { display:flex;position:relative;top:0rem;left:0rem; }
#pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #R23hE4MNu8vNeaF93Sihk3FGTA94xXze {  }
#pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #LKXwu0ICNkdWlCte4T2mufIAmtRHoVFd {  }
#pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #usr5hXCErMbtdLwuZnX2z3Rb2Ty1E2CW { display:flex;position:relative;top:0rem;left:0rem; }
#pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #fqgGO4T5Jv41i7dFA6kUzFEOkqOFgUpy {  }
#pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #Zpsdg91fUEHvm0IvQ9Xcyc1qsoQH20xA {  }
#rwt93T6hPPx4Gq3bd9ze5lOD5IzWBpsr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e6073;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; }#rwt93T6hPPx4Gq3bd9ze5lOD5IzWBpsr > .row .container { background-color: transparent; background-image: none; }#rwt93T6hPPx4Gq3bd9ze5lOD5IzWBpsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwt93T6hPPx4Gq3bd9ze5lOD5IzWBpsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwt93T6hPPx4Gq3bd9ze5lOD5IzWBpsr > .row .container > .video-iframe-container { display: none; }#rwt93T6hPPx4Gq3bd9ze5lOD5IzWBpsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rwt93T6hPPx4Gq3bd9ze5lOD5IzWBpsr > .row > .video-iframe-container { display: none; }#rwt93T6hPPx4Gq3bd9ze5lOD5IzWBpsr > .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); }#rwt93T6hPPx4Gq3bd9ze5lOD5IzWBpsr > .row .container { border-width: 0; border-radius: 0; }#rwt93T6hPPx4Gq3bd9ze5lOD5IzWBpsr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rwt93T6hPPx4Gq3bd9ze5lOD5IzWBpsr > .row .container { font-size:0.875rem;font-family:arial;height:22.75rem;width:75rem;position:relative;display:block; }#lDThGDKTvLCOOHlelR9NrC9Sz8Hc3DdJ { color:#d32424;display:block;width:52.8125rem;position:absolute;font-family:poppins;font-size:1.9375rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:1.4489593505859rem;left:11.09375rem;height:2.51875rem;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; }
#gfRsveITtfHG2KkV76KCAMy3cCNcLsHS { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5625rem;width:36.9375rem;top:6.375rem;left:19.03125rem;overflow:hidden;display:block; }
#A6wviXOpAb2r2rVkO2VCpycur9bcqFto { 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; }#A6wviXOpAb2r2rVkO2VCpycur9bcqFto > .row .container { background-color: transparent; background-image: none; }#A6wviXOpAb2r2rVkO2VCpycur9bcqFto::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6wviXOpAb2r2rVkO2VCpycur9bcqFto > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6wviXOpAb2r2rVkO2VCpycur9bcqFto > .row .container > .video-iframe-container { display: none; }#A6wviXOpAb2r2rVkO2VCpycur9bcqFto > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6wviXOpAb2r2rVkO2VCpycur9bcqFto > .row > .video-iframe-container { display: none; }#A6wviXOpAb2r2rVkO2VCpycur9bcqFto > .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); }#A6wviXOpAb2r2rVkO2VCpycur9bcqFto > .row .container { border-width: 0; border-radius: 0; }#A6wviXOpAb2r2rVkO2VCpycur9bcqFto > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6wviXOpAb2r2rVkO2VCpycur9bcqFto > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#sE39TvOuk9IdqEwTo7xFm2UFMVJqPNIy { position:absolute;display:block;z-index:15000;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.0625rem solid #a86e3f;border-left:0.0625rem solid #a86e3f;border-right:0.0625rem solid #a86e3f;border-bottom:0.0625rem solid #a86e3f;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:43.875rem;width:75.1875rem;top:1.4052124023438rem;left:0rem;display:block; }
#KhCqoJgAFTdyz9gh9X9iOr4uym7HafGw { color:#464646;display:block;width:53.6875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:3.8427085876465rem;left:10.65625rem;height:4.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#F3Fwli9ExTvyzTXVc6d3TFxxyTqP9O5c { color:#464646;display:block;width:67.625rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:12.339583396912rem;left:3.6875rem;height:;overflow:hidden;display:block; }#F3Fwli9ExTvyzTXVc6d3TFxxyTqP9O5c li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F3Fwli9ExTvyzTXVc6d3TFxxyTqP9O5c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_49e7f8086b15610f5c78f195a0427de1.svg); }
#Zf1TIUSFDgUgKuQV8ySPbc4KPboJwTtJ { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #f38a7a, #f45c43);background-image: -moz-linear-gradient(3deg, #f38a7a, #f45c43);background-image: -ms-linear-gradient(3deg, #f38a7a, #f45c43);background-image: -o-linear-gradient(3deg, #f38a7a, #f45c43);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38a7a', endColorstr='#f45c43' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38a7a', endColorstr='#f45c43' );";background-image: linear-gradient(3deg, #f38a7a, #f45c43);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:5.875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.030212402344rem;left:24.250001907349rem;display:block; }
#zNsM7dTJMfQ4LkaGTGik3Zd2JpirFwz5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GCiFrTBzR0zCQqqJyt8d6HbKJNlTLEWO { 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; }#GCiFrTBzR0zCQqqJyt8d6HbKJNlTLEWO > .row .container { background-color: transparent; background-image: none; }#GCiFrTBzR0zCQqqJyt8d6HbKJNlTLEWO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCiFrTBzR0zCQqqJyt8d6HbKJNlTLEWO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCiFrTBzR0zCQqqJyt8d6HbKJNlTLEWO > .row .container > .video-iframe-container { display: none; }#GCiFrTBzR0zCQqqJyt8d6HbKJNlTLEWO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GCiFrTBzR0zCQqqJyt8d6HbKJNlTLEWO > .row > .video-iframe-container { display: none; }#GCiFrTBzR0zCQqqJyt8d6HbKJNlTLEWO > .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); }#GCiFrTBzR0zCQqqJyt8d6HbKJNlTLEWO > .row .container { border-width: 0; border-radius: 0; }#GCiFrTBzR0zCQqqJyt8d6HbKJNlTLEWO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GCiFrTBzR0zCQqqJyt8d6HbKJNlTLEWO > .row .container { font-size:0.875rem;font-family:arial;height:59.625rem;width:75rem;position:relative;display:block; }#fZ4byO2ZFqWlEqkMySKiAV3qmcTExske { position:absolute;display:block;z-index:15000;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.0625rem solid #a86e3f;border-left:0.0625rem solid #a86e3f;border-right:0.0625rem solid #a86e3f;border-bottom:0.0625rem solid #a86e3f;border-top-left-radius:2.125rem;border-top-right-radius:2.125rem;border-bottom-left-radius:2.125rem;border-bottom-right-radius:2.125rem;box-shadow: none;height:55.0625rem;width:75.0625rem;top:1.78125rem;left:0rem;display:block; }
#a3PQZi8MDGahOnt8kRZPwIsft1OX4OiS { color:#464646;display:block;width:52.6875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:5.1875rem;left:2.375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#UA5KwlnDcOdg5DHp0gFANt60cBtrRNK5 { color:#464646;display:block;width:41.125rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:13.40625rem;left:2.375rem;height:;overflow:hidden;display:block; }#UA5KwlnDcOdg5DHp0gFANt60cBtrRNK5 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#UA5KwlnDcOdg5DHp0gFANt60cBtrRNK5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_49e7f8086b15610f5c78f195a0427de1.svg); }
#lyoP9GvFX93NRRpf4T5ydVSaeQkR0wfq { 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:45.625rem;width:16.5rem;top:6.9999952316281rem;left:56.086458206177rem;overflow:hidden;display:block; }
#vKQJbUOlnyZBHeb7bv6JeXRdWN8XdacP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eff0f1;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; }#vKQJbUOlnyZBHeb7bv6JeXRdWN8XdacP > .row .container { background-color: transparent; background-image: none; }#vKQJbUOlnyZBHeb7bv6JeXRdWN8XdacP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKQJbUOlnyZBHeb7bv6JeXRdWN8XdacP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKQJbUOlnyZBHeb7bv6JeXRdWN8XdacP > .row .container > .video-iframe-container { display: none; }#vKQJbUOlnyZBHeb7bv6JeXRdWN8XdacP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vKQJbUOlnyZBHeb7bv6JeXRdWN8XdacP > .row > .video-iframe-container { display: none; }#vKQJbUOlnyZBHeb7bv6JeXRdWN8XdacP > .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); }#vKQJbUOlnyZBHeb7bv6JeXRdWN8XdacP > .row .container { border-width: 0; border-radius: 0; }#vKQJbUOlnyZBHeb7bv6JeXRdWN8XdacP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vKQJbUOlnyZBHeb7bv6JeXRdWN8XdacP > .row .container { font-size:0.875rem;font-family:arial;height:53.0625rem;width:75rem;position:relative;display:block; }#W9SdS9uTzs3rrOCwQvHuPKU8HAcdl5Jy { box-sizing:content-box;height:48.375rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;top:2.9375rem;left:0rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#QSlOthK67qUBbr9ISlH8tMuqTMfTXxex { color:#2a4778;display:block;width:34.3125rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:5rem;left:2.96875rem;height:5.2rem;font-style:normal;display:block; }
#OyN32c446b4gJPbDPfrodLDkFUCJeynt { color:#4ac1ff;display:block;width:42.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:11.6875rem;left:2.96875rem;height:4.5rem;display:block; }
#e87TPtxNpsKMo7pizTy9icmly3giloqN { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:27.4375rem;top:1.8125rem;left:46.15625rem;overflow:hidden;display:block; }
#OCeoxmJFSaJBDSgaGK2SpeSdnikTyp48 { box-sizing:content-box;height:8.75rem;width:21.25rem;position:absolute;display:block;z-index:15006;background-color:#d0e3f6;background-image:none;top:18.875rem;left:2.96875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#Tb1XZk9rJFuA5T9SbuJ6ocR1ill0F190 { 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:2.75rem;width:2.75rem;top:19.875rem;left:12.34375rem;overflow:hidden;display:block; }
#PUXvHqTp1AZNLmwzQllTuFyXW1SsZlau { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:23.25rem;left:2.96875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#dCV8hKVldUfXkOCcAO32LTHk8EqqadNp { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:24.875rem;left:2.96875rem;height:1.1375rem;text-align:center;text-align-last:center;display:block; }
#wBQhkXfaSpxGOTmPle0yn2PBRicQTh3z { box-sizing:content-box;height:8.75rem;width:21.25rem;position:absolute;display:block;z-index:15010;background-color:#d0e3f6;background-image:none;top:18.875rem;left:26.875rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#eFmkP9krNX4f99shzfvIfF2h6QLLTuV6 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:19.875rem;left:36.25rem;overflow:hidden;display:block; }
#fGZn2UxORF9GQ9dQF79qaN3uh1uXXKlu { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:23.25rem;left:26.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#D7RFEEkf7NZ83H1qwQq6chTlFecCng8t { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:24.875rem;left:26.875rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#orsnIHf9W0VVUTCzmxZwBSCKOdHeWtc0 { box-sizing:content-box;height:8.75rem;width:21.25rem;position:absolute;display:block;z-index:15014;background-color:#d0e3f6;background-image:none;top:18.875rem;left:51rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#bvIi426xr4KXzEBmUa3lQ0ieisySqOyi { 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:2.75rem;width:2.75rem;top:19.875rem;left:60.375rem;overflow:hidden;display:block; }
#fe0kC6lkQZI9nQ1vpQJsaf8zZQofAS88 { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:23.25rem;left:51rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#Tsn377lqok90CNNWBEBHEXTLcaJ0yMdq { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:24.875rem;left:51rem;height:2.2734375rem;text-align:center;text-align-last:center;display:block; }
#Nv4nTZfh7E4xmCJSH1265xFtTleWEqsA { box-sizing:content-box;height:3.0625rem;width:69.125rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(79deg, #0aadd0, #1d6182);background-image: -moz-linear-gradient(79deg, #0aadd0, #1d6182);background-image: -ms-linear-gradient(79deg, #0aadd0, #1d6182);background-image: -o-linear-gradient(79deg, #0aadd0, #1d6182);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0aadd0', endColorstr='#1d6182' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0aadd0', endColorstr='#1d6182' );";background-image: linear-gradient(79deg, #0aadd0, #1d6182);background-size:auto !important;top:28.8125rem;left:2.96875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#QblagTeER2v0Ap9osexAnu5Lg7zELutq { color:#ffffff;display:block;width:40.75rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:29.53125rem;left:4.75rem;height:1.625rem;font-style:normal;display:block; }
#EkNE4Iyw4vwN7Twno2mgCKD1MwuhO2B8 { box-sizing:content-box;height:14.5rem;width:69.125rem;position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;top:33.4375rem;left:2.96875rem;box-shadow: 0rem 0.25rem 0.25rem rgba(0,0,0,0.25) ;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#X0FeZ2X5t0yLhMdBM7brWpQxlMFDcT7b { color:#000000;display:block;width:55.0625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:34.75rem;left:8.5625rem;height:1.3rem;display:block; }
#ksetE3EUA2T9noR7N7TDgaVP8yTRqNWC { color:#000000;display:block;width:62.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:36.1875rem;left:8.5625rem;height:1.21875rem;display:block; }
#smf93hrDbZiEy2zT6lc6nH7VCkEF7F8s { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15023;background-color:#d0e3f6;background-image:none;top:34.6875rem;left:4.75rem;display:block; }
#TqX4H6ELxe7XyMHeOKETm0eoIG2w75k7 { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:34.75rem;left:5.09375rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WniqCCtP3Je7aPxWOwyrZ5feDlTAxMhJ { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15027;background-color:#d0e3f6;background-image:none;top:38.4375rem;left:4.75rem;display:block; }
#VuXUzDq8G7IlcTvkwT3oUidhVQJfo5OX { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:38.5rem;left:5.125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EJ0cyXPyK82JitOSzKtsAsCFmDcuSsJx { color:#000000;display:block;width:61.3125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:38.5rem;left:8.5625rem;height:1.3rem;display:block; }
#D7ObplVWwyVOoIeKUbTUTlmDedwyLip4 { color:#000000;display:block;width:63.0625rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:39.9375rem;left:8.5625rem;height:1.21875rem;display:block; }
#pI6QDAoMsBxzNFS0dezMwMy8gUUQfT4y { color:#1c3b6f;display:block;width:2.0625rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:42.625rem;left:5.125rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fpI8TZRql0gfwlZSzNEJeW9i78bIEhRr { box-sizing:content-box;height:2.75rem;width:2.75rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15031;background-color:#d0e3f6;background-image:none;top:42.5625rem;left:4.75rem;display:block; }
#lOFeCwag2x92eN7mqOPZkQTfvm6RkPTW { color:#000000;display:block;width:44.4375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:42.625rem;left:8.5625rem;height:1.3rem;display:block; }
#Wn1HMWMVRH4zP4Sw1etALZATwNizPb7x { color:#000000;display:block;width:60.875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:44.0625rem;left:8.5625rem;height:2.4375rem;display:block; }
#l2UeyOZyA17lxNMcOXPNvx4zlZOxnpvJ { 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; }#l2UeyOZyA17lxNMcOXPNvx4zlZOxnpvJ > .row .container { background-color: transparent; background-image: none; }#l2UeyOZyA17lxNMcOXPNvx4zlZOxnpvJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2UeyOZyA17lxNMcOXPNvx4zlZOxnpvJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2UeyOZyA17lxNMcOXPNvx4zlZOxnpvJ > .row .container > .video-iframe-container { display: none; }#l2UeyOZyA17lxNMcOXPNvx4zlZOxnpvJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l2UeyOZyA17lxNMcOXPNvx4zlZOxnpvJ > .row > .video-iframe-container { display: none; }#l2UeyOZyA17lxNMcOXPNvx4zlZOxnpvJ > .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); }#l2UeyOZyA17lxNMcOXPNvx4zlZOxnpvJ > .row .container { border-width: 0; border-radius: 0; }#l2UeyOZyA17lxNMcOXPNvx4zlZOxnpvJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l2UeyOZyA17lxNMcOXPNvx4zlZOxnpvJ > .row .container { font-size:0.875rem;font-family:arial;height:9.6875rem;width:75rem;position:relative;display:block; }#isnxiBoz6ygofNq2ce73nRmU4MqWBwmb { color:#464646;display:block;width:72.625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.1875rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JkP1fS5MIh0EEwTihODIVrs8C9g6yqAG { position:relative;display:block; }#JkP1fS5MIh0EEwTihODIVrs8C9g6yqAG { background-color: transparent; background-image: none; }#JkP1fS5MIh0EEwTihODIVrs8C9g6yqAG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkP1fS5MIh0EEwTihODIVrs8C9g6yqAG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkP1fS5MIh0EEwTihODIVrs8C9g6yqAG > .row .container > .video-iframe-container { display: none; }#JkP1fS5MIh0EEwTihODIVrs8C9g6yqAG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JkP1fS5MIh0EEwTihODIVrs8C9g6yqAG > .row > .video-iframe-container { display: none; }#JkP1fS5MIh0EEwTihODIVrs8C9g6yqAG > .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); }#JkP1fS5MIh0EEwTihODIVrs8C9g6yqAG { border-width: 0; border-radius: 0; }#JkP1fS5MIh0EEwTihODIVrs8C9g6yqAG > .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; }#JkP1fS5MIh0EEwTihODIVrs8C9g6yqAG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EQ2GbM5yuWLl50925HeZ9dB1aQtQdNcx { position:absolute;display:block;z-index:15001;height:31.5rem;width:56.25rem;top:0rem;left:9.375rem;display:block; }
#U5pbMc3LnHkHLRLbgelE7XfFrbZEcIsf { 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; }#U5pbMc3LnHkHLRLbgelE7XfFrbZEcIsf > .row .container { background-color: transparent; background-image: none; }#U5pbMc3LnHkHLRLbgelE7XfFrbZEcIsf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5pbMc3LnHkHLRLbgelE7XfFrbZEcIsf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5pbMc3LnHkHLRLbgelE7XfFrbZEcIsf > .row .container > .video-iframe-container { display: none; }#U5pbMc3LnHkHLRLbgelE7XfFrbZEcIsf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5pbMc3LnHkHLRLbgelE7XfFrbZEcIsf > .row > .video-iframe-container { display: none; }#U5pbMc3LnHkHLRLbgelE7XfFrbZEcIsf > .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); }#U5pbMc3LnHkHLRLbgelE7XfFrbZEcIsf > .row .container { border-width: 0; border-radius: 0; }#U5pbMc3LnHkHLRLbgelE7XfFrbZEcIsf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U5pbMc3LnHkHLRLbgelE7XfFrbZEcIsf > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#o4e8aQuLkOMLKDOTTxVZ2X5aTBggvTTs { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #f38a7a, #f45c43);background-image: -moz-linear-gradient(3deg, #f38a7a, #f45c43);background-image: -ms-linear-gradient(3deg, #f38a7a, #f45c43);background-image: -o-linear-gradient(3deg, #f38a7a, #f45c43);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38a7a', endColorstr='#f45c43' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38a7a', endColorstr='#f45c43' );";background-image: linear-gradient(3deg, #f38a7a, #f45c43);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#fdfeff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:5.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.28125rem;left:24.25rem;display:block; }
#PFdPfLiMPbssi0Pv24aFl9clqk1cqxtT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tuS3mQcwkpJzu9pysWgJzbIJJ7oTCe6W { 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; }#tuS3mQcwkpJzu9pysWgJzbIJJ7oTCe6W > .row .container { background-color: transparent; background-image: none; }#tuS3mQcwkpJzu9pysWgJzbIJJ7oTCe6W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuS3mQcwkpJzu9pysWgJzbIJJ7oTCe6W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuS3mQcwkpJzu9pysWgJzbIJJ7oTCe6W > .row .container > .video-iframe-container { display: none; }#tuS3mQcwkpJzu9pysWgJzbIJJ7oTCe6W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tuS3mQcwkpJzu9pysWgJzbIJJ7oTCe6W > .row > .video-iframe-container { display: none; }#tuS3mQcwkpJzu9pysWgJzbIJJ7oTCe6W > .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); }#tuS3mQcwkpJzu9pysWgJzbIJJ7oTCe6W > .row .container { border-width: 0; border-radius: 0; }#tuS3mQcwkpJzu9pysWgJzbIJJ7oTCe6W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tuS3mQcwkpJzu9pysWgJzbIJJ7oTCe6W > .row .container { font-size:0.875rem;font-family:arial;height:5.75rem;width:75rem;position:relative;display:block; }#za2ahgppl1gJ19TrKif5FkMVzUldU1sI { color:#464646;display:block;width:72.625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.25rem;left:1.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XRvQ8aansArLgox17LzDSDGGdCUNZkT0 { position:relative;display:block; }#XRvQ8aansArLgox17LzDSDGGdCUNZkT0 { background-color: transparent; background-image: none; }#XRvQ8aansArLgox17LzDSDGGdCUNZkT0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRvQ8aansArLgox17LzDSDGGdCUNZkT0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRvQ8aansArLgox17LzDSDGGdCUNZkT0 > .row .container > .video-iframe-container { display: none; }#XRvQ8aansArLgox17LzDSDGGdCUNZkT0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XRvQ8aansArLgox17LzDSDGGdCUNZkT0 > .row > .video-iframe-container { display: none; }#XRvQ8aansArLgox17LzDSDGGdCUNZkT0 > .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); }#XRvQ8aansArLgox17LzDSDGGdCUNZkT0 { border-width: 0; border-radius: 0; }#XRvQ8aansArLgox17LzDSDGGdCUNZkT0 > .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; }#XRvQ8aansArLgox17LzDSDGGdCUNZkT0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.5625rem;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; }#qf2TMlCParPFgDBihTe6tZrV7NX7M6Qr { position:absolute;display:block;z-index:15000;background-color:#1f2f33;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(48,44,44,0.29) ;height:14rem;width:19.3125rem;top:1.5rem;left:2.84375rem;display:block; }
#yQo2r6epUZ1ifpJvDXsAlx1fQpNVrdPT { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:4.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zD0gWJJT7CZzKwypA0AfohCPlVZq6RQ3 { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.4124984741213rem;left:4.4375rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sc4kST8UeuSbSRXBHxAlvb9OT1VcVTdf { position:absolute;display:block;z-index:15004;background-color:#a86e3f;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.29) ;height:14rem;width:19.3125rem;top:1.5rem;left:27.875rem;display:block; }
#wXulgDXu7eaVUoAhEt363KqSZvkgiLPL { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.875rem;left:29.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GhQVz2bIu6moOhdr1R37ZlVIpPosJvnO { 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:3.3125rem;width:3.5625rem;top:2.78125rem;left:35.71875rem;overflow:hidden;display:block; }
#cnLyK7zpEBQE95vCucy2zErxPApG67OE { color:#f4f7fa;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.41250038147rem;left:29.4375rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hhBAbT5II8NnXBGVORFoth81FigQDzWA { position:absolute;display:block;z-index:15008;background-color:#1f2f33;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.29) ;height:14rem;width:19.3125rem;top:1.5rem;left:52.875rem;display:block; }
#luPxhz2ewd3z600FoM6zWr1uU8soth6S { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:54.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f5X45NSIt7b6Fl0zsfTyHPhDm1pMemzE { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.41250038147rem;left:54.4375rem;height:5.2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#B5cTSefzmCIa38Rcq5uCNDTow2vtBKOp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.5625rem;left:10.625rem; }
#hQPFbIoxh1r4OXJhevfLueaAlAzV2JS5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.4375rem;width:4.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.5rem;left:60.28125rem; }
#PyQZtG6px4h8UZ077oNiQuJ0RtlCEUQF { position:relative;display:block; }#PyQZtG6px4h8UZ077oNiQuJ0RtlCEUQF { background-color: transparent; background-image: none; }#PyQZtG6px4h8UZ077oNiQuJ0RtlCEUQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyQZtG6px4h8UZ077oNiQuJ0RtlCEUQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyQZtG6px4h8UZ077oNiQuJ0RtlCEUQF > .row .container > .video-iframe-container { display: none; }#PyQZtG6px4h8UZ077oNiQuJ0RtlCEUQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PyQZtG6px4h8UZ077oNiQuJ0RtlCEUQF > .row > .video-iframe-container { display: none; }#PyQZtG6px4h8UZ077oNiQuJ0RtlCEUQF > .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); }#PyQZtG6px4h8UZ077oNiQuJ0RtlCEUQF { border-width: 0; border-radius: 0; }#PyQZtG6px4h8UZ077oNiQuJ0RtlCEUQF > .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; }#PyQZtG6px4h8UZ077oNiQuJ0RtlCEUQF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MMrLrK1ivhD4c6bhKMnAABi17TTrRWbU { position:absolute;display:block;z-index:15000;background-color:#a86e3f;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.29) ;height:14rem;width:19.3125rem;top:1.5rem;left:2.84375rem;display:block; }
#fMyOpCdSKaJmz634tuy6HWTiFJrh51fk { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:6.875rem;left:4.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KTb3f0oVLsDOTDJay8TtKt3reinFkuNv { color:#f4f7fa;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:9.4124984741213rem;left:4.4375rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O8Em93Tgf2ABI4SNM6soLzM4mD00Zq4k { position:absolute;display:block;z-index:15004;background-color:#1f2f33;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.29) ;height:14rem;width:19.3125rem;top:1.5rem;left:27.875rem;display:block; }
#pzTfhQPa1XTvb35qZi6dkGfK8EltkRJz { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:6.875rem;left:29.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#U0tgzalp3MQ3UOhPEHtOuXCOPOVRc4yi { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:9.41250038147rem;left:29.4375rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#C6Bg303Dn1wrsK6IS5a2ZOwJwBXfBxlQ { position:absolute;display:block;z-index:15008;background-color:#a86e3f;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:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.625rem 0.625rem 0.625rem rgba(0,0,0,0.29) ;height:14rem;width:19.3125rem;top:1.5rem;left:52.875rem;display:block; }
#f3MbRQNDJaxzKCOa192mI8e226OxnTr0 { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:6.875rem;left:54.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#euTPE4v7uW8wU2XG8dQyO2LBX3oaqka1 { color:#f4f7fa;display:block;width:16.125rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.65625rem;left:54.4375rem;height:5.19921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CDDRJisQU3oT7TFzA6M1z5HTxISKuLCO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5625rem;width:3.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:2.65625rem;left:10.71875rem; }
#FtalAn07do3SFdzQg8VWAnAEeBcd3BiD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:2.875rem;left:60.9375rem; }
#oOrTx8d1Pdh9x6TGAwGhd360y13TUAyT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.625rem;left:35.6875rem; }
#xgyw59RGE8NRrR8Mn3q6REvi5eLSVCZ3 { 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; }#xgyw59RGE8NRrR8Mn3q6REvi5eLSVCZ3 > .row .container { background-color: transparent; background-image: none; }#xgyw59RGE8NRrR8Mn3q6REvi5eLSVCZ3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgyw59RGE8NRrR8Mn3q6REvi5eLSVCZ3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgyw59RGE8NRrR8Mn3q6REvi5eLSVCZ3 > .row .container > .video-iframe-container { display: none; }#xgyw59RGE8NRrR8Mn3q6REvi5eLSVCZ3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xgyw59RGE8NRrR8Mn3q6REvi5eLSVCZ3 > .row > .video-iframe-container { display: none; }#xgyw59RGE8NRrR8Mn3q6REvi5eLSVCZ3 > .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); }#xgyw59RGE8NRrR8Mn3q6REvi5eLSVCZ3 > .row .container { border-width: 0; border-radius: 0; }#xgyw59RGE8NRrR8Mn3q6REvi5eLSVCZ3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xgyw59RGE8NRrR8Mn3q6REvi5eLSVCZ3 > .row .container { font-size:0.875rem;font-family:arial;height:7.6875rem;width:75rem;position:relative;display:block; }#h6mCgg0e64DbTLnzwnahvWyFVTvVs0B9 { color:#464646;display:block;width:72.625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.625rem;left:1.1875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC { position:relative;display:block; }#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC { background-color: transparent; background-image: none; }#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC > .row .container > .video-iframe-container { display: none; }#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC > .row > .video-iframe-container { display: none; }#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC > .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); }#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC { border-width: 0; border-radius: 0; }#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC > .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; }#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#e1SXA85Xz4HEFvDxKHrspSVvuU1EFHeR { position:absolute;display:block;z-index:15001;height:31.5rem;width:56.25rem;top:0rem;left:9.375rem;display:block; }
#Ts6tLMqLGZCJ2r7rdCp5Mb4cM3XnC4SQ { 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; }#Ts6tLMqLGZCJ2r7rdCp5Mb4cM3XnC4SQ > .row .container { background-color: transparent; background-image: none; }#Ts6tLMqLGZCJ2r7rdCp5Mb4cM3XnC4SQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts6tLMqLGZCJ2r7rdCp5Mb4cM3XnC4SQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts6tLMqLGZCJ2r7rdCp5Mb4cM3XnC4SQ > .row .container > .video-iframe-container { display: none; }#Ts6tLMqLGZCJ2r7rdCp5Mb4cM3XnC4SQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ts6tLMqLGZCJ2r7rdCp5Mb4cM3XnC4SQ > .row > .video-iframe-container { display: none; }#Ts6tLMqLGZCJ2r7rdCp5Mb4cM3XnC4SQ > .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); }#Ts6tLMqLGZCJ2r7rdCp5Mb4cM3XnC4SQ > .row .container { border-width: 0; border-radius: 0; }#Ts6tLMqLGZCJ2r7rdCp5Mb4cM3XnC4SQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ts6tLMqLGZCJ2r7rdCp5Mb4cM3XnC4SQ > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#UIztkrTiZov58v5mczvf3JU0heoHrWiy { background-color:transparent;background-image: -webkit-linear-gradient(3deg, #f38a7a, #f45c43);background-image: -moz-linear-gradient(3deg, #f38a7a, #f45c43);background-image: -ms-linear-gradient(3deg, #f38a7a, #f45c43);background-image: -o-linear-gradient(3deg, #f38a7a, #f45c43);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38a7a', endColorstr='#f45c43' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f38a7a', endColorstr='#f45c43' );";background-image: linear-gradient(3deg, #f38a7a, #f45c43);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;box-shadow: none;box-sizing:border-box;color:#fdfeff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:26.5rem;height:5.875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:2.28125rem;left:24.25rem;display:block; }
#dFuHOEQlSEvTO5Sl1bmBB8F3yZGn3VX1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JmS8kfi4fLH1LpRBLBvTlK1obiTtUuCt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e6073;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; }#JmS8kfi4fLH1LpRBLBvTlK1obiTtUuCt > .row .container { background-color: transparent; background-image: none; }#JmS8kfi4fLH1LpRBLBvTlK1obiTtUuCt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmS8kfi4fLH1LpRBLBvTlK1obiTtUuCt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmS8kfi4fLH1LpRBLBvTlK1obiTtUuCt > .row .container > .video-iframe-container { display: none; }#JmS8kfi4fLH1LpRBLBvTlK1obiTtUuCt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JmS8kfi4fLH1LpRBLBvTlK1obiTtUuCt > .row > .video-iframe-container { display: none; }#JmS8kfi4fLH1LpRBLBvTlK1obiTtUuCt > .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); }#JmS8kfi4fLH1LpRBLBvTlK1obiTtUuCt > .row .container { border-width: 0; border-radius: 0; }#JmS8kfi4fLH1LpRBLBvTlK1obiTtUuCt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JmS8kfi4fLH1LpRBLBvTlK1obiTtUuCt > .row .container { font-size:0.875rem;font-family:arial;height:6.25rem;width:75rem;position:relative;display:block; }#iqtP4FgJirSgWfrCTQGESBMnB9qn2tEU { color:#464646;display:block;width:45.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.90625rem;left:14.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KWDh6xlNiCCpCDnJdRenDDzCtU0onoUg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e6073;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; }#KWDh6xlNiCCpCDnJdRenDDzCtU0onoUg > .row .container { background-color: transparent; background-image: none; }#KWDh6xlNiCCpCDnJdRenDDzCtU0onoUg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWDh6xlNiCCpCDnJdRenDDzCtU0onoUg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWDh6xlNiCCpCDnJdRenDDzCtU0onoUg > .row .container > .video-iframe-container { display: none; }#KWDh6xlNiCCpCDnJdRenDDzCtU0onoUg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KWDh6xlNiCCpCDnJdRenDDzCtU0onoUg > .row > .video-iframe-container { display: none; }#KWDh6xlNiCCpCDnJdRenDDzCtU0onoUg > .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); }#KWDh6xlNiCCpCDnJdRenDDzCtU0onoUg > .row .container { border-width: 0; border-radius: 0; }#KWDh6xlNiCCpCDnJdRenDDzCtU0onoUg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KWDh6xlNiCCpCDnJdRenDDzCtU0onoUg > .row .container { font-size:0.875rem;font-family:arial;height:20.5625rem;width:75rem;position:relative;display:block; }#WFWznia77sGUpwAvSiO6y2qFup5XZsCW { color:#ffffff;display:block;width:13.875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:14.5625rem;left:30.5625rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#BFL2L54urM9hHDnkrFhSPPqaBwVXgTsi { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.6875rem;left:56.6875rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#ofqNa2Hv26dJkcOsA3KzKLwVXTe2RVSd { 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:10.9375rem;width:10.9375rem;top:0.875rem;left:31.1875rem;overflow:hidden;display:block; }
#FzC9SF7H96sqlbFJZbEultRtGiB3Rg30 { 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:10.9375rem;width:10.9375rem;top:0.875rem;left:56.437496185302rem;overflow:hidden;display:block; }
#qTadqT1eT7q0ocTcrOKmm9L9rmx7MZuS { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:poppins;font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.375rem;left:6.25rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#XZCnMCUNaSdTS6RBWQvwWzkrzmxoXuvw { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:10.625rem;top:1.3125rem;left:7.1875rem;overflow:hidden;display:block; }
#tSPNaDgKOtb6HXLCQusB7dXTTcKxrMOW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:3.5625rem;left:21.967708587646rem; }
#OGNwJTTRUf9RImUDhrXeoSfeZcQ06Jb0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.5625rem;width:5.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:3.5625rem;left:47.092712402344rem; }
#bZAaezVUVwtEd77KmZwvLTtHozJCbZyJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fdfdfd;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; }#bZAaezVUVwtEd77KmZwvLTtHozJCbZyJ > .row .container { background-color: transparent; background-image: none; }#bZAaezVUVwtEd77KmZwvLTtHozJCbZyJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZAaezVUVwtEd77KmZwvLTtHozJCbZyJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZAaezVUVwtEd77KmZwvLTtHozJCbZyJ > .row .container > .video-iframe-container { display: none; }#bZAaezVUVwtEd77KmZwvLTtHozJCbZyJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bZAaezVUVwtEd77KmZwvLTtHozJCbZyJ > .row > .video-iframe-container { display: none; }#bZAaezVUVwtEd77KmZwvLTtHozJCbZyJ > .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); }#bZAaezVUVwtEd77KmZwvLTtHozJCbZyJ > .row .container { border-width: 0; border-radius: 0; }#bZAaezVUVwtEd77KmZwvLTtHozJCbZyJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bZAaezVUVwtEd77KmZwvLTtHozJCbZyJ > .row .container { font-size:0.875rem;font-family:arial;height:17.9375rem;width:75rem;position:relative;display:block; }#FhMbnSFknVSFIi4aTX5bLSWlJLQ7hJUD { color:#464646;display:block;width:34.8739375rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.59375rem;left:20.063539505005rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uCZO8H2b4qD00chDkApbwa5JuupFgHK6 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uCZO8H2b4qD00chDkApbwa5JuupFgHK6 .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2e9e4;background-image:none;color:#000000;padding-top:0.59625rem;padding-right:0.520625rem;padding-bottom:0.59625rem;padding-left:0.520625rem;display:block;align-items:center;width:3.125rem;min-width:3.125rem;height:3.203125rem;position:relative;font-family:"open sans";font-size:2.38375rem;font-weight:700;line-height:51.25px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uCZO8H2b4qD00chDkApbwa5JuupFgHK6 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3725rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.166875rem;height:1.26625rem;position:relative;font-family:"open sans";font-size:0.89375rem;font-weight:400;line-height:20.26px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#uCZO8H2b4qD00chDkApbwa5JuupFgHK6 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#2e6073;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:21.3125rem;height:5.9375rem;padding-top:0.745rem;padding-right:0.744375rem;padding-bottom:0.745rem;padding-left:0.744375rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:7.770835876465rem;left:26.098958969116rem;z-index:15002; }
#uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #EaCJafwfOwAOZslFEmxhunmf1nZl8wHV { display:flex;position:relative;top:0rem;left:0rem; }
#uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #QT6EBAOtr5KXHWuPoQhCehC9KlTTH3Ra { width:auto; }
#uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #SwG3irahgopknSTdnpSK5l8EJQMEuazo {  }
#uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #fHlOfbPdsrX8curD2hxppuS1nwJFOaF3 { display:flex;position:relative;top:0rem;left:0rem; }
#uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #aggheAoJxbmrxR2f94sLtB1fAQ0nXt3o {  }
#uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #BnatfJIcgT1aIOtFIHDRH7M89QcM5bs1 {  }
#uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #g7n068sFz9kQ8GQrI0BnBTqdrZFe6rkL { display:flex;position:relative;top:0rem;left:0rem; }
#uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #JEVfKgHWdcRTuA4yAUBBhTuPCNfbrAPs {  }
#uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #IcmXhIN2MRXGIyAi5wfDTZwBGVaVTx8d {  }
#uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #T14GbaLitzc83VmZowOd6BXbvJKfvQLJ { display:flex;position:relative;top:0rem;left:0rem; }
#uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #A1xe42HlmBscrvfZArN0XuIsiCT4mguJ {  }
#uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #XmD1wWST7nuQexUXSflL1EJSJy0rc3Sh {  }
#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eff0f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;display:block; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container { background-color: transparent; background-image: none; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container > .video-iframe-container { display: none; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row > .video-iframe-container { display: none; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .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); }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container { border-width: 0; border-radius: 0; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container { font-size:0.875rem;font-family:arial;height:74.375rem;width:75rem;position:relative;display:block; }#S0DGW6wNhbamaxmWKEEElDJPAHD8ZKHy { display:block;width:5.8125rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1.125rem;left:31.5625rem;height:1.125rem;text-align:left;text-align-last:left;color:#ffffff;display:none; }
#OBXsr4PqQuJMmv4mSVE3Eh22ub6GKoeu { position:absolute;display:block;z-index:15027;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.0625rem solid #646262;border-left:0.0625rem solid #646262;border-right:0.0625rem solid #646262;border-bottom:0.0625rem solid #646262;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:33.875rem;width:36.875rem;top:40.498962402344rem;left:0rem;display:block; }
#l3xo6UnPK02nXaZ0yWPxAI9oigAgm5GH { color:#000000;display:block;width:31.436625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:400;z-index:15034;line-height:1.4;letter-spacing:0;top:53.8740234375rem;left:3.568359375rem;height:6.5625rem;font-style:normal;display:block; }
#tUnZft4vsgdspkhsG5zgSmPfm1lfLOyC { color:#000000;display:block;width:8rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:69.241668701175rem;left:5.4989585876465rem;height:1.3rem;display:block; }
#KmSRG5CsiMHzWHhGh745CmKQaISH2cNh { color:#000000;display:block;width:17.9375rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:69.247917175294rem;left:15.9375rem;height:1.3rem;display:block; }
#FVCow1qI3Wg7LTngqEK52GIagnODoSct { color:#000000;display:block;width:33.9375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15032;line-height:1.4;letter-spacing:0;top:44.623958587646rem;left:1.5437507629394rem;height:;font-style:normal;display:block; }#FVCow1qI3Wg7LTngqEK52GIagnODoSct li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FVCow1qI3Wg7LTngqEK52GIagnODoSct li:before{  }
#R8dc2WJy20y0ZXwnMi0rIOKbwQ7FAszb { position:absolute;display:block;z-index:15028;background-color:#1f2f33;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;height:3.4375rem;width:30.375rem;top:38.9375rem;left:3.375rem;display:block; }
#payLM4tCp5GGN5KPbWFPmNxDGcfn11S7 { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.81163125rem;width:0.99935rem;top:69.509376525881rem;left:14.060417175293rem;overflow:hidden;display:block; }
#tzUr8rfTNpudqCdv4qTrqBnA4V8fdGiG { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99935rem;width:0.99935rem;top:69.382293701175rem;left:3.5687522888184rem;overflow:hidden;display:block; }
#NPA2zNZ5P8sFX63ZHTAbsxUJIfT4L6Tw { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:53.875rem;left:1.5rem;overflow:hidden;display:block; }
#WGw2tRGAko99J8SiKgnT2uqu4QNsJhm6 { color:#ffffff;display:block;width:28.186875rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15029;line-height:1.3;letter-spacing:0;top:39.875rem;left:4.875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DX3OQof9PlNFJo9PPcWhCX95y6PIEReZ { position:absolute;display:block;z-index:15042;background-color:#a86e3f;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.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(0,0,0,0.29) ;height:3.4375rem;width:20.625rem;top:1.7437069416046rem;left:8.193359375rem;display:block; }
#XnNmIBOcnJe50bRLFQKaprmOEzc68nzR { position:absolute;display:block;z-index:15041;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.0625rem solid #646262;border-left:0.0625rem solid #646262;border-right:0.0625rem solid #646262;border-bottom:0.0625rem solid #646262;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:32.5625rem;width:36.875rem;top:2.9990234375rem;left:0.0625rem;display:block; }
#VttXur1hEeN1Sv1ahe9R4L10GCXn2CXT { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:700;z-index:15043;line-height:1.3;letter-spacing:0;top:2.6920547485351rem;left:12.256946563721rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ruZQroB6qJNWyCJyNZNx9zq6dTB2SoX7 { color:#000000;display:block;width:35.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15046;line-height:1.4;letter-spacing:0;top:7.0377616882325rem;left:1.4995670318604rem;height:11.8125rem;font-style:normal;display:block; }
#ec1g4mG6IU6vvKtCamaryl2piK3tGgTf { color:#000000;display:block;width:31.5625rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15047;line-height:1.4;letter-spacing:0;top:18.8984375rem;left:3.6865234375rem;height:7.875rem;font-style:normal;display:block; }
#WgPcddW0Po8fMTDtZe4u4W9UXiN74iXO { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:18.8984375rem;left:1.4990234375rem;overflow:hidden;display:block; }
#pPsFSOBFpWzyqkbongxnus7fS41GLITV { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.5625rem;top:22.953125rem;left:1.4853515625rem;overflow:hidden;display:block; }
#DAlLiUz1O4GHd7oLsK8y9AWcPF3VlBqF { position:absolute;display:block;z-index:15050;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.25rem;top:28.1396484375rem;left:1.71875rem;overflow:hidden;display:block; }
#JQHB5nbkhJMPwSbMbfBrcXZ2L00GJuan { color:#000000;display:block;width:27.125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15048;line-height:1.4;letter-spacing:0;top:28.0146484375rem;left:3.560546875rem;height:2.625rem;font-style:normal;display:block; }
#rVnFB9rn8H7BfqEMrlBI4DOEmB6naurW { color:#313339;display:block;width:8.3125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:32.1240234375rem;left:5.4365234375rem;height:1.3rem;display:block; }
#KBU0uycbSqh48anStzWwet70rLTg0fo5 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.99935rem;width:0.99935rem;top:32.2490234375rem;left:3.5615234375rem;overflow:hidden;display:block; }
#TBMfEstNNAnovHDJsiWprXWcrFTC1wxz { color:#313339;display:block;width:17.6875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:32.185546875rem;left:15.625rem;height:1.3rem;display:block; }
#wiNtp03MUyn11MzyvDUTfN1FGeSohoHD { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.81163125rem;width:0.99935rem;top:32.3740234375rem;left:13.75rem;overflow:hidden;display:block; }
#kVxOi3GmA7cHd0mO2oLgG5R9VNL1I0it { color:#000000;display:block;width:28.8748125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15033;line-height:1.4;letter-spacing:0;top:51.30729675293rem;left:1.4989547729493rem;height:1.3125rem;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; }
#kTfXoNiXPNGkmJJI9iyXVoKA8in4JxTo { color:#000000;display:block;width:32.374125rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:700;z-index:15050;line-height:1.4;letter-spacing:0;top:66.4375rem;left:3.5rem;height:1.3125rem;font-style:normal;display:block; }
#fxlPVSF517TcTQqZsdIaNCOX45Fi3TQL { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:1.25rem;top:66.625rem;left:1.6875rem;overflow:hidden;display:block; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-form-header {  }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;width:7.5rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;width:15.625rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.625rem;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;width:15.625rem;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-checkbox { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;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;margin-left:8.125rem;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;width:15.625rem;height:3rem; }#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-button.adaptive-delivery-prevent-bg, #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-button.lazyload, #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-button.lazyloading { background-image: none; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 [class*="-text"]:-moz-placeholder {  }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 [class*="-text"]::-moz-placeholder {  }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 [class*="-text"]:-ms-input-placeholder {  }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 [class*="-text"]::-webkit-input-placeholder {  }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;text-align:justify;text-align-last:initial;width:10.9375rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-container:first-of-type{padding-top:0;}#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-container:last-of-type{padding-bottom:0;}#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2  { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;top:2.998046875rem;left:49.96875rem;position:absolute;z-index:15002;height:auto; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .radio-container { display:inline-block;*zoom:1;*display:inline;width:15.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:#868695;vertical-align:top;overflow:hidden;font-style:normal; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 {display:block;}#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;top:2.998046875rem;left:49.96875rem;position:absolute;z-index:15002;height:auto; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #l5HAVIVV3XMdx0DpXITP960mSsyiiyUF { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #l5HAVIVV3XMdx0DpXITP960mSsyiiyUF .container-column{width:50%;}#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #CpryTcnLNB36OVaZnR5CqqhXOLkwwkI5 { position:relative;display:block; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #QS7oBHRXK3qJSv6vh1iUqCbVtlfAhAQd { position:relative;z-index:2; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #u1BHbXPzdJ7twH2KJ7THPVHIp7nTf79w { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #BePrvGdZtGwP9vL8f0gdGKVXi4lkNSL5 { position:relative;z-index:2; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #G0l2Ho7TTtRr6QBq4ix6M3KC2h9TW3Fi { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #QMH774AW3oKLvIrF5edh3On0KSZuAnvR { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #LTIMsfG5X6eT0GDHS1A7WkfxXXyrpxRE { position:relative;display:block; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #H8asTlM41v8S0DTB7SHVDX3gOH6gPcCa { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #z7pOmy3ZVRF0GA8PgFafPL0SOpGySbmU { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #izHoBUeuOfZ6zJ8V5p9TptJ6Ete1Izdi { position:relative;display:block; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #qPVfwOvFtO2CWzGOT0S2tmWp1sFrLgOR { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #pgBD1cB7UI71Xr58AQxwocPGUuQw0N7H { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #KvdsgtzxlFOyOoQguQKp6r9S9JwOzBt4 { position:relative;display:block; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #WKbqXKTe2Ke1TSU7irxlkdZccCadoaKU { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #HuhzP2hIANbqt8DvszHD6eWTGT4OrI7S { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #U8RcHEHcn0MgbIZ14lSA9cJ7lTS5AwHW { position:relative;display:block; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #vTCRoRpEd34DQ7wgZQhfwoaWC6fSr5VR { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #d2L4JqTzlT9KbmGCOJMZAzXKgiLMPr2i { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #KhmBKER2NUT96yg9haZygmVUna5fvwJI { position:relative;display:block; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #iwzGtRnRQSlxOpEDTgJS1GEK67TTIikv { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #M6OiQBTIBhBITbk42uXLHdUpEA2Mb0bD { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #P2NlGZqOIMci3eAVDexNJo75UvsOW6h8 { position:relative;display:block; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #NVkeRQGU8cKSbQCD4ztcsFq9F8ewQGVX { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #bH8JO9SMdqh5I0JsgAVkdCSPfMnETSlf { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #JM2pmwqQr5ZvqH1eGvoJEmPHfH5qbbXc { position:relative;display:block; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #uc7N6Z5i1MAUevuSBy3gWAhR6PCBdLLw { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #QNuoUrqIn6FOM9yIJRGERxZuX1H2NtBA { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #IB9BmSe5SHF53kB7b3PFqmDUaH42lHub { position:relative;display:block; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #d13pDPJTKzgvmu7SrpxgSu0hLgza3osb { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #F5VeBOIUV5aAQKNdWNCTPZO9AhrMsfls { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #fVRBouPeRHRsGDcZTteFgvKASskxW8h6 { position:relative;display:block; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #kxZVO1D6lLP72u6ELiLqkp0De9w04J9H { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #gG5wFpGQtwmL73y9GX460MfPZXKfhO7U { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #Iy11Pom4AlMpxVFDuh2qmMx4JNisyTIp { position:relative;display:block; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #EQsi5rch5TE7QitqeysZmWV7PoVlzWx4 { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #KEqXcdqDa2HZW8r17rVutER84kOmLxel { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #FSeAJQ4BTUVWF2KL4JTlne2Xb80al6mJ { position:relative;display:block; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #i9PXHorWgeq3SOFiFQiGEeOdxu4NAonk { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #gGUrybWFODQNDXFSDJUnEf452mpAh3Lc { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #W2FvaonLGCOuGD719hV8HhOHNLIL7rvK { position:relative;z-index:2; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #bCJQ3RpEUJDrVTE54hBGk85Uf7GMkTUo { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #DfrFTVNewLRNDAxPiU34bAmLDPC21D34 { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #bbW1FfMO3aXzCenbapPO9ZwoeneVcg7d { position:relative;z-index:2; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #iPymVT7DuqITghxXtmvdKupc0V67XrZM { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #dgkQ3Pazq6TPOhtBDC5ze423o2vlLRx8 { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #D51dDtRRxewW5cNGrvz4ghXi4I4IqZ6L { position:relative;display:block; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #NzJ6S684HRVUUFDhgyh8cPgIta5VveJF { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #SDnrdrqLm5LuXsCDLz0ED5nSGLxftJyr { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #WTyfvCHRBXhoMtSMpSHkD2u1fakdLgGC { position:relative;display:block; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #HnwzL9HyNWWQq7exlTGzVJJmCCLcePNi { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #xMqgfHrV3rtCqIIflB9xmMAQ6G2yk3yV { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #R4wChCfSZsd88SQa69F6N4Z37UebgVRp { position:relative;display:block; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #UvSWDsmOQfSbaqKxLBt83sP0mM6wqlVa { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #gxkl5B9mRuRB1XLzurxfxXgBnBUnR43D { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #lLKMvVDI27UJzlpAs8KQrSiI0IaAxP4F { position:relative;display:block; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #PF7WrJXXka2IiZo6FofhvdoBeHdvKebf { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #ZqrPEFTi9TkWWgSH9LeOSVqeq9znhE78 { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #TwwlmnRQVPxOSplHATs1l1ToFBQPFcTQ { position:relative;display:block; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #xad54Uiqq7ZwvPOOWPkLQfXMhy4Cog7N { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #v4TtUJQZWULzgIIGgRFDClLcAgc99nIR { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #IAOOvAqFJ8us9rW2Z1CActbonPzJtqJe { position:relative;display:block; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #ITXlcarfCV7TavgIJv8qLoiCvOGCLAbF { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #ndmQLCyy2vkI7dcWmwkcQtJzuX9VdPiE { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #b8oHi8UkkdxKWT2R6XNLOuONNTH4ToB4 { position:relative;display:block; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #T7bNChyXaDVaiF2n1yCOyCoHqAtQSyvz { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #WRCyABzPeHTN0KVzGS1qnKmbS0Dinlh1 { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #TxK6AySJOanC1RQ8nxFlSeELMDHFeuC5 { position:relative;z-index:2; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #ebFVrTD2Svkw1lMsZVyzPCoh3a8Zb8ze { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #WI7XIlDpBABHR9CdJcH7lepP1VpKh04D { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #otxDlZUp9GN0yXNygFp2OAQqRG2hrQMC { position:relative;z-index:2; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #DJbChecayZwK7hSKpn443w8wOOpVm7Tn { position:relative; }
#ZV6uOeMH6RidqJ7buKklGV99FPHVbehB { position:relative;display:block; }
#cqOxhuofW5T9FNDxnlbWVNAaT6VXc9Tk { position:relative;display:block; }
#u25WDlMHWVva2P1hgu7uM3DUXrUgRq1c { position:relative;display:block; }
#kH7TTRF6oy6h5A5TBswzTAHJe3MD65Vr { position:relative;display:block; }
#FXts30CDNTn4MTqzHo2nZWfAEt5CTs8z { position:relative;display:block; }
#Qr8kbvIXQvHTZFGTqTKbbhxcIN0pfCf2 { position:relative;display:block; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #G2WDRuP4aHMJgR8UlHlhUbWe3oIcznUg { position:relative; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #JA2iTQ2v9p5XhPiEuMZZXf2P6896bDPT { position:relative; }
#KPxVZq0gogViXdbVrfv7BIZp1KqVIJtd { color:#000000;display:block;width:28.375rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:normal;z-index:15055;line-height:1.4;letter-spacing:0;top:60.887500762939rem;left:3.5875015258789rem;height:3.9375rem;display:block; }
#FJfZcdfT9S6eBrC4szbf3w8BXUPgqTLL { 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; }#FJfZcdfT9S6eBrC4szbf3w8BXUPgqTLL > .row .container { background-color: transparent; background-image: none; }#FJfZcdfT9S6eBrC4szbf3w8BXUPgqTLL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJfZcdfT9S6eBrC4szbf3w8BXUPgqTLL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJfZcdfT9S6eBrC4szbf3w8BXUPgqTLL > .row .container > .video-iframe-container { display: none; }#FJfZcdfT9S6eBrC4szbf3w8BXUPgqTLL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FJfZcdfT9S6eBrC4szbf3w8BXUPgqTLL > .row > .video-iframe-container { display: none; }#FJfZcdfT9S6eBrC4szbf3w8BXUPgqTLL > .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); }#FJfZcdfT9S6eBrC4szbf3w8BXUPgqTLL > .row .container { border-width: 0; border-radius: 0; }#FJfZcdfT9S6eBrC4szbf3w8BXUPgqTLL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#FJfZcdfT9S6eBrC4szbf3w8BXUPgqTLL > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#TS6hQPs3urANW0Aneb7RE2uGqtKGEU6C { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.31055rem;width:12.5rem;top:1.6623268127441rem;left:4.6723098754883rem;overflow:hidden;display:block; }
#QJxDvmeafudOCyOzQJtJFZxTXiWFaW6e { 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:2.25rem;width:2.25rem;top:2.7495651245117rem;left:61.562503814698rem;overflow:hidden;display:block; }
#GA00pbK7mfOgvTIU5lxPoR1WdNhef3Vh { color:#000000;display:block;width:11.624375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:2.8125rem;left:23.9375rem;height:1.05625rem;display:block; }
#h0Oo8yKPdVAnyeg6WymRVbUafd4Uak82 { color:#000000;display:block;width:7.874375rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:2.8125rem;left:37.5625rem;height:1.05625rem;display:block; }
#F1FAwyKSt5ETDpTsVutSI4NPRigv1oCC { color:#000000;display:block;width:8.75rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:2.8125rem;left:47.75rem;height:1.05625rem;display:block; }
#pTX9S8O2yJczu0S5g6E9ycFHf5kE00HH { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:2.6875rem;left:64.5rem;overflow:hidden;display:block; }
#osvxMXB3wc6UqnOgfQXB6PQCtDzCZXOD { position:relative;display:block; }#osvxMXB3wc6UqnOgfQXB6PQCtDzCZXOD { background-color: transparent; background-image: none; }#osvxMXB3wc6UqnOgfQXB6PQCtDzCZXOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osvxMXB3wc6UqnOgfQXB6PQCtDzCZXOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osvxMXB3wc6UqnOgfQXB6PQCtDzCZXOD > .row .container > .video-iframe-container { display: none; }#osvxMXB3wc6UqnOgfQXB6PQCtDzCZXOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#osvxMXB3wc6UqnOgfQXB6PQCtDzCZXOD > .row > .video-iframe-container { display: none; }#osvxMXB3wc6UqnOgfQXB6PQCtDzCZXOD > .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); }#osvxMXB3wc6UqnOgfQXB6PQCtDzCZXOD { border-width: 0; border-radius: 0; }#osvxMXB3wc6UqnOgfQXB6PQCtDzCZXOD > .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; }#osvxMXB3wc6UqnOgfQXB6PQCtDzCZXOD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.875rem;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; }#s3a0nArAG8sUvTRv8HqWPRHAlk0MrRVS { color:#000000;display:block;width:44.375rem;position:absolute;font-family:montserrat;font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.5505676269531rem;left:15.3125rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH { display:block; }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BnKDFQW5NZ2R9cdg4h3AamCiiWpspcOO { width:14.625rem;height:4.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CyauhnMCdxZDxNo7zHVkKfiTzRHlrBLL { display:block; }#CyauhnMCdxZDxNo7zHVkKfiTzRHlrBLL > .row .container { width:47.75rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #Skv9XTiKXCU7rqiad4t5vSH49DaT0oBf { width:47.75rem;height:4.7109375rem;top:1.3000001907349rem;left:0rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #BPDPyBTguytoJRdMpVQ0Cl4IgOfbkxRT { display:block; }#BPDPyBTguytoJRdMpVQ0Cl4IgOfbkxRT > .row .container { width:47.75rem;height:62.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xIamn4Wp3LCSuihuBJp3b5bSPUETkILB { width:40.375rem;height:6.5rem;top:1.4375rem;left:3.6875rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #vafXmHTbKSPxr1umcEAXIkWWksklmAVT { width:14.8125rem;height:17.8125rem;top:27.119791030884rem;left:15.057291030884rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Kn0MfIDQz7mZdt3N1MsyJ9z6PS7Z3iyo { width:26.4989375rem;height:5.875rem;top:53.6875rem;left:10.626041412354rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RUKhTvP6UcVkOonNq7WnAtZv9KrPu4TR { display:block; }
 }@media only screen and (max-width: 1199px) { #OF20tzxd6iVL9z82Zi3qfXTiQXGZEET8 { width:27.75rem;height:15.625rem;top:10.3125rem;left:2.0625rem;font-size:1.25rem;display:block; }#OF20tzxd6iVL9z82Zi3qfXTiQXGZEET8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_49e7f8086b15610f5c78f195a0427de1.svg); }
 }@media only screen and (max-width: 1199px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O { display:flex;width:18rem;height:5.0625rem;top:44.875rem;left:14.25rem; }
 }@media only screen and (max-width: 1199px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #gtldX8sGPXUy4OZA0gBPgi0H1bFMCS62 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #elpi8XS2HTrUSulIyJOlrcu4wDk2Ic9x {  }
 }@media only screen and (max-width: 1199px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #AaeeVSOoKbySvHuSuG34QmZApJr2ZJqg {  }
 }@media only screen and (max-width: 1199px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #W4xLNR8ToaDTHQ1ms3vJtT8SE6mkRZU0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #auZ5uFzzkQTltPoW8Nw1nA1mZw6w00JX {  }
 }@media only screen and (max-width: 1199px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #A7KeA07LKZU5KdbJWpOBlMCJR0A6oNPW {  }
 }@media only screen and (max-width: 1199px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #w2OES0qaZ2hihtP761Fth6wx6qcrykXd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #R23hE4MNu8vNeaF93Sihk3FGTA94xXze {  }
 }@media only screen and (max-width: 1199px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #LKXwu0ICNkdWlCte4T2mufIAmtRHoVFd {  }
 }@media only screen and (max-width: 1199px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #usr5hXCErMbtdLwuZnX2z3Rb2Ty1E2CW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #fqgGO4T5Jv41i7dFA6kUzFEOkqOFgUpy {  }
 }@media only screen and (max-width: 1199px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #Zpsdg91fUEHvm0IvQ9Xcyc1qsoQH20xA {  }
 }@media only screen and (max-width: 1199px) { #rwt93T6hPPx4Gq3bd9ze5lOD5IzWBpsr { display:block; }#rwt93T6hPPx4Gq3bd9ze5lOD5IzWBpsr > .row .container { width:47.75rem;height:24.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #lDThGDKTvLCOOHlelR9NrC9Sz8Hc3DdJ { width:39.3125rem;height:4.7109375rem;top:1.9250001907349rem;left:4.21875rem;font-size:1.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #gfRsveITtfHG2KkV76KCAMy3cCNcLsHS { width:33.8125rem;height:12.5rem;top:9.5rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A6wviXOpAb2r2rVkO2VCpycur9bcqFto { display:block; }#A6wviXOpAb2r2rVkO2VCpycur9bcqFto > .row .container { width:47.75rem;height:62.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sE39TvOuk9IdqEwTo7xFm2UFMVJqPNIy { width:47.8125rem;height:58.5625rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KhCqoJgAFTdyz9gh9X9iOr4uym7HafGw { width:40.0625rem;height:7.3125rem;top:5.875rem;left:3.84375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F3Fwli9ExTvyzTXVc6d3TFxxyTqP9O5c { width:41.375rem;height:33.3125rem;top:16.453125rem;left:2.40625rem;font-size:1.1875rem;display:block; }#F3Fwli9ExTvyzTXVc6d3TFxxyTqP9O5c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_49e7f8086b15610f5c78f195a0427de1.svg); }
 }@media only screen and (max-width: 1199px) { #Zf1TIUSFDgUgKuQV8ySPbc4KPboJwTtJ { width:26.4989375rem;height:5.875rem;top:52.998948097229rem;left:10.626041412354rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zNsM7dTJMfQ4LkaGTGik3Zd2JpirFwz5 { display:block; }
 }@media only screen and (max-width: 1199px) { #GCiFrTBzR0zCQqqJyt8d6HbKJNlTLEWO { display:block; }#GCiFrTBzR0zCQqqJyt8d6HbKJNlTLEWO > .row .container { width:47.75rem;height:79.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #fZ4byO2ZFqWlEqkMySKiAV3qmcTExske { width:47.75rem;height:74.625rem;top:3.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #a3PQZi8MDGahOnt8kRZPwIsft1OX4OiS { width:32rem;height:9.75rem;top:5.3125rem;left:2.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UA5KwlnDcOdg5DHp0gFANt60cBtrRNK5 { width:30.6875rem;height:56.15625rem;top:17.875rem;left:2.65625rem;font-size:1.1875rem;display:block; }#UA5KwlnDcOdg5DHp0gFANt60cBtrRNK5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_49e7f8086b15610f5c78f195a0427de1.svg); }
 }@media only screen and (max-width: 1199px) { #lyoP9GvFX93NRRpf4T5ydVSaeQkR0wfq { width:13.375rem;height:36.9375rem;top:17.875009536743rem;left:33.906251907349rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vKQJbUOlnyZBHeb7bv6JeXRdWN8XdacP { display:block; }#vKQJbUOlnyZBHeb7bv6JeXRdWN8XdacP > .row .container { width:47.75rem;height:68.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #W9SdS9uTzs3rrOCwQvHuPKU8HAcdl5Jy { width:47.75rem;height:48.5625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QSlOthK67qUBbr9ISlH8tMuqTMfTXxex { width:26.1875rem;height:7.7988125rem;top:5.625rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OyN32c446b4gJPbDPfrodLDkFUCJeynt { width:42.25rem;height:4.5rem;top:16.0625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #e87TPtxNpsKMo7pizTy9icmly3giloqN { width:20.6875rem;height:11rem;top:1.8125rem;left:26.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OCeoxmJFSaJBDSgaGK2SpeSdnikTyp48 { width:21.25rem;height:8.75rem;top:22.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tb1XZk9rJFuA5T9SbuJ6ocR1ill0F190 { width:2.75rem;height:2.75rem;top:22.9375rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PUXvHqTp1AZNLmwzQllTuFyXW1SsZlau { width:21.25rem;height:1.29980625rem;top:26.4375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dCV8hKVldUfXkOCcAO32LTHk8EqqadNp { width:21.25rem;height:1.3rem;top:28.3125rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wBQhkXfaSpxGOTmPle0yn2PBRicQTh3z { width:21.25rem;height:8.75rem;top:22.0625rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #eFmkP9krNX4f99shzfvIfF2h6QLLTuV6 { width:2.75rem;height:2.75rem;top:22.9375rem;left:33.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fGZn2UxORF9GQ9dQF79qaN3uh1uXXKlu { width:21.25rem;height:1.29980625rem;top:26.4375rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D7RFEEkf7NZ83H1qwQq6chTlFecCng8t { width:21.25rem;height:2.6rem;top:28.27499961853rem;left:25.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #orsnIHf9W0VVUTCzmxZwBSCKOdHeWtc0 { width:21.25rem;height:10.8125rem;top:32.1875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bvIi426xr4KXzEBmUa3lQ0ieisySqOyi { width:2.75rem;height:2.75rem;top:33.0625rem;left:21.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fe0kC6lkQZI9nQ1vpQJsaf8zZQofAS88 { width:21.25rem;height:1.3rem;top:36.5625rem;left:13.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Tsn377lqok90CNNWBEBHEXTLcaJ0yMdq { width:19.6875rem;height:3.9rem;top:38.85000038147rem;left:14.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Nv4nTZfh7E4xmCJSH1265xFtTleWEqsA { width:47.75rem;height:3.0625rem;top:43.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QblagTeER2v0Ap9osexAnu5Lg7zELutq { width:43.5625rem;height:1.625rem;top:43.875rem;left:0.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EkNE4Iyw4vwN7Twno2mgCKD1MwuhO2B8 { width:47.75rem;height:20.4375rem;top:47rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X0FeZ2X5t0yLhMdBM7brWpQxlMFDcT7b { width:41.4375rem;height:2.6rem;top:47.875rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ksetE3EUA2T9noR7N7TDgaVP8yTRqNWC { width:43.4375rem;height:2.6rem;top:50.47500038147rem;left:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #smf93hrDbZiEy2zT6lc6nH7VCkEF7F8s { width:2.75rem;height:2.75rem;top:47.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TqX4H6ELxe7XyMHeOKETm0eoIG2w75k7 { width:2.0625rem;height:2.6rem;top:47.875rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WniqCCtP3Je7aPxWOwyrZ5feDlTAxMhJ { width:2.9375rem;height:2.9375rem;top:53.19375038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VuXUzDq8G7IlcTvkwT3oUidhVQJfo5OX { width:2.0625rem;height:2.6rem;top:53.362499237061rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #EJ0cyXPyK82JitOSzKtsAsCFmDcuSsJx { width:44.4375rem;height:2.6rem;top:54.012500762939rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D7ObplVWwyVOoIeKUbTUTlmDedwyLip4 { width:41.4375rem;height:2.6rem;top:56.612499237061rem;left:3.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pI6QDAoMsBxzNFS0dezMwMy8gUUQfT4y { width:2.0625rem;height:2.6rem;top:59.212497711182rem;left:0.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fpI8TZRql0gfwlZSzNEJeW9i78bIEhRr { width:2.75rem;height:2.75rem;top:59.212497711182rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lOFeCwag2x92eN7mqOPZkQTfvm6RkPTW { width:44.4375rem;height:1.3rem;top:59.932289123535rem;left:3.3135414123535rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Wn1HMWMVRH4zP4Sw1etALZATwNizPb7x { width:43.0625rem;height:2.6rem;top:61.174999237061rem;left:3.4947919845581rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l2UeyOZyA17lxNMcOXPNvx4zlZOxnpvJ { display:block; }#l2UeyOZyA17lxNMcOXPNvx4zlZOxnpvJ > .row .container { width:47.75rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #isnxiBoz6ygofNq2ce73nRmU4MqWBwmb { width:47.75rem;height:4.875rem;top:1.0656242370606rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JkP1fS5MIh0EEwTihODIVrs8C9g6yqAG { display:block; }#JkP1fS5MIh0EEwTihODIVrs8C9g6yqAG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EQ2GbM5yuWLl50925HeZ9dB1aQtQdNcx { width:47.75rem;height:30rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U5pbMc3LnHkHLRLbgelE7XfFrbZEcIsf { display:block; }#U5pbMc3LnHkHLRLbgelE7XfFrbZEcIsf > .row .container { width:47.75rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #o4e8aQuLkOMLKDOTTxVZ2X5aTBggvTTs { width:26.4989375rem;height:5.875rem;top:0.25rem;left:10.626041412354rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PFdPfLiMPbssi0Pv24aFl9clqk1cqxtT { display:block; }
 }@media only screen and (max-width: 1199px) { #tuS3mQcwkpJzu9pysWgJzbIJJ7oTCe6W { display:block; }#tuS3mQcwkpJzu9pysWgJzbIJJ7oTCe6W > .row .container { width:47.75rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #za2ahgppl1gJ19TrKif5FkMVzUldU1sI { width:47.75rem;height:2.4375rem;top:1.0656242370606rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XRvQ8aansArLgox17LzDSDGGdCUNZkT0 { display:block; }#XRvQ8aansArLgox17LzDSDGGdCUNZkT0 > .row .container { width:47.75rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #qf2TMlCParPFgDBihTe6tZrV7NX7M6Qr { width:15.8125rem;height:14rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yQo2r6epUZ1ifpJvDXsAlx1fQpNVrdPT { width:16.125rem;height:1.4625rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zD0gWJJT7CZzKwypA0AfohCPlVZq6RQ3 { width:16.125rem;height:3.9rem;top:9.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #sc4kST8UeuSbSRXBHxAlvb9OT1VcVTdf { width:15.5625rem;height:14rem;top:1.5rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wXulgDXu7eaVUoAhEt363KqSZvkgiLPL { width:16.125rem;height:1.4625rem;top:6.875rem;left:15.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GhQVz2bIu6moOhdr1R37ZlVIpPosJvnO { width:3.5625rem;height:3.3125rem;top:2.75rem;left:22.03125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cnLyK7zpEBQE95vCucy2zErxPApG67OE { width:15.125rem;height:5.2rem;top:9.375rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hhBAbT5II8NnXBGVORFoth81FigQDzWA { width:15.5rem;height:14rem;top:1.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #luPxhz2ewd3z600FoM6zWr1uU8soth6S { width:16.125rem;height:1.4625rem;top:6.875rem;left:31.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f5X45NSIt7b6Fl0zsfTyHPhDm1pMemzE { width:15.625rem;height:5.2rem;top:9.375rem;left:32.385417938233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B5cTSefzmCIa38Rcq5uCNDTow2vtBKOp { width:3.75rem;height:3.75rem;top:2.5625rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #hQPFbIoxh1r4OXJhevfLueaAlAzV2JS5 { width:4.4375rem;height:4.4375rem;top:2.5rem;left:37.46875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PyQZtG6px4h8UZ077oNiQuJ0RtlCEUQF { display:block; }#PyQZtG6px4h8UZ077oNiQuJ0RtlCEUQF > .row .container { width:47.75rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MMrLrK1ivhD4c6bhKMnAABi17TTrRWbU { width:15.8125rem;height:14rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fMyOpCdSKaJmz634tuy6HWTiFJrh51fk { width:16.125rem;height:1.4625rem;top:6.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KTb3f0oVLsDOTDJay8TtKt3reinFkuNv { width:15.1875rem;height:6.499rem;top:9.0625rem;left:0.42708301544189rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #O8Em93Tgf2ABI4SNM6soLzM4mD00Zq4k { width:15.5625rem;height:14rem;top:1.5rem;left:16.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pzTfhQPa1XTvb35qZi6dkGfK8EltkRJz { width:16.125rem;height:1.4625rem;top:6.875rem;left:15.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #U0tgzalp3MQ3UOhPEHtOuXCOPOVRc4yi { width:14.4375rem;height:5.2rem;top:9.0625rem;left:16.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C6Bg303Dn1wrsK6IS5a2ZOwJwBXfBxlQ { width:15.5rem;height:14rem;top:1.5rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #f3MbRQNDJaxzKCOa192mI8e226OxnTr0 { width:16.125rem;height:1.4625rem;top:6.875rem;left:31.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #euTPE4v7uW8wU2XG8dQyO2LBX3oaqka1 { width:14.9375rem;height:5.2rem;top:9.375rem;left:32.322917938233rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #CDDRJisQU3oT7TFzA6M1z5HTxISKuLCO { width:3.5625rem;height:3.5625rem;top:2.625rem;left:6.15625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FtalAn07do3SFdzQg8VWAnAEeBcd3BiD { width:3.125rem;height:3.125rem;top:2.875rem;left:38.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oOrTx8d1Pdh9x6TGAwGhd360y13TUAyT { width:3.625rem;height:3.625rem;top:2.625rem;left:22rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xgyw59RGE8NRrR8Mn3q6REvi5eLSVCZ3 { display:block; }#xgyw59RGE8NRrR8Mn3q6REvi5eLSVCZ3 > .row .container { width:47.75rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #h6mCgg0e64DbTLnzwnahvWyFVTvVs0B9 { width:47.75rem;height:2.4375rem;top:1.0656242370606rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC { display:block; }#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #e1SXA85Xz4HEFvDxKHrspSVvuU1EFHeR { width:47.75rem;height:30rem;top:0.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ts6tLMqLGZCJ2r7rdCp5Mb4cM3XnC4SQ { display:block; }#Ts6tLMqLGZCJ2r7rdCp5Mb4cM3XnC4SQ > .row .container { width:47.75rem;height:8rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #UIztkrTiZov58v5mczvf3JU0heoHrWiy { width:26.4989375rem;height:5.875rem;top:0.25rem;left:10.626041412354rem;display:block; }
 }@media only screen and (max-width: 1199px) { #dFuHOEQlSEvTO5Sl1bmBB8F3yZGn3VX1 { display:block; }
 }@media only screen and (max-width: 1199px) { #JmS8kfi4fLH1LpRBLBvTlK1obiTtUuCt { display:block; }#JmS8kfi4fLH1LpRBLBvTlK1obiTtUuCt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iqtP4FgJirSgWfrCTQGESBMnB9qn2tEU { width:45.875rem;height:2.4375rem;top:1.875rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KWDh6xlNiCCpCDnJdRenDDzCtU0onoUg { display:block; }#KWDh6xlNiCCpCDnJdRenDDzCtU0onoUg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WFWznia77sGUpwAvSiO6y2qFup5XZsCW { width:9.8739375rem;height:5.2rem;top:12.384380340576rem;left:20.59375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BFL2L54urM9hHDnkrFhSPPqaBwVXgTsi { width:8.8748125rem;height:2.6rem;top:13.009376525879rem;left:36.717708587646rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ofqNa2Hv26dJkcOsA3KzKLwVXTe2RVSd { width:10.9375rem;height:10.9375rem;top:1.2041625976562rem;left:20.030208587646rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FzC9SF7H96sqlbFJZbEultRtGiB3Rg30 { width:10.3125rem;height:10.3125rem;top:1.8916625976562rem;left:35.788539886474rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qTadqT1eT7q0ocTcrOKmm9L9rmx7MZuS { width:10.125rem;height:2.6rem;top:12.946876525879rem;left:3.7083339691162rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XZCnMCUNaSdTS6RBWQvwWzkrzmxoXuvw { width:9.625rem;height:9.625rem;top:2.1416740417481rem;left:4.8427085876465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tSPNaDgKOtb6HXLCQusB7dXTTcKxrMOW { width:4.25rem;height:4.25rem;top:4.5479164123535rem;left:15.092708587646rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OGNwJTTRUf9RImUDhrXeoSfeZcQ06Jb0 { width:4.25rem;height:4.25rem;top:4.5479164123535rem;left:30.967708587646rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bZAaezVUVwtEd77KmZwvLTtHozJCbZyJ { display:block; }#bZAaezVUVwtEd77KmZwvLTtHozJCbZyJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #FhMbnSFknVSFIi4aTX5bLSWlJLQ7hJUD { width:34.8125rem;height:2.4375rem;top:2.5625rem;left:6.438539505005rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uCZO8H2b4qD00chDkApbwa5JuupFgHK6 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#uCZO8H2b4qD00chDkApbwa5JuupFgHK6 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#uCZO8H2b4qD00chDkApbwa5JuupFgHK6 { display:flex;width:18rem;height:5.0625rem;top:7.9375rem;left:14.250001907349rem; }
 }@media only screen and (max-width: 1199px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #EaCJafwfOwAOZslFEmxhunmf1nZl8wHV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #QT6EBAOtr5KXHWuPoQhCehC9KlTTH3Ra {  }
 }@media only screen and (max-width: 1199px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #SwG3irahgopknSTdnpSK5l8EJQMEuazo {  }
 }@media only screen and (max-width: 1199px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #fHlOfbPdsrX8curD2hxppuS1nwJFOaF3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #aggheAoJxbmrxR2f94sLtB1fAQ0nXt3o {  }
 }@media only screen and (max-width: 1199px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #BnatfJIcgT1aIOtFIHDRH7M89QcM5bs1 {  }
 }@media only screen and (max-width: 1199px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #g7n068sFz9kQ8GQrI0BnBTqdrZFe6rkL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #JEVfKgHWdcRTuA4yAUBBhTuPCNfbrAPs {  }
 }@media only screen and (max-width: 1199px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #IcmXhIN2MRXGIyAi5wfDTZwBGVaVTx8d {  }
 }@media only screen and (max-width: 1199px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #T14GbaLitzc83VmZowOd6BXbvJKfvQLJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 1199px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #A1xe42HlmBscrvfZArN0XuIsiCT4mguJ {  }
 }@media only screen and (max-width: 1199px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #XmD1wWST7nuQexUXSflL1EJSJy0rc3Sh {  }
 }@media only screen and (max-width: 1199px) { #HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa { display:block; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container { width:47.75rem;height:138.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #S0DGW6wNhbamaxmWKEEElDJPAHD8ZKHy { width:5.625rem;height:1.125rem;top:1.125rem;left:32.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #OBXsr4PqQuJMmv4mSVE3Eh22ub6GKoeu { width:36.875rem;height:28.5625rem;top:37.0625rem;left:5.4364576339722rem;display:block; }
 }@media only screen and (max-width: 1199px) { #l3xo6UnPK02nXaZ0yWPxAI9oigAgm5GH { width:28.0625rem;height:6.12305rem;top:46.5rem;left:9rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tUnZft4vsgdspkhsG5zgSmPfm1lfLOyC { width:7.75rem;height:1.1375rem;top:59.8125rem;left:11.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KmSRG5CsiMHzWHhGh745CmKQaISH2cNh { width:15.061875rem;height:1.1375rem;top:62.085418701172rem;left:11.373957633972rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FVCow1qI3Wg7LTngqEK52GIagnODoSct { width:34.6875rem;height:5.5234375rem;top:38.185409545899rem;left:6.5625rem;font-size:0.875rem;display:block; }#FVCow1qI3Wg7LTngqEK52GIagnODoSct li:before{  }
 }@media only screen and (max-width: 1199px) { #R8dc2WJy20y0ZXwnMi0rIOKbwQ7FAszb { width:29.6875rem;height:2.625rem;top:32.9990234375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #payLM4tCp5GGN5KPbWFPmNxDGcfn11S7 { width:1rem;height:0.8125rem;top:62.25rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tzUr8rfTNpudqCdv4qTrqBnA4V8fdGiG { width:1rem;height:1rem;top:59.875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NPA2zNZ5P8sFX63ZHTAbsxUJIfT4L6Tw { width:1.5625rem;height:1.5625rem;top:46.5rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WGw2tRGAko99J8SiKgnT2uqu4QNsJhm6 { width:23.624125rem;height:1.29980625rem;top:33.6865234375rem;left:12.1240234375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #DX3OQof9PlNFJo9PPcWhCX95y6PIEReZ { width:29.6875rem;height:2.625rem;top:0.75rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #XnNmIBOcnJe50bRLFQKaprmOEzc68nzR { width:36.875rem;height:29.5rem;top:1.875rem;left:5.4365234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VttXur1hEeN1Sv1ahe9R4L10GCXn2CXT { width:12.5rem;height:1.2999125rem;top:1.4375rem;left:17.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #ruZQroB6qJNWyCJyNZNx9zq6dTB2SoX7 { width:34.5625rem;height:11.02150625rem;top:4.75rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ec1g4mG6IU6vvKtCamaryl2piK3tGgTf { width:32.1875rem;height:6.12305rem;top:15.6875rem;left:9.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WgPcddW0Po8fMTDtZe4u4W9UXiN74iXO { width:1.5625rem;height:1.5625rem;top:15.9375rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pPsFSOBFpWzyqkbongxnus7fS41GLITV { width:1.5625rem;height:1.5625rem;top:19.6875rem;left:6.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DAlLiUz1O4GHd7oLsK8y9AWcPF3VlBqF { width:1.25rem;height:1.0612rem;top:22.97265625rem;left:6.9365234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #JQHB5nbkhJMPwSbMbfBrcXZ2L00GJuan { width:32.1875rem;height:2.45rem;top:22.75rem;left:9.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rVnFB9rn8H7BfqEMrlBI4DOEmB6naurW { width:7.75rem;height:1.1375rem;top:26.185546875rem;left:11.3740234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KBU0uycbSqh48anStzWwet70rLTg0fo5 { width:1rem;height:1rem;top:26.2490234375rem;left:9.5615234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TBMfEstNNAnovHDJsiWprXWcrFTC1wxz { width:15.0625rem;height:1.1375rem;top:28.060546875rem;left:11.0615234375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wiNtp03MUyn11MzyvDUTfN1FGeSohoHD { width:1rem;height:0.8125rem;top:28.248046875rem;left:9.4990234375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kVxOi3GmA7cHd0mO2oLgG5R9VNL1I0it { width:27.436rem;height:1.225rem;top:44.371871948243rem;left:6.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kTfXoNiXPNGkmJJI9iyXVoKA8in4JxTo { width:32.1875rem;height:1.225rem;top:57.604164123535rem;left:9.1322908401487rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #fxlPVSF517TcTQqZsdIaNCOX45Fi3TQL { width:1.25rem;height:1.0612rem;top:57.6875rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-regular-label { height:0.875rem;display:block;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;width:10.625rem;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;width:12.5rem;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:12.5rem;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-select { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;width:12.5rem;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-checkbox { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:11.25rem;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;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;margin-left:11.25rem;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;width:12.5rem;height:3rem; }#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-button.adaptive-delivery-prevent-bg, #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-button.lazyload, #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-button.lazyloading { background-image: none; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;text-align:justify;text-align-last:initial;width:10.9375rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-container:first-of-type{padding-top:0;}#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-container:last-of-type{padding-bottom:0;}#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2  { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;height:auto;left:11.615668773651rem;top:65.559909820556rem; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .radio-container { display:inline-block;*zoom:1;*display:inline;width:12.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 {display:block;}#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 { border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;width:23.75rem;height:auto;left:11.615668773651rem;top:65.559909820556rem; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #l5HAVIVV3XMdx0DpXITP960mSsyiiyUF {  }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #l5HAVIVV3XMdx0DpXITP960mSsyiiyUF .container-column{width:50%;} }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #CpryTcnLNB36OVaZnR5CqqhXOLkwwkI5 { display:block; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #QS7oBHRXK3qJSv6vh1iUqCbVtlfAhAQd { z-index:2; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #u1BHbXPzdJ7twH2KJ7THPVHIp7nTf79w {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #BePrvGdZtGwP9vL8f0gdGKVXi4lkNSL5 { z-index:2; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #G0l2Ho7TTtRr6QBq4ix6M3KC2h9TW3Fi {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #QMH774AW3oKLvIrF5edh3On0KSZuAnvR {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #LTIMsfG5X6eT0GDHS1A7WkfxXXyrpxRE { display:block; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #H8asTlM41v8S0DTB7SHVDX3gOH6gPcCa {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #z7pOmy3ZVRF0GA8PgFafPL0SOpGySbmU {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #izHoBUeuOfZ6zJ8V5p9TptJ6Ete1Izdi { display:block; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #qPVfwOvFtO2CWzGOT0S2tmWp1sFrLgOR {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #pgBD1cB7UI71Xr58AQxwocPGUuQw0N7H {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #KvdsgtzxlFOyOoQguQKp6r9S9JwOzBt4 { display:block; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #WKbqXKTe2Ke1TSU7irxlkdZccCadoaKU {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #HuhzP2hIANbqt8DvszHD6eWTGT4OrI7S {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #U8RcHEHcn0MgbIZ14lSA9cJ7lTS5AwHW { display:block; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #vTCRoRpEd34DQ7wgZQhfwoaWC6fSr5VR {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #d2L4JqTzlT9KbmGCOJMZAzXKgiLMPr2i {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #KhmBKER2NUT96yg9haZygmVUna5fvwJI { display:block; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #iwzGtRnRQSlxOpEDTgJS1GEK67TTIikv {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #M6OiQBTIBhBITbk42uXLHdUpEA2Mb0bD {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #P2NlGZqOIMci3eAVDexNJo75UvsOW6h8 { display:block; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #NVkeRQGU8cKSbQCD4ztcsFq9F8ewQGVX {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #bH8JO9SMdqh5I0JsgAVkdCSPfMnETSlf {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #JM2pmwqQr5ZvqH1eGvoJEmPHfH5qbbXc { display:block; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #uc7N6Z5i1MAUevuSBy3gWAhR6PCBdLLw {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #QNuoUrqIn6FOM9yIJRGERxZuX1H2NtBA {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #IB9BmSe5SHF53kB7b3PFqmDUaH42lHub { display:block; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #d13pDPJTKzgvmu7SrpxgSu0hLgza3osb {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #F5VeBOIUV5aAQKNdWNCTPZO9AhrMsfls {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #fVRBouPeRHRsGDcZTteFgvKASskxW8h6 { display:block; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #kxZVO1D6lLP72u6ELiLqkp0De9w04J9H {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #gG5wFpGQtwmL73y9GX460MfPZXKfhO7U {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #Iy11Pom4AlMpxVFDuh2qmMx4JNisyTIp { display:block; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #EQsi5rch5TE7QitqeysZmWV7PoVlzWx4 {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #KEqXcdqDa2HZW8r17rVutER84kOmLxel {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #FSeAJQ4BTUVWF2KL4JTlne2Xb80al6mJ { display:block; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #i9PXHorWgeq3SOFiFQiGEeOdxu4NAonk {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #gGUrybWFODQNDXFSDJUnEf452mpAh3Lc {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #W2FvaonLGCOuGD719hV8HhOHNLIL7rvK {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #bCJQ3RpEUJDrVTE54hBGk85Uf7GMkTUo {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #DfrFTVNewLRNDAxPiU34bAmLDPC21D34 {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #bbW1FfMO3aXzCenbapPO9ZwoeneVcg7d { z-index:2; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #iPymVT7DuqITghxXtmvdKupc0V67XrZM {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #dgkQ3Pazq6TPOhtBDC5ze423o2vlLRx8 {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #D51dDtRRxewW5cNGrvz4ghXi4I4IqZ6L { display:block; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #NzJ6S684HRVUUFDhgyh8cPgIta5VveJF {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #SDnrdrqLm5LuXsCDLz0ED5nSGLxftJyr {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #WTyfvCHRBXhoMtSMpSHkD2u1fakdLgGC { display:block; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #HnwzL9HyNWWQq7exlTGzVJJmCCLcePNi {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #xMqgfHrV3rtCqIIflB9xmMAQ6G2yk3yV {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #R4wChCfSZsd88SQa69F6N4Z37UebgVRp { display:block; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #UvSWDsmOQfSbaqKxLBt83sP0mM6wqlVa {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #gxkl5B9mRuRB1XLzurxfxXgBnBUnR43D {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #lLKMvVDI27UJzlpAs8KQrSiI0IaAxP4F { display:block; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #PF7WrJXXka2IiZo6FofhvdoBeHdvKebf {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #ZqrPEFTi9TkWWgSH9LeOSVqeq9znhE78 {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #TwwlmnRQVPxOSplHATs1l1ToFBQPFcTQ { display:block; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #xad54Uiqq7ZwvPOOWPkLQfXMhy4Cog7N {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #v4TtUJQZWULzgIIGgRFDClLcAgc99nIR {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #IAOOvAqFJ8us9rW2Z1CActbonPzJtqJe { display:block; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #ITXlcarfCV7TavgIJv8qLoiCvOGCLAbF {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #ndmQLCyy2vkI7dcWmwkcQtJzuX9VdPiE {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #b8oHi8UkkdxKWT2R6XNLOuONNTH4ToB4 { display:block; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #T7bNChyXaDVaiF2n1yCOyCoHqAtQSyvz {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #WRCyABzPeHTN0KVzGS1qnKmbS0Dinlh1 {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #TxK6AySJOanC1RQ8nxFlSeELMDHFeuC5 { z-index:2; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #ebFVrTD2Svkw1lMsZVyzPCoh3a8Zb8ze {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #WI7XIlDpBABHR9CdJcH7lepP1VpKh04D {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #otxDlZUp9GN0yXNygFp2OAQqRG2hrQMC { z-index:2; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #DJbChecayZwK7hSKpn443w8wOOpVm7Tn {  }
 }@media only screen and (max-width: 1199px) { #ZV6uOeMH6RidqJ7buKklGV99FPHVbehB { display:block; }
 }@media only screen and (max-width: 1199px) { #cqOxhuofW5T9FNDxnlbWVNAaT6VXc9Tk { display:block; }
 }@media only screen and (max-width: 1199px) { #u25WDlMHWVva2P1hgu7uM3DUXrUgRq1c { display:block; }
 }@media only screen and (max-width: 1199px) { #kH7TTRF6oy6h5A5TBswzTAHJe3MD65Vr { display:block; }
 }@media only screen and (max-width: 1199px) { #FXts30CDNTn4MTqzHo2nZWfAEt5CTs8z { display:block; }
 }@media only screen and (max-width: 1199px) { #Qr8kbvIXQvHTZFGTqTKbbhxcIN0pfCf2 { display:block; }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #G2WDRuP4aHMJgR8UlHlhUbWe3oIcznUg {  }
 }@media only screen and (max-width: 1199px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #JA2iTQ2v9p5XhPiEuMZZXf2P6896bDPT {  }
 }@media only screen and (max-width: 1199px) { #KPxVZq0gogViXdbVrfv7BIZp1KqVIJtd { width:26.625rem;height:3.673825rem;top:53.116662979126rem;left:8.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FJfZcdfT9S6eBrC4szbf3w8BXUPgqTLL { display:block; }#FJfZcdfT9S6eBrC4szbf3w8BXUPgqTLL > .row .container { width:47.75rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TS6hQPs3urANW0Aneb7RE2uGqtKGEU6C { width:12.5rem;height:3.31055rem;top:1.875rem;left:1.5614149570465rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QJxDvmeafudOCyOzQJtJFZxTXiWFaW6e { width:2.24935rem;height:2.24935rem;top:3rem;left:40.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GA00pbK7mfOgvTIU5lxPoR1WdNhef3Vh { width:11.5625rem;height:1.055775rem;top:6.0625rem;left:18.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #h0Oo8yKPdVAnyeg6WymRVbUafd4Uak82 { width:7.8125rem;height:1.055775rem;top:7.875rem;left:14.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #F1FAwyKSt5ETDpTsVutSI4NPRigv1oCC { width:8.75rem;height:1.055775rem;top:7.875rem;left:24.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pTX9S8O2yJczu0S5g6E9ycFHf5kE00HH { width:2.37413125rem;height:2.37413125rem;top:2.875rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #osvxMXB3wc6UqnOgfQXB6PQCtDzCZXOD { display:block; }#osvxMXB3wc6UqnOgfQXB6PQCtDzCZXOD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #s3a0nArAG8sUvTRv8HqWPRHAlk0MrRVS { width:44.375rem;height:7.3125rem;top:1.5rem;left:1.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH { display:block; }#dGh6FPv52mxsTeU9GKQ9CUm8rpEvQcOH > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BnKDFQW5NZ2R9cdg4h3AamCiiWpspcOO { width:14.375rem;height:4.5625rem;top:1.1875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CyauhnMCdxZDxNo7zHVkKfiTzRHlrBLL { display:block; }#CyauhnMCdxZDxNo7zHVkKfiTzRHlrBLL > .row .container { width:20rem;height:10.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Skv9XTiKXCU7rqiad4t5vSH49DaT0oBf { width:17.25rem;height:8.9355625rem;top:0.71875rem;left:1.375rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BPDPyBTguytoJRdMpVQ0Cl4IgOfbkxRT { display:block; }#BPDPyBTguytoJRdMpVQ0Cl4IgOfbkxRT > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xIamn4Wp3LCSuihuBJp3b5bSPUETkILB { width:20rem;height:7.796875rem;top:1.4114580154419rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vafXmHTbKSPxr1umcEAXIkWWksklmAVT { width:12.625rem;height:15.1875rem;top:29.307292938233rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kn0MfIDQz7mZdt3N1MsyJ9z6PS7Z3iyo { width:18.875rem;height:4.12395625rem;top:53.035417556763rem;left:0.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RUKhTvP6UcVkOonNq7WnAtZv9KrPu4TR { display:block; }
 }@media only screen and (max-width: 763px) { #OF20tzxd6iVL9z82Zi3qfXTiQXGZEET8 { width:19.3125rem;height:16.5rem;top:10.942708015442rem;left:0.34375rem;font-size:1rem;display:block; }#OF20tzxd6iVL9z82Zi3qfXTiQXGZEET8 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#OF20tzxd6iVL9z82Zi3qfXTiQXGZEET8 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_49e7f8086b15610f5c78f195a0427de1.svg); }
 }@media only screen and (max-width: 763px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O { display:flex;width:18rem;height:5.0625rem;top:44.494792938233rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #gtldX8sGPXUy4OZA0gBPgi0H1bFMCS62 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #elpi8XS2HTrUSulIyJOlrcu4wDk2Ic9x {  }
 }@media only screen and (max-width: 763px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #AaeeVSOoKbySvHuSuG34QmZApJr2ZJqg {  }
 }@media only screen and (max-width: 763px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #W4xLNR8ToaDTHQ1ms3vJtT8SE6mkRZU0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #auZ5uFzzkQTltPoW8Nw1nA1mZw6w00JX {  }
 }@media only screen and (max-width: 763px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #A7KeA07LKZU5KdbJWpOBlMCJR0A6oNPW {  }
 }@media only screen and (max-width: 763px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #w2OES0qaZ2hihtP761Fth6wx6qcrykXd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #R23hE4MNu8vNeaF93Sihk3FGTA94xXze {  }
 }@media only screen and (max-width: 763px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #LKXwu0ICNkdWlCte4T2mufIAmtRHoVFd {  }
 }@media only screen and (max-width: 763px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #usr5hXCErMbtdLwuZnX2z3Rb2Ty1E2CW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #fqgGO4T5Jv41i7dFA6kUzFEOkqOFgUpy {  }
 }@media only screen and (max-width: 763px) { #pQmA5DDZQAGJfg7VaZoTgFhv78rEdX6O #Zpsdg91fUEHvm0IvQ9Xcyc1qsoQH20xA {  }
 }@media only screen and (max-width: 763px) { #rwt93T6hPPx4Gq3bd9ze5lOD5IzWBpsr { display:block; }#rwt93T6hPPx4Gq3bd9ze5lOD5IzWBpsr > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lDThGDKTvLCOOHlelR9NrC9Sz8Hc3DdJ { width:17.25rem;height:5.11875rem;top:1.3154296875rem;left:1.375rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gfRsveITtfHG2KkV76KCAMy3cCNcLsHS { width:19.8125rem;height:7.125rem;top:8.3072919845581rem;left:0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A6wviXOpAb2r2rVkO2VCpycur9bcqFto { display:block; }#A6wviXOpAb2r2rVkO2VCpycur9bcqFto > .row .container { width:20rem;height:88.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sE39TvOuk9IdqEwTo7xFm2UFMVJqPNIy { width:20rem;height:85.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhCqoJgAFTdyz9gh9X9iOr4uym7HafGw { width:16.6875rem;height:11.6953125rem;top:2.4375rem;left:1.65625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3Fwli9ExTvyzTXVc6d3TFxxyTqP9O5c { width:17.625rem;height:60.5rem;top:16.373958587646rem;left:1.1875rem;font-size:1rem;display:block; }#F3Fwli9ExTvyzTXVc6d3TFxxyTqP9O5c li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#F3Fwli9ExTvyzTXVc6d3TFxxyTqP9O5c li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_49e7f8086b15610f5c78f195a0427de1.svg); }
 }@media only screen and (max-width: 763px) { #Zf1TIUSFDgUgKuQV8ySPbc4KPboJwTtJ { width:17.625rem;height:4.125rem;top:79.556243896488rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNsM7dTJMfQ4LkaGTGik3Zd2JpirFwz5 { display:block; }
 }@media only screen and (max-width: 763px) { #GCiFrTBzR0zCQqqJyt8d6HbKJNlTLEWO { display:block; }#GCiFrTBzR0zCQqqJyt8d6HbKJNlTLEWO > .row .container { width:20rem;height:140.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fZ4byO2ZFqWlEqkMySKiAV3qmcTExske { width:20.1875rem;height:138.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a3PQZi8MDGahOnt8kRZPwIsft1OX4OiS { width:19.0625rem;height:11.6953125rem;top:2rem;left:0.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UA5KwlnDcOdg5DHp0gFANt60cBtrRNK5 { width:18rem;height:72.75rem;top:16.276032447815rem;left:1rem;font-size:1rem;display:block; }#UA5KwlnDcOdg5DHp0gFANt60cBtrRNK5 li:not(:first-child){ padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0; }#UA5KwlnDcOdg5DHp0gFANt60cBtrRNK5 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_49e7f8086b15610f5c78f195a0427de1.svg); }
 }@media only screen and (max-width: 763px) { #lyoP9GvFX93NRRpf4T5ydVSaeQkR0wfq { width:16.5rem;height:45.567757009346rem;top:90.927081108094rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKQJbUOlnyZBHeb7bv6JeXRdWN8XdacP { display:block; }#vKQJbUOlnyZBHeb7bv6JeXRdWN8XdacP > .row .container { width:20rem;height:119.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W9SdS9uTzs3rrOCwQvHuPKU8HAcdl5Jy { width:20rem;height:112.625rem;top:4.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSlOthK67qUBbr9ISlH8tMuqTMfTXxex { width:20rem;height:5.60449375rem;top:5.5rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OyN32c446b4gJPbDPfrodLDkFUCJeynt { width:18.5rem;height:12rem;top:12.0625rem;left:0.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e87TPtxNpsKMo7pizTy9icmly3giloqN { width:20rem;height:10.751rem;top:25.3740234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCeoxmJFSaJBDSgaGK2SpeSdnikTyp48 { width:20rem;height:8.75rem;top:37.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tb1XZk9rJFuA5T9SbuJ6ocR1ill0F190 { width:2.75rem;height:2.75rem;top:38.0625rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUXvHqTp1AZNLmwzQllTuFyXW1SsZlau { width:20rem;height:1.29980625rem;top:41.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCV8hKVldUfXkOCcAO32LTHk8EqqadNp { width:20rem;height:1.3rem;top:43.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBQhkXfaSpxGOTmPle0yn2PBRicQTh3z { width:20rem;height:9.1875rem;top:46.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFmkP9krNX4f99shzfvIfF2h6QLLTuV6 { width:2.75rem;height:2.75rem;top:47.5rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGZn2UxORF9GQ9dQF79qaN3uh1uXXKlu { width:20rem;height:1.29980625rem;top:51rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7RFEEkf7NZ83H1qwQq6chTlFecCng8t { width:20rem;height:2.6rem;top:52.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #orsnIHf9W0VVUTCzmxZwBSCKOdHeWtc0 { width:20rem;height:10.3125rem;top:56.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvIi426xr4KXzEBmUa3lQ0ieisySqOyi { width:2.75rem;height:2.75rem;top:57.75rem;left:8.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fe0kC6lkQZI9nQ1vpQJsaf8zZQofAS88 { width:20rem;height:1.29980625rem;top:61.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tsn377lqok90CNNWBEBHEXTLcaJ0yMdq { width:20rem;height:3.9rem;top:63.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv4nTZfh7E4xmCJSH1265xFtTleWEqsA { width:20rem;height:5.0625rem;top:68.03125rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QblagTeER2v0Ap9osexAnu5Lg7zELutq { width:15.375rem;height:4.142575rem;top:68.428123474119rem;left:2.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EkNE4Iyw4vwN7Twno2mgCKD1MwuhO2B8 { width:20rem;height:14.5rem;top:75.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X0FeZ2X5t0yLhMdBM7brWpQxlMFDcT7b { width:20rem;height:3.9rem;top:77.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ksetE3EUA2T9noR7N7TDgaVP8yTRqNWC { width:20rem;height:5.2rem;top:82.074982643125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #smf93hrDbZiEy2zT6lc6nH7VCkEF7F8s { width:2.75rem;height:2.75rem;top:74.3125rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqX4H6ELxe7XyMHeOKETm0eoIG2w75k7 { width:2.0625rem;height:2.5996125rem;top:74.375rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WniqCCtP3Je7aPxWOwyrZ5feDlTAxMhJ { width:2.75rem;height:2.75rem;top:88.4375rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VuXUzDq8G7IlcTvkwT3oUidhVQJfo5OX { width:2.0625rem;height:2.5996125rem;top:88.5rem;left:8.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJ0cyXPyK82JitOSzKtsAsCFmDcuSsJx { width:20rem;height:5.2rem;top:92.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D7ObplVWwyVOoIeKUbTUTlmDedwyLip4 { width:20rem;height:5.2rem;top:97.325002670288rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pI6QDAoMsBxzNFS0dezMwMy8gUUQfT4y { width:2.0625rem;height:2.6rem;top:103.3125038147rem;left:8.96875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpI8TZRql0gfwlZSzNEJeW9i78bIEhRr { width:2.75rem;height:2.75rem;top:103.23750305176rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOFeCwag2x92eN7mqOPZkQTfvm6RkPTW { width:19.25rem;height:2.6rem;top:106.80729293823rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Wn1HMWMVRH4zP4Sw1etALZATwNizPb7x { width:20rem;height:6.499rem;top:109.35000228882rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l2UeyOZyA17lxNMcOXPNvx4zlZOxnpvJ { display:block; }#l2UeyOZyA17lxNMcOXPNvx4zlZOxnpvJ > .row .container { width:20rem;height:9rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isnxiBoz6ygofNq2ce73nRmU4MqWBwmb { width:18.75rem;height:7.796875rem;top:0.60625076293945rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkP1fS5MIh0EEwTihODIVrs8C9g6yqAG { display:block; }#JkP1fS5MIh0EEwTihODIVrs8C9g6yqAG > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EQ2GbM5yuWLl50925HeZ9dB1aQtQdNcx { width:20rem;height:17.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5pbMc3LnHkHLRLbgelE7XfFrbZEcIsf { display:block; }#U5pbMc3LnHkHLRLbgelE7XfFrbZEcIsf > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o4e8aQuLkOMLKDOTTxVZ2X5aTBggvTTs { width:19rem;height:4.75rem;top:2.46875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFdPfLiMPbssi0Pv24aFl9clqk1cqxtT { display:block; }
 }@media only screen and (max-width: 763px) { #tuS3mQcwkpJzu9pysWgJzbIJJ7oTCe6W { display:block; }#tuS3mQcwkpJzu9pysWgJzbIJJ7oTCe6W > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #za2ahgppl1gJ19TrKif5FkMVzUldU1sI { width:18.75rem;height:3.8984375rem;top:0.84375rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRvQ8aansArLgox17LzDSDGGdCUNZkT0 { display:block; }#XRvQ8aansArLgox17LzDSDGGdCUNZkT0 > .row .container { width:20rem;height:46.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qf2TMlCParPFgDBihTe6tZrV7NX7M6Qr { width:17.5rem;height:14rem;top:0.77499961853025rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQo2r6epUZ1ifpJvDXsAlx1fQpNVrdPT { width:16.125rem;height:1.4625rem;top:6.5rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zD0gWJJT7CZzKwypA0AfohCPlVZq6RQ3 { width:16.125rem;height:3.9rem;top:8.8125rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc4kST8UeuSbSRXBHxAlvb9OT1VcVTdf { width:17.5rem;height:14rem;top:16.3125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXulgDXu7eaVUoAhEt363KqSZvkgiLPL { width:16.125rem;height:1.4625rem;top:21.25rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GhQVz2bIu6moOhdr1R37ZlVIpPosJvnO { width:3.5625rem;height:3.3125rem;top:17.3125rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnLyK7zpEBQE95vCucy2zErxPApG67OE { width:16.125rem;height:5.2rem;top:23.4375rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhBAbT5II8NnXBGVORFoth81FigQDzWA { width:17.5rem;height:14rem;top:31.862499237061rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #luPxhz2ewd3z600FoM6zWr1uU8soth6S { width:16.125rem;height:1.4625rem;top:36.737499237061rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5X45NSIt7b6Fl0zsfTyHPhDm1pMemzE { width:16.125rem;height:5.2rem;top:39.287498474121rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B5cTSefzmCIa38Rcq5uCNDTow2vtBKOp { display:flex;width:4.125rem;height:4.125rem;top:1.875rem;left:7.9375rem; }
 }@media only screen and (max-width: 763px) { #hQPFbIoxh1r4OXJhevfLueaAlAzV2JS5 { display:flex;width:3.9375rem;height:3.9375rem;top:32.85000038147rem;left:8.03125rem; }
 }@media only screen and (max-width: 763px) { #PyQZtG6px4h8UZ077oNiQuJ0RtlCEUQF { display:block; }#PyQZtG6px4h8UZ077oNiQuJ0RtlCEUQF > .row .container { width:20rem;height:51.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMrLrK1ivhD4c6bhKMnAABi17TTrRWbU { width:17.5rem;height:14.75rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMyOpCdSKaJmz634tuy6HWTiFJrh51fk { width:16.125rem;height:1.4625rem;top:6.78750038147rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTb3f0oVLsDOTDJay8TtKt3reinFkuNv { width:16.125rem;height:5.2rem;top:9.4375rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8Em93Tgf2ABI4SNM6soLzM4mD00Zq4k { width:17.5rem;height:14.75rem;top:17.8125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzTfhQPa1XTvb35qZi6dkGfK8EltkRJz { width:16.125rem;height:1.4625rem;top:23.881248474121rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U0tgzalp3MQ3UOhPEHtOuXCOPOVRc4yi { width:16.125rem;height:5.2rem;top:26.474998474121rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6Bg303Dn1wrsK6IS5a2ZOwJwBXfBxlQ { width:17.5rem;height:14.9375rem;top:34.924999237061rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3MbRQNDJaxzKCOa192mI8e226OxnTr0 { width:16.125rem;height:1.4625rem;top:40.381248474121rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euTPE4v7uW8wU2XG8dQyO2LBX3oaqka1 { width:16.125rem;height:5.2rem;top:43.724998474121rem;left:1.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CDDRJisQU3oT7TFzA6M1z5HTxISKuLCO { display:flex;width:3.5625rem;height:3.5625rem;top:2.3624992370606rem;left:8.21875rem; }
 }@media only screen and (max-width: 763px) { #FtalAn07do3SFdzQg8VWAnAEeBcd3BiD { display:flex;width:3.125rem;height:3.125rem;top:36.174999237061rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #oOrTx8d1Pdh9x6TGAwGhd360y13TUAyT { display:flex;width:3.625rem;height:3.625rem;top:19.425000190735rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #xgyw59RGE8NRrR8Mn3q6REvi5eLSVCZ3 { display:block; }#xgyw59RGE8NRrR8Mn3q6REvi5eLSVCZ3 > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h6mCgg0e64DbTLnzwnahvWyFVTvVs0B9 { width:18.75rem;height:1.95rem;top:1.2124996185302rem;left:0.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC { display:block; }#t2E9oKqv5IEGTvQZ01QWtegR4SX6bxVC > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1SXA85Xz4HEFvDxKHrspSVvuU1EFHeR { width:20rem;height:17.625rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts6tLMqLGZCJ2r7rdCp5Mb4cM3XnC4SQ { display:block; }#Ts6tLMqLGZCJ2r7rdCp5Mb4cM3XnC4SQ > .row .container { width:20rem;height:9.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIztkrTiZov58v5mczvf3JU0heoHrWiy { width:19rem;height:4.75rem;top:2.46875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFuHOEQlSEvTO5Sl1bmBB8F3yZGn3VX1 { display:block; }
 }@media only screen and (max-width: 763px) { #JmS8kfi4fLH1LpRBLBvTlK1obiTtUuCt { display:block; }#JmS8kfi4fLH1LpRBLBvTlK1obiTtUuCt > .row .container { width:20rem;height:7.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqtP4FgJirSgWfrCTQGESBMnB9qn2tEU { width:14.6875rem;height:5.84765625rem;top:0.70000076293944rem;left:2.65625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWDh6xlNiCCpCDnJdRenDDzCtU0onoUg { display:block; }#KWDh6xlNiCCpCDnJdRenDDzCtU0onoUg > .row .container { width:20rem;height:42.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WFWznia77sGUpwAvSiO6y2qFup5XZsCW { width:13.8114375rem;height:2.6rem;top:22.410375rem;left:3.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BFL2L54urM9hHDnkrFhSPPqaBwVXgTsi { width:11.6239375rem;height:2.6rem;top:37.5718125rem;left:4.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ofqNa2Hv26dJkcOsA3KzKLwVXTe2RVSd { width:9.375rem;height:9.375rem;top:12.286464691162rem;left:5.2822914123535rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzC9SF7H96sqlbFJZbEultRtGiB3Rg30 { width:9.5625rem;height:9.5625rem;top:27.572875rem;left:5.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qTadqT1eT7q0ocTcrOKmm9L9rmx7MZuS { width:12.5rem;height:2.6rem;top:8.6864375rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XZCnMCUNaSdTS6RBWQvwWzkrzmxoXuvw { width:7.5rem;height:7.5rem;top:0.3125rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tSPNaDgKOtb6HXLCQusB7dXTTcKxrMOW { display:flex;width:5.5625rem;height:5.5625rem;top:28.921875rem;left:7.21875rem;z-index:14999; }
 }@media only screen and (max-width: 763px) { #OGNwJTTRUf9RImUDhrXeoSfeZcQ06Jb0 { display:flex;width:5.5625rem;height:5.5625rem;top:28.921875rem;left:7.21875rem;z-index:14998; }
 }@media only screen and (max-width: 763px) { #bZAaezVUVwtEd77KmZwvLTtHozJCbZyJ { display:block; }#bZAaezVUVwtEd77KmZwvLTtHozJCbZyJ > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhMbnSFknVSFIi4aTX5bLSWlJLQ7hJUD { width:20rem;height:1.86875rem;top:1.5906248092651rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uCZO8H2b4qD00chDkApbwa5JuupFgHK6 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#uCZO8H2b4qD00chDkApbwa5JuupFgHK6 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#uCZO8H2b4qD00chDkApbwa5JuupFgHK6 { display:flex;width:18rem;height:5.0625rem;top:5.65625rem;left:0.375rem; }
 }@media only screen and (max-width: 763px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #EaCJafwfOwAOZslFEmxhunmf1nZl8wHV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #QT6EBAOtr5KXHWuPoQhCehC9KlTTH3Ra {  }
 }@media only screen and (max-width: 763px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #SwG3irahgopknSTdnpSK5l8EJQMEuazo {  }
 }@media only screen and (max-width: 763px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #fHlOfbPdsrX8curD2hxppuS1nwJFOaF3 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #aggheAoJxbmrxR2f94sLtB1fAQ0nXt3o {  }
 }@media only screen and (max-width: 763px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #BnatfJIcgT1aIOtFIHDRH7M89QcM5bs1 {  }
 }@media only screen and (max-width: 763px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #g7n068sFz9kQ8GQrI0BnBTqdrZFe6rkL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #JEVfKgHWdcRTuA4yAUBBhTuPCNfbrAPs {  }
 }@media only screen and (max-width: 763px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #IcmXhIN2MRXGIyAi5wfDTZwBGVaVTx8d {  }
 }@media only screen and (max-width: 763px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #T14GbaLitzc83VmZowOd6BXbvJKfvQLJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #A1xe42HlmBscrvfZArN0XuIsiCT4mguJ {  }
 }@media only screen and (max-width: 763px) { #uCZO8H2b4qD00chDkApbwa5JuupFgHK6 #XmD1wWST7nuQexUXSflL1EJSJy0rc3Sh {  }
 }@media only screen and (max-width: 763px) { #HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa { display:block; }#HdmoT0rpQ8Dsda6y9TGZkambzzstSFGa > .row .container { width:20rem;height:154.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S0DGW6wNhbamaxmWKEEElDJPAHD8ZKHy { width:0;height:0;top:0rem;left:10rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OBXsr4PqQuJMmv4mSVE3Eh22ub6GKoeu { width:19.875rem;height:38.6875rem;top:45.35000038147rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3xo6UnPK02nXaZ0yWPxAI9oigAgm5GH { width:15.625rem;height:9.79685rem;top:58.625rem;left:2.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tUnZft4vsgdspkhsG5zgSmPfm1lfLOyC { width:12.5rem;height:1.1375rem;top:79.37499809265rem;left:4.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KmSRG5CsiMHzWHhGh745CmKQaISH2cNh { width:15.0625rem;height:1.1375rem;top:81.43749809265rem;left:4.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FVCow1qI3Wg7LTngqEK52GIagnODoSct { width:18.25rem;height:7.972625rem;top:46.561462402344rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#FVCow1qI3Wg7LTngqEK52GIagnODoSct li:before{  }
 }@media only screen and (max-width: 763px) { #R8dc2WJy20y0ZXwnMi0rIOKbwQ7FAszb { width:20rem;height:3.75rem;top:42.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #payLM4tCp5GGN5KPbWFPmNxDGcfn11S7 { width:1rem;height:0.8125rem;top:81.623960494994rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzUr8rfTNpudqCdv4qTrqBnA4V8fdGiG { width:1rem;height:1rem;top:79.436460494994rem;left:2.6864585876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPA2zNZ5P8sFX63ZHTAbsxUJIfT4L6Tw { width:1.5625rem;height:1.5625rem;top:58.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WGw2tRGAko99J8SiKgnT2uqu4QNsJhm6 { width:16.3748125rem;height:2.599825rem;top:42.75rem;left:1.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DX3OQof9PlNFJo9PPcWhCX95y6PIEReZ { width:20rem;height:2.625rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnNmIBOcnJe50bRLFQKaprmOEzc68nzR { width:19.875rem;height:38.5625rem;top:2.4365234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VttXur1hEeN1Sv1ahe9R4L10GCXn2CXT { width:12.5rem;height:1.2999125rem;top:1.8125rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruZQroB6qJNWyCJyNZNx9zq6dTB2SoX7 { width:17.9375rem;height:17.14454375rem;top:4.5rem;left:1.1875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ec1g4mG6IU6vvKtCamaryl2piK3tGgTf { width:16.75rem;height:9.796875rem;top:21.1875rem;left:2.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WgPcddW0Po8fMTDtZe4u4W9UXiN74iXO { width:1.5625rem;height:1.5625rem;top:21.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPsFSOBFpWzyqkbongxnus7fS41GLITV { width:1.5625rem;height:1.5625rem;top:25.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAlLiUz1O4GHd7oLsK8y9AWcPF3VlBqF { width:1.25rem;height:1.0612rem;top:31.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQHB5nbkhJMPwSbMbfBrcXZ2L00GJuan { width:17.249375rem;height:3.673825rem;top:31.5625rem;left:2.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rVnFB9rn8H7BfqEMrlBI4DOEmB6naurW { width:8.2498125rem;height:1.1375rem;top:36.1865234375rem;left:4.4365234375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KBU0uycbSqh48anStzWwet70rLTg0fo5 { width:0.9375rem;height:0.9375rem;top:36.3115234375rem;left:2.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBMfEstNNAnovHDJsiWprXWcrFTC1wxz { width:15rem;height:1.1375rem;top:38.4375rem;left:4.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wiNtp03MUyn11MzyvDUTfN1FGeSohoHD { width:0.9375rem;height:0.76063125rem;top:38.5615234375rem;left:2.6865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVxOi3GmA7cHd0mO2oLgG5R9VNL1I0it { width:18.5rem;height:2.45rem;top:55.658332824707rem;left:0.88124942779544rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kTfXoNiXPNGkmJJI9iyXVoKA8in4JxTo { width:14.4998125rem;height:2.45rem;top:75.9375rem;left:2.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fxlPVSF517TcTQqZsdIaNCOX45Fi3TQL { width:1.25rem;height:1.0612rem;top:76.1875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-regular-label { float:none;display:block;text-align:left;text-align-last:left;width:15rem;height:0.875rem;font-family:arial;font-size:0.6875rem;font-weight:bold;color:#868695;padding-top:0;padding-right:0.625rem;padding-bottom:0;padding-left:0;background-color:transparent;background-image:none;line-height:1.3;vertical-align:middle; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-text { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;display:inline-block;*zoom:1;*display:inline;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;font-family:arial;font-size:0.75rem;color:#000000;box-sizing:border-box;height:1.8125rem;vertical-align:middle; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-text {padding-top: 0; padding-bottom: 0;}#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-textarea { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0.3125rem;padding-right:0.3125rem;padding-bottom:0.3125rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;box-sizing:border-box;height:6.25rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-select { width:15rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacad9;border-right:0.0625rem solid #cacad9;border-bottom:0.0625rem solid #cacad9;border-left:0.0625rem solid #cacad9;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0.3125rem;margin-top:0.125rem;margin-right:0;margin-bottom:0.125rem;margin-left:0;box-sizing:border-box;height:1.8125rem;display:inline-block;*zoom:1;*display:inline;font-family:arial;font-size:0.75rem;color:#000000;box-shadow: -0.0625rem 0.1875rem 0.75rem 0rem #e0e0e0 inset;vertical-align:middle; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-select {padding-top: 0; padding-bottom: 0;}#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-checkbox { left:0rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;margin-top:0.625rem;margin-right:0.6875rem;margin-bottom:0;margin-left:0;box-sizing:border-box;display:inline-block;*zoom:1;*display:inline;box-shadow: none;width:0.8125rem;height:0.8125rem;z-index:2;vertical-align:middle; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-button { width:15rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:url(""https://new.landingi.com/uploads/31167990550f5d30f685/landings/ee20ae6ace3d528a8a8d/assets/35916269b80396209d35a5db7966ffed.png"");background-position:center left !important;background-repeat:no-repeat !important;background-size:contain !important;border-top:0;border-right:0;border-bottom:0;border-left:0;display:block;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;margin-left:0;box-sizing:border-box;font-family:arial;font-size:1.125rem;font-weight:bold;color:#ffffff;height:3rem;left:0rem; }#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-button.adaptive-delivery-prevent-bg, #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-button.lazyload, #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-button.lazyloading { background-image: none; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-checkbox-label { margin-top:0.625rem;margin-right:0;margin-bottom:0.3125rem;margin-left:0;left:0rem;display:inline-block;*zoom:1;*display:inline;text-align:justify;text-align-last:initial;width:13.5rem;line-height:14px;font-family:arial;font-size:0.6875rem;font-weight:400;height:auto;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top;float:none; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0;margin-bottom:0.375rem;margin-left:0.1875rem;vertical-align:top; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-radio-label { font-size:0.6875rem;font-family:arial;font-weight:400;line-height:1.2;display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:0.875rem;vertical-align:top;text-align:left;text-align-last:left;float:none; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-container { padding-top:0.0625rem;padding-right:0;padding-bottom:0.0625rem;padding-left:0;width:100%;font-size:0;height:auto;display:flex;align-items:center;justify-content:flex-end; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-container:first-of-type{padding-top:0;}#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .widget-container:last-of-type{padding-bottom:0;}#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2  { width:15rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;height:auto;top:87.875rem;left:2.1125001907349rem; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 .radio-container { display:inline-block;*zoom:1;*display:inline;width:15rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:middle; }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 {display:block;}#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 { width:15rem;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #ececfb;border-right:0.0625rem solid #ececfb;border-bottom:0.0625rem solid #ececfb;border-left:0.0625rem solid #ececfb;box-shadow: 0.0625rem 0.0625rem 1.25rem #ececfb ;padding-top:2.5rem;padding-right:0.3125rem;padding-bottom:1.25rem;padding-left:0.3125rem;font-family:arial;height:auto;top:87.875rem;left:2.1125001907349rem; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #l5HAVIVV3XMdx0DpXITP960mSsyiiyUF {  }
#UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #l5HAVIVV3XMdx0DpXITP960mSsyiiyUF .container-column{width:50%;} }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #CpryTcnLNB36OVaZnR5CqqhXOLkwwkI5 { display:block; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #QS7oBHRXK3qJSv6vh1iUqCbVtlfAhAQd { z-index:2; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #u1BHbXPzdJ7twH2KJ7THPVHIp7nTf79w {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #BePrvGdZtGwP9vL8f0gdGKVXi4lkNSL5 { z-index:2; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #G0l2Ho7TTtRr6QBq4ix6M3KC2h9TW3Fi {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #QMH774AW3oKLvIrF5edh3On0KSZuAnvR {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #LTIMsfG5X6eT0GDHS1A7WkfxXXyrpxRE { display:block; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #H8asTlM41v8S0DTB7SHVDX3gOH6gPcCa {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #z7pOmy3ZVRF0GA8PgFafPL0SOpGySbmU {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #izHoBUeuOfZ6zJ8V5p9TptJ6Ete1Izdi { display:block; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #qPVfwOvFtO2CWzGOT0S2tmWp1sFrLgOR {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #pgBD1cB7UI71Xr58AQxwocPGUuQw0N7H {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #KvdsgtzxlFOyOoQguQKp6r9S9JwOzBt4 { display:block; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #WKbqXKTe2Ke1TSU7irxlkdZccCadoaKU {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #HuhzP2hIANbqt8DvszHD6eWTGT4OrI7S {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #U8RcHEHcn0MgbIZ14lSA9cJ7lTS5AwHW { display:block; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #vTCRoRpEd34DQ7wgZQhfwoaWC6fSr5VR {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #d2L4JqTzlT9KbmGCOJMZAzXKgiLMPr2i {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #KhmBKER2NUT96yg9haZygmVUna5fvwJI { display:block; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #iwzGtRnRQSlxOpEDTgJS1GEK67TTIikv {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #M6OiQBTIBhBITbk42uXLHdUpEA2Mb0bD {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #P2NlGZqOIMci3eAVDexNJo75UvsOW6h8 { display:block; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #NVkeRQGU8cKSbQCD4ztcsFq9F8ewQGVX {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #bH8JO9SMdqh5I0JsgAVkdCSPfMnETSlf {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #JM2pmwqQr5ZvqH1eGvoJEmPHfH5qbbXc { display:block; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #uc7N6Z5i1MAUevuSBy3gWAhR6PCBdLLw {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #QNuoUrqIn6FOM9yIJRGERxZuX1H2NtBA {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #IB9BmSe5SHF53kB7b3PFqmDUaH42lHub { display:block; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #d13pDPJTKzgvmu7SrpxgSu0hLgza3osb {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #F5VeBOIUV5aAQKNdWNCTPZO9AhrMsfls {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #fVRBouPeRHRsGDcZTteFgvKASskxW8h6 { display:block; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #kxZVO1D6lLP72u6ELiLqkp0De9w04J9H {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #gG5wFpGQtwmL73y9GX460MfPZXKfhO7U {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #Iy11Pom4AlMpxVFDuh2qmMx4JNisyTIp { display:block; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #EQsi5rch5TE7QitqeysZmWV7PoVlzWx4 {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #KEqXcdqDa2HZW8r17rVutER84kOmLxel {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #FSeAJQ4BTUVWF2KL4JTlne2Xb80al6mJ { display:block; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #i9PXHorWgeq3SOFiFQiGEeOdxu4NAonk {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #gGUrybWFODQNDXFSDJUnEf452mpAh3Lc {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #W2FvaonLGCOuGD719hV8HhOHNLIL7rvK {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #bCJQ3RpEUJDrVTE54hBGk85Uf7GMkTUo {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #DfrFTVNewLRNDAxPiU34bAmLDPC21D34 {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #bbW1FfMO3aXzCenbapPO9ZwoeneVcg7d { z-index:2; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #iPymVT7DuqITghxXtmvdKupc0V67XrZM {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #dgkQ3Pazq6TPOhtBDC5ze423o2vlLRx8 {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #D51dDtRRxewW5cNGrvz4ghXi4I4IqZ6L { display:block; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #NzJ6S684HRVUUFDhgyh8cPgIta5VveJF {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #SDnrdrqLm5LuXsCDLz0ED5nSGLxftJyr {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #WTyfvCHRBXhoMtSMpSHkD2u1fakdLgGC { display:block; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #HnwzL9HyNWWQq7exlTGzVJJmCCLcePNi {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #xMqgfHrV3rtCqIIflB9xmMAQ6G2yk3yV {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #R4wChCfSZsd88SQa69F6N4Z37UebgVRp { display:block; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #UvSWDsmOQfSbaqKxLBt83sP0mM6wqlVa {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #gxkl5B9mRuRB1XLzurxfxXgBnBUnR43D {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #lLKMvVDI27UJzlpAs8KQrSiI0IaAxP4F { display:block; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #PF7WrJXXka2IiZo6FofhvdoBeHdvKebf {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #ZqrPEFTi9TkWWgSH9LeOSVqeq9znhE78 {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #TwwlmnRQVPxOSplHATs1l1ToFBQPFcTQ { display:block; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #xad54Uiqq7ZwvPOOWPkLQfXMhy4Cog7N {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #v4TtUJQZWULzgIIGgRFDClLcAgc99nIR {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #IAOOvAqFJ8us9rW2Z1CActbonPzJtqJe { display:block; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #ITXlcarfCV7TavgIJv8qLoiCvOGCLAbF {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #ndmQLCyy2vkI7dcWmwkcQtJzuX9VdPiE {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #b8oHi8UkkdxKWT2R6XNLOuONNTH4ToB4 { display:block; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #T7bNChyXaDVaiF2n1yCOyCoHqAtQSyvz {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #WRCyABzPeHTN0KVzGS1qnKmbS0Dinlh1 {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #TxK6AySJOanC1RQ8nxFlSeELMDHFeuC5 { z-index:2; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #ebFVrTD2Svkw1lMsZVyzPCoh3a8Zb8ze {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #WI7XIlDpBABHR9CdJcH7lepP1VpKh04D {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #otxDlZUp9GN0yXNygFp2OAQqRG2hrQMC { z-index:2; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #DJbChecayZwK7hSKpn443w8wOOpVm7Tn {  }
 }@media only screen and (max-width: 763px) { #ZV6uOeMH6RidqJ7buKklGV99FPHVbehB { display:block; }
 }@media only screen and (max-width: 763px) { #cqOxhuofW5T9FNDxnlbWVNAaT6VXc9Tk { display:block; }
 }@media only screen and (max-width: 763px) { #u25WDlMHWVva2P1hgu7uM3DUXrUgRq1c { display:block; }
 }@media only screen and (max-width: 763px) { #kH7TTRF6oy6h5A5TBswzTAHJe3MD65Vr { display:block; }
 }@media only screen and (max-width: 763px) { #FXts30CDNTn4MTqzHo2nZWfAEt5CTs8z { display:block; }
 }@media only screen and (max-width: 763px) { #Qr8kbvIXQvHTZFGTqTKbbhxcIN0pfCf2 { display:block; }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #G2WDRuP4aHMJgR8UlHlhUbWe3oIcznUg {  }
 }@media only screen and (max-width: 763px) { #UCeN1bauViyHwUSoEpIwfSROf7Ob9yv2 #JA2iTQ2v9p5XhPiEuMZZXf2P6896bDPT {  }
 }@media only screen and (max-width: 763px) { #KPxVZq0gogViXdbVrfv7BIZp1KqVIJtd { width:14.8125rem;height:6.12305rem;top:68.87499809265rem;left:2.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJfZcdfT9S6eBrC4szbf3w8BXUPgqTLL { display:block; }#FJfZcdfT9S6eBrC4szbf3w8BXUPgqTLL > .row .container { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TS6hQPs3urANW0Aneb7RE2uGqtKGEU6C { width:10.9375rem;height:2.875rem;top:1.3747844696045rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJxDvmeafudOCyOzQJtJFZxTXiWFaW6e { width:2rem;height:2rem;top:2.3125rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GA00pbK7mfOgvTIU5lxPoR1WdNhef3Vh { width:11.5625rem;height:1.055775rem;top:6rem;left:4.25rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h0Oo8yKPdVAnyeg6WymRVbUafd4Uak82 { width:7.8125rem;height:1.055775rem;top:8.1857643127444rem;left:0.81163197755812rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F1FAwyKSt5ETDpTsVutSI4NPRigv1oCC { width:8.75rem;height:1.055775rem;top:8.1857643127444rem;left:9.9359818100931rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pTX9S8O2yJczu0S5g6E9ycFHf5kE00HH { width:2rem;height:2rem;top:2.3125rem;left:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #osvxMXB3wc6UqnOgfQXB6PQCtDzCZXOD { display:block; }#osvxMXB3wc6UqnOgfQXB6PQCtDzCZXOD > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s3a0nArAG8sUvTRv8HqWPRHAlk0MrRVS { width:20rem;height:8.9375rem;top:1.25rem;left:0rem;font-size:0.625rem;display:block; }
 }