.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .row > .video-iframe-container { display: none; }#XTs4Zve5nFkLLGsPbRBqeVweqRq1DOvy > .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); }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P { background-color:#f9f9f9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row .container { background-color: transparent; background-image: none; }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row .container > .video-iframe-container { display: none; }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row > .video-iframe-container { display: none; }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .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); }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row .container { border-width: 0; border-radius: 0; }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row .container { width:1200px;height:134px;font-size:14px;font-family:arial;position:relative;display:block; }#cwqV3aPVDxOHz8NKUgDA8ap48Hz65VfJ { color:#000000;display:block;width:200px;position:absolute;font-family:"open sans";font-size:26px;font-weight:normal;z-index:15038;line-height:1.3;letter-spacing:0;top:39px;left:921.5px;height:33.7969px;text-align:right;text-align-last:right;display:block; }
#yVsfc2u5fLy8LBLL0OB96MFl3scCCay6 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-sizing:border-box;color:#000000;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:29px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:280px;height:55px;text-decoration:none;z-index:15039;text-align:right;text-align-last:right;top:72.796875px;left:842.5px;display:block; }
#Ek3xvKQwGOX2IeMqUVqf1ilWp0OzU64o { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#ULpbFT6TXKQl3rlsCHnPPygW8HbWIufk { 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;height:109px;width:214px;top:11px;left:40.328125px;overflow:hidden;display:block; }
#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/edb2485a-59c4-473e-a9e9-c8dfa561acae/hero101.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6.adaptive-delivery-prevent-bg, #Py86aM9LF6S0fwqOAx8oQACbJioGrJF6.lazyload, #Py86aM9LF6S0fwqOAx8oQACbJioGrJF6.lazyloading { background-image: none; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row .container { background-color: transparent; background-image: none; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,140,157,0.6); }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row .container > .video-iframe-container { display: none; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,140,157,0.6); }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row > .video-iframe-container { display: none; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .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); }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row .container { border-width: 0; border-radius: 0; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row .container { font-size:14px;font-family:arial;height:561px;width:1200px;position:relative;display:block; }#i0Cti1nAV5Phd5CbaUZpgTGfh7Q830A7 { color:#ffffff;display:block;width:806px;position:absolute;font-family:"open sans";font-size:40px;font-weight:400;z-index:15000;line-height:1.5;letter-spacing:0;top:40px;left:39px;height:60px;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:left;text-align-last:left;display:block; }
#Rdh0SNt6DFWKFxxFe19FnnIZr36ShGGm { color:#ffffff;display:block;width:783px;position:absolute;font-family:"open sans";font-size:65px;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:168px;left:39px;height:97.5px;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:left;text-align-last:left;display:block; }
#TTCvaynaEtuXBwVTRXfJMDkZVAkRPZKX { color:#ffffff;display:block;width:787px;position:absolute;font-family:"open sans";font-size:36px;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:115px;left:39px;height:54px;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:left;text-align-last:left;display:block; }
#RXKMVAxW7OlVn0RkhdszIpi4QSS4rhiy { position:absolute;display:block;z-index:15054;height:348px;width:424px;top:12px;left:766px;display:block; }
#XRBpI2m1PIM2qrrBCTFC8ZUJ2Zm3cBUN { color:#ffffff;display:block;width:787px;position:absolute;font-family:"open sans";font-size:12px;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:265px;left:39px;height:18px;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:left;text-align-last:left;display:block; }
#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm { 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; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container { background-color: transparent; background-image: none; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container > .video-iframe-container { display: none; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row > .video-iframe-container { display: none; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .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); }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container { border-width: 0; border-radius: 0; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container { font-size:14px;font-family:arial;height:128px;width:1200px;position:relative;display:block; }#KPbBsl1G8yh16DoFTtWpX5iXUvaR7DTV { color:#000000;display:block;width:378px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:87.609375px;left:411px;height:24px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#NSpAa4zmx8EQ5BggTpWp2nqWf35vsCCw { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:40px;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:23.62158203125px;left:0px;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NDI24MRWy3TbCkbrwRbrb1MIVG9dJPRf { position:relative;display:block; }#NDI24MRWy3TbCkbrwRbrb1MIVG9dJPRf { background-color: transparent; background-image: none; }#NDI24MRWy3TbCkbrwRbrb1MIVG9dJPRf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDI24MRWy3TbCkbrwRbrb1MIVG9dJPRf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDI24MRWy3TbCkbrwRbrb1MIVG9dJPRf > .row .container > .video-iframe-container { display: none; }#NDI24MRWy3TbCkbrwRbrb1MIVG9dJPRf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NDI24MRWy3TbCkbrwRbrb1MIVG9dJPRf > .row > .video-iframe-container { display: none; }#NDI24MRWy3TbCkbrwRbrb1MIVG9dJPRf > .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); }#NDI24MRWy3TbCkbrwRbrb1MIVG9dJPRf { border-width: 0; border-radius: 0; }#NDI24MRWy3TbCkbrwRbrb1MIVG9dJPRf > .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; }#NDI24MRWy3TbCkbrwRbrb1MIVG9dJPRf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:300px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bQmc5mSwlLARCST86hC3reADGrSuws6r { 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;height:289px;width:599px;top:5.5px;left:0px;overflow:hidden;display:block; }
#m8BJJoytq745GzTSUhFfnfW6T9O54tUM { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:289px;width:601px;top:5.5px;left:599px;overflow:hidden;display:block; }
#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T { 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; }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row .container { background-color: transparent; background-image: none; }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row .container > .video-iframe-container { display: none; }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row > .video-iframe-container { display: none; }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .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); }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row .container { border-width: 0; border-radius: 0; }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row .container { font-size:14px;font-family:arial;height:115px;width:1200px;position:relative;display:block; }#qZdqi7Kh2mNGueUe3W12LhgG5Dnvt7bf { color:#000000;display:block;width:554px;position:absolute;font-family:"open sans";font-size:40px;font-weight:normal;z-index:15000;line-height:1.6;letter-spacing:0;top:25.5px;left:323px;height:64px;text-align:center;text-align-last:center;display:block; }
#uNV7v7S1ymBJeM5selv5lf1xc3bhuQOf { color:#000000;display:block;width:351px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:79px;left:424.5px;height:24px;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG { 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; }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row .container { background-color: transparent; background-image: none; }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row .container > .video-iframe-container { display: none; }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row > .video-iframe-container { display: none; }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .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); }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row .container { border-width: 0; border-radius: 0; }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row .container { font-size:14px;font-family:arial;height:562px;width:1200px;position:relative;display:block; }#cTWCPUhWqdbHdz9qavmXJgI2Owt2W7qQ { 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;height:494px;width:494px;top:34px;left:653px;overflow:hidden;display:block; }
#e4tNXLAT937ONGF1AJZfcRDfnInJ3qq2 { color:#000000;display:block;width:529px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:27px;left:35.5px;height:197.5005px;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; }
#bDQC9QhgbR8l58IFiBPxSUX72uUy8O8c { color:#000000;display:block;width:529px;position:absolute;font-family:"open sans";font-size:19px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:219px;left:35.5px;height:286.875px;display:block; }#bDQC9QhgbR8l58IFiBPxSUX72uUy8O8c li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#bDQC9QhgbR8l58IFiBPxSUX72uUy8O8c li:before{  }
#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(236,240,243,0.66);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; }#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai > .row .container { background-color: transparent; background-image: none; }#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai > .row .container > .video-iframe-container { display: none; }#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai > .row > .video-iframe-container { display: none; }#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai > .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); }#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai > .row .container { border-width: 0; border-radius: 0; }#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai > .row .container { font-size:14px;font-family:arial;height:634px;width:1200px;position:relative;display:block; }#VAiz4Nk91vIxyyENp9i2rI54cfCZ6MZp { background-color:#000000;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:34px;border-top-right-radius:34px;border-bottom-left-radius:34px;border-bottom-right-radius:34px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:385px;height:41px;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:397.953125px;left:639.5px;display:block; }
#xTwEhXB09WtD943TTx6ZU137Kq0DexN8 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Ml7qo1TingNkRnkfpcNARAiAcZfO75mo { color:#268c9d;display:block;width:521px;position:absolute;font-family:"open sans";font-size:30px;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:154.5px;left:639.5px;height:36px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ClzFgmBBGTq6QDQ5cayT62GTpp79ng3n { color:#000000;display:block;width:550px;position:absolute;font-family:"open sans";font-size:55px;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:289.5px;left:639.5px;height:55px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eLhaTNmnh6eVuFgr564lLhQ7bcCdetqN { color:#000000;display:block;width:14px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:258.5px;left:991.5px;height:14px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fczezgCXDlvxKVlzebrkhr1g607WeVQV { 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;height:546px;width:409px;top:44px;left:87.5px;overflow:hidden;display:block; }
#ehGsABy64HfF7whNlKNGDM2h42xLna0x { color:#000000;display:block;width:398px;position:absolute;font-family:"open sans";font-size:30px;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:258.5px;left:639.5px;height:30px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ { 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; }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row .container { background-color: transparent; background-image: none; }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row .container > .video-iframe-container { display: none; }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row > .video-iframe-container { display: none; }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .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); }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row .container { border-width: 0; border-radius: 0; }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row .container { font-size:14px;font-family:arial;height:115px;width:1200px;position:relative;display:block; }#hJnBtLga1BmS77mmFqto7g2bICcrgqmD { color:#000000;display:block;width:1200px;position:absolute;font-family:"open sans";font-size:40px;font-weight:400;z-index:15001;line-height:1.6;letter-spacing:0;top:16px;left:0px;height:64px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FNgv2A49ZJifTpibJ9lFsTyHsoxDhTPB { color:#000000;display:block;width:378px;position:absolute;font-family:"open sans";font-size:16px;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:80px;left:411px;height:24px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { position:relative;display:block; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { background-color: transparent; background-image: none; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container > .video-iframe-container { display: none; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row > .video-iframe-container { display: none; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .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); }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { border-width: 0; border-radius: 0; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .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; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:387px;width:1200px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-element-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:column;align-items:center;background-color:#ecf0f3;background-image:none;vertical-align:top; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:10px; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-heading-text { display:block;position:relative;width:100%;font-weight:300;font-size:20px;font-family:"open sans";font-style:normal;color:#000000; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-desc-text { display:block;position:relative;width:100%;padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0;font-size:18px;line-height:1.4;overflow:hidden;height:auto;font-family:montserrat;font-weight:300;font-style:normal;color:#000000; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-trigger { width:20px;min-width:20px;height:20px;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-trigger.adaptive-delivery-prevent-bg, #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-trigger.lazyload, #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-trigger.lazyloading { background-image: none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w { box-sizing:content-box;height:auto;width:1160px;position:absolute;display:flex;flex-direction:column;gap:10px;z-index:15006;background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;top:0px;left:0px; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t { height:auto;display:flex;position:relative;top:0px;left:0px; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #fQUModkqVbPqTSftICOnCKWu1F4xFPTv { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #VXWDM5VeWtASlUFGO1dcfDHbTvtxh0n2 { height:auto;display:flex;position:relative;top:0px;left:0px; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #hFTVx9rsayREeiLG9Umqyb6D37uBHLcU { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #to27ieqIqHob4vbPZuTS9XkGTLAI4ATy {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #AJvFv4mBoABgSe5PooT8kN2xqWHAKDEe { display:none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #C15DvGyTsO6p5lqLuiK9HU7JX3a6xJ2M { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Es5l43iD7793aIq9wTCv2o9stm9WnKci { height:auto;display:flex;position:relative;top:0px;left:0px; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #JVQmTEzmbfBukqxEXT8D7nvRVB4bxUnm { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #wgswH9cGbGlUp3PUWHq5tuJudvNKqbOK {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #zRparKw6GeQozX5vupVWOVcqTSQ4B5GL { display:none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #WAeHTR39FieM3w03rOMHq1ygehVF3gTR { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da { height:auto;display:flex;position:relative;top:0px;left:0px; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB { display:none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Cmm8y8tbtXXwNTFVUt4MrtloKIBUAWAn { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #oeu4A7Dnp094sM5IkhsWnwxxGSxTVWFK { height:auto;display:flex;position:relative;top:0px;left:0px; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #JS2tXdo3alxLiEcnclVEFn3gzcs1Qfhh { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #xWLRIoG9CgGbuToH3vknhxCLfiATesuF {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #J3ZGC0Lkbr4LNmpTGXXWJsZppRrmQW1I { display:none; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #flgTwhKOyHpIDswiXE0aB2p58mkpSnae { height:auto;display:flex;position:relative;top:0px;left:0px; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA { display:block;position:relative; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 { display:none; }
#vUQ9cOTWKp90DrQEqeW0pTtq176VEUOs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(236,240,243,0.66);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; }#vUQ9cOTWKp90DrQEqeW0pTtq176VEUOs > .row .container { background-color: transparent; background-image: none; }#vUQ9cOTWKp90DrQEqeW0pTtq176VEUOs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUQ9cOTWKp90DrQEqeW0pTtq176VEUOs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUQ9cOTWKp90DrQEqeW0pTtq176VEUOs > .row .container > .video-iframe-container { display: none; }#vUQ9cOTWKp90DrQEqeW0pTtq176VEUOs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUQ9cOTWKp90DrQEqeW0pTtq176VEUOs > .row > .video-iframe-container { display: none; }#vUQ9cOTWKp90DrQEqeW0pTtq176VEUOs > .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); }#vUQ9cOTWKp90DrQEqeW0pTtq176VEUOs > .row .container { border-width: 0; border-radius: 0; }#vUQ9cOTWKp90DrQEqeW0pTtq176VEUOs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vUQ9cOTWKp90DrQEqeW0pTtq176VEUOs > .row .container { font-size:14px;font-family:arial;height:634px;width:1200px;position:relative;display:block; }#vWZm48uVCb3Kb8060m5Z1kaz1DpxG2Nq { background-color:#000000;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:34px;border-top-right-radius:34px;border-bottom-left-radius:34px;border-bottom-right-radius:34px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:20px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:412px;height:41px;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:397.9443359375px;left:639.5px;display:block; }
#EkWJZoJBbeNWseOlax4aXcZD5Ay8RB69 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#PCXtbrCwA2vnS54Ign0EpcWN3CTsvblc { color:#268c9d;display:block;width:521px;position:absolute;font-family:"open sans";font-size:30px;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:154.5px;left:639.5px;height:36px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EITkuLs5lUAirDaLPxo6C13doZ9m9Q71 { color:#000000;display:block;width:550px;position:absolute;font-family:"open sans";font-size:55px;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:293.5px;left:639.5px;height:55px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Tdz4kbzEyTJmDsLAOx4sw9gdJrxLgkVI { color:#000000;display:block;width:27px;position:absolute;font-family:montserrat;font-size:14px;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:263.5px;left:993.5px;height:14px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wHGw6gyX9rSAw9XJTn58fVtH0XQDp19W { color:#000000;display:block;width:398px;position:absolute;font-family:"open sans";font-size:30px;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:263.5px;left:639.5px;height:30px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iBCyS6iOVdC6rTQUH9AvFEAJvOmp1BxC { 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;height:593px;width:590px;top:41px;left:5px;overflow:hidden;display:block; }
#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ { background-color:#000000;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { background-color: transparent; background-image: none; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container > .video-iframe-container { display: none; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row > .video-iframe-container { display: none; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .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); }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { border-width: 0; border-radius: 0; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { font-size:14px;font-family:arial;height:92px;width:1200px;overflow:visible;position:relative;display:block; }#dQaCCvloDgw40eNmlWaWGFbuINwz2Tqb { 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;height:62px;width:122px;top:15px;left:539px;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P { display:block; }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwqV3aPVDxOHz8NKUgDA8ap48Hz65VfJ { top:39px;left:564px;width:200px;height:33px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #yVsfc2u5fLy8LBLL0OB96MFl3scCCay6 { width:280px;height:55px;top:72px;left:484px;display:block; }
 }@media only screen and (max-width: 763px) { #Ek3xvKQwGOX2IeMqUVqf1ilWp0OzU64o { display:block; }
 }@media only screen and (max-width: 763px) { #ULpbFT6TXKQl3rlsCHnPPygW8HbWIufk { top:11px;left:0px;width:214px;height:109px;display:block; }
 }@media only screen and (max-width: 763px) { #Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 { display:block; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0Cti1nAV5Phd5CbaUZpgTGfh7Q830A7 { top:40px;left:0px;width:764px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Rdh0SNt6DFWKFxxFe19FnnIZr36ShGGm { top:168px;left:0px;width:764px;height:97px;font-size:38px;display:block; }
 }@media only screen and (max-width: 763px) { #TTCvaynaEtuXBwVTRXfJMDkZVAkRPZKX { top:115px;left:0px;width:764px;height:54px;font-size:23px;display:block; }
 }@media only screen and (max-width: 763px) { #RXKMVAxW7OlVn0RkhdszIpi4QSS4rhiy { top:12px;left:340px;width:424px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #XRBpI2m1PIM2qrrBCTFC8ZUJ2Zm3cBUN { top:265px;left:0px;width:764px;height:18px;font-size:10px;display:block; }
 }@media only screen and (max-width: 763px) { #QZAra8tXtmc8DxMtgy78bfKTTz62kWBm { display:block; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPbBsl1G8yh16DoFTtWpX5iXUvaR7DTV { width:378px;height:24px;top:87px;left:193px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NSpAa4zmx8EQ5BggTpWp2nqWf35vsCCw { width:764px;height:;top:23px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #NDI24MRWy3TbCkbrwRbrb1MIVG9dJPRf { display:block; }#NDI24MRWy3TbCkbrwRbrb1MIVG9dJPRf > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQmc5mSwlLARCST86hC3reADGrSuws6r { top:5px;left:0px;width:599px;height:289px;display:block; }
 }@media only screen and (max-width: 763px) { #m8BJJoytq745GzTSUhFfnfW6T9O54tUM { top:5px;left:0px;width:601px;height:289px;display:block; }
 }@media only screen and (max-width: 763px) { #bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T { display:block; }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZdqi7Kh2mNGueUe3W12LhgG5Dnvt7bf { top:25px;left:105px;width:554px;height:64px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #uNV7v7S1ymBJeM5selv5lf1xc3bhuQOf { top:79px;left:206.5px;width:351px;height:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG { display:block; }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTWCPUhWqdbHdz9qavmXJgI2Owt2W7qQ { top:34px;left:270px;width:494px;height:494px;display:block; }
 }@media only screen and (max-width: 763px) { #e4tNXLAT937ONGF1AJZfcRDfnInJ3qq2 { top:27px;left:0px;width:529px;height:172px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #bDQC9QhgbR8l58IFiBPxSUX72uUy8O8c { top:219px;left:0px;width:529px;height:328px;font-size:19px;display:block; }#bDQC9QhgbR8l58IFiBPxSUX72uUy8O8c li:before{  }
 }@media only screen and (max-width: 763px) { #AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai { display:block; }#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAiz4Nk91vIxyyENp9i2rI54cfCZ6MZp { width:385px;height:41px;top:397px;left:379px;display:block; }
 }@media only screen and (max-width: 763px) { #xTwEhXB09WtD943TTx6ZU137Kq0DexN8 { display:block; }
 }@media only screen and (max-width: 763px) { #Ml7qo1TingNkRnkfpcNARAiAcZfO75mo { width:521px;height:36px;top:154px;left:243px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #ClzFgmBBGTq6QDQ5cayT62GTpp79ng3n { width:550px;height:55px;top:289px;left:214px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #eLhaTNmnh6eVuFgr564lLhQ7bcCdetqN { width:14px;height:14px;top:258px;left:664.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fczezgCXDlvxKVlzebrkhr1g607WeVQV { top:44px;left:0px;width:409px;height:546px;display:block; }
 }@media only screen and (max-width: 763px) { #ehGsABy64HfF7whNlKNGDM2h42xLna0x { width:398px;height:30px;top:258px;left:366px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ { display:block; }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJnBtLga1BmS77mmFqto7g2bICcrgqmD { width:764px;height:64px;top:16px;left:0px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #FNgv2A49ZJifTpibJ9lFsTyHsoxDhTPB { width:378px;height:24px;top:80px;left:193px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { display:block; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w { display:flex;height:auto;width:724px;top:0px;left:0px; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #fQUModkqVbPqTSftICOnCKWu1F4xFPTv {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #VXWDM5VeWtASlUFGO1dcfDHbTvtxh0n2 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #hFTVx9rsayREeiLG9Umqyb6D37uBHLcU {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #to27ieqIqHob4vbPZuTS9XkGTLAI4ATy {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #AJvFv4mBoABgSe5PooT8kN2xqWHAKDEe {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #C15DvGyTsO6p5lqLuiK9HU7JX3a6xJ2M {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Es5l43iD7793aIq9wTCv2o9stm9WnKci {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #JVQmTEzmbfBukqxEXT8D7nvRVB4bxUnm {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #wgswH9cGbGlUp3PUWHq5tuJudvNKqbOK {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #zRparKw6GeQozX5vupVWOVcqTSQ4B5GL {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #WAeHTR39FieM3w03rOMHq1ygehVF3gTR {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Cmm8y8tbtXXwNTFVUt4MrtloKIBUAWAn {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #oeu4A7Dnp094sM5IkhsWnwxxGSxTVWFK {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #JS2tXdo3alxLiEcnclVEFn3gzcs1Qfhh {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #xWLRIoG9CgGbuToH3vknhxCLfiATesuF {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #J3ZGC0Lkbr4LNmpTGXXWJsZppRrmQW1I {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #flgTwhKOyHpIDswiXE0aB2p58mkpSnae {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
 }@media only screen and (max-width: 763px) { #vUQ9cOTWKp90DrQEqeW0pTtq176VEUOs { display:block; }#vUQ9cOTWKp90DrQEqeW0pTtq176VEUOs > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWZm48uVCb3Kb8060m5Z1kaz1DpxG2Nq { width:412px;height:41px;top:397px;left:352px;display:block; }
 }@media only screen and (max-width: 763px) { #EkWJZoJBbeNWseOlax4aXcZD5Ay8RB69 { display:block; }
 }@media only screen and (max-width: 763px) { #PCXtbrCwA2vnS54Ign0EpcWN3CTsvblc { width:521px;height:36px;top:154px;left:243px;font-size:30px;display:block; }
 }@media only screen and (max-width: 763px) { #EITkuLs5lUAirDaLPxo6C13doZ9m9Q71 { width:550px;height:55px;top:293px;left:214px;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #Tdz4kbzEyTJmDsLAOx4sw9gdJrxLgkVI { width:27px;height:14px;top:263px;left:666.5px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wHGw6gyX9rSAw9XJTn58fVtH0XQDp19W { width:398px;height:30px;top:263px;left:366px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #iBCyS6iOVdC6rTQUH9AvFEAJvOmp1BxC { top:41px;left:0px;width:590px;height:593px;display:block; }
 }@media only screen and (max-width: 763px) { #HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ { display:block; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQaCCvloDgw40eNmlWaWGFbuINwz2Tqb { top:15px;left:321px;width:122px;height:62px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P { display:block; }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P { background-color: transparent; background-image: none; }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row .container > .video-iframe-container { display: none; }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row > .video-iframe-container { display: none; }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .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); }#wgT7Ig8K2dBC48H49X2qcPMZfXNyqM8P > .row .container { width:320px;height:142px;background-color:rgba(0,0,0,0);background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cwqV3aPVDxOHz8NKUgDA8ap48Hz65VfJ { width:200px;height:0;top:110px;left:60px;font-size:26px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yVsfc2u5fLy8LBLL0OB96MFl3scCCay6 { width:280px;height:55px;top:86px;left:20px;text-align:center;text-align-last:center;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Ek3xvKQwGOX2IeMqUVqf1ilWp0OzU64o { display:block; }
 }@media only screen and (max-width: 763px) { #ULpbFT6TXKQl3rlsCHnPPygW8HbWIufk { width:192px;height:98px;top:0px;left:64px;display:block; }
 }@media only screen and (max-width: 763px) { #Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/edb2485a-59c4-473e-a9e9-c8dfa561acae/hero101.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6.adaptive-delivery-prevent-bg, #Py86aM9LF6S0fwqOAx8oQACbJioGrJF6.lazyload, #Py86aM9LF6S0fwqOAx8oQACbJioGrJF6.lazyloading { background-image: none; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row .container { background-color: transparent; background-image: none; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,140,157,0.48); }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row .container > .video-iframe-container { display: none; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(38,140,157,0.48); }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row > .video-iframe-container { display: none; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .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); }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row .container { border-width: 0; border-radius: 0; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Py86aM9LF6S0fwqOAx8oQACbJioGrJF6 > .row .container { width:320px;height:798px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i0Cti1nAV5Phd5CbaUZpgTGfh7Q830A7 { width:320px;height:24px;top:11px;left:0px;font-size:16px;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Rdh0SNt6DFWKFxxFe19FnnIZr36ShGGm { width:320px;height:35px;top:69px;left:0px;font-size:32px;line-height:1.1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTCvaynaEtuXBwVTRXfJMDkZVAkRPZKX { width:320px;height:34px;top:35px;left:0px;font-size:23px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RXKMVAxW7OlVn0RkhdszIpi4QSS4rhiy { width:320px;height:348px;top:154.1875px;left:0px;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #XRBpI2m1PIM2qrrBCTFC8ZUJ2Zm3cBUN { width:320px;height:30px;top:104px;left:0px;font-size:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZAra8tXtmc8DxMtgy78bfKTTz62kWBm { display:block; }#QZAra8tXtmc8DxMtgy78bfKTTz62kWBm > .row .container { width:320px;height:134px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KPbBsl1G8yh16DoFTtWpX5iXUvaR7DTV { width:282.921875px;height:24px;top:92px;left:18.53125px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #NSpAa4zmx8EQ5BggTpWp2nqWf35vsCCw { width:320px;height:72px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:30px;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #NDI24MRWy3TbCkbrwRbrb1MIVG9dJPRf { display:block; }#NDI24MRWy3TbCkbrwRbrb1MIVG9dJPRf > .row .container { width:320px;height:368px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bQmc5mSwlLARCST86hC3reADGrSuws6r { width:320px;height:154.39065108514px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #m8BJJoytq745GzTSUhFfnfW6T9O54tUM { width:320px;height:153.8768718802px;top:194.390625px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T { display:block; }#bzLx4gAJMOW88w6FgB1lNJeKDZX4Py1T > .row .container { width:320px;height:119px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qZdqi7Kh2mNGueUe3W12LhgG5Dnvt7bf { width:320px;height:51px;top:20px;left:0px;font-size:32px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uNV7v7S1ymBJeM5selv5lf1xc3bhuQOf { width:320px;height:25px;top:71px;left:0px;font-size:17px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG { display:block; }#Kcg5Z5GhmF5Zx8MWT7TPbT4cU44HBpgG > .row .container { width:320px;height:860px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTWCPUhWqdbHdz9qavmXJgI2Owt2W7qQ { width:320px;height:320px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #e4tNXLAT937ONGF1AJZfcRDfnInJ3qq2 { width:320px;height:200px;top:340px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bDQC9QhgbR8l58IFiBPxSUX72uUy8O8c { width:320px;height:300px;top:540px;left:0px;font-size:16px;display:block; }#bDQC9QhgbR8l58IFiBPxSUX72uUy8O8c li:before{  }
 }@media only screen and (max-width: 763px) { #AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai { display:block; }#AzImhrNfUwtUgCeBmAPmVfk6Wuig71Ai > .row .container { width:320px;height:644px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VAiz4Nk91vIxyyENp9i2rI54cfCZ6MZp { width:280px;height:55px;top:570.03125px;left:20px;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #xTwEhXB09WtD943TTx6ZU137Kq0DexN8 { display:block; }
 }@media only screen and (max-width: 763px) { #Ml7qo1TingNkRnkfpcNARAiAcZfO75mo { width:320px;height:25px;top:450.03125px;left:0px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #ClzFgmBBGTq6QDQ5cayT62GTpp79ng3n { width:320px;height:31px;top:517.53125px;left:0px;text-align:center;text-align-last:center;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #eLhaTNmnh6eVuFgr564lLhQ7bcCdetqN { width:10px;height:14px;top:492.53125px;left:310px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #fczezgCXDlvxKVlzebrkhr1g607WeVQV { width:307px;height:410px;top:9px;left:6.5px;display:block; }
 }@media only screen and (max-width: 763px) { #ehGsABy64HfF7whNlKNGDM2h42xLna0x { width:304px;height:25px;top:492.53125px;left:8px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ { display:block; }#EkuzKL3ocC3fgTCiDQaPuFTSdyvlghfZ > .row .container { width:320px;height:128px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJnBtLga1BmS77mmFqto7g2bICcrgqmD { width:320px;height:74px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:27px;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #FNgv2A49ZJifTpibJ9lFsTyHsoxDhTPB { width:320px;height:24px;top:94px;left:0px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 { display:block; }#ERAAJKxhag6RcoxKHy4SvQJXZgWaiAR8 > .row .container { width:320px;height:496px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w { display:flex;height:auto;width:280px;top:0px;left:0px; }
#AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #nuFT7a9ZFXB4ThTFRhOKHFGt0obf8uV3 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #g0uwtmP94MgRMstXatKDQQ7F7Iq37b1t {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ELsxXTl2UsGoogGqFX9VPutgNQpMhKnS {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #TJ8ZKr7lGBzZsOh0BODwXrr0TMk92AX7 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #dGSbWXohguowT8BTTmeIbBJ494qPqXng {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #fQUModkqVbPqTSftICOnCKWu1F4xFPTv {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #VXWDM5VeWtASlUFGO1dcfDHbTvtxh0n2 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #hFTVx9rsayREeiLG9Umqyb6D37uBHLcU {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #to27ieqIqHob4vbPZuTS9XkGTLAI4ATy {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #AJvFv4mBoABgSe5PooT8kN2xqWHAKDEe {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #C15DvGyTsO6p5lqLuiK9HU7JX3a6xJ2M {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Es5l43iD7793aIq9wTCv2o9stm9WnKci {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #JVQmTEzmbfBukqxEXT8D7nvRVB4bxUnm {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #wgswH9cGbGlUp3PUWHq5tuJudvNKqbOK {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #zRparKw6GeQozX5vupVWOVcqTSQ4B5GL {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #WAeHTR39FieM3w03rOMHq1ygehVF3gTR {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #q5lI9zc7QCnQTqupZV7BJaXUnI5vr8Da {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G0sfbhfanUzfzfAbhlUFqv2R3fwCmbpT {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #NT0yEBCIxqVXqAQ5fOgCxTEiNTo74VLm {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #G7XfX85TKxSQa1bhZ4VZLuXlz28lE5SB {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #Cmm8y8tbtXXwNTFVUt4MrtloKIBUAWAn {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #oeu4A7Dnp094sM5IkhsWnwxxGSxTVWFK {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #JS2tXdo3alxLiEcnclVEFn3gzcs1Qfhh {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #xWLRIoG9CgGbuToH3vknhxCLfiATesuF {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #J3ZGC0Lkbr4LNmpTGXXWJsZppRrmQW1I {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #GiWQsJRQG9iTnHMrqGn6ggwImCxlh1Q2 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #flgTwhKOyHpIDswiXE0aB2p58mkpSnae {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #V0yfJeKoixv2PpvaLu1CariCEqN4DxHA {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #ApCHvLhixgieQCOI6fUiTwReKw4Az7M6 {  }
 }@media only screen and (max-width: 763px) { #AqODt5FBeQnLvGO2tB2ETdJLoD2nMP9w #MzDP8yneIHlCH5xZL8wcMT0vmkZfav66 {  }
 }@media only screen and (max-width: 763px) { #vUQ9cOTWKp90DrQEqeW0pTtq176VEUOs { display:block; }#vUQ9cOTWKp90DrQEqeW0pTtq176VEUOs > .row .container { width:320px;height:617px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vWZm48uVCb3Kb8060m5Z1kaz1DpxG2Nq { width:280px;height:55px;top:188px;left:20px;color:#fdfeff;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EkWJZoJBbeNWseOlax4aXcZD5Ay8RB69 { display:block; }
 }@media only screen and (max-width: 763px) { #PCXtbrCwA2vnS54Ign0EpcWN3CTsvblc { width:275.96875px;height:50px;top:21px;left:22.015625px;text-align:center;text-align-last:center;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #EITkuLs5lUAirDaLPxo6C13doZ9m9Q71 { width:320px;height:31px;top:117px;left:0px;text-align:center;text-align-last:center;font-size:31px;display:block; }
 }@media only screen and (max-width: 763px) { #Tdz4kbzEyTJmDsLAOx4sw9gdJrxLgkVI { width:10px;height:14px;top:92px;left:310px;text-align:center;text-align-last:center;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #wHGw6gyX9rSAw9XJTn58fVtH0XQDp19W { width:320px;height:25px;top:92px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #iBCyS6iOVdC6rTQUH9AvFEAJvOmp1BxC { width:320px;height:322px;top:294px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ { display:block; }#HRlalRI7hPO6wNeiLxkq1hwOTgIXyTdJ > .row .container { width:320px;height:77px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQaCCvloDgw40eNmlWaWGFbuINwz2Tqb { width:110px;height:54px;top:11.5px;left:105px;display:block; }
 }