.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;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0px;left:0px;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#C63oWPB0UmVaS982fEKgXb7g0VIfeMSJ { z-index:;position:relative;display:block; }#C63oWPB0UmVaS982fEKgXb7g0VIfeMSJ { background-color: transparent; background-image: none; }#C63oWPB0UmVaS982fEKgXb7g0VIfeMSJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C63oWPB0UmVaS982fEKgXb7g0VIfeMSJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C63oWPB0UmVaS982fEKgXb7g0VIfeMSJ > .row .container > .video-iframe-container { display: none; }#C63oWPB0UmVaS982fEKgXb7g0VIfeMSJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C63oWPB0UmVaS982fEKgXb7g0VIfeMSJ > .row > .video-iframe-container { display: none; }#C63oWPB0UmVaS982fEKgXb7g0VIfeMSJ > .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); }#C63oWPB0UmVaS982fEKgXb7g0VIfeMSJ { border-width: 0; border-radius: 0; }#C63oWPB0UmVaS982fEKgXb7g0VIfeMSJ > .row .container { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:14px;font-family:arial;height:100px;width:1200px;border-top:0;border-right:0;border-bottom:0;border-left:0;box-shadow: none;overflow:visible;position:relative;display:block; }#l5IH4USUUWLHVdinkOmswAyDg2Ds0c7r { color:#000000;display:block;width:446px;position:absolute;font-family:poppins;font-size:19px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:17.9765625px;left:377px;height:24.6979px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XdcNrxRQnZGDgJZ0sO3lUsE6tuEMvpIq { color:#000000;display:block;width:997px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:52.25px;left:101.5px;height:24px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b30350, #2a324a);background-image: -moz-linear-gradient(180deg, #b30350, #2a324a);background-image: -ms-linear-gradient(180deg, #b30350, #2a324a);background-image: -o-linear-gradient(180deg, #b30350, #2a324a);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30350', endColorstr='#2a324a' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30350', endColorstr='#2a324a' );";background-image: linear-gradient(180deg, #b30350, #2a324a);background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:133px;width:1200px;overflow:visible;position:relative;display:block; }#yQB4zETn0eXkXCXbe8ATMkw9fUltsDAV { color:#ffffff;display:block;width:971px;position:absolute;font-family:poppins;font-size:24px;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:30.5px;left:114.50001525879px;height:72px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG { position:relative;display:block; }#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG { background-color: transparent; background-image: none; }#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG > .row .container > .video-iframe-container { display: none; }#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG > .row > .video-iframe-container { display: none; }#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG > .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); }#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG { border-width: 0; border-radius: 0; }#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG > .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; }#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG > .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:660px;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; }#XUD3zLGAfdGL8Dz4qGLoVQEeQtmIV6eM { color:#000000;display:block;width:356px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:180px;left:67px;height:72px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HILmI0QCCHIpg5dmHOkDwVQ00JhZLRzU { color:#2a324a;display:block;width:734px;position:absolute;font-family:poppins;font-size:36px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:39px;left:62px;height:93.5938px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W5Ns0rhWp6CfHzUp0MA9i09v4Munfzfi { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b30350, #7c0034);background-image: -moz-linear-gradient(180deg, #b30350, #7c0034);background-image: -ms-linear-gradient(180deg, #b30350, #7c0034);background-image: -o-linear-gradient(180deg, #b30350, #7c0034);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30350', endColorstr='#7c0034' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30350', endColorstr='#7c0034' );";background-image: linear-gradient(180deg, #b30350, #7c0034);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: 1px 1px 8px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:406px;height:55px;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:517px;left:62px;display:block; }
#tOwD7uc7vdMZKCvoMnxEE5J33pUMkSeR { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#xo0FrRxThy0ocHWIzUbAdJOMloyp1dql { color:#ff0000;display:block;width:268px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:412px;left:67px;height:30px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E5ytfMqsVwH7QSZJBQoGraZa8nt5pEta { color:#377b0e;display:block;width:413px;position:absolute;font-family:poppins;font-size:33px;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:441px;left:67px;height:49.5px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dzZ0SDXHI8uTuVeRRDCcutT4x4hbMEDc { box-sizing:content-box;height:190px;width:190px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15017;background-color:#b30350;background-image:none;top:65px;left:893px;display:block; }
#nnDHG5qIlIkMWNvZoaoagVcf3oOZbtPV { color:#2a3a4a;display:block;width:330px;position:absolute;font-family:poppins;font-size:24px;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:289px;left:67px;height:72px;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wqZ8HORHscZxThKFESPHCGumqmGAGSTv { color:#ffffff;display:block;width:169px;position:absolute;font-family:poppins;font-size:24px;font-weight:400;z-index:15018;line-height:.9;letter-spacing:0;text-align:center;text-align-last:center;top:126px;left:903px;height:64.7814px;display:block; }
#v4FSf2a9UoFT7IzrdSNuJ3Zsn2JD6wKI { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:588px;width:434px;top:71px;left:576px;overflow:hidden;display:block; }
#vJHkEcIhX5QAsElw3cTLvN0tTUTiVTqr { box-sizing:content-box;height:200px;width:458px;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:397px;left:38px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;box-shadow: 1px 2px 7px #ddd7cd ;display:block; }
#ZLE0aSVgvOxEJhJUkaCkUw2z4dZ74f78 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(186,204,238,0.28);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; }#ZLE0aSVgvOxEJhJUkaCkUw2z4dZ74f78 > .row .container { background-color: transparent; background-image: none; }#ZLE0aSVgvOxEJhJUkaCkUw2z4dZ74f78::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLE0aSVgvOxEJhJUkaCkUw2z4dZ74f78 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLE0aSVgvOxEJhJUkaCkUw2z4dZ74f78 > .row .container > .video-iframe-container { display: none; }#ZLE0aSVgvOxEJhJUkaCkUw2z4dZ74f78 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLE0aSVgvOxEJhJUkaCkUw2z4dZ74f78 > .row > .video-iframe-container { display: none; }#ZLE0aSVgvOxEJhJUkaCkUw2z4dZ74f78 > .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); }#ZLE0aSVgvOxEJhJUkaCkUw2z4dZ74f78 > .row .container { border-width: 0; border-radius: 0; }#ZLE0aSVgvOxEJhJUkaCkUw2z4dZ74f78 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZLE0aSVgvOxEJhJUkaCkUw2z4dZ74f78 > .row .container { font-size:14px;font-family:arial;height:291px;width:1200px;position:relative;display:block; }#LTIt7BDJZkSe9ySSG3lENi7WMMpnupyX { color:#2a3a4a;display:block;width:1056px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:28.4375px;left:43px;height:60px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EyzfyZ11mPv7GGki5PbIxLK5sl1QdRZa { position:absolute;display:block;z-index:15009;height:130px;width:620px;top:113px;left:290px;display:block; }
#qHLXmulwXTTxDAKRIzeaxfTnLvK6yCl4 { position:absolute;display:block;z-index:15010;height:99px;width:177px;top:113px;left:94px;display:none; }
#mkU1n6T7A485hO4RNhoimHbHM60HF1sH { position:relative;display:block; }#mkU1n6T7A485hO4RNhoimHbHM60HF1sH { background-color: transparent; background-image: none; }#mkU1n6T7A485hO4RNhoimHbHM60HF1sH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkU1n6T7A485hO4RNhoimHbHM60HF1sH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkU1n6T7A485hO4RNhoimHbHM60HF1sH > .row .container > .video-iframe-container { display: none; }#mkU1n6T7A485hO4RNhoimHbHM60HF1sH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mkU1n6T7A485hO4RNhoimHbHM60HF1sH > .row > .video-iframe-container { display: none; }#mkU1n6T7A485hO4RNhoimHbHM60HF1sH > .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); }#mkU1n6T7A485hO4RNhoimHbHM60HF1sH { border-width: 0; border-radius: 0; }#mkU1n6T7A485hO4RNhoimHbHM60HF1sH > .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; }#mkU1n6T7A485hO4RNhoimHbHM60HF1sH > .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:522px;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; }#PFA23PLU9de5GnH1s4xDvQslPGEQFLzC { color:#2a3a4a;display:block;width:883px;position:absolute;font-family:poppins;font-size:36px;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:33.75px;left:158.5px;height:46.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Vmwu0TGSy3vaOlkW6HZfxkhxibvaooKk { color:#000000;display:block;width:980px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:109.2890625px;left:110px;height:228.7659px;display:block; }#Vmwu0TGSy3vaOlkW6HZfxkhxibvaooKk li:not(:first-child){ padding-top:5px;padding-right:0;padding-bottom:0;padding-left:0; }#Vmwu0TGSy3vaOlkW6HZfxkhxibvaooKk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
#AeEEvdzmtexAhWWC284FhHecfzpbQqrg { color:#000000;display:block;width:846.992px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:370px;left:110px;height:23.3984px;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; }
#MhT77vqtA6gGzT97HZAIcbgwaRKi1mE9 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b30350, #7c0034);background-image: -moz-linear-gradient(180deg, #b30350, #7c0034);background-image: -ms-linear-gradient(180deg, #b30350, #7c0034);background-image: -o-linear-gradient(180deg, #b30350, #7c0034);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30350', endColorstr='#7c0034' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30350', endColorstr='#7c0034' );";background-image: linear-gradient(180deg, #b30350, #7c0034);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-shadow: 1px 1px 8px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:406px;height:55px;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:419px;left:397px;display:block; }
#GxudaFvTAScvz3FZouRMU6pGg0NtSoX5 { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#oJXtTBdRuRHTAR9D8JkRhPfD0AuJOgFd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#baccee;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; }#oJXtTBdRuRHTAR9D8JkRhPfD0AuJOgFd > .row .container { background-color: transparent; background-image: none; }#oJXtTBdRuRHTAR9D8JkRhPfD0AuJOgFd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJXtTBdRuRHTAR9D8JkRhPfD0AuJOgFd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJXtTBdRuRHTAR9D8JkRhPfD0AuJOgFd > .row .container > .video-iframe-container { display: none; }#oJXtTBdRuRHTAR9D8JkRhPfD0AuJOgFd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oJXtTBdRuRHTAR9D8JkRhPfD0AuJOgFd > .row > .video-iframe-container { display: none; }#oJXtTBdRuRHTAR9D8JkRhPfD0AuJOgFd > .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); }#oJXtTBdRuRHTAR9D8JkRhPfD0AuJOgFd > .row .container { border-width: 0; border-radius: 0; }#oJXtTBdRuRHTAR9D8JkRhPfD0AuJOgFd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oJXtTBdRuRHTAR9D8JkRhPfD0AuJOgFd > .row .container { font-size:14px;font-family:arial;height:367px;width:1200px;position:relative;display:block; }#p5hluOkplAWqe1M2uo37GN4QMHbyPGIg { color:#000000;display:block;width:409px;position:absolute;font-family:poppins;font-size:36px;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:107px;left:291px;height:93.5938px;font-style:normal;display:block; }
#rNQvSyfSK6rQTZ3H3uULKvoTXnU5qMfy { color:#000000;display:block;width:384.984px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:216px;left:291px;height:62.3906px;display:block; }
#OkvmieopxegrN0mTatukkVmHS9aRQyEQ { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:327.99px;width:429px;top:19.499961853027px;left:675.00001525879px;overflow:hidden;display:block; }
#eV983oI4FE6euAbAhkuVcgaUZXTfCfS1 { box-sizing:content-box;height:354px;width:354px;position:absolute;border-top-right-radius:600px;border-bottom-right-radius:600px;border-bottom-left-radius:600px;border-top-left-radius:600px;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,255,255,0.47));background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,255,255,0.47));background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,255,255,0.47));background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(255,255,255,0.47));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#77ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#77ffffff' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(255,255,255,0.47));background-size:auto !important;top:0px;left:719px;display:block; }
#ax1NiRog1lJVTs2TQgrl9rn7oX2TiaoK { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:276px;width:276px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:.43;top:29px;left:25px; }
#QzuKztSFrRXFF1CwvfuUPCLKXCTiSyV4 { 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; }#QzuKztSFrRXFF1CwvfuUPCLKXCTiSyV4 > .row .container { background-color: transparent; background-image: none; }#QzuKztSFrRXFF1CwvfuUPCLKXCTiSyV4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzuKztSFrRXFF1CwvfuUPCLKXCTiSyV4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzuKztSFrRXFF1CwvfuUPCLKXCTiSyV4 > .row .container > .video-iframe-container { display: none; }#QzuKztSFrRXFF1CwvfuUPCLKXCTiSyV4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QzuKztSFrRXFF1CwvfuUPCLKXCTiSyV4 > .row > .video-iframe-container { display: none; }#QzuKztSFrRXFF1CwvfuUPCLKXCTiSyV4 > .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); }#QzuKztSFrRXFF1CwvfuUPCLKXCTiSyV4 > .row .container { border-width: 0; border-radius: 0; }#QzuKztSFrRXFF1CwvfuUPCLKXCTiSyV4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QzuKztSFrRXFF1CwvfuUPCLKXCTiSyV4 > .row .container { font-size:14px;font-family:arial;height:479px;width:1200px;position:relative;display:block; }#UQvEUSCi8uV8Qu8fb59mF25WMmNJ4Xvv { color:#2a3a4a;display:block;width:300px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:244px;left:50.000015258789px;height:26px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lbnCRKSJQiXnxADSHoo0r0vr7zJDcb6S { color:#2a3a4a;display:block;width:300px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:243.99992370605px;left:450.00001525879px;height:78px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ezzep5qLVMsKRxhkLWb7z2hqpxCBkO2T { color:#000000;display:block;width:300px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:322px;left:50.000015258789px;height:76.7812px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F0z6eJlgFDR88nZrPVgFIIcZQiyGs6IU { color:#000000;display:block;width:300px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:349px;left:450.00001525879px;height:51.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kzLAHulA8zPLuoPGNZ0eMa2AzKm0FU6H { color:#000000;display:block;width:300px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:350px;left:850.00007629395px;height:51.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GKoBxUKFZvNoTQUnA78y7a0EiVM482Q0 { color:#2a3a4a;display:block;width:300px;position:absolute;font-family:poppins;font-size:20px;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:243.99992370605px;left:850.00007629395px;height:52px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iiMLf10JT9HLm2qAfzA0nok7N1SVQbKw { color:#2a3a4a;display:block;width:733.969px;position:absolute;font-family:poppins;font-size:36px;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:54.88542175293px;left:233.01042175293px;height:46.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EKXOklhLR1U8uClfygLtipp1axtr92vi { box-sizing:content-box;color:#5d92ff;font-size:45px;font-weight:400;line-height:1;height:65px;width:65px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:163.00001525879px;left:967.50007629395px; }
#Eg84OGFphlmN5zqpdmxH0h0Rvm8fiFNC { box-sizing:content-box;color:#5d92ff;font-size:45px;font-weight:400;line-height:1;height:65px;width:65px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:163.00001525879px;left:567.50001525879px; }
#TwP0ScdndgF68kriskB2eowrky4Pu0tu { box-sizing:content-box;color:#5d92ff;font-size:45px;font-weight:400;line-height:1;height:65px;width:65px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:163.00001525879px;left:167.50001525879px; }
#UBuG5V7zaQEBXa0v3iOzEDo6TNFL0Tk9 { box-sizing:content-box;height:250px;width:1px;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:none;top:157.96876525879px;left:400.00001525879px;display:block; }
#ayf3F7FAw63T4UnIEdxGyVNbe1KTgbN2 { box-sizing:content-box;height:250px;width:1px;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;top:157.96875px;left:800.00007629395px;display:block; }
#J95EFUHbzN5croTUtyOqA5hT1qXKqxQp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#baccee;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; }#J95EFUHbzN5croTUtyOqA5hT1qXKqxQp > .row .container { background-color: transparent; background-image: none; }#J95EFUHbzN5croTUtyOqA5hT1qXKqxQp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J95EFUHbzN5croTUtyOqA5hT1qXKqxQp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J95EFUHbzN5croTUtyOqA5hT1qXKqxQp > .row .container > .video-iframe-container { display: none; }#J95EFUHbzN5croTUtyOqA5hT1qXKqxQp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#J95EFUHbzN5croTUtyOqA5hT1qXKqxQp > .row > .video-iframe-container { display: none; }#J95EFUHbzN5croTUtyOqA5hT1qXKqxQp > .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); }#J95EFUHbzN5croTUtyOqA5hT1qXKqxQp > .row .container { border-width: 0; border-radius: 0; }#J95EFUHbzN5croTUtyOqA5hT1qXKqxQp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#J95EFUHbzN5croTUtyOqA5hT1qXKqxQp > .row .container { font-size:14px;font-family:arial;height:946px;width:1200px;position:relative;display:block; }#qTGe6Xd0GQf0isFTlTA91oZ6HJKeyZzq { color:#000000;display:block;width:796.992px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:157px;left:186px;height:41.5938px;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; }
#VUBsV0pzAaaOezT44oMskEhvmNy6DBax { color:#000000;display:block;width:796.992px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:297px;left:186px;height:20.7969px;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; }
#rGDeUdxtAbKft7BolAAP4wHQ2pZO0gW5 { color:#000000;display:block;width:846.996px;position:absolute;font-family:poppins;font-size:21px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:260px;left:186px;height:27.2969px;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; }
#Xg4Pw4N4Bys8sbuJzcnmiFEsxWbvhGUA { color:#000000;display:block;width:796.992px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:435px;left:186px;height:20.7969px;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; }
#AqUx8c7csILxwSLWiNr9Qx3hk0Tw0570 { color:#000000;display:block;width:846.996px;position:absolute;font-family:poppins;font-size:21px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:398px;left:186px;height:27.2969px;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; }
#ofmxhtoizazdar3UXaRFGAJpM2Zo9E2G { color:#000000;display:block;width:796.98px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:584px;left:185px;height:20.7969px;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; }
#P2080mg6zc2o3MSrgGsD094zK4ppkHtT { color:#000000;display:block;width:846.996px;position:absolute;font-family:poppins;font-size:21px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:539px;left:185px;height:27.2969px;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; }
#QUO82PTmuUAnGWUUTMsAyf89RAF1WEH7 { color:#000000;display:block;width:796.98px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:723px;left:184px;height:20.7969px;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; }
#vB1RZl2R0TT73PiJfynhDOGX9DIUX1Qn { color:#000000;display:block;width:846.996px;position:absolute;font-family:poppins;font-size:21px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:678px;left:185px;height:27.2969px;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; }
#lprqxiAgm4Aa7LT0fJc5xnTSWmwxyvrq { color:#000000;display:block;width:846.996px;position:absolute;font-family:poppins;font-size:21px;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:805px;left:185px;height:27.2969px;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; }
#CtquFO5ZXRc5A3irFk4TXpr3ra7Auxqi { color:#000000;display:block;width:718px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:850px;left:184px;height:41.5938px;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; }
#x6hl6ODMpH1NDSth9gNTBCaRFx1pfPyE { box-sizing:content-box;height:127.992px;width:885.996px;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.39);background-image:none;top:787px;left:157px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#ktyBLO5cF2JNKqQzskEptVzAfPqisKrw { box-sizing:content-box;height:127.98px;width:885.984px;position:absolute;display:block;z-index:15000;background-color:rgba(255,255,255,0.39);background-image:none;top:649px;left:158px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#cttaKUarqthhbh8qFMmqH6iXnAnlvQGE { box-sizing:content-box;height:127.979px;width:885.979px;position:absolute;display:block;z-index:15001;background-color:rgba(255,255,255,0.39);background-image:none;top:511px;left:158px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#pFOhAzLtTbam9AcmsTurcaR6dHpL3TIX { box-sizing:content-box;height:127.969px;width:885.969px;position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.39);background-image:none;top:374px;left:159px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#XcuFSxtqCLon6bKDoq2ThGVUXgLtL28V { box-sizing:content-box;height:127.969px;width:885.969px;position:absolute;display:block;z-index:14998;background-color:rgba(255,255,255,0.39);background-image:none;top:236px;left:158px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#wx0cDbbOGIWJMWz4ETUVwh604XvCLOuE { box-sizing:content-box;height:127.969px;width:885.969px;position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.39);background-image:none;top:96px;left:158px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#KW86USZ3oE4At3li2gIZeIM5tbTVeTN4 { color:#000000;display:block;width:846.977px;position:absolute;font-family:poppins;font-size:21px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:117px;left:186px;height:27.2969px;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; }
#XftzR9mJv5v4XusNRIe9qVuuoFdAhHAP { color:#2a3a4a;display:block;width:846.984px;position:absolute;font-family:poppins;font-size:36px;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:26.75px;left:176.5078125px;height:46.7969px;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DLrDpUMfqTVUg9EgwSqigRlgxGovWbKn { position:relative;display:block; }#DLrDpUMfqTVUg9EgwSqigRlgxGovWbKn { background-color: transparent; background-image: none; }#DLrDpUMfqTVUg9EgwSqigRlgxGovWbKn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLrDpUMfqTVUg9EgwSqigRlgxGovWbKn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLrDpUMfqTVUg9EgwSqigRlgxGovWbKn > .row .container > .video-iframe-container { display: none; }#DLrDpUMfqTVUg9EgwSqigRlgxGovWbKn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DLrDpUMfqTVUg9EgwSqigRlgxGovWbKn > .row > .video-iframe-container { display: none; }#DLrDpUMfqTVUg9EgwSqigRlgxGovWbKn > .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); }#DLrDpUMfqTVUg9EgwSqigRlgxGovWbKn { border-width: 0; border-radius: 0; }#DLrDpUMfqTVUg9EgwSqigRlgxGovWbKn > .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; }#DLrDpUMfqTVUg9EgwSqigRlgxGovWbKn > .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:587px;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; }#FyHAT3VSbNXFE3xIzywwxldBWzuAfnLr { color:#2a3a4a;display:block;width:846.977px;position:absolute;font-family:poppins;font-size:36px;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:46.000061035156px;left:53.000015258789px;height:46.7969px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OR2zU1UNEDgNsFFZ2gwO1u0cLFmvztkE { color:#000000;display:block;width:591px;position:absolute;font-family:poppins;font-size:16px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:137.00006103516px;left:53.000015258789px;height:311.9532px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WM4zaecsLgWpBCKpyMXO3ZLfpf6c19Vo { color:#000000;display:block;width:339px;position:absolute;font-family:poppins;font-size:32px;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:399.54167938232px;left:783.16670227051px;height:44.7969px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#grPydPITLBIZVcntdplcaAcH2WqK1i8J { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:304px;width:304px;top:76.791679382324px;left:800.66670227051px;overflow:hidden;display:block; }
#km26A9crOgT7mk0uXWSfaK3ISWxexlXw { color:#000000;display:block;width:304px;position:absolute;font-family:poppins;font-size:14px;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:454.54167938232px;left:800.66670227051px;height:39.1875px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pPyaKIufzifRIvPnUy3OS7tFcCpvvo95 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:86px;width:86px;top:68.79167175293px;left:1005.0000762939px;overflow:hidden;display:block; }
#XtkTE8JZAWvXQu1etcC6wbTQE9NRMrHE { box-sizing:content-box;height:350px;width:1px;position:absolute;display:block;z-index:15010;background-color:#e3e3e3;background-image:none;top:118.5px;left:709.33332824707px;display:block; }
#pSRC434hiTkDVNlz8rnMVNlx3vTp14MV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(186,204,238,0.28);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; }#pSRC434hiTkDVNlz8rnMVNlx3vTp14MV > .row .container { background-color: transparent; background-image: none; }#pSRC434hiTkDVNlz8rnMVNlx3vTp14MV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSRC434hiTkDVNlz8rnMVNlx3vTp14MV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSRC434hiTkDVNlz8rnMVNlx3vTp14MV > .row .container > .video-iframe-container { display: none; }#pSRC434hiTkDVNlz8rnMVNlx3vTp14MV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pSRC434hiTkDVNlz8rnMVNlx3vTp14MV > .row > .video-iframe-container { display: none; }#pSRC434hiTkDVNlz8rnMVNlx3vTp14MV > .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); }#pSRC434hiTkDVNlz8rnMVNlx3vTp14MV > .row .container { border-width: 0; border-radius: 0; }#pSRC434hiTkDVNlz8rnMVNlx3vTp14MV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pSRC434hiTkDVNlz8rnMVNlx3vTp14MV > .row .container { font-size:14px;font-family:arial;height:460px;width:1200px;position:relative;display:block; }#xKHrbpdKVll8tJJza1lTVnnobri3v4R1 { color:#000000;display:block;width:302px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:204.69791412354px;left:60.000015258789px;height:70.1953px;font-style:italic;display:block; }
#iAStnRD5xQEM4N18FTLXTErV8HSEagMT { color:#000000;display:block;width:289px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:204.69791412354px;left:451.97920227051px;height:70.1953px;font-style:italic;display:block; }
#RUT0OFE2yJTIu4wOUCKZ5TmrF5lMPALi { color:#000000;display:block;width:302px;position:absolute;font-family:poppins;font-size:18px;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:205.38541412354px;left:860.00007629395px;height:70.1953px;font-style:italic;display:block; }
#aGpKfbSwKTE9zwVNnT6lIF8ABvKfrept { color:#000000;display:block;width:252px;position:absolute;font-family:poppins;font-size:19px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:320px;left:75px;height:24.6979px;font-style:italic;text-align:right;text-align-last:right;display:block; }
#PX8q5fXutTQQDaVclrGT9UlqQLtAyy2a { color:#000000;display:block;width:252px;position:absolute;font-family:poppins;font-size:19px;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:320px;left:475px;height:24.6979px;font-style:italic;text-align:right;text-align-last:right;display:block; }
#HyBk5oqroLOUqXQLGmTTs6rgQN6IqnCH { color:#000000;display:block;width:252px;position:absolute;font-family:poppins;font-size:19px;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:320px;left:874px;height:24.6979px;font-style:italic;text-align:right;text-align-last:right;display:block; }
#VKSswBEf4AN3TZSG29fDrxUOvnvFqbtA { position:absolute;display:block;z-index:15010;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:40.9922px;width:184.992px;top:359.00000762939px;left:49.000015258789px;overflow:hidden;display:block; }
#qwAKTZgD4hRgaTF8NdpscghTnW1FQQKn { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.9922px;width:184.98px;top:359.00000762939px;left:442.00001525879px;overflow:hidden;display:block; }
#Pbwk6dQzhPthzgUUOpdv1TdcglIKDXpf { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40.9922px;width:184.969px;top:359.00000762939px;left:841.00007629395px;overflow:hidden;display:block; }
#S3Ux8E51WAICSak9Dd4P2PItCGNddCCI { box-sizing:content-box;height:299px;width:350px;position:absolute;display:block;z-index:15003;background-color:rgba(255,255,255,0.39);background-image:none;top:119.00009155273px;left:25.000015258789px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#SDLOMB8yrmpxiDOqM5lBluPGVX9ldNC8 { box-sizing:content-box;height:299px;width:350px;position:absolute;display:block;z-index:15004;background-color:rgba(255,255,255,0.39);background-image:none;top:119.00009155273px;left:425.00001525879px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#UWJVlzd5for3Oa9quhdyuXQ3k3iEGLw1 { box-sizing:content-box;height:299px;width:350px;position:absolute;display:block;z-index:15005;background-color:rgba(255,255,255,0.39);background-image:none;top:119.00009155273px;left:825.00007629395px;border-top-right-radius:8px;border-bottom-right-radius:8px;border-bottom-left-radius:8px;border-top-left-radius:8px;display:block; }
#DbGhbO9cz4TWPeRMBWcGHhh6ezdFJuTi { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:72px;width:72px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:101px;left:269.00001525879px; }
#FTTtRXnday3cRvEVAs0cdupZLChp6WtF { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:72px;width:72px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:101px;left:685.00001525879px; }
#AehZbuPAh4TMaUeviLe7Qfx5aLkEM3D9 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:72px;width:72px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:101px;left:1080.0000762939px; }
#sPshJQEWpRNqslD9d1QM4nbrFSuTZrZx { color:#2a3a4a;display:block;width:913px;position:absolute;font-family:poppins;font-size:36px;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:18.96875px;left:143.5px;height:54px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C26iVtSfVmnw6mQrC0ZIUb1frQwhHLNV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(186,204,238,0.28), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(186,204,238,0.28), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(186,204,238,0.28), #ffffff);background-image: -o-linear-gradient(180deg, rgba(186,204,238,0.28), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#47baccee', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#47baccee', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(186,204,238,0.28), #ffffff);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; }#C26iVtSfVmnw6mQrC0ZIUb1frQwhHLNV > .row .container { background-color: transparent; background-image: none; }#C26iVtSfVmnw6mQrC0ZIUb1frQwhHLNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C26iVtSfVmnw6mQrC0ZIUb1frQwhHLNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C26iVtSfVmnw6mQrC0ZIUb1frQwhHLNV > .row .container > .video-iframe-container { display: none; }#C26iVtSfVmnw6mQrC0ZIUb1frQwhHLNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C26iVtSfVmnw6mQrC0ZIUb1frQwhHLNV > .row > .video-iframe-container { display: none; }#C26iVtSfVmnw6mQrC0ZIUb1frQwhHLNV > .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); }#C26iVtSfVmnw6mQrC0ZIUb1frQwhHLNV > .row .container { border-width: 0; border-radius: 0; }#C26iVtSfVmnw6mQrC0ZIUb1frQwhHLNV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C26iVtSfVmnw6mQrC0ZIUb1frQwhHLNV > .row .container { font-size:14px;font-family:arial;height:372px;width:1200px;position:relative;display:block; }#LhdHn1GFVZL8TocGEsovrCNgLJOHDmLL { color:#000000;display:block;width:846.977px;position:absolute;font-family:poppins;font-size:36px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:29.09375px;left:176.5078125px;height:46.7969px;text-align:center;text-align-last:center;display:block; }
#URkgAyE7VEJBdEwzGiCEv5MTTVfvLqLa { color:#000000;display:block;width:967px;position:absolute;font-family:poppins;font-size:16px;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:95.296875px;left:116.5px;height:62.3907px;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; }
#x38G9UJo34eX5oDeiSGTowUFQzhAnLO4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b30350, #7c0034);background-image: -moz-linear-gradient(180deg, #b30350, #7c0034);background-image: -ms-linear-gradient(180deg, #b30350, #7c0034);background-image: -o-linear-gradient(180deg, #b30350, #7c0034);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30350', endColorstr='#7c0034' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b30350', endColorstr='#7c0034' );";background-image: linear-gradient(180deg, #b30350, #7c0034);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-shadow: 1px 1px 8px rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:poppins;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:406px;height:55px;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:284px;left:400.00001525879px;display:block; }
#vJ6mS3GTh028hXqDxACoa4Srbo8pzzek { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#SzQdCFnxXCFEDXm3FleSx9EwA0BLdNHM { color:#77be4c;display:block;width:413px;position:absolute;font-family:poppins;font-size:33px;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:222.99967956543px;left:393.50001525879px;height:49.5px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LEMnWfIAIrW3yCih1b327k7S5DU7orVE { color:#ff0009;display:block;width:268px;position:absolute;font-family:poppins;font-size:20px;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:193px;left:466.00001525879px;height:30px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bocHyqrO43TmUiiNAr1NJDxhwOuPKSUT { 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;z-index:auto;display:block; }#bocHyqrO43TmUiiNAr1NJDxhwOuPKSUT > .row .container { background-color: transparent; background-image: none; }#bocHyqrO43TmUiiNAr1NJDxhwOuPKSUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bocHyqrO43TmUiiNAr1NJDxhwOuPKSUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bocHyqrO43TmUiiNAr1NJDxhwOuPKSUT > .row .container > .video-iframe-container { display: none; }#bocHyqrO43TmUiiNAr1NJDxhwOuPKSUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bocHyqrO43TmUiiNAr1NJDxhwOuPKSUT > .row > .video-iframe-container { display: none; }#bocHyqrO43TmUiiNAr1NJDxhwOuPKSUT > .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); }#bocHyqrO43TmUiiNAr1NJDxhwOuPKSUT > .row .container { border-width: 0; border-radius: 0; }#bocHyqrO43TmUiiNAr1NJDxhwOuPKSUT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bocHyqrO43TmUiiNAr1NJDxhwOuPKSUT > .row .container { font-size:14px;font-family:arial;height:355px;width:1200px;position:relative;display:block; }#Q6b3MfAOu7fp5cDRuNN4e10eha4kbWtX { color:#1f333b;display:block;width:369px;position:absolute;font-family:averta;font-size:16px;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:100px;left:427px;height:102.3752px;text-align:center;text-align-last:center;display:block; }
#oktCmXh0wAO6d9F9V9LqFbgiBzDaPLBS { color:#1f333b;display:block;width:397px;position:absolute;font-family:averta;font-size:14px;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:318px;left:120px;height:22.3984px;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p2kBGiKUQv3eDSnAr5K8vMfbayDy1Rdh { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;top:221px;left:559px; }
#p2kBGiKUQv3eDSnAr5K8vMfbayDy1Rdh > img { max-width: 100%;max-height:100%; width:35px; height:35px; }#rgM3ewvof6eTkrZM8XwFtlPW5UB4ZAOB { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:221px;left:604px; }
#rgM3ewvof6eTkrZM8XwFtlPW5UB4ZAOB > img { max-width: 100%;max-height:100%; width:35px; height:35px; }#xTD3VPFiJrnvOmZZ2ZcSXkApZfTbiJrq { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;top:221px;left:650px; }
#xTD3VPFiJrnvOmZZ2ZcSXkApZfTbiJrq > img { max-width: 100%;max-height:100%; width:35px; height:35px; }#IMZLfxWuNT7MTQ7lZwQ4rryL8bnESQe3 { color:#1f333b;display:block;width:203px;position:absolute;font-family:averta;font-size:14px;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:317.98944091797px;left:847px;height:22.3984px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#g5XahTJyQ5C0ya1TaGxaZZfiH11M5VuV { color:#1f333b;display:block;width:203px;position:absolute;font-family:averta;font-size:14px;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:296.609375px;left:847px;height:22.3984px;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Nt3vPoVfILC7dH5yhKu0XSzvBT3ZT1nQ { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:63px;width:63px;top:26px;left:580px;overflow:hidden;display:block; }
#CPROvJ9cMrgEo3iGo9VnChLfJqfeDH7o { box-sizing:content-box;color:#5d92ff;font-size:24px;font-weight:400;line-height:1;height:35px;width:35px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;top:221px;left:515px; }
#CPROvJ9cMrgEo3iGo9VnChLfJqfeDH7o > img { max-width: 100%;max-height:100%; width:35px; height:35px; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #C63oWPB0UmVaS982fEKgXb7g0VIfeMSJ { display:block; }#C63oWPB0UmVaS982fEKgXb7g0VIfeMSJ > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5IH4USUUWLHVdinkOmswAyDg2Ds0c7r { top:17px;left:159px;width:446px;height:24px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #XdcNrxRQnZGDgJZ0sO3lUsE6tuEMvpIq { top:52px;left:0px;width:764px;height:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQB4zETn0eXkXCXbe8ATMkw9fUltsDAV { top:30px;left:0px;width:764px;height:72px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #iXt55KtAbL5CSoReJ0aLcNK2gT103bvG { display:block; }#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUD3zLGAfdGL8Dz4qGLoVQEeQtmIV6eM { top:180px;left:0px;width:356px;height:96px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HILmI0QCCHIpg5dmHOkDwVQ00JhZLRzU { top:39px;left:0px;width:734px;height:93px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #W5Ns0rhWp6CfHzUp0MA9i09v4Munfzfi { width:406px;height:55px;top:517px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #tOwD7uc7vdMZKCvoMnxEE5J33pUMkSeR { display:block; }
 }@media only screen and (max-width: 763px) { #xo0FrRxThy0ocHWIzUbAdJOMloyp1dql { top:412px;left:0px;width:268px;height:30px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #E5ytfMqsVwH7QSZJBQoGraZa8nt5pEta { top:441px;left:0px;width:413px;height:49px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #dzZ0SDXHI8uTuVeRRDCcutT4x4hbMEDc { top:65px;left:574px;width:190px;height:190px;display:block; }
 }@media only screen and (max-width: 763px) { #nnDHG5qIlIkMWNvZoaoagVcf3oOZbtPV { top:289px;left:0px;width:330px;height:72px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #wqZ8HORHscZxThKFESPHCGumqmGAGSTv { top:126px;left:595px;width:169px;height:64px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #v4FSf2a9UoFT7IzrdSNuJ3Zsn2JD6wKI { top:71px;left:330px;width:434px;height:588px;display:block; }
 }@media only screen and (max-width: 763px) { #vJHkEcIhX5QAsElw3cTLvN0tTUTiVTqr { top:397px;left:0px;width:458px;height:200px;display:block; }
 }@media only screen and (max-width: 763px) { #ZLE0aSVgvOxEJhJUkaCkUw2z4dZ74f78 { display:block; }#ZLE0aSVgvOxEJhJUkaCkUw2z4dZ74f78 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTIt7BDJZkSe9ySSG3lENi7WMMpnupyX { top:28px;left:0px;width:764px;height:60px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #EyzfyZ11mPv7GGki5PbIxLK5sl1QdRZa { top:113px;left:72px;width:620px;height:130px;display:block; }
 }@media only screen and (max-width: 763px) { #qHLXmulwXTTxDAKRIzeaxfTnLvK6yCl4 { top:113px;left:0px;width:177px;height:99px;display:block; }
 }@media only screen and (max-width: 763px) { #mkU1n6T7A485hO4RNhoimHbHM60HF1sH { display:block; }#mkU1n6T7A485hO4RNhoimHbHM60HF1sH > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFA23PLU9de5GnH1s4xDvQslPGEQFLzC { top:33px;left:0px;width:764px;height:46px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #Vmwu0TGSy3vaOlkW6HZfxkhxibvaooKk { top:109px;left:0px;width:764px;height:228px;font-size:16px;display:block; }#Vmwu0TGSy3vaOlkW6HZfxkhxibvaooKk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
 }@media only screen and (max-width: 763px) { #AeEEvdzmtexAhWWC284FhHecfzpbQqrg { top:370px;left:0px;width:764px;height:23px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #MhT77vqtA6gGzT97HZAIcbgwaRKi1mE9 { width:406px;height:55px;top:419px;left:179px;display:block; }
 }@media only screen and (max-width: 763px) { #GxudaFvTAScvz3FZouRMU6pGg0NtSoX5 { display:block; }
 }@media only screen and (max-width: 763px) { #oJXtTBdRuRHTAR9D8JkRhPfD0AuJOgFd { display:block; }#oJXtTBdRuRHTAR9D8JkRhPfD0AuJOgFd > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5hluOkplAWqe1M2uo37GN4QMHbyPGIg { top:107px;left:73px;width:409px;height:93px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #rNQvSyfSK6rQTZ3H3uULKvoTXnU5qMfy { top:216px;left:73px;width:384px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OkvmieopxegrN0mTatukkVmHS9aRQyEQ { top:19px;left:335px;width:429px;height:327.99px;display:block; }
 }@media only screen and (max-width: 763px) { #eV983oI4FE6euAbAhkuVcgaUZXTfCfS1 { top:0px;left:410px;width:354px;height:354px;display:block; }
 }@media only screen and (max-width: 763px) { #ax1NiRog1lJVTs2TQgrl9rn7oX2TiaoK { top:29px;left:0px;width:276px;height:276px;display:block; }
 }@media only screen and (max-width: 763px) { #QzuKztSFrRXFF1CwvfuUPCLKXCTiSyV4 { display:block; }#QzuKztSFrRXFF1CwvfuUPCLKXCTiSyV4 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQvEUSCi8uV8Qu8fb59mF25WMmNJ4Xvv { width:300px;height:52px;top:244px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lbnCRKSJQiXnxADSHoo0r0vr7zJDcb6S { width:300px;height:78px;top:243px;left:208px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ezzep5qLVMsKRxhkLWb7z2hqpxCBkO2T { width:300px;height:76px;top:322px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #F0z6eJlgFDR88nZrPVgFIIcZQiyGs6IU { width:300px;height:51px;top:349px;left:208px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kzLAHulA8zPLuoPGNZ0eMa2AzKm0FU6H { width:300px;height:51px;top:350px;left:462px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GKoBxUKFZvNoTQUnA78y7a0EiVM482Q0 { width:300px;height:78px;top:243px;left:462px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iiMLf10JT9HLm2qAfzA0nok7N1SVQbKw { top:54px;left:0px;width:733px;height:46px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #EKXOklhLR1U8uClfygLtipp1axtr92vi { top:163px;left:602.50007629395px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #Eg84OGFphlmN5zqpdmxH0h0Rvm8fiFNC { top:163px;left:348.50001525879px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #TwP0ScdndgF68kriskB2eowrky4Pu0tu { top:163px;left:94.500015258789px;width:65px;height:65px;display:block; }
 }@media only screen and (max-width: 763px) { #UBuG5V7zaQEBXa0v3iOzEDo6TNFL0Tk9 { top:157px;left:254px;width:1px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #ayf3F7FAw63T4UnIEdxGyVNbe1KTgbN2 { top:157px;left:508px;width:1px;height:250px;display:block; }
 }@media only screen and (max-width: 763px) { #J95EFUHbzN5croTUtyOqA5hT1qXKqxQp { display:block; }#J95EFUHbzN5croTUtyOqA5hT1qXKqxQp > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTGe6Xd0GQf0isFTlTA91oZ6HJKeyZzq { top:157px;left:0px;width:764px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VUBsV0pzAaaOezT44oMskEhvmNy6DBax { top:297px;left:0px;width:764px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #rGDeUdxtAbKft7BolAAP4wHQ2pZO0gW5 { top:260px;left:0px;width:764px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Xg4Pw4N4Bys8sbuJzcnmiFEsxWbvhGUA { top:435px;left:0px;width:764px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #AqUx8c7csILxwSLWiNr9Qx3hk0Tw0570 { top:398px;left:0px;width:764px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ofmxhtoizazdar3UXaRFGAJpM2Zo9E2G { top:584px;left:0px;width:764px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #P2080mg6zc2o3MSrgGsD094zK4ppkHtT { top:539px;left:0px;width:764px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #QUO82PTmuUAnGWUUTMsAyf89RAF1WEH7 { top:723px;left:0px;width:764px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vB1RZl2R0TT73PiJfynhDOGX9DIUX1Qn { top:678px;left:0px;width:764px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #lprqxiAgm4Aa7LT0fJc5xnTSWmwxyvrq { top:805px;left:0px;width:764px;height:27px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #CtquFO5ZXRc5A3irFk4TXpr3ra7Auxqi { top:850px;left:0px;width:718px;height:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #x6hl6ODMpH1NDSth9gNTBCaRFx1pfPyE { top:787px;left:0px;width:764px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #ktyBLO5cF2JNKqQzskEptVzAfPqisKrw { top:649px;left:0px;width:764px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #cttaKUarqthhbh8qFMmqH6iXnAnlvQGE { top:511px;left:0px;width:764px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #pFOhAzLtTbam9AcmsTurcaR6dHpL3TIX { top:374px;left:0px;width:764px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #XcuFSxtqCLon6bKDoq2ThGVUXgLtL28V { top:236px;left:0px;width:764px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #wx0cDbbOGIWJMWz4ETUVwh604XvCLOuE { top:96px;left:0px;width:764px;height:127px;display:block; }
 }@media only screen and (max-width: 763px) { #KW86USZ3oE4At3li2gIZeIM5tbTVeTN4 { top:117px;left:0px;width:764px;height:27px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #XftzR9mJv5v4XusNRIe9qVuuoFdAhHAP { top:26px;left:0px;width:764px;height:46px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #DLrDpUMfqTVUg9EgwSqigRlgxGovWbKn { display:block; }#DLrDpUMfqTVUg9EgwSqigRlgxGovWbKn > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyHAT3VSbNXFE3xIzywwxldBWzuAfnLr { top:46px;left:0px;width:764px;height:46px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #OR2zU1UNEDgNsFFZ2gwO1u0cLFmvztkE { top:137px;left:0px;width:591px;height:374px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #WM4zaecsLgWpBCKpyMXO3ZLfpf6c19Vo { width:339px;height:44px;top:399px;left:425px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #grPydPITLBIZVcntdplcaAcH2WqK1i8J { top:76px;left:460px;width:304px;height:304px;display:block; }
 }@media only screen and (max-width: 763px) { #km26A9crOgT7mk0uXWSfaK3ISWxexlXw { width:304px;height:39px;top:454px;left:460px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #pPyaKIufzifRIvPnUy3OS7tFcCpvvo95 { top:68px;left:678px;width:86px;height:86px;display:block; }
 }@media only screen and (max-width: 763px) { #XtkTE8JZAWvXQu1etcC6wbTQE9NRMrHE { top:118px;left:491.33332824707px;width:1px;height:350px;display:block; }
 }@media only screen and (max-width: 763px) { #pSRC434hiTkDVNlz8rnMVNlx3vTp14MV { display:block; }#pSRC434hiTkDVNlz8rnMVNlx3vTp14MV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKHrbpdKVll8tJJza1lTVnnobri3v4R1 { top:204px;left:0px;width:302px;height:93px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iAStnRD5xQEM4N18FTLXTErV8HSEagMT { top:204px;left:219px;width:289px;height:70px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RUT0OFE2yJTIu4wOUCKZ5TmrF5lMPALi { top:205px;left:462px;width:302px;height:70px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aGpKfbSwKTE9zwVNnT6lIF8ABvKfrept { top:320px;left:2px;width:252px;height:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PX8q5fXutTQQDaVclrGT9UlqQLtAyy2a { top:320px;left:256px;width:252px;height:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HyBk5oqroLOUqXQLGmTTs6rgQN6IqnCH { top:320px;left:509px;width:252px;height:24px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VKSswBEf4AN3TZSG29fDrxUOvnvFqbtA { top:359px;left:0px;width:184px;height:40.770238391264px;display:block; }
 }@media only screen and (max-width: 763px) { #qwAKTZgD4hRgaTF8NdpscghTnW1FQQKn { top:359px;left:254px;width:184px;height:40.772662842809px;display:block; }
 }@media only screen and (max-width: 763px) { #Pbwk6dQzhPthzgUUOpdv1TdcglIKDXpf { top:359px;left:508px;width:184px;height:40.774867139899px;display:block; }
 }@media only screen and (max-width: 763px) { #S3Ux8E51WAICSak9Dd4P2PItCGNddCCI { top:119px;left:0px;width:350px;height:299px;display:block; }
 }@media only screen and (max-width: 763px) { #SDLOMB8yrmpxiDOqM5lBluPGVX9ldNC8 { top:119px;left:158px;width:350px;height:299px;display:block; }
 }@media only screen and (max-width: 763px) { #UWJVlzd5for3Oa9quhdyuXQ3k3iEGLw1 { top:119px;left:412px;width:350px;height:299px;display:block; }
 }@media only screen and (max-width: 763px) { #DbGhbO9cz4TWPeRMBWcGHhh6ezdFJuTi { top:101px;left:182px;width:72px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #FTTtRXnday3cRvEVAs0cdupZLChp6WtF { top:101px;left:436px;width:72px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #AehZbuPAh4TMaUeviLe7Qfx5aLkEM3D9 { top:101px;left:690px;width:72px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #sPshJQEWpRNqslD9d1QM4nbrFSuTZrZx { top:18px;left:0px;width:764px;height:54px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #C26iVtSfVmnw6mQrC0ZIUb1frQwhHLNV { display:block; }#C26iVtSfVmnw6mQrC0ZIUb1frQwhHLNV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhdHn1GFVZL8TocGEsovrCNgLJOHDmLL { top:29px;left:0px;width:764px;height:46px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #URkgAyE7VEJBdEwzGiCEv5MTTVfvLqLa { top:95px;left:0px;width:764px;height:62px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #x38G9UJo34eX5oDeiSGTowUFQzhAnLO4 { width:406px;height:55px;top:284px;left:182.00001525879px;display:block; }
 }@media only screen and (max-width: 763px) { #vJ6mS3GTh028hXqDxACoa4Srbo8pzzek { display:block; }
 }@media only screen and (max-width: 763px) { #SzQdCFnxXCFEDXm3FleSx9EwA0BLdNHM { top:222px;left:175.5px;width:413px;height:49px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #LEMnWfIAIrW3yCih1b327k7S5DU7orVE { top:193px;left:248px;width:268px;height:30px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #bocHyqrO43TmUiiNAr1NJDxhwOuPKSUT { display:block; }#bocHyqrO43TmUiiNAr1NJDxhwOuPKSUT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6b3MfAOu7fp5cDRuNN4e10eha4kbWtX { top:100px;left:209px;width:369px;height:102px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #oktCmXh0wAO6d9F9V9LqFbgiBzDaPLBS { top:318px;left:0px;width:397px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #p2kBGiKUQv3eDSnAr5K8vMfbayDy1Rdh { top:221px;left:341px;width:35px;height:35px;display:block; }
#p2kBGiKUQv3eDSnAr5K8vMfbayDy1Rdh > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { #rgM3ewvof6eTkrZM8XwFtlPW5UB4ZAOB { top:221px;left:386px;width:35px;height:35px;display:block; }
#rgM3ewvof6eTkrZM8XwFtlPW5UB4ZAOB > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { #xTD3VPFiJrnvOmZZ2ZcSXkApZfTbiJrq { top:221px;left:432px;width:35px;height:35px;display:block; }
#xTD3VPFiJrnvOmZZ2ZcSXkApZfTbiJrq > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { #IMZLfxWuNT7MTQ7lZwQ4rryL8bnESQe3 { top:317px;left:561px;width:203px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #g5XahTJyQ5C0ya1TaGxaZZfiH11M5VuV { top:296px;left:561px;width:203px;height:22px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #Nt3vPoVfILC7dH5yhKu0XSzvBT3ZT1nQ { width:63px;height:63px;top:26px;left:362px;display:block; }
 }@media only screen and (max-width: 763px) { #CPROvJ9cMrgEo3iGo9VnChLfJqfeDH7o { top:221px;left:297px;width:35px;height:35px;display:block; }
#CPROvJ9cMrgEo3iGo9VnChLfJqfeDH7o > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #C63oWPB0UmVaS982fEKgXb7g0VIfeMSJ { display:block; }#C63oWPB0UmVaS982fEKgXb7g0VIfeMSJ > .row .container { width:320px;height:165px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l5IH4USUUWLHVdinkOmswAyDg2Ds0c7r { width:319.977px;height:46.7969px;top:20px;left:0px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XdcNrxRQnZGDgJZ0sO3lUsE6tuEMvpIq { width:305px;height:58.5px;top:86.7969px;left:7px;font-size:15px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:126px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yQB4zETn0eXkXCXbe8ATMkw9fUltsDAV { width:293px;height:88.375px;top:20px;left:13px;font-size:17px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iXt55KtAbL5CSoReJ0aLcNK2gT103bvG { display:block; }#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG > .row .container { width:320px;height:967px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUD3zLGAfdGL8Dz4qGLoVQEeQtmIV6eM { width:288px;height:110.469px;top:153.5234375px;left:16px;font-size:17px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #HILmI0QCCHIpg5dmHOkDwVQ00JhZLRzU { width:286px;height:124.7812px;top:12px;left:17px;font-size:24px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #W5Ns0rhWp6CfHzUp0MA9i09v4Munfzfi { width:304px;height:55px;top:860px;left:8px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #tOwD7uc7vdMZKCvoMnxEE5J33pUMkSeR { display:block; }
 }@media only screen and (max-width: 763px) { #xo0FrRxThy0ocHWIzUbAdJOMloyp1dql { width:268px;height:20.7969px;top:787px;left:26px;font-size:16px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E5ytfMqsVwH7QSZJBQoGraZa8nt5pEta { width:320px;height:27.2969px;top:817px;left:0px;font-size:21px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dzZ0SDXHI8uTuVeRRDCcutT4x4hbMEDc { width:146px;height:146px;top:365.25px;left:149px;display:block; }
 }@media only screen and (max-width: 763px) { #nnDHG5qIlIkMWNvZoaoagVcf3oOZbtPV { width:282px;height:52px;top:288.00001525879px;left:16px;font-size:20px;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #wqZ8HORHscZxThKFESPHCGumqmGAGSTv { width:169px;height:40.5px;top:418px;left:136px;font-size:15px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v4FSf2a9UoFT7IzrdSNuJ3Zsn2JD6wKI { width:320px;height:430.805px;top:356px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vJHkEcIhX5QAsElw3cTLvN0tTUTiVTqr { width:320px;height:170px;top:771.00002288818px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ZLE0aSVgvOxEJhJUkaCkUw2z4dZ74f78 { display:block; }#ZLE0aSVgvOxEJhJUkaCkUw2z4dZ74f78 > .row .container { width:320px;height:260px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTIt7BDJZkSe9ySSG3lENi7WMMpnupyX { width:261px;height:103.9844px;top:20px;left:29px;font-size:16px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EyzfyZ11mPv7GGki5PbIxLK5sl1QdRZa { width:320px;height:98px;top:143.984px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #qHLXmulwXTTxDAKRIzeaxfTnLvK6yCl4 { width:177px;height:99px;top:113px;left:71px;display:none; }
 }@media only screen and (max-width: 763px) { #mkU1n6T7A485hO4RNhoimHbHM60HF1sH { display:block; }#mkU1n6T7A485hO4RNhoimHbHM60HF1sH > .row .container { width:320px;height:823px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFA23PLU9de5GnH1s4xDvQslPGEQFLzC { width:281px;height:72.7969px;top:20px;left:19px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Vmwu0TGSy3vaOlkW6HZfxkhxibvaooKk { width:297px;height:519.922px;top:112.7969px;left:11px;font-size:16px;display:block; }#Vmwu0TGSy3vaOlkW6HZfxkhxibvaooKk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_332cd86a862e37f8196fd55b09abbb17.svg); }
 }@media only screen and (max-width: 763px) { #AeEEvdzmtexAhWWC284FhHecfzpbQqrg { width:282px;height:62.3906px;top:653.71875px;left:19px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MhT77vqtA6gGzT97HZAIcbgwaRKi1mE9 { width:304px;height:55px;top:736.4921875px;left:8px;font-size:15px;display:block; }
 }@media only screen and (max-width: 763px) { #GxudaFvTAScvz3FZouRMU6pGg0NtSoX5 { display:block; }
 }@media only screen and (max-width: 763px) { #oJXtTBdRuRHTAR9D8JkRhPfD0AuJOgFd { display:block; }#oJXtTBdRuRHTAR9D8JkRhPfD0AuJOgFd > .row .container { width:320px;height:543px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p5hluOkplAWqe1M2uo37GN4QMHbyPGIg { width:279px;height:72.7969px;top:42px;left:9px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #rNQvSyfSK6rQTZ3H3uULKvoTXnU5qMfy { width:302px;height:83.1875px;top:140px;left:9px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #OkvmieopxegrN0mTatukkVmHS9aRQyEQ { width:320px;height:244.646px;top:255px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #eV983oI4FE6euAbAhkuVcgaUZXTfCfS1 { width:284px;height:284px;top:235px;left:18px;display:block; }
 }@media only screen and (max-width: 763px) { #ax1NiRog1lJVTs2TQgrl9rn7oX2TiaoK { display:flex;width:228px;height:247px;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #QzuKztSFrRXFF1CwvfuUPCLKXCTiSyV4 { display:block; }#QzuKztSFrRXFF1CwvfuUPCLKXCTiSyV4 > .row .container { width:320px;height:740px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQvEUSCi8uV8Qu8fb59mF25WMmNJ4Xvv { width:300px;height:20.7969px;top:192px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lbnCRKSJQiXnxADSHoo0r0vr7zJDcb6S { width:300px;height:62.3906px;top:384px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Ezzep5qLVMsKRxhkLWb7z2hqpxCBkO2T { width:300px;height:76.7812px;top:221px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #F0z6eJlgFDR88nZrPVgFIIcZQiyGs6IU { width:271px;height:51.1875px;top:451px;left:25px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kzLAHulA8zPLuoPGNZ0eMa2AzKm0FU6H { width:283px;height:51.1875px;top:639px;left:19px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #GKoBxUKFZvNoTQUnA78y7a0EiVM482Q0 { width:300px;height:41.5938px;top:584px;left:10px;text-align:center;text-align-last:center;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iiMLf10JT9HLm2qAfzA0nok7N1SVQbKw { width:263px;height:72.7969px;top:20px;left:28px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EKXOklhLR1U8uClfygLtipp1axtr92vi { display:flex;width:50px;height:50px;top:129px;left:135px;font-size:35px; }
 }@media only screen and (max-width: 763px) { #Eg84OGFphlmN5zqpdmxH0h0Rvm8fiFNC { display:flex;width:50px;height:50px;top:526px;left:135px;font-size:35px; }
 }@media only screen and (max-width: 763px) { #TwP0ScdndgF68kriskB2eowrky4Pu0tu { display:flex;width:50px;height:50px;top:324px;left:135px;font-size:35px; }
 }@media only screen and (max-width: 763px) { #UBuG5V7zaQEBXa0v3iOzEDo6TNFL0Tk9 { width:1px;height:250px;top:969.71879005432px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #ayf3F7FAw63T4UnIEdxGyVNbe1KTgbN2 { width:1px;height:250px;top:1324.7187900543px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #J95EFUHbzN5croTUtyOqA5hT1qXKqxQp { display:block; }#J95EFUHbzN5croTUtyOqA5hT1qXKqxQp > .row .container { width:320px;height:1076px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qTGe6Xd0GQf0isFTlTA91oZ6HJKeyZzq { width:299px;height:103.984px;top:160.66668701172px;left:12px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VUBsV0pzAaaOezT44oMskEhvmNy6DBax { width:302px;height:83.1875px;top:327.79166412354px;left:12px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rGDeUdxtAbKft7BolAAP4wHQ2pZO0gW5 { width:274px;height:23.3984px;top:296.79166412354px;left:12px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Xg4Pw4N4Bys8sbuJzcnmiFEsxWbvhGUA { width:286px;height:62.3906px;top:478px;left:13px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AqUx8c7csILxwSLWiNr9Qx3hk0Tw0570 { width:274px;height:23.3984px;top:451px;left:12px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ofmxhtoizazdar3UXaRFGAJpM2Zo9E2G { width:274px;height:62.3906px;top:637px;left:16px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #P2080mg6zc2o3MSrgGsD094zK4ppkHtT { width:287px;height:46.7969px;top:582px;left:16px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QUO82PTmuUAnGWUUTMsAyf89RAF1WEH7 { width:292px;height:62.3906px;top:794px;left:17px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vB1RZl2R0TT73PiJfynhDOGX9DIUX1Qn { width:274px;height:46.7969px;top:741px;left:15px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lprqxiAgm4Aa7LT0fJc5xnTSWmwxyvrq { width:293px;height:46.7969px;top:895px;left:17px;font-size:18px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #CtquFO5ZXRc5A3irFk4TXpr3ra7Auxqi { width:290px;height:83.1875px;top:949px;left:18px;font-size:16px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #x6hl6ODMpH1NDSth9gNTBCaRFx1pfPyE { width:320px;height:169px;top:880px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #ktyBLO5cF2JNKqQzskEptVzAfPqisKrw { width:320px;height:153px;top:722px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #cttaKUarqthhbh8qFMmqH6iXnAnlvQGE { width:320px;height:153px;top:564px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #pFOhAzLtTbam9AcmsTurcaR6dHpL3TIX { width:320px;height:126px;top:432px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XcuFSxtqCLon6bKDoq2ThGVUXgLtL28V { width:320px;height:141px;top:283.79168701172px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #wx0cDbbOGIWJMWz4ETUVwh604XvCLOuE { width:320px;height:165px;top:111.79168701172px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KW86USZ3oE4At3li2gIZeIM5tbTVeTN4 { width:274px;height:26px;top:122.875px;left:12px;font-size:20px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XftzR9mJv5v4XusNRIe9qVuuoFdAhHAP { width:288px;height:72.7969px;top:20px;left:16px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DLrDpUMfqTVUg9EgwSqigRlgxGovWbKn { display:block; }#DLrDpUMfqTVUg9EgwSqigRlgxGovWbKn > .row .container { width:320px;height:1061px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FyHAT3VSbNXFE3xIzywwxldBWzuAfnLr { width:257px;height:36.3984px;top:20px;left:19px;font-size:28px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OR2zU1UNEDgNsFFZ2gwO1u0cLFmvztkE { width:285px;height:624px;top:410px;left:17.5px;font-size:15px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WM4zaecsLgWpBCKpyMXO3ZLfpf6c19Vo { width:274px;height:33.5938px;top:309px;left:23px;font-size:24px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #grPydPITLBIZVcntdplcaAcH2WqK1i8J { width:218px;height:218px;top:71px;left:51px;display:block; }
 }@media only screen and (max-width: 763px) { #km26A9crOgT7mk0uXWSfaK3ISWxexlXw { width:304px;height:39.1875px;top:342.59375px;left:16px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pPyaKIufzifRIvPnUy3OS7tFcCpvvo95 { width:63px;height:63px;top:56px;left:193px;display:block; }
 }@media only screen and (max-width: 763px) { #XtkTE8JZAWvXQu1etcC6wbTQE9NRMrHE { width:1px;height:350px;top:1044.3854980469px;left:159px;display:none; }
 }@media only screen and (max-width: 763px) { #pSRC434hiTkDVNlz8rnMVNlx3vTp14MV { display:block; }#pSRC434hiTkDVNlz8rnMVNlx3vTp14MV > .row .container { width:320px;height:805px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xKHrbpdKVll8tJJza1lTVnnobri3v4R1 { width:238px;height:103.984px;top:153.79174804688px;left:41px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #iAStnRD5xQEM4N18FTLXTErV8HSEagMT { width:231px;height:83.1875px;top:377px;left:40px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RUT0OFE2yJTIu4wOUCKZ5TmrF5lMPALi { width:252px;height:62.3906px;top:593px;left:42px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aGpKfbSwKTE9zwVNnT6lIF8ABvKfrept { width:252px;height:20.7969px;top:268.79183959961px;left:34px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #PX8q5fXutTQQDaVclrGT9UlqQLtAyy2a { width:252px;height:20.7969px;top:477px;left:34px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #HyBk5oqroLOUqXQLGmTTs6rgQN6IqnCH { width:252px;height:20.7969px;top:676px;left:34px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VKSswBEf4AN3TZSG29fDrxUOvnvFqbtA { width:157px;height:35px;top:293.58333587646px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #qwAKTZgD4hRgaTF8NdpscghTnW1FQQKn { width:157px;height:35px;top:504px;left:34px;display:block; }
 }@media only screen and (max-width: 763px) { #Pbwk6dQzhPthzgUUOpdv1TdcglIKDXpf { width:157px;height:35px;top:716px;left:41px;display:block; }
 }@media only screen and (max-width: 763px) { #S3Ux8E51WAICSak9Dd4P2PItCGNddCCI { width:282px;height:215px;top:126.79174804688px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #SDLOMB8yrmpxiDOqM5lBluPGVX9ldNC8 { width:282px;height:210px;top:346px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #UWJVlzd5for3Oa9quhdyuXQ3k3iEGLw1 { width:282px;height:201px;top:562px;left:19px;display:block; }
 }@media only screen and (max-width: 763px) { #DbGhbO9cz4TWPeRMBWcGHhh6ezdFJuTi { display:flex;width:50px;height:50px;top:107.45834350586px;left:243.66668701172px;font-size:35px; }
 }@media only screen and (max-width: 763px) { #FTTtRXnday3cRvEVAs0cdupZLChp6WtF { display:flex;width:50px;height:50px;top:332px;left:245px;font-size:35px; }
 }@media only screen and (max-width: 763px) { #AehZbuPAh4TMaUeviLe7Qfx5aLkEM3D9 { display:flex;width:50px;height:50px;top:543.66668701172px;left:244.66667175293px;font-size:35px; }
 }@media only screen and (max-width: 763px) { #sPshJQEWpRNqslD9d1QM4nbrFSuTZrZx { width:283px;height:72.7969px;top:20.000000953674px;left:17.666667938232px;font-size:28px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C26iVtSfVmnw6mQrC0ZIUb1frQwhHLNV { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(186,204,238,0.28), #ffffff);background-image: -moz-linear-gradient(180deg, rgba(186,204,238,0.28), #ffffff);background-image: -ms-linear-gradient(180deg, rgba(186,204,238,0.28), #ffffff);background-image: -o-linear-gradient(180deg, rgba(186,204,238,0.28), #ffffff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#47baccee', endColorstr='#ffffff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#47baccee', endColorstr='#ffffff' );";background-image: linear-gradient(180deg, rgba(186,204,238,0.28), #ffffff);background-size:auto !important;display:block; }#C26iVtSfVmnw6mQrC0ZIUb1frQwhHLNV > .row .container { background-color: transparent; background-image: none; }#C26iVtSfVmnw6mQrC0ZIUb1frQwhHLNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C26iVtSfVmnw6mQrC0ZIUb1frQwhHLNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C26iVtSfVmnw6mQrC0ZIUb1frQwhHLNV > .row .container > .video-iframe-container { display: none; }#C26iVtSfVmnw6mQrC0ZIUb1frQwhHLNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C26iVtSfVmnw6mQrC0ZIUb1frQwhHLNV > .row > .video-iframe-container { display: none; }#C26iVtSfVmnw6mQrC0ZIUb1frQwhHLNV > .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); }#C26iVtSfVmnw6mQrC0ZIUb1frQwhHLNV > .row .container { width:320px;height:451px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LhdHn1GFVZL8TocGEsovrCNgLJOHDmLL { width:308px;height:72.7969px;top:21px;left:6px;font-size:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #URkgAyE7VEJBdEwzGiCEv5MTTVfvLqLa { width:299px;height:145.5781px;top:103.79150390625px;left:10px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x38G9UJo34eX5oDeiSGTowUFQzhAnLO4 { width:304px;height:55px;top:352px;left:8px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vJ6mS3GTh028hXqDxACoa4Srbo8pzzek { display:block; }
 }@media only screen and (max-width: 763px) { #SzQdCFnxXCFEDXm3FleSx9EwA0BLdNHM { width:320px;height:27.2969px;top:307px;left:0px;font-size:21px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LEMnWfIAIrW3yCih1b327k7S5DU7orVE { width:268px;height:20.7969px;top:280px;left:26px;font-size:16px;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bocHyqrO43TmUiiNAr1NJDxhwOuPKSUT { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#bocHyqrO43TmUiiNAr1NJDxhwOuPKSUT > .row .container { background-color: transparent; background-image: none; }#bocHyqrO43TmUiiNAr1NJDxhwOuPKSUT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bocHyqrO43TmUiiNAr1NJDxhwOuPKSUT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bocHyqrO43TmUiiNAr1NJDxhwOuPKSUT > .row .container > .video-iframe-container { display: none; }#bocHyqrO43TmUiiNAr1NJDxhwOuPKSUT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bocHyqrO43TmUiiNAr1NJDxhwOuPKSUT > .row > .video-iframe-container { display: none; }#bocHyqrO43TmUiiNAr1NJDxhwOuPKSUT > .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); }#bocHyqrO43TmUiiNAr1NJDxhwOuPKSUT > .row .container { width:320px;height:363px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Q6b3MfAOu7fp5cDRuNN4e10eha4kbWtX { width:320px;height:102.3752px;top:75.796875px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oktCmXh0wAO6d9F9V9LqFbgiBzDaPLBS { width:320px;height:44.7969px;top:238px;left:0px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p2kBGiKUQv3eDSnAr5K8vMfbayDy1Rdh { width:35px;height:35px;top:191.375px;left:108px;display:block; }
#p2kBGiKUQv3eDSnAr5K8vMfbayDy1Rdh > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { #rgM3ewvof6eTkrZM8XwFtlPW5UB4ZAOB { width:35px;height:35px;top:191.375px;left:157.5px;display:block; }
#rgM3ewvof6eTkrZM8XwFtlPW5UB4ZAOB > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { #xTD3VPFiJrnvOmZZ2ZcSXkApZfTbiJrq { width:35px;height:35px;top:191.375px;left:202px;display:block; }
#xTD3VPFiJrnvOmZZ2ZcSXkApZfTbiJrq > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }@media only screen and (max-width: 763px) { #IMZLfxWuNT7MTQ7lZwQ4rryL8bnESQe3 { width:203px;height:22.3984px;top:298.796875px;left:58.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g5XahTJyQ5C0ya1TaGxaZZfiH11M5VuV { width:203px;height:22.3984px;top:330.7890625px;left:58.5px;font-size:14px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nt3vPoVfILC7dH5yhKu0XSzvBT3ZT1nQ { width:63px;height:63px;top:13.796875px;left:128.5px;display:block; }
 }@media only screen and (max-width: 763px) { #CPROvJ9cMrgEo3iGo9VnChLfJqfeDH7o { width:35px;height:35px;top:191.375px;left:60.5px;display:block; }
#CPROvJ9cMrgEo3iGo9VnChLfJqfeDH7o > img { max-width: 100%;max-height:100%; width:35px; height:35px; } }