.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:transparent;background-image:none;position:relative;display:block; }
#kOTumebavGlrF6udbMEJWxlZzemUK7wd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .row > .video-iframe-container { display: none; }#kOTumebavGlrF6udbMEJWxlZzemUK7wd > .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); }#ZBODFp3w94o4sVsyJzaF9zZpagDQlZ7k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bb72233d-6127-4d02-98c1-005436c52245/12.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ZBODFp3w94o4sVsyJzaF9zZpagDQlZ7k.adaptive-delivery-prevent-bg, #ZBODFp3w94o4sVsyJzaF9zZpagDQlZ7k.lazyload, #ZBODFp3w94o4sVsyJzaF9zZpagDQlZ7k.lazyloading { background-image: none; }#ZBODFp3w94o4sVsyJzaF9zZpagDQlZ7k > .row .container { background-color: transparent; background-image: none; }#ZBODFp3w94o4sVsyJzaF9zZpagDQlZ7k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBODFp3w94o4sVsyJzaF9zZpagDQlZ7k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBODFp3w94o4sVsyJzaF9zZpagDQlZ7k > .row .container > .video-iframe-container { display: none; }#ZBODFp3w94o4sVsyJzaF9zZpagDQlZ7k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZBODFp3w94o4sVsyJzaF9zZpagDQlZ7k > .row > .video-iframe-container { display: none; }#ZBODFp3w94o4sVsyJzaF9zZpagDQlZ7k > .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); }#ZBODFp3w94o4sVsyJzaF9zZpagDQlZ7k > .row .container { border-width: 0; border-radius: 0; }#ZBODFp3w94o4sVsyJzaF9zZpagDQlZ7k::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; }#ZBODFp3w94o4sVsyJzaF9zZpagDQlZ7k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZBODFp3w94o4sVsyJzaF9zZpagDQlZ7k > .row .container { font-size:14px;font-family:arial;height:794px;width:1200px;position:relative;display:block; }#byZzi0rfp0wLdigZ7S1U853RpIfAX055 { box-sizing:content-box;height:427px;width:390px;position:absolute;display:block;z-index:15004;background-color:#ffefd3;background-image:none;top:285px;left:39px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:1px solid #2d2929;border-left:1px solid #2d2929;border-right:1px solid #2d2929;border-bottom:1px solid #2d2929;display:block; }
#pWCOEw1UXJCdxxvoCdzkhwe5yBHkIcfg { position:absolute;display:block;z-index:15008;height:348px;width:620px;top:285px;left:541px;display:block; }
#Ec8RT7JlDoTW5iUBB6Hl3zy2iaElXoEw { color:#2d2929;display:block;width:299px;position:absolute;font-family:"source sans pro";font-size:28px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:320.8125px;left:85.5px;height:72.7969px;text-align:center;text-align-last:center;display:block; }
#PF9FTLwDM8lgKNCV2rTbX5KvZlkigun2 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:111px;width:565px;top:127px;left:517px;overflow:hidden;display:block; }
#HiMUapQwBy1AwTDzUD08TkcJfpKZLmcL { color:#2d2929;display:block;width:926px;position:absolute;font-family:roboto;font-size:55px;font-weight:normal;z-index:15015;line-height:1.4;letter-spacing:0;top:68px;left:137px;height:154px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Hc1ocm4nC6m1QCgsl1g78E3IgIpaGtOa { position:absolute;display:block;z-index:15017;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:416px;width:380px;top:291.5px;left:45px;overflow:hidden;display:block; }
#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO { 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; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { background-color: transparent; background-image: none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container > .video-iframe-container { display: none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row > .video-iframe-container { display: none; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .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); }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { border-width: 0; border-radius: 0; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { font-size:14px;font-family:arial;height:126px;width:1200px;position:relative;display:block; }#axg01qbmMXLXaiJf02NxUEQudvBMozIr { color:#2d2929;display:block;width:1200px;position:absolute;font-family:"source sans pro";font-size:50px;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:44.3125px;left:0px;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;text-align:center;text-align-last:center;display:block; }
#JBtNvChg7InHOLelQ0GqxsCt6n0h9kLc { 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; }#JBtNvChg7InHOLelQ0GqxsCt6n0h9kLc > .row .container { background-color: transparent; background-image: none; }#JBtNvChg7InHOLelQ0GqxsCt6n0h9kLc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBtNvChg7InHOLelQ0GqxsCt6n0h9kLc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBtNvChg7InHOLelQ0GqxsCt6n0h9kLc > .row .container > .video-iframe-container { display: none; }#JBtNvChg7InHOLelQ0GqxsCt6n0h9kLc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JBtNvChg7InHOLelQ0GqxsCt6n0h9kLc > .row > .video-iframe-container { display: none; }#JBtNvChg7InHOLelQ0GqxsCt6n0h9kLc > .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); }#JBtNvChg7InHOLelQ0GqxsCt6n0h9kLc > .row .container { border-width: 0; border-radius: 0; }#JBtNvChg7InHOLelQ0GqxsCt6n0h9kLc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JBtNvChg7InHOLelQ0GqxsCt6n0h9kLc > .row .container { font-size:14px;font-family:arial;height:454px;width:1200px;position:relative;display:block; }#TZIyffamqWATGM5TDCS4KDep2AKybhSc .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:rgba(45,41,41,0.74);background-image:none;vertical-align:top; }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc .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; }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc .accordion-heading-text { display:block;position:relative;width:100%;font-weight:400;font-size:25px;font-style:normal;font-family:"source sans pro";color:#ffffff;height:auto; }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc .accordion-desc-text { display:block;position:relative;width:100%;padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0;font-size:22px;font-weight:300;font-style:normal;font-family:"source sans pro";color:#ffffff;height:auto;line-height:1.3;overflow:hidden; }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc .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_5e987666e5378f94f5b7a1ea4ed11f998f51dbc8.svg");background-size:contain !important; }#TZIyffamqWATGM5TDCS4KDep2AKybhSc .accordion-trigger.adaptive-delivery-prevent-bg, #TZIyffamqWATGM5TDCS4KDep2AKybhSc .accordion-trigger.lazyload, #TZIyffamqWATGM5TDCS4KDep2AKybhSc .accordion-trigger.lazyloading { background-image: none; }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc { box-sizing:content-box;height:auto;width:700px;position:absolute;display:flex;flex-direction:column;gap:10px;z-index:15009;background-color:rgba(132,179,224,0.46);background-image:none;padding-top:10px;padding-right:10px;padding-bottom:10px;padding-left:10px;top:0px;left:240px; }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc #k4KpBmQ3D6WALH2WoCCwcpVyeRhgfxD2 { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc #yINRHX5b9UNi7S1HNZVC88vNlWrxA5yA { height:auto;display:flex;position:relative;top:0px;left:0px; }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc #qn16IK6hWIlv4lZknCTWVgENU776yLqk { display:block;position:relative; }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc #c2CVbhaTcz414Xa9dPfHJu23ZQrTMsen {  }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc #mTDPfJT3wTSh4UQmOgwbPSqsxenUmSmJ {  }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc #K0S4B602AKrw30AZClOFbXdGoMrhzB0m { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc #fPkvoc6FhKf7Wt47rMSsqtQGrA1O9WIk { height:auto;display:flex;position:relative;top:0px;left:0px; }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc #nxtwMObCMEG1k42whXKxin46cZRl8OGX { display:block;position:relative; }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc #BBmxiRHINeVhLMQFUXryXwwWey9ze5Ep {  }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc #Qp3diPbOyen6JhvFrXOR6K2vPOfRq38V { display:none; }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc #IlidLS5ad7VISGnD9GOc8TDPGNAQklwa { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc #ctH9qBRTi3yRVJ3E12V5k4oQcTitRFTc { height:auto;display:flex;position:relative;top:0px;left:0px; }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc #lQyhPs7BKZTw2P61Z4DTPkMRBf20HSTT { display:block;position:relative; }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc #EfV25bhTdZMF0QTdmXBFhDihd1ackcCJ {  }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc #ohtrCTO08oq2gaxbJMBu9TvdtCd2ZlWb { display:none; }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc #mCE3IPHRDiyVa2yT3yLDGzwHTub7d9wg { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc #lywnDhfUS31i1cSVEy0OeoTO43CSLMbv { height:auto;display:flex;position:relative;top:0px;left:0px; }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc #LADKGxzGHM8IHFSulP35KJtNVtxgOyP4 { display:block;position:relative; }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc #hJZpRCvne0rCQscPOih1S6oL0KTVcfUS {  }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc #tGnLa8r9HVp64p221gwRBJAWCZwZ8CVE { display:none; }
#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h { 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; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container { background-color: transparent; background-image: none; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container > .video-iframe-container { display: none; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row > .video-iframe-container { display: none; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .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); }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container { border-width: 0; border-radius: 0; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container { font-size:14px;font-family:arial;height:494px;width:1200px;position:relative;display:block; }#O9UHvJ38XfDdImJzNdSqXMgtzLXDIJ3b { color:#2d2929;display:block;width:484px;position:absolute;font-family:"source sans pro";font-size:35px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:74px;left:604px;height:45.5px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#WtetK2uvSVb19oenxFXFGz5uu2xnNoPA { color:#2d2929;display:block;width:134px;position:absolute;font-family:"source sans pro";font-size:22px;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:65px;left:79px;height:28.5938px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Sr5yMIhsQoiz52TigZWsiHtwI6L8984F { position:absolute;display:block;z-index:15011;background-color:#2d2929;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:208px;top:132px;left:881px;display:block; }
#lVWKbucJa7NaB52sm4sXmpiq4a8Oo2t2 { color:#2d2929;display:block;width:393px;position:absolute;font-family:"source sans pro";font-size:22px;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:149px;left:695px;height:343.1254px;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Eax9dLm1S2VEXvR91G8AVvsd0Q30hcS5 { box-sizing:content-box;height:402px;width:402px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/39958bc2-8299-438e-a4ad-3bf30e77e06a/squaremin.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:74px;left:122px;display:block; }#Eax9dLm1S2VEXvR91G8AVvsd0Q30hcS5.adaptive-delivery-prevent-bg, #Eax9dLm1S2VEXvR91G8AVvsd0Q30hcS5.lazyload, #Eax9dLm1S2VEXvR91G8AVvsd0Q30hcS5.lazyloading { background-image: none; }
#Ly9c3mfhBO0xGDarRTXsEPgKoJ4xsRZM { box-sizing:content-box;height:160px;width:160px;position:absolute;display:block;z-index:15018;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/d2bd1bd5-86a7-4c1f-a277-8ffaacc5757e/notepad2.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:0px;left:66px;display:block; }#Ly9c3mfhBO0xGDarRTXsEPgKoJ4xsRZM.adaptive-delivery-prevent-bg, #Ly9c3mfhBO0xGDarRTXsEPgKoJ4xsRZM.lazyload, #Ly9c3mfhBO0xGDarRTXsEPgKoJ4xsRZM.lazyloading { background-image: none; }
#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW { 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; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container { background-color: transparent; background-image: none; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container > .video-iframe-container { display: none; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row > .video-iframe-container { display: none; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .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); }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container { border-width: 0; border-radius: 0; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container { font-size:14px;font-family:arial;height:693px;width:1200px;position:relative;display:block; }#bx4TtddyMy7Zc8A4bOCTFURIS3xm4pIW { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/CL8uRS9TkR4/unsplash/berkay-samiloglu-CL8uRS9TkR4-photo-1652517441864-122331b7b718.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:13px solid #84b3e0;border-left:13px solid #84b3e0;border-right:13px solid #84b3e0;border-bottom:13px solid #84b3e0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:545px;width:350px;top:63px;left:712px;display:block; }#bx4TtddyMy7Zc8A4bOCTFURIS3xm4pIW.adaptive-delivery-prevent-bg, #bx4TtddyMy7Zc8A4bOCTFURIS3xm4pIW.lazyload, #bx4TtddyMy7Zc8A4bOCTFURIS3xm4pIW.lazyloading { background-image: none; }
#DN3WV467ObPERgGfn0UBzymdzalOdmRs { color:#2d2929;display:block;width:350px;position:absolute;font-family:"source sans pro";font-size:35px;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:61px;left:127px;height:182px;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ngHmUTcMcNqdml6iHDhzPRcGXhb4FkeP { position:absolute;display:block;z-index:15011;background-color:#2d2929;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1px;width:208px;top:258px;left:127px;display:block; }
#b4Odu7h8iC4p3ZJsrNZSAoGJMzaNxZ5h { color:#2d2929;display:block;width:350px;position:absolute;font-family:"source sans pro";font-size:22px;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:274px;left:127px;height:114.375px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2d2929;background-image:url("https://images.assets-landingi.com/aYIi30Dd/white.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD.adaptive-delivery-prevent-bg, #Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD.lazyload, #Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD.lazyloading { background-image: none; }#Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD > .row .container { background-color: transparent; background-image: none; }#Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD > .row .container > .video-iframe-container { display: none; }#Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD > .row > .video-iframe-container { display: none; }#Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD > .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); }#Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD > .row .container { border-width: 0; border-radius: 0; }#Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD > .row .container { font-size:14px;font-family:arial;height:378px;width:1200px;position:relative;display:block; }#BZhfPLl2kWm1IwiCm3p0nD8vBKUvzv9G { 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; }#BZhfPLl2kWm1IwiCm3p0nD8vBKUvzv9G > .row .container { background-color: transparent; background-image: none; }#BZhfPLl2kWm1IwiCm3p0nD8vBKUvzv9G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZhfPLl2kWm1IwiCm3p0nD8vBKUvzv9G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZhfPLl2kWm1IwiCm3p0nD8vBKUvzv9G > .row .container > .video-iframe-container { display: none; }#BZhfPLl2kWm1IwiCm3p0nD8vBKUvzv9G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BZhfPLl2kWm1IwiCm3p0nD8vBKUvzv9G > .row > .video-iframe-container { display: none; }#BZhfPLl2kWm1IwiCm3p0nD8vBKUvzv9G > .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); }#BZhfPLl2kWm1IwiCm3p0nD8vBKUvzv9G > .row .container { border-width: 0; border-radius: 0; }#BZhfPLl2kWm1IwiCm3p0nD8vBKUvzv9G > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BZhfPLl2kWm1IwiCm3p0nD8vBKUvzv9G > .row .container { font-size:14px;font-family:arial;height:60px;width:1200px;position:relative;display:block; }#Tzv9aCw5TsiMom8vav0yiXpKGaIlFrc8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffefd3;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; }#Tzv9aCw5TsiMom8vav0yiXpKGaIlFrc8 > .row .container { background-color: transparent; background-image: none; }#Tzv9aCw5TsiMom8vav0yiXpKGaIlFrc8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzv9aCw5TsiMom8vav0yiXpKGaIlFrc8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzv9aCw5TsiMom8vav0yiXpKGaIlFrc8 > .row .container > .video-iframe-container { display: none; }#Tzv9aCw5TsiMom8vav0yiXpKGaIlFrc8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tzv9aCw5TsiMom8vav0yiXpKGaIlFrc8 > .row > .video-iframe-container { display: none; }#Tzv9aCw5TsiMom8vav0yiXpKGaIlFrc8 > .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); }#Tzv9aCw5TsiMom8vav0yiXpKGaIlFrc8 > .row .container { border-width: 0; border-radius: 0; }#Tzv9aCw5TsiMom8vav0yiXpKGaIlFrc8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Tzv9aCw5TsiMom8vav0yiXpKGaIlFrc8 > .row .container { font-size:14px;font-family:arial;height:234px;width:1200px;position:relative;display:block; }#yXLpBbsiTJbzTbslMTQlTfgOOXJ8Cyhc { color:#2d2929;display:block;width:1200px;position:absolute;font-family:"source sans pro";font-size:40px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:24px;left:0px;height:52px;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; }
#waoEx5AZ73T29TQVwtT9svVtT9RpqXP1 { position:absolute;display:block;z-index:15017;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:291px;width:380px;top:291.5px;left:45px;overflow:hidden;display:none; }
#Zq5dcCLIayihShBVmNmUKT8tT1S2AdTQ { position:absolute;display:block;z-index:15018;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:207px;width:1064px;top:13.5px;left:68px;overflow:hidden;display:block; }
#ubs5Gx0Fsl1DnWBXc6xmanFim61QhddI { 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; }#ubs5Gx0Fsl1DnWBXc6xmanFim61QhddI > .row .container { background-color: transparent; background-image: none; }#ubs5Gx0Fsl1DnWBXc6xmanFim61QhddI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubs5Gx0Fsl1DnWBXc6xmanFim61QhddI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubs5Gx0Fsl1DnWBXc6xmanFim61QhddI > .row .container > .video-iframe-container { display: none; }#ubs5Gx0Fsl1DnWBXc6xmanFim61QhddI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubs5Gx0Fsl1DnWBXc6xmanFim61QhddI > .row > .video-iframe-container { display: none; }#ubs5Gx0Fsl1DnWBXc6xmanFim61QhddI > .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); }#ubs5Gx0Fsl1DnWBXc6xmanFim61QhddI > .row .container { border-width: 0; border-radius: 0; }#ubs5Gx0Fsl1DnWBXc6xmanFim61QhddI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ubs5Gx0Fsl1DnWBXc6xmanFim61QhddI > .row .container { font-size:14px;font-family:arial;height:176px;width:1200px;position:relative;display:block; }#MbK95RtqagGGA0u2y9fKSNZn0GZH1Xyx { z-index:15001;top:107px;left:0px;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow: none;box-sizing:border-box;color:#2d2929;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"source sans pro";font-size:16px;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:1200px;height:37px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#OaltCMUpVeZI3H6oNbb3PUSc14ArpPbT { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#Wz2kl3sFFZuI4rZyWhHG9lV00VNRNTTf { color:#2d2929;display:block;width:1200px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:38px;left:0px;height:20.7969px;text-align:center;text-align-last:center;display:block; }
#tCc3uCEhdtfX3ZfLpvU2fSBw5K8yC5M4 { color:#2d2929;display:block;width:530px;position:absolute;font-family:"source sans pro";font-size:16px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:67px;left:340px;height:41.5938px;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZBODFp3w94o4sVsyJzaF9zZpagDQlZ7k { display:block; }#ZBODFp3w94o4sVsyJzaF9zZpagDQlZ7k > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byZzi0rfp0wLdigZ7S1U853RpIfAX055 { top:285px;left:0px;width:390px;height:427px;display:block; }
 }@media only screen and (max-width: 763px) { #pWCOEw1UXJCdxxvoCdzkhwe5yBHkIcfg { top:285px;left:144px;width:620px;height:348px;display:block; }
 }@media only screen and (max-width: 763px) { #Ec8RT7JlDoTW5iUBB6Hl3zy2iaElXoEw { top:320px;left:0px;width:299px;height:72px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #PF9FTLwDM8lgKNCV2rTbX5KvZlkigun2 { top:127px;left:199px;width:565px;height:111px;display:block; }
 }@media only screen and (max-width: 763px) { #HiMUapQwBy1AwTDzUD08TkcJfpKZLmcL { top:68px;left:0px;width:764px;height:154px;font-size:55px;display:block; }
 }@media only screen and (max-width: 763px) { #Hc1ocm4nC6m1QCgsl1g78E3IgIpaGtOa { top:291px;left:0px;width:380px;height:416px;display:block; }
 }@media only screen and (max-width: 763px) { #Ga79ekRAWFsWvo796rVT8rtmZVl6drRO { display:block; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axg01qbmMXLXaiJf02NxUEQudvBMozIr { width:764px;height:;top:44px;left:0px;font-size:50px;display:block; }
 }@media only screen and (max-width: 763px) { #JBtNvChg7InHOLelQ0GqxsCt6n0h9kLc { display:block; }#JBtNvChg7InHOLelQ0GqxsCt6n0h9kLc > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc { display:flex;height:auto;width:724px;top:26px;left:0px; }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #k4KpBmQ3D6WALH2WoCCwcpVyeRhgfxD2 {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #yINRHX5b9UNi7S1HNZVC88vNlWrxA5yA {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #qn16IK6hWIlv4lZknCTWVgENU776yLqk {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #c2CVbhaTcz414Xa9dPfHJu23ZQrTMsen {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #mTDPfJT3wTSh4UQmOgwbPSqsxenUmSmJ {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #K0S4B602AKrw30AZClOFbXdGoMrhzB0m {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #fPkvoc6FhKf7Wt47rMSsqtQGrA1O9WIk {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #nxtwMObCMEG1k42whXKxin46cZRl8OGX {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #BBmxiRHINeVhLMQFUXryXwwWey9ze5Ep {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #Qp3diPbOyen6JhvFrXOR6K2vPOfRq38V {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #IlidLS5ad7VISGnD9GOc8TDPGNAQklwa {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #ctH9qBRTi3yRVJ3E12V5k4oQcTitRFTc {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #lQyhPs7BKZTw2P61Z4DTPkMRBf20HSTT {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #EfV25bhTdZMF0QTdmXBFhDihd1ackcCJ {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #ohtrCTO08oq2gaxbJMBu9TvdtCd2ZlWb {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #mCE3IPHRDiyVa2yT3yLDGzwHTub7d9wg {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #lywnDhfUS31i1cSVEy0OeoTO43CSLMbv {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #LADKGxzGHM8IHFSulP35KJtNVtxgOyP4 {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #hJZpRCvne0rCQscPOih1S6oL0KTVcfUS {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #tGnLa8r9HVp64p221gwRBJAWCZwZ8CVE {  }
 }@media only screen and (max-width: 763px) { #Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h { display:block; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9UHvJ38XfDdImJzNdSqXMgtzLXDIJ3b { width:484px;height:46px;top:74px;left:280px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #WtetK2uvSVb19oenxFXFGz5uu2xnNoPA { width:134px;height:28px;top:65px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Sr5yMIhsQoiz52TigZWsiHtwI6L8984F { width:208px;height:1px;top:132px;left:554px;display:block; }
 }@media only screen and (max-width: 763px) { #lVWKbucJa7NaB52sm4sXmpiq4a8Oo2t2 { width:393px;height:343px;top:149px;left:371px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Eax9dLm1S2VEXvR91G8AVvsd0Q30hcS5 { top:74px;left:0px;width:402px;height:402px;display:block; }
 }@media only screen and (max-width: 763px) { #Ly9c3mfhBO0xGDarRTXsEPgKoJ4xsRZM { top:0px;left:0px;width:160px;height:160px;display:block; }
 }@media only screen and (max-width: 763px) { #vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW { display:block; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bx4TtddyMy7Zc8A4bOCTFURIS3xm4pIW { width:350px;height:545px;top:63px;left:385px;display:block; }
 }@media only screen and (max-width: 763px) { #DN3WV467ObPERgGfn0UBzymdzalOdmRs { width:350px;height:182px;top:61px;left:18px;font-size:35px;display:block; }
 }@media only screen and (max-width: 763px) { #ngHmUTcMcNqdml6iHDhzPRcGXhb4FkeP { width:208px;height:1px;top:258px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #b4Odu7h8iC4p3ZJsrNZSAoGJMzaNxZ5h { width:350px;height:114px;top:274px;left:18px;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD { display:block; }#Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZhfPLl2kWm1IwiCm3p0nD8vBKUvzv9G { display:block; }#BZhfPLl2kWm1IwiCm3p0nD8vBKUvzv9G > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tzv9aCw5TsiMom8vav0yiXpKGaIlFrc8 { display:block; }#Tzv9aCw5TsiMom8vav0yiXpKGaIlFrc8 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXLpBbsiTJbzTbslMTQlTfgOOXJ8Cyhc { width:764px;height:;top:24px;left:0px;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #waoEx5AZ73T29TQVwtT9svVtT9RpqXP1 { top:291px;left:0px;width:380px;height:291px;display:none; }
 }@media only screen and (max-width: 763px) { #Zq5dcCLIayihShBVmNmUKT8tT1S2AdTQ { top:13px;left:0px;width:764px;height:148.63533834586px;display:block; }
 }@media only screen and (max-width: 763px) { #ubs5Gx0Fsl1DnWBXc6xmanFim61QhddI { display:block; }#ubs5Gx0Fsl1DnWBXc6xmanFim61QhddI > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbK95RtqagGGA0u2y9fKSNZn0GZH1Xyx { top:107px;left:0px;width:748px;height:37px;display:block; }
 }@media only screen and (max-width: 763px) { #OaltCMUpVeZI3H6oNbb3PUSc14ArpPbT { display:block; }
 }@media only screen and (max-width: 763px) { #Wz2kl3sFFZuI4rZyWhHG9lV00VNRNTTf { top:38px;left:0px;width:764px;height:20px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tCc3uCEhdtfX3ZfLpvU2fSBw5K8yC5M4 { top:67px;left:122px;width:530px;height:41px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ZBODFp3w94o4sVsyJzaF9zZpagDQlZ7k { display:block; }#ZBODFp3w94o4sVsyJzaF9zZpagDQlZ7k > .row .container { width:320px;height:828px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byZzi0rfp0wLdigZ7S1U853RpIfAX055 { width:310px;height:263px;top:537px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pWCOEw1UXJCdxxvoCdzkhwe5yBHkIcfg { width:320px;height:206px;top:250px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ec8RT7JlDoTW5iUBB6Hl3zy2iaElXoEw { width:275px;height:62.3906px;top:525.625px;left:22.5px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PF9FTLwDM8lgKNCV2rTbX5KvZlkigun2 { width:320px;height:64px;top:158.34375px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #HiMUapQwBy1AwTDzUD08TkcJfpKZLmcL { width:320px;height:179.188px;top:35px;left:0px;font-size:32px;display:block; }
 }@media only screen and (max-width: 763px) { #Hc1ocm4nC6m1QCgsl1g78E3IgIpaGtOa { width:320px;height:351px;top:458px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ga79ekRAWFsWvo796rVT8rtmZVl6drRO { display:block; }#Ga79ekRAWFsWvo796rVT8rtmZVl6drRO > .row .container { width:320px;height:78px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #axg01qbmMXLXaiJf02NxUEQudvBMozIr { width:320px;height:36.3984px;top:28.6875px;left:0px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #JBtNvChg7InHOLelQ0GqxsCt6n0h9kLc { display:block; }#JBtNvChg7InHOLelQ0GqxsCt6n0h9kLc > .row .container { width:320px;height:477px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc .accordion-heading-text { font-size:19px;height:auto; }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc .accordion-desc-text { font-size:17px;height:auto; }
#TZIyffamqWATGM5TDCS4KDep2AKybhSc { display:flex;height:auto;width:300px;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #k4KpBmQ3D6WALH2WoCCwcpVyeRhgfxD2 {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #yINRHX5b9UNi7S1HNZVC88vNlWrxA5yA {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #qn16IK6hWIlv4lZknCTWVgENU776yLqk {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #c2CVbhaTcz414Xa9dPfHJu23ZQrTMsen {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #mTDPfJT3wTSh4UQmOgwbPSqsxenUmSmJ {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #K0S4B602AKrw30AZClOFbXdGoMrhzB0m {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #fPkvoc6FhKf7Wt47rMSsqtQGrA1O9WIk {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #nxtwMObCMEG1k42whXKxin46cZRl8OGX {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #BBmxiRHINeVhLMQFUXryXwwWey9ze5Ep {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #Qp3diPbOyen6JhvFrXOR6K2vPOfRq38V {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #IlidLS5ad7VISGnD9GOc8TDPGNAQklwa {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #ctH9qBRTi3yRVJ3E12V5k4oQcTitRFTc {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #lQyhPs7BKZTw2P61Z4DTPkMRBf20HSTT {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #EfV25bhTdZMF0QTdmXBFhDihd1ackcCJ {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #ohtrCTO08oq2gaxbJMBu9TvdtCd2ZlWb {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #mCE3IPHRDiyVa2yT3yLDGzwHTub7d9wg {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #lywnDhfUS31i1cSVEy0OeoTO43CSLMbv {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #LADKGxzGHM8IHFSulP35KJtNVtxgOyP4 {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #hJZpRCvne0rCQscPOih1S6oL0KTVcfUS {  }
 }@media only screen and (max-width: 763px) { #TZIyffamqWATGM5TDCS4KDep2AKybhSc #tGnLa8r9HVp64p221gwRBJAWCZwZ8CVE {  }
 }@media only screen and (max-width: 763px) { #Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h { display:block; }#Kivg8Bxk9XKRwxTQy1atbJka86gN8R3h > .row .container { width:320px;height:779px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O9UHvJ38XfDdImJzNdSqXMgtzLXDIJ3b { width:320px;height:28.5938px;top:375px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #WtetK2uvSVb19oenxFXFGz5uu2xnNoPA { width:101px;height:20.7969px;top:45px;left:207px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Sr5yMIhsQoiz52TigZWsiHtwI6L8984F { width:208px;height:1px;top:421px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #lVWKbucJa7NaB52sm4sXmpiq4a8Oo2t2 { width:310px;height:304.18px;top:439.59375px;left:5px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Eax9dLm1S2VEXvR91G8AVvsd0Q30hcS5 { width:320px;height:317px;top:40px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #Ly9c3mfhBO0xGDarRTXsEPgKoJ4xsRZM { width:114px;height:114px;top:0px;left:204px;display:block; }
 }@media only screen and (max-width: 763px) { #vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW { display:block; }#vUPkZXV8sgMmVHBLJOgOpz2NJatX63oW > .row .container { width:320px;height:719px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bx4TtddyMy7Zc8A4bOCTFURIS3xm4pIW { width:218px;height:435px;top:0px;left:38px;display:block; }
 }@media only screen and (max-width: 763px) { #DN3WV467ObPERgGfn0UBzymdzalOdmRs { width:310px;height:70.1953px;top:479px;left:5px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ngHmUTcMcNqdml6iHDhzPRcGXhb4FkeP { width:208px;height:1px;top:568px;left:56px;display:block; }
 }@media only screen and (max-width: 763px) { #b4Odu7h8iC4p3ZJsrNZSAoGJMzaNxZ5h { width:310px;height:93.5938px;top:587.3125px;left:5px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD { background-color:#2d2929;background-image:url("https://images.assets-landingi.com/aYIi30Dd/white.png");background-position:top center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:auto !important;display:block; }#Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD.adaptive-delivery-prevent-bg, #Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD.lazyload, #Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD.lazyloading { background-image: none; }#Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD > .row .container { background-color: transparent; background-image: none; }#Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD > .row .container > .video-iframe-container { display: none; }#Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD > .row > .video-iframe-container { display: none; }#Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD > .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); }#Ms1s6ePFm59rONctfrgH4uRBr4xmn5mD > .row .container { width:320px;height:400px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BZhfPLl2kWm1IwiCm3p0nD8vBKUvzv9G { display:block; }#BZhfPLl2kWm1IwiCm3p0nD8vBKUvzv9G > .row .container { width:320px;height:42px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tzv9aCw5TsiMom8vav0yiXpKGaIlFrc8 { display:block; }#Tzv9aCw5TsiMom8vav0yiXpKGaIlFrc8 > .row .container { width:320px;height:407px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yXLpBbsiTJbzTbslMTQlTfgOOXJ8Cyhc { width:320px;height:105.281px;top:31px;left:0px;text-align:center;text-align-last:center;font-size:27px;display:block; }
 }@media only screen and (max-width: 763px) { #waoEx5AZ73T29TQVwtT9svVtT9RpqXP1 { width:320px;height:245px;top:145px;left:0px;z-index:15018;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Zq5dcCLIayihShBVmNmUKT8tT1S2AdTQ { width:320px;height:62.255639097744px;top:13px;left:0px;display:none; }
 }@media only screen and (max-width: 763px) { #ubs5Gx0Fsl1DnWBXc6xmanFim61QhddI { display:block; }#ubs5Gx0Fsl1DnWBXc6xmanFim61QhddI > .row .container { width:320px;height:170px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MbK95RtqagGGA0u2y9fKSNZn0GZH1Xyx { top:107px;left:0px;width:320px;height:36.9922px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #OaltCMUpVeZI3H6oNbb3PUSc14ArpPbT { display:block; }
 }@media only screen and (max-width: 763px) { #Wz2kl3sFFZuI4rZyWhHG9lV00VNRNTTf { width:320px;height:18.1953px;top:27px;left:0px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #tCc3uCEhdtfX3ZfLpvU2fSBw5K8yC5M4 { width:320px;height:54.5859px;top:52px;left:0px;font-size:14px;display:block; }
 }