.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;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; }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 > .row .container { background-color: transparent; background-image: none; }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 > .row .container > .video-iframe-container { display: none; }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 > .row > .video-iframe-container { display: none; }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 > .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); }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 > .row .container { border-width: 0; border-radius: 0; }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 > .row .container { font-size:14px;font-family:arial;height:74px;width:1200px;position:relative;display:block; }#nNKarG1fcgxpc5NaMN952ggvlnbTuusT { 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:61px;width:575px;top:13px;left:312.48750305176px;overflow:hidden;display:block; }
#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL { background-color:#fdfdff;background-image:none;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; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { background-color: transparent; background-image: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container > .video-iframe-container { display: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container { display: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .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); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { border-width: 0; border-radius: 0; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { font-size:14px;font-family:arial;height:1208px;width:1200px;overflow:visible;position:relative;display:block; }#pwH0cWhFmsDeXn88E7wOqWaZulrxaqM4 { color:#830300;display:block;width:1118px;position:absolute;font-family:"yeseva one";font-size:76px;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px #ffffff;top:699.79998779297px;left:41px;height:197.6px;text-align:center;text-align-last:center;display:block; }
#myGOFc9bFJlHweqIuC4r2hMGMaHvGsoJ { color:#000000;display:block;width:1014px;position:absolute;font-family:lato;font-size:45px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:908.39999389648px;left:93px;height:117px;text-align:center;text-align-last:center;display:block; }
#Rs70ihJ4Gas972ctZVmnUVVl6t3U6NLb { color:#010101;display:block;width:830px;position:absolute;font-family:"yeseva one";font-size:45px;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:1044px;left:184.98750305176px;height:58.5px;text-align:center;text-align-last:center;display:block; }
#eNUSHHrb0i2vkfxqFd1TA0LqFuRRouKD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:671px;width:671px;top:20px;left:279.98750305176px;overflow:hidden;display:block; }
#KJfWV1BQ6SzIL1fC0lUvLQ7yHuHf0Xiy { z-index:15003;top:1120.3999938965px;left:369.00001525879px;background-color:#830300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:462px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Tn3ResosVlwEKRX6agl9JhTadR164ldS { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#w4EScMD4XnMo013g7duDd77qXhq8GBQm { background-color:#000000;background-image:none;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; }#w4EScMD4XnMo013g7duDd77qXhq8GBQm > .row .container { background-color: transparent; background-image: none; }#w4EScMD4XnMo013g7duDd77qXhq8GBQm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4EScMD4XnMo013g7duDd77qXhq8GBQm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4EScMD4XnMo013g7duDd77qXhq8GBQm > .row .container > .video-iframe-container { display: none; }#w4EScMD4XnMo013g7duDd77qXhq8GBQm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w4EScMD4XnMo013g7duDd77qXhq8GBQm > .row > .video-iframe-container { display: none; }#w4EScMD4XnMo013g7duDd77qXhq8GBQm > .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); }#w4EScMD4XnMo013g7duDd77qXhq8GBQm > .row .container { border-width: 0; border-radius: 0; }#w4EScMD4XnMo013g7duDd77qXhq8GBQm > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#w4EScMD4XnMo013g7duDd77qXhq8GBQm > .row .container { font-size:14px;font-family:arial;height:920px;width:1200px;overflow:visible;position:relative;display:block; }#II5cvqu9OrsIyZgbBTAyBEoOCRlOl0Cz { color:#ffffff;display:block;width:1137px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:174.76251220703px;left:31.5px;height:715px;text-align:center;text-align-last:center;display:block; }
#tubGDumTDbMAB945aNa8CNVDNuguiL8p { color:#000000;display:block;width:1084px;position:absolute;font-family:"yeseva one";font-size:35px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.750030517578px;left:58px;height:136.5px;text-align:center;text-align-last:center;display:block; }
#dzw45H3RTSEVgJXnIsQfvgUMorVOyqBU { box-sizing:content-box;height:152px;width:1200px;position:absolute;display:block;z-index:15002;background-color:#830300;background-image:none;top:0px;left:-2px;display:block; }
#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb { background-color:#faf8f4;background-image:none;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; }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row .container { background-color: transparent; background-image: none; }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row .container > .video-iframe-container { display: none; }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row > .video-iframe-container { display: none; }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .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); }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row .container { border-width: 0; border-radius: 0; }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row .container { font-size:14px;font-family:arial;height:758px;width:1200px;overflow:visible;position:relative;display:block; }#W8C2rqA8g1d8U6P4kJw0vS1K7VLdw0Tn { color:#000000;display:block;width:1137px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:93px;left:31.5px;height:552.5px;text-align:center;text-align-last:center;display:block; }
#NEBkMfypunAq1gxC8yc5VJo3JcTpMLzT { color:#000000;display:block;width:1084px;position:absolute;font-family:"yeseva one";font-size:35px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.750030517578px;left:58px;height:45.5px;text-align:center;text-align-last:center;display:block; }
#FTsHOx7kETSIdwn7dZl5fELXIEzH9l0h { box-sizing:content-box;height:71px;width:1200px;position:absolute;display:block;z-index:15002;background-color:#830300;background-image:none;top:0px;left:-2px;display:block; }
#JFTFyAdm0q5s6gm4OGBdn6e4HCBZURH8 { z-index:15004;top:670.98745727539px;left:369.00001525879px;background-color:#830300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow: -4px 10px 20px rgba(255,0,76,0.35) ;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:raleway;font-size:18px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:462px;height:60px;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#XIM2K6THi5zpQkAo5Ao1WVPH2UZwVbFa { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#FUAdckdFsGWuPfR1pcdxbTiEv796GyNV { background-color:#faf8f4;background-image:none;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; }#FUAdckdFsGWuPfR1pcdxbTiEv796GyNV > .row .container { background-color: transparent; background-image: none; }#FUAdckdFsGWuPfR1pcdxbTiEv796GyNV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUAdckdFsGWuPfR1pcdxbTiEv796GyNV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUAdckdFsGWuPfR1pcdxbTiEv796GyNV > .row .container > .video-iframe-container { display: none; }#FUAdckdFsGWuPfR1pcdxbTiEv796GyNV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FUAdckdFsGWuPfR1pcdxbTiEv796GyNV > .row > .video-iframe-container { display: none; }#FUAdckdFsGWuPfR1pcdxbTiEv796GyNV > .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); }#FUAdckdFsGWuPfR1pcdxbTiEv796GyNV > .row .container { border-width: 0; border-radius: 0; }#FUAdckdFsGWuPfR1pcdxbTiEv796GyNV > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FUAdckdFsGWuPfR1pcdxbTiEv796GyNV > .row .container { font-size:14px;font-family:arial;height:570px;width:1200px;overflow:visible;position:relative;display:block; }#BboULoSmyQ7T9Rg3ZK4pJhO31qfn19sJ { color:#000000;display:block;width:1137px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:93px;left:31.5px;height:455px;text-align:center;text-align-last:center;display:block; }
#ESy0edwBzaX7JOLsO8IRR6SCvfvzO74G { color:#000000;display:block;width:1084px;position:absolute;font-family:"yeseva one";font-size:35px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.750030517578px;left:58px;height:45.5px;text-align:center;text-align-last:center;display:block; }
#pQBP7w1DA1VDiTtk4w0BkspaqPlkGIE2 { box-sizing:content-box;height:71px;width:1200px;position:absolute;display:block;z-index:15002;background-color:#830300;background-image:none;top:0px;left:-2px;display:block; }
#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR { background-color:#000000;background-image:none;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; }#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR > .row .container { background-color: transparent; background-image: none; }#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR > .row .container > .video-iframe-container { display: none; }#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR > .row > .video-iframe-container { display: none; }#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR > .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); }#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR > .row .container { border-width: 0; border-radius: 0; }#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR > .row .container { font-size:14px;font-family:arial;height:767px;width:1200px;overflow:visible;position:relative;display:block; }#ER9HIWeL3H8p7CI03vlnG83MTFM5zKak { color:#000000;display:block;width:1084px;position:absolute;font-family:"yeseva one";font-size:35px;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.750030517578px;left:58px;height:45.5px;text-align:center;text-align-last:center;display:block; }
#IG06nhX3EmpTCuailWXsJCRbcnoVg0hL { box-sizing:content-box;height:73px;width:1200px;position:absolute;display:block;z-index:15002;background-color:#830300;background-image:none;top:0px;left:-2px;display:block; }
#vlXynGIGRcbSTAGTFJgOWQ9pZ3drJKh7 { color:#ffffff;display:block;width:1137px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:89.750106811523px;left:31.5px;height:650px;text-align:center;text-align-last:center;display:block; }
#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU { background-color:#000000;background-image:none;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; }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row .container { background-color: transparent; background-image: none; }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row .container > .video-iframe-container { display: none; }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row > .video-iframe-container { display: none; }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .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); }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row .container { border-width: 0; border-radius: 0; }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row .container { font-size:14px;font-family:arial;height:463px;width:1200px;overflow:visible;position:relative;display:block; }#sT27k59lsHBrVqwGNBivGreOhPpIVlPU { color:#000000;display:block;width:1081px;position:absolute;font-family:"yeseva one";font-size:40px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.000106811523px;left:59.5px;height:52px;text-align:center;text-align-last:center;display:block; }
#TptgRekNF4JhJ3PlIbz2ainLxTcG1Tuq { box-sizing:content-box;height:72px;width:1200px;position:absolute;display:block;z-index:15004;background-color:#830300;background-image:none;top:0px;left:0px;display:block; }
#kmCVLm6WRJBis7khvE0uiumSxHfnN7Um { color:#000000;display:block;width:786px;position:absolute;font-family:lato;font-size:42px;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:262.41268920898px;left:206.98750305176px;height:54.6px;text-align:center;text-align-last:center;display:block; }
#RwoIi6LCJta83mQAa5BetyAOObW7zNlF { background-color:#d4283f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:4px;box-shadow: 1px 1px 3px 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:lato;font-size:20px;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:394px;height:74px;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:325.9375px;left:403.00001525879px;display:block; }
#fmBLRctPNppKtL6g98poenoz2ireVQZf { display:block;position:absolute;top:50%;left:0px;width:100%;z-index:15000;display:block; }
#mSEoBF9ScU3wmocp1v8iLtVl7vNQeq5K { position:absolute;display:block;z-index:15014;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:392px;width:697px;top:82.187362670898px;left:189.76249694824px;overflow:hidden;display:none; }
#Nk5eWf5yZJF0t1Dqob8gIsDwCG6nKFAV { color:#000000;display:block;width:845px;position:absolute;font-family:lato;font-size:28px;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:1239.7875213623px;left:195.98750305176px;height:36.4px;text-align:center;text-align-last:center;display:none; }
#gzrWk1qFPBCkerJ0QwfQT7lTiHcRbIwS { box-sizing:content-box;height:356px;width:1056px;position:absolute;display:block;z-index:15003;background-color:#faf8f4;background-image:none;top:65.47509765625px;left:72px;border-top-right-radius:49px;border-bottom-right-radius:49px;border-bottom-left-radius:49px;border-top-left-radius:49px;display:block; }
#TgROIty3klJc3gUnDT726WidLnz94an4 { color:#000000;display:block;width:1005px;position:absolute;font-family:lato;font-size:25px;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:214.30012512207px;left:97.487503051758px;height:32.5px;text-align:center;text-align-last:center;display:block; }
#t1c0cF8VziVwrfaHPfRul671BpqrFEXw { color:#000000;display:block;width:971px;position:absolute;font-family:"yeseva one";font-size:36px;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:95.150115966797px;left:114.48750305176px;height:93.6px;text-align:center;text-align-last:center;display:block; }
#t8Rgh0Ln5Z6Sxt5XZ5TLHOvLp9fg4cCS { color:#000000;display:block;width:1081px;position:absolute;font-family:"yeseva one";font-size:40px;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:10.000106811523px;left:59.5px;height:52px;text-align:center;text-align-last:center;display:none; }
#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT { position:relative;display:block; }#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT { background-color: transparent; background-image: none; }#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT > .row .container > .video-iframe-container { display: none; }#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT > .row > .video-iframe-container { display: none; }#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT > .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); }#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT { border-width: 0; border-radius: 0; }#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT > .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; }#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT > .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:419px;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; }#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K .accordion-element-container { border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:10px; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:20px; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K .accordion-desc-text { display:block;position:relative;width:100%;padding-top:20px;padding-right:0;padding-bottom:0;padding-left:0;font-size:18px; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K .accordion-trigger { width:20px;min-width:20px;height:20px;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K .accordion-trigger.adaptive-delivery-prevent-bg, #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K .accordion-trigger.lazyload, #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K .accordion-trigger.lazyloading { background-image: none; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K { box-sizing:content-box;height:auto;width:782px;position:absolute;display:flex;flex-direction:column;gap:10px;z-index:15000;background-color:#ffffff;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;top:50.075164794922px;left:210.55000305176px; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #OlgkPoHfJPMVh2z6Z1TlOWp86TQQi0xu { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #xIKtzMWLf1FWPU3l4aHpiyiw9x8fGRK4 { height:auto;display:flex;position:relative;top:0px;left:0px; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #efK10VBXMsy4KwdATqrtvtUsoRHh6EoH { display:block;position:relative; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #sizRhvryeT3dxnTtr1A52Te4uM0XS5Gl {  }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #DlywRPxJUy0J3opFvDtxoQNquUaMvblW {  }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #bTdT9ICdhMfmtgvHTBfycDw5xtMHEwtT { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #sAb54g00xDgNGcazivEqI7gGioTwHM21 { height:auto;display:flex;position:relative;top:0px;left:0px; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #edzaO23LysJkXvwgPenww2BpXq2XvVBR { display:block;position:relative; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #GaN3XtTMbqsQqr0e53V5aBNsSW9ZvVS5 {  }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #UATf5Iy3ukyKOXHcLIVBL9T4gRQWOFtc { display:none; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #O2eRu0C4tBE4AGXh83g0zezVVT0uErH4 { height:auto;display:flex;position:relative;padding-top:15px;padding-right:15px;padding-bottom:15px;padding-left:15px; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #RpwaA6XelOpUwPcAbTdvGIriDXbVrd80 { height:auto;display:flex;position:relative;top:0px;left:0px; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #ZMGkVe7UlchxP4fwfvK4nkF28Z2dSgRr { display:block;position:relative; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #gg6GVXf34K0FpVELcdZsL0T0Q0AX13W6 {  }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #zaHVL4B02NOqsnUXtQXVWvBU1F9HJqGs { display:none; }
#mslsBbT3TORdRhIcKk6yRxivcxGwCOBG { color:#000000;display:block;width:1081px;position:absolute;font-family:lato;font-size:31px;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:9.8003234863281px;left:81.074996948242px;height:40.3px;text-align:center;text-align-last:center;display:block; }
#CgPpIrGwfR0bzs7bgowzUHe2alFvshtG { box-sizing:content-box;height:60px;width:1200px;position:absolute;display:block;z-index:15007;background-color:#000000;background-image:none;top:1076.9998168945px;left:0px;display:none; }
#gi72lXnweR9m8gVcLA1RKQIOukHHMJtv { color:#000000;display:block;width:421px;position:absolute;font-family:lato;font-size:16px;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:371.18753051758px;left:389.50001525879px;height:20.8px;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 { display:block; }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNKarG1fcgxpc5NaMN952ggvlnbTuusT { top:13px;left:94.487503051758px;width:575px;height:61px;display:block; }
 }@media only screen and (max-width: 763px) { #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL { display:block; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwH0cWhFmsDeXn88E7wOqWaZulrxaqM4 { top:699px;left:0px;width:764px;height:197px;font-size:26px;display:block; }
 }@media only screen and (max-width: 763px) { #myGOFc9bFJlHweqIuC4r2hMGMaHvGsoJ { top:908px;left:0px;width:764px;height:117px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #Rs70ihJ4Gas972ctZVmnUVVl6t3U6NLb { top:1044px;left:0px;width:764px;height:58px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #eNUSHHrb0i2vkfxqFd1TA0LqFuRRouKD { top:20px;left:61.987503051758px;width:671px;height:671px;display:block; }
 }@media only screen and (max-width: 763px) { #KJfWV1BQ6SzIL1fC0lUvLQ7yHuHf0Xiy { top:1120px;left:151.00001525879px;width:462px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #Tn3ResosVlwEKRX6agl9JhTadR164ldS { display:block; }
 }@media only screen and (max-width: 763px) { #w4EScMD4XnMo013g7duDd77qXhq8GBQm { display:block; }#w4EScMD4XnMo013g7duDd77qXhq8GBQm > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #II5cvqu9OrsIyZgbBTAyBEoOCRlOl0Cz { top:174px;left:0px;width:764px;height:715px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #tubGDumTDbMAB945aNa8CNVDNuguiL8p { top:12px;left:0px;width:764px;height:136px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #dzw45H3RTSEVgJXnIsQfvgUMorVOyqBU { top:0px;left:0px;width:764px;height:152px;display:block; }
 }@media only screen and (max-width: 763px) { #fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb { display:block; }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W8C2rqA8g1d8U6P4kJw0vS1K7VLdw0Tn { top:93px;left:0px;width:764px;height:552px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #NEBkMfypunAq1gxC8yc5VJo3JcTpMLzT { top:12px;left:0px;width:764px;height:45px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #FTsHOx7kETSIdwn7dZl5fELXIEzH9l0h { top:0px;left:0px;width:764px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #JFTFyAdm0q5s6gm4OGBdn6e4HCBZURH8 { top:670px;left:151.00001525879px;width:462px;height:60px;display:block; }
 }@media only screen and (max-width: 763px) { #XIM2K6THi5zpQkAo5Ao1WVPH2UZwVbFa { display:block; }
 }@media only screen and (max-width: 763px) { #FUAdckdFsGWuPfR1pcdxbTiEv796GyNV { display:block; }#FUAdckdFsGWuPfR1pcdxbTiEv796GyNV > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BboULoSmyQ7T9Rg3ZK4pJhO31qfn19sJ { top:93px;left:0px;width:764px;height:455px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ESy0edwBzaX7JOLsO8IRR6SCvfvzO74G { top:12px;left:0px;width:764px;height:45px;font-size:20px;display:block; }
 }@media only screen and (max-width: 763px) { #pQBP7w1DA1VDiTtk4w0BkspaqPlkGIE2 { top:0px;left:0px;width:764px;height:71px;display:block; }
 }@media only screen and (max-width: 763px) { #mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR { display:block; }#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ER9HIWeL3H8p7CI03vlnG83MTFM5zKak { top:12px;left:0px;width:764px;height:45px;font-size:19px;display:block; }
 }@media only screen and (max-width: 763px) { #IG06nhX3EmpTCuailWXsJCRbcnoVg0hL { top:0px;left:0px;width:764px;height:73px;display:block; }
 }@media only screen and (max-width: 763px) { #vlXynGIGRcbSTAGTFJgOWQ9pZ3drJKh7 { top:89px;left:0px;width:764px;height:650px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #ltrPNVfVwXipUwDd7eeggceaFC5RbGQU { display:block; }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sT27k59lsHBrVqwGNBivGreOhPpIVlPU { top:10px;left:0px;width:764px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #TptgRekNF4JhJ3PlIbz2ainLxTcG1Tuq { top:0px;left:0px;width:764px;height:72px;display:block; }
 }@media only screen and (max-width: 763px) { #kmCVLm6WRJBis7khvE0uiumSxHfnN7Um { top:262px;left:0px;width:764px;height:54px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #RwoIi6LCJta83mQAa5BetyAOObW7zNlF { width:394px;height:74px;top:325px;left:185.00001525879px;display:block; }
 }@media only screen and (max-width: 763px) { #fmBLRctPNppKtL6g98poenoz2ireVQZf { display:block; }
 }@media only screen and (max-width: 763px) { #mSEoBF9ScU3wmocp1v8iLtVl7vNQeq5K { top:82px;left:0px;width:698px;height:392px;display:none; }
 }@media only screen and (max-width: 763px) { #Nk5eWf5yZJF0t1Dqob8gIsDwCG6nKFAV { top:936px;left:0px;width:320px;height:44px;font-size:17px;display:none; }
 }@media only screen and (max-width: 763px) { #gzrWk1qFPBCkerJ0QwfQT7lTiHcRbIwS { top:65px;left:0px;width:764px;height:356px;display:block; }
 }@media only screen and (max-width: 763px) { #TgROIty3klJc3gUnDT726WidLnz94an4 { top:214px;left:0px;width:764px;height:32px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #t1c0cF8VziVwrfaHPfRul671BpqrFEXw { top:95px;left:0px;width:764px;height:93px;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #t8Rgh0Ln5Z6Sxt5XZ5TLHOvLp9fg4cCS { top:28px;left:0px;width:320px;height:54px;font-size:22px;display:none; }
 }@media only screen and (max-width: 763px) { #A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT { display:block; }#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K { display:flex;height:auto;width:724px;top:77px;left:0px; }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #OlgkPoHfJPMVh2z6Z1TlOWp86TQQi0xu {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #xIKtzMWLf1FWPU3l4aHpiyiw9x8fGRK4 {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #efK10VBXMsy4KwdATqrtvtUsoRHh6EoH {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #sizRhvryeT3dxnTtr1A52Te4uM0XS5Gl {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #DlywRPxJUy0J3opFvDtxoQNquUaMvblW {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #bTdT9ICdhMfmtgvHTBfycDw5xtMHEwtT {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #sAb54g00xDgNGcazivEqI7gGioTwHM21 {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #edzaO23LysJkXvwgPenww2BpXq2XvVBR {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #GaN3XtTMbqsQqr0e53V5aBNsSW9ZvVS5 {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #UATf5Iy3ukyKOXHcLIVBL9T4gRQWOFtc {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #O2eRu0C4tBE4AGXh83g0zezVVT0uErH4 {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #RpwaA6XelOpUwPcAbTdvGIriDXbVrd80 {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #ZMGkVe7UlchxP4fwfvK4nkF28Z2dSgRr {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #gg6GVXf34K0FpVELcdZsL0T0Q0AX13W6 {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #zaHVL4B02NOqsnUXtQXVWvBU1F9HJqGs {  }
 }@media only screen and (max-width: 763px) { #mslsBbT3TORdRhIcKk6yRxivcxGwCOBG { top:9px;left:0px;width:764px;height:40px;font-size:21px;display:block; }
 }@media only screen and (max-width: 763px) { #CgPpIrGwfR0bzs7bgowzUHe2alFvshtG { top:1076px;left:0px;width:764px;height:60px;display:none; }
 }@media only screen and (max-width: 763px) { #gi72lXnweR9m8gVcLA1RKQIOukHHMJtv { top:371px;left:171.50001525879px;width:421px;height:20px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 { position:relative;z-index:auto;display:block; }#PEh5n0T9hdgTisLTtyVT6ZH5GiNuv5n9 > .row .container { width:320px;height:35px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nNKarG1fcgxpc5NaMN952ggvlnbTuusT { width:320px;height:33.9375px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL { display:block; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { width:320px;height:615px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pwH0cWhFmsDeXn88E7wOqWaZulrxaqM4 { width:320px;height:67.6px;top:343.40000915527px;left:0px;font-size:26px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #myGOFc9bFJlHweqIuC4r2hMGMaHvGsoJ { width:320px;height:74.1px;top:419.70001220703px;left:0px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rs70ihJ4Gas972ctZVmnUVVl6t3U6NLb { width:320px;height:24.7px;top:502px;left:0px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eNUSHHrb0i2vkfxqFd1TA0LqFuRRouKD { width:320px;height:320px;top:12.400001525879px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #KJfWV1BQ6SzIL1fC0lUvLQ7yHuHf0Xiy { top:536.70001220703px;left:14.987500190735px;width:290px;height:56px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Tn3ResosVlwEKRX6agl9JhTadR164ldS { display:block; }
 }@media only screen and (max-width: 763px) { #w4EScMD4XnMo013g7duDd77qXhq8GBQm { display:block; }#w4EScMD4XnMo013g7duDd77qXhq8GBQm > .row .container { width:320px;height:877px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #II5cvqu9OrsIyZgbBTAyBEoOCRlOl0Cz { width:320px;height:707.2px;top:158.75003051758px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tubGDumTDbMAB945aNa8CNVDNuguiL8p { width:320px;height:130px;top:9px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dzw45H3RTSEVgJXnIsQfvgUMorVOyqBU { width:320px;height:148px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb { display:block; }#fKo0ZiUwNmwapzxagBeNd0qG3E6wpTdb > .row .container { width:320px;height:689px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W8C2rqA8g1d8U6P4kJw0vS1K7VLdw0Tn { width:320px;height:561.6px;top:58px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NEBkMfypunAq1gxC8yc5VJo3JcTpMLzT { width:320px;height:26px;top:11px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTsHOx7kETSIdwn7dZl5fELXIEzH9l0h { width:320px;height:48px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #JFTFyAdm0q5s6gm4OGBdn6e4HCBZURH8 { top:633.59999084473px;left:20.000000953674px;width:280px;height:54px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XIM2K6THi5zpQkAo5Ao1WVPH2UZwVbFa { display:block; }
 }@media only screen and (max-width: 763px) { #FUAdckdFsGWuPfR1pcdxbTiEv796GyNV { display:block; }#FUAdckdFsGWuPfR1pcdxbTiEv796GyNV > .row .container { width:320px;height:526px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BboULoSmyQ7T9Rg3ZK4pJhO31qfn19sJ { width:320px;height:436.8px;top:79.000091552734px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ESy0edwBzaX7JOLsO8IRR6SCvfvzO74G { width:320px;height:26px;top:32.75px;left:0px;font-size:20px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pQBP7w1DA1VDiTtk4w0BkspaqPlkGIE2 { width:320px;height:48px;top:20px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR { display:block; }#mSHUkBUnw3hmpb28FHLc7s8PFd3EIhHR > .row .container { width:320px;height:634px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ER9HIWeL3H8p7CI03vlnG83MTFM5zKak { width:320px;height:24.7px;top:12.75px;left:0px;font-size:19px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IG06nhX3EmpTCuailWXsJCRbcnoVg0hL { width:320px;height:51px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #vlXynGIGRcbSTAGTFJgOWQ9pZ3drJKh7 { width:320px;height:561.6px;top:61px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ltrPNVfVwXipUwDd7eeggceaFC5RbGQU { background-color:#000000;background-image:none;display:block; }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row .container { background-color: transparent; background-image: none; }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row .container > .video-iframe-container { display: none; }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row > .video-iframe-container { display: none; }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .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); }#ltrPNVfVwXipUwDd7eeggceaFC5RbGQU > .row .container { width:320px;height:368px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sT27k59lsHBrVqwGNBivGreOhPpIVlPU { width:320px;height:54.6px;top:8.7001113891602px;left:0px;font-size:21px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TptgRekNF4JhJ3PlIbz2ainLxTcG1Tuq { width:320px;height:72px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #kmCVLm6WRJBis7khvE0uiumSxHfnN7Um { width:320px;height:32.5px;top:229.9375px;left:0px;font-size:25px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RwoIi6LCJta83mQAa5BetyAOObW7zNlF { width:297px;height:60px;top:270.00001525879px;left:11.487500190735px;font-size:18px;border-top-left-radius:24px;border-top-right-radius:24px;border-bottom-left-radius:24px;border-bottom-right-radius:24px;display:block; }
 }@media only screen and (max-width: 763px) { #fmBLRctPNppKtL6g98poenoz2ireVQZf { display:block; }
 }@media only screen and (max-width: 763px) { #mSEoBF9ScU3wmocp1v8iLtVl7vNQeq5K { width:282px;height:159px;top:128.7001953125px;left:38px;z-index:15015;overflow:hidden;box-shadow: 1px 1px 3px rgba(0,0,0,0.5) ;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;display:none; }
 }@media only screen and (max-width: 763px) { #Nk5eWf5yZJF0t1Dqob8gIsDwCG6nKFAV { width:320px;height:0;top:843.43720626831px;left:0px;font-size:17px;z-index:15023;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gzrWk1qFPBCkerJ0QwfQT7lTiHcRbIwS { width:320px;height:280px;top:66px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #TgROIty3klJc3gUnDT726WidLnz94an4 { width:304px;height:23.4px;top:197.82501220703px;left:7.9875001907349px;font-size:18px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t1c0cF8VziVwrfaHPfRul671BpqrFEXw { width:288px;height:109.2px;top:80.425003051758px;left:15.987500190735px;font-size:21px;text-align:center;text-align-last:center;font-family:ubuntu;display:block; }
 }@media only screen and (max-width: 763px) { #t8Rgh0Ln5Z6Sxt5XZ5TLHOvLp9fg4cCS { width:320px;height:0;top:30px;left:0px;font-size:22px;text-align:center;text-align-last:center;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT { display:block; }#A0uWtJF3wTuMz2FaFQID2OJd2hpw3iuT > .row .container { width:320px;height:616px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K .accordion-heading-text { font-size:18px;height:auto; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K .accordion-desc-text { font-size:15px;height:auto; }
#sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K { display:flex;height:358px;width:280px;top:67.3px;left:0px; }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #OlgkPoHfJPMVh2z6Z1TlOWp86TQQi0xu {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #xIKtzMWLf1FWPU3l4aHpiyiw9x8fGRK4 {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #efK10VBXMsy4KwdATqrtvtUsoRHh6EoH {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #sizRhvryeT3dxnTtr1A52Te4uM0XS5Gl {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #DlywRPxJUy0J3opFvDtxoQNquUaMvblW {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #bTdT9ICdhMfmtgvHTBfycDw5xtMHEwtT {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #sAb54g00xDgNGcazivEqI7gGioTwHM21 {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #edzaO23LysJkXvwgPenww2BpXq2XvVBR {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #GaN3XtTMbqsQqr0e53V5aBNsSW9ZvVS5 {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #UATf5Iy3ukyKOXHcLIVBL9T4gRQWOFtc {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #O2eRu0C4tBE4AGXh83g0zezVVT0uErH4 {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #RpwaA6XelOpUwPcAbTdvGIriDXbVrd80 {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #ZMGkVe7UlchxP4fwfvK4nkF28Z2dSgRr {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #gg6GVXf34K0FpVELcdZsL0T0Q0AX13W6 {  }
 }@media only screen and (max-width: 763px) { #sLlzuhiqHZsf2TeDFs7ZxDslACHKqX3K #zaHVL4B02NOqsnUXtQXVWvBU1F9HJqGs {  }
 }@media only screen and (max-width: 763px) { #mslsBbT3TORdRhIcKk6yRxivcxGwCOBG { width:320px;height:27.3px;top:20px;left:0px;font-size:21px;text-align:center;text-align-last:center;color:#787878;display:block; }
 }@media only screen and (max-width: 763px) { #CgPpIrGwfR0bzs7bgowzUHe2alFvshtG { width:320px;height:50px;top:546.9px;left:0px;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #gi72lXnweR9m8gVcLA1RKQIOukHHMJtv { width:320px;height:41.6px;top:485.3px;left:0px;font-size:16px;text-align:center;text-align-last:center;display:block; }
 }