.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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:0rem;left:0rem;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); }#Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection { position:relative;display:none; } #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection *:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="text"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="email"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="tel"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection textarea:focus-visible { outline: none; } #CL4pBnp5Iavm6ahyRB97IxqwCII2COUG { border-width: 0; border-radius: 0; }#CL4pBnp5Iavm6ahyRB97IxqwCII2COUG > .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; }#CL4pBnp5Iavm6ahyRB97IxqwCII2COUG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:17.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#bc5832e50e1369dca9193fc4911f15cf.widget-smartsection { position:relative;display:block; } #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection *:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="text"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="email"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="tel"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection textarea:focus-visible { outline: none; } #GItImAIOq3noCyNwATzntfxU8VKB0q3i { background-color: transparent; background-image: none; }#GItImAIOq3noCyNwATzntfxU8VKB0q3i::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GItImAIOq3noCyNwATzntfxU8VKB0q3i > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GItImAIOq3noCyNwATzntfxU8VKB0q3i > .row .container > .video-iframe-container { display: none; }#GItImAIOq3noCyNwATzntfxU8VKB0q3i > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GItImAIOq3noCyNwATzntfxU8VKB0q3i > .row > .video-iframe-container { display: none; }#GItImAIOq3noCyNwATzntfxU8VKB0q3i > .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); }#GItImAIOq3noCyNwATzntfxU8VKB0q3i { border-width: 0; border-radius: 0; }#GItImAIOq3noCyNwATzntfxU8VKB0q3i > .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; }#GItImAIOq3noCyNwATzntfxU8VKB0q3i > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 { position:relative;display:block; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 { background-color: transparent; background-image: none; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row .container > .video-iframe-container { display: none; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row > .video-iframe-container { display: none; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .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); }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 { border-width: 0; border-radius: 0; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .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; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:11.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wwtx8F1ZZlJZ8ln8vleRa6552bwRad89 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.375rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#XGPz7r6cBfwBlU37CyH5NDoWaxoAIZck { position:relative;display:block; }#XGPz7r6cBfwBlU37CyH5NDoWaxoAIZck { background-color: transparent; background-image: none; }#XGPz7r6cBfwBlU37CyH5NDoWaxoAIZck::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGPz7r6cBfwBlU37CyH5NDoWaxoAIZck > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGPz7r6cBfwBlU37CyH5NDoWaxoAIZck > .row .container > .video-iframe-container { display: none; }#XGPz7r6cBfwBlU37CyH5NDoWaxoAIZck > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XGPz7r6cBfwBlU37CyH5NDoWaxoAIZck > .row > .video-iframe-container { display: none; }#XGPz7r6cBfwBlU37CyH5NDoWaxoAIZck > .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); }#XGPz7r6cBfwBlU37CyH5NDoWaxoAIZck { border-width: 0; border-radius: 0; }#XGPz7r6cBfwBlU37CyH5NDoWaxoAIZck > .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; }#XGPz7r6cBfwBlU37CyH5NDoWaxoAIZck > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#dZ8e4R1s3JDv08WyGmLRAii47hfGA80f { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:1.75rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.099609375rem;left:0rem;height:4.55rem;text-align:center;text-align-last:center;display:block; }
#HD6CVafPIn2T7smF1C8XN9Vut4IEavR1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff2e6;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; }#HD6CVafPIn2T7smF1C8XN9Vut4IEavR1 > .row .container { background-color: transparent; background-image: none; }#HD6CVafPIn2T7smF1C8XN9Vut4IEavR1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HD6CVafPIn2T7smF1C8XN9Vut4IEavR1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HD6CVafPIn2T7smF1C8XN9Vut4IEavR1 > .row .container > .video-iframe-container { display: none; }#HD6CVafPIn2T7smF1C8XN9Vut4IEavR1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HD6CVafPIn2T7smF1C8XN9Vut4IEavR1 > .row > .video-iframe-container { display: none; }#HD6CVafPIn2T7smF1C8XN9Vut4IEavR1 > .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); }#HD6CVafPIn2T7smF1C8XN9Vut4IEavR1 > .row .container { border-width: 0; border-radius: 0; }#HD6CVafPIn2T7smF1C8XN9Vut4IEavR1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HD6CVafPIn2T7smF1C8XN9Vut4IEavR1 > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#BukPCg6toc8WqZJoQbmlgOVbTznJzAob { color:#f2705f;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.537109375rem;left:0rem;height:2.92480625rem;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; }
#nCTqRD1VZBIZJiUMr2DWHom2ZaKvZ8CJ { position:relative;display:block; }#nCTqRD1VZBIZJiUMr2DWHom2ZaKvZ8CJ { background-color: transparent; background-image: none; }#nCTqRD1VZBIZJiUMr2DWHom2ZaKvZ8CJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCTqRD1VZBIZJiUMr2DWHom2ZaKvZ8CJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCTqRD1VZBIZJiUMr2DWHom2ZaKvZ8CJ > .row .container > .video-iframe-container { display: none; }#nCTqRD1VZBIZJiUMr2DWHom2ZaKvZ8CJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCTqRD1VZBIZJiUMr2DWHom2ZaKvZ8CJ > .row > .video-iframe-container { display: none; }#nCTqRD1VZBIZJiUMr2DWHom2ZaKvZ8CJ > .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); }#nCTqRD1VZBIZJiUMr2DWHom2ZaKvZ8CJ { border-width: 0; border-radius: 0; }#nCTqRD1VZBIZJiUMr2DWHom2ZaKvZ8CJ > .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; }#nCTqRD1VZBIZJiUMr2DWHom2ZaKvZ8CJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:68.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rRw4JgNULLKXbs3IWqxeIAESu7wdsr1X { color:#333333;display:block;width:50rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:2.92480625rem;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;font-style:normal;display:block; }
#bTBT7prJ131neMcWI1QwTHvfHW8hL3ct { background-color:#4f8bd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:61.25rem;left:25.3125rem;display:block; }
#cWX1XbCRypLUmTqeNQTpfTE3kvHlvHri { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bNOapCFeEN83JPSGzqnZFP5CTeDcMsTw { 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:53rem;width:75rem;top:7.2373046875rem;left:0rem;overflow:hidden;display:block; }
#obRTtT41dfCZJFQvQxQ5r6wkFpxOUvXp { position:relative;display:block; }#obRTtT41dfCZJFQvQxQ5r6wkFpxOUvXp { background-color: transparent; background-image: none; }#obRTtT41dfCZJFQvQxQ5r6wkFpxOUvXp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obRTtT41dfCZJFQvQxQ5r6wkFpxOUvXp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obRTtT41dfCZJFQvQxQ5r6wkFpxOUvXp > .row .container > .video-iframe-container { display: none; }#obRTtT41dfCZJFQvQxQ5r6wkFpxOUvXp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#obRTtT41dfCZJFQvQxQ5r6wkFpxOUvXp > .row > .video-iframe-container { display: none; }#obRTtT41dfCZJFQvQxQ5r6wkFpxOUvXp > .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); }#obRTtT41dfCZJFQvQxQ5r6wkFpxOUvXp { border-width: 0; border-radius: 0; }#obRTtT41dfCZJFQvQxQ5r6wkFpxOUvXp > .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; }#obRTtT41dfCZJFQvQxQ5r6wkFpxOUvXp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:68.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#mD60PvSbAOIOQ05p6hlgUpQDyZxEQZAc { color:#333333;display:block;width:50rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:2.92480625rem;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;font-style:normal;display:block; }
#gcuNyJMO6hTcr5S12Vo12fUKPJDBvLTz { background-color:#4f8bd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:61.25rem;left:25.3125rem;display:block; }
#pED3Cb4PGT4nKrNNKFdSyP0XFdTG8TL3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d2NtET1V4bm4U5wPrVPcUqJ4OixD14iG { 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:52.4375rem;width:75rem;top:7.2373046875rem;left:0rem;overflow:hidden;display:block; }
#eb6t4v3Grd3UEgw17gxTGq6E8KBoTr2K { position:relative;display:block; }#eb6t4v3Grd3UEgw17gxTGq6E8KBoTr2K { background-color: transparent; background-image: none; }#eb6t4v3Grd3UEgw17gxTGq6E8KBoTr2K::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb6t4v3Grd3UEgw17gxTGq6E8KBoTr2K > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb6t4v3Grd3UEgw17gxTGq6E8KBoTr2K > .row .container > .video-iframe-container { display: none; }#eb6t4v3Grd3UEgw17gxTGq6E8KBoTr2K > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eb6t4v3Grd3UEgw17gxTGq6E8KBoTr2K > .row > .video-iframe-container { display: none; }#eb6t4v3Grd3UEgw17gxTGq6E8KBoTr2K > .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); }#eb6t4v3Grd3UEgw17gxTGq6E8KBoTr2K { border-width: 0; border-radius: 0; }#eb6t4v3Grd3UEgw17gxTGq6E8KBoTr2K > .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; }#eb6t4v3Grd3UEgw17gxTGq6E8KBoTr2K > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:68.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NytZpFvWm1vg3FkaeJTJO6bJ8rF9d6ff { color:#333333;display:block;width:73.1875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:0rem;height:2.92480625rem;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;font-style:normal;display:block; }
#fvf9Hmk39oudObp628W3vTTEWFJQGHOw { background-color:#4f8bd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.375rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:61.25rem;left:25.3125rem;display:block; }
#flG0VP6VXXDTcArg7oRI4zgRDC8odLwv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nd2XFtFgHyPqOTJmrTHJTSTHO6NUemPQ { 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:50.4375rem;width:75rem;top:7.2373046875rem;left:0rem;overflow:hidden;display:block; }
#ieD4wfmougMbRT4BR9aHZhdIWMNMEoIs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff2e6;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; }#ieD4wfmougMbRT4BR9aHZhdIWMNMEoIs > .row .container { background-color: transparent; background-image: none; }#ieD4wfmougMbRT4BR9aHZhdIWMNMEoIs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieD4wfmougMbRT4BR9aHZhdIWMNMEoIs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieD4wfmougMbRT4BR9aHZhdIWMNMEoIs > .row .container > .video-iframe-container { display: none; }#ieD4wfmougMbRT4BR9aHZhdIWMNMEoIs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ieD4wfmougMbRT4BR9aHZhdIWMNMEoIs > .row > .video-iframe-container { display: none; }#ieD4wfmougMbRT4BR9aHZhdIWMNMEoIs > .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); }#ieD4wfmougMbRT4BR9aHZhdIWMNMEoIs > .row .container { border-width: 0; border-radius: 0; }#ieD4wfmougMbRT4BR9aHZhdIWMNMEoIs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ieD4wfmougMbRT4BR9aHZhdIWMNMEoIs > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#gyTBXsq4GUgZhKhGMKCQOhXy0E8gcBeM { color:#f2705f;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.537109375rem;left:0rem;height:2.92480625rem;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; }
#id6lnrhgd8BclTEguauNUUgNGIxm7unW { position:relative;display:block; }#id6lnrhgd8BclTEguauNUUgNGIxm7unW { background-color: transparent; background-image: none; }#id6lnrhgd8BclTEguauNUUgNGIxm7unW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#id6lnrhgd8BclTEguauNUUgNGIxm7unW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#id6lnrhgd8BclTEguauNUUgNGIxm7unW > .row .container > .video-iframe-container { display: none; }#id6lnrhgd8BclTEguauNUUgNGIxm7unW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#id6lnrhgd8BclTEguauNUUgNGIxm7unW > .row > .video-iframe-container { display: none; }#id6lnrhgd8BclTEguauNUUgNGIxm7unW > .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); }#id6lnrhgd8BclTEguauNUUgNGIxm7unW { border-width: 0; border-radius: 0; }#id6lnrhgd8BclTEguauNUUgNGIxm7unW > .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; }#id6lnrhgd8BclTEguauNUUgNGIxm7unW > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:44.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#HJ82WXiHB9n59ouw6g57gTNAapKogszJ { color:#94509a;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:5.125rem;left:1.875rem;height:12.675rem;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; }
#JLoFhfGhdxeq8lDZgPTd4CTaA81rq1uw { 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:22.125rem;width:50.1875rem;top:11.3125rem;left:24.8125rem;overflow:hidden;display:block; }
#vTt0T5AtEswwufp4uR4ayLCeLxJ1T49i { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:19rem;left:1.875rem;height:12rem;display:block; }#vTt0T5AtEswwufp4uR4ayLCeLxJ1T49i li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#vTt0T5AtEswwufp4uR4ayLCeLxJ1T49i li:before{  }
#DkAUBVDdXWDzLggTJIXTGenLfmWb1p6M { color:#000000;display:block;width:21.25rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:32.25rem;left:1.875rem;height:2.275rem;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; }
#Jl2tC7Q8w2MtvOfq7SyTIrzN4flP8sdy { position:absolute;display:block;z-index:15023;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:6.1875rem;width:18.75rem;top:5.125rem;left:56.25rem;overflow:hidden;display:block; }
#x8y42KnX6aDHwk3T8BU4Pby5WRfdF91i { background-color:#4f8bd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.25rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:35.8125rem;left:1.875rem;display:block; }
#WsE9cZ5bmFQ6w1uFIcv1JN6DAFw4uzEB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Kp9tnbO5aVzpkmcZqATvL1Fmr70qdtOo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff2e6;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; }#Kp9tnbO5aVzpkmcZqATvL1Fmr70qdtOo > .row .container { background-color: transparent; background-image: none; }#Kp9tnbO5aVzpkmcZqATvL1Fmr70qdtOo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kp9tnbO5aVzpkmcZqATvL1Fmr70qdtOo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kp9tnbO5aVzpkmcZqATvL1Fmr70qdtOo > .row .container > .video-iframe-container { display: none; }#Kp9tnbO5aVzpkmcZqATvL1Fmr70qdtOo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kp9tnbO5aVzpkmcZqATvL1Fmr70qdtOo > .row > .video-iframe-container { display: none; }#Kp9tnbO5aVzpkmcZqATvL1Fmr70qdtOo > .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); }#Kp9tnbO5aVzpkmcZqATvL1Fmr70qdtOo > .row .container { border-width: 0; border-radius: 0; }#Kp9tnbO5aVzpkmcZqATvL1Fmr70qdtOo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kp9tnbO5aVzpkmcZqATvL1Fmr70qdtOo > .row .container { font-size:0.875rem;font-family:arial;height:10rem;width:75rem;position:relative;display:block; }#iF3K4riTSvqBO3VnryOKCKqd4gak9B1A { color:#f2705f;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.537109375rem;left:0rem;height:2.92480625rem;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; }
#eVCJG9rGtgAGG8KkRTJf0wiEVfftZxcX { 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; }#eVCJG9rGtgAGG8KkRTJf0wiEVfftZxcX > .row .container { background-color: transparent; background-image: none; }#eVCJG9rGtgAGG8KkRTJf0wiEVfftZxcX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVCJG9rGtgAGG8KkRTJf0wiEVfftZxcX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVCJG9rGtgAGG8KkRTJf0wiEVfftZxcX > .row .container > .video-iframe-container { display: none; }#eVCJG9rGtgAGG8KkRTJf0wiEVfftZxcX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eVCJG9rGtgAGG8KkRTJf0wiEVfftZxcX > .row > .video-iframe-container { display: none; }#eVCJG9rGtgAGG8KkRTJf0wiEVfftZxcX > .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); }#eVCJG9rGtgAGG8KkRTJf0wiEVfftZxcX > .row .container { border-width: 0; border-radius: 0; }#eVCJG9rGtgAGG8KkRTJf0wiEVfftZxcX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eVCJG9rGtgAGG8KkRTJf0wiEVfftZxcX > .row .container { font-size:0.875rem;font-family:arial;height:30rem;width:75rem;position:relative;display:block; }#T3nx3uBGR89hDATokzeQ9rodKuRUBao6 { 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:23.9375rem;width:18.75rem;top:3.03125rem;left:3.125rem;overflow:hidden;display:block; }
#kGPKzILnlT2vWSxNpTE8xkou9IDlkCq2 { color:#000000;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:7.9375rem;left:28.125rem;height:1.95rem;font-style:normal;display:block; }
#RiAlQuNaJfZRSEFNzHpLLuUC7JsuPryQ { color:#000000;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:11.125rem;left:28.125rem;height:10.975rem;display:block; }#RiAlQuNaJfZRSEFNzHpLLuUC7JsuPryQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RiAlQuNaJfZRSEFNzHpLLuUC7JsuPryQ li:before{  }
#mzphzXxUeDfxzQ6eaBN8BERvoIV8kLn9 { background-color:#4f8bd1;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:poppins;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:15.875rem;left:53.125rem;display:block; }
#bbMHZTpdsTtn8x2FLPpdPUtJUsKL7UuD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XDiKaDxmV4zvFP5bqTdrdeMculFO2unK { color:#000000;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:10.6875rem;left:53.125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IPStx39J2o3UFE1G4bRKeZBTS3AOPV5T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff2e6;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; }#IPStx39J2o3UFE1G4bRKeZBTS3AOPV5T > .row .container { background-color: transparent; background-image: none; }#IPStx39J2o3UFE1G4bRKeZBTS3AOPV5T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPStx39J2o3UFE1G4bRKeZBTS3AOPV5T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPStx39J2o3UFE1G4bRKeZBTS3AOPV5T > .row .container > .video-iframe-container { display: none; }#IPStx39J2o3UFE1G4bRKeZBTS3AOPV5T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IPStx39J2o3UFE1G4bRKeZBTS3AOPV5T > .row > .video-iframe-container { display: none; }#IPStx39J2o3UFE1G4bRKeZBTS3AOPV5T > .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); }#IPStx39J2o3UFE1G4bRKeZBTS3AOPV5T > .row .container { border-width: 0; border-radius: 0; }#IPStx39J2o3UFE1G4bRKeZBTS3AOPV5T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IPStx39J2o3UFE1G4bRKeZBTS3AOPV5T > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#aZ0gw9cPngFSXyCAdov7NFE3y9eVQSqH { color:#f2705f;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.537109375rem;left:0rem;height:5.8496125rem;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; }
#dAzVrP0glpNt6qJOd4VPXndfMCfisA24 { position:relative;display:block; }#dAzVrP0glpNt6qJOd4VPXndfMCfisA24 { background-color: transparent; background-image: none; }#dAzVrP0glpNt6qJOd4VPXndfMCfisA24::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAzVrP0glpNt6qJOd4VPXndfMCfisA24 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAzVrP0glpNt6qJOd4VPXndfMCfisA24 > .row .container > .video-iframe-container { display: none; }#dAzVrP0glpNt6qJOd4VPXndfMCfisA24 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dAzVrP0glpNt6qJOd4VPXndfMCfisA24 > .row > .video-iframe-container { display: none; }#dAzVrP0glpNt6qJOd4VPXndfMCfisA24 > .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); }#dAzVrP0glpNt6qJOd4VPXndfMCfisA24 { border-width: 0; border-radius: 0; }#dAzVrP0glpNt6qJOd4VPXndfMCfisA24 > .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; }#dAzVrP0glpNt6qJOd4VPXndfMCfisA24 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:48.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#SSc8EFwRNtRa0BmikQL2Smqxps6VJztG { position:absolute;display:block;z-index:15021;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:19.6875rem;width:21.875rem;top:16.875rem;left:26.5625rem;overflow:hidden;display:block; }
#fbMigG1PhQrzUGyRtWIDVVZ6v0PCHt3C { position:absolute;display:block;z-index:15022;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:22.5rem;width:20.125rem;top:16.875rem;left:2.4375rem;overflow:hidden;display:block; }
#lwTJIPQyV8LPCft69oHyGgQ9mIgoTF51 { position:absolute;display:block;z-index:15023;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:9.125rem;width:22.6875rem;top:5.3125rem;left:2.375rem;overflow:hidden;display:block; }
#vovBEnkwAzuK0xPWroZ4SSRUyWM5bmD7 { position:absolute;display:block;z-index:15024;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:8.75rem;width:15.1875rem;top:5.3125rem;left:29.90625rem;overflow:hidden;display:block; }
#OH8GB8xTE7ZbB3hlxyWfk5WdGrLcA0Tm { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:43.125rem;left:0rem;height:2.4375rem;display:block; }
#sw8BI6fTVcByuH0uD831WTTTDL83ghoe { color:#000000;display:block;width:18.75rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:16.875rem;left:55.6875rem;height:4.3875rem;display:block; }
#aR2T7oRPWMqZZoJPOfazDySnyu8IGI1v { color:#000000;display:block;width:23.75rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:22.9375rem;left:50.625rem;height:1.29980625rem;font-style:normal;display:block; }
#kJ0wOvDDEOF2TXEmAwStsFr9yK77WnKI { color:#000000;display:block;width:23.75rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:25.5rem;left:50.625rem;height:11.375rem;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; }
#N5zsCJKy4BfKWwpolTp37PnGAmavKrQl { color:#94509a;display:block;width:23.75rem;position:absolute;font-family:poppins;font-size:1.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.3369140625rem;left:50.625rem;height:4.2246125rem;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;font-style:normal;display:block; }
#uXIfyNmGtMtgbx5XoQ7Jvc3P3seDmv0U { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:16.875rem;left:50.625rem; }
#Jcet1nROvqTT2Jo7I8aJRguXTR7zNgP0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff2e6;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; }#Jcet1nROvqTT2Jo7I8aJRguXTR7zNgP0 > .row .container { background-color: transparent; background-image: none; }#Jcet1nROvqTT2Jo7I8aJRguXTR7zNgP0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jcet1nROvqTT2Jo7I8aJRguXTR7zNgP0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jcet1nROvqTT2Jo7I8aJRguXTR7zNgP0 > .row .container > .video-iframe-container { display: none; }#Jcet1nROvqTT2Jo7I8aJRguXTR7zNgP0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jcet1nROvqTT2Jo7I8aJRguXTR7zNgP0 > .row > .video-iframe-container { display: none; }#Jcet1nROvqTT2Jo7I8aJRguXTR7zNgP0 > .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); }#Jcet1nROvqTT2Jo7I8aJRguXTR7zNgP0 > .row .container { border-width: 0; border-radius: 0; }#Jcet1nROvqTT2Jo7I8aJRguXTR7zNgP0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jcet1nROvqTT2Jo7I8aJRguXTR7zNgP0 > .row .container { font-size:0.875rem;font-family:arial;height:12.5rem;width:75rem;position:relative;display:block; }#tanEuDLzBITbgQkf7Bl98JkilMTn5aiO { color:#f2705f;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:3.537109375rem;left:0rem;height:5.8496125rem;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; }
#EwakeV73BsfzeHJksK3dIvf3RmgTxgRo { position:relative;display:block; }#EwakeV73BsfzeHJksK3dIvf3RmgTxgRo { background-color: transparent; background-image: none; }#EwakeV73BsfzeHJksK3dIvf3RmgTxgRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwakeV73BsfzeHJksK3dIvf3RmgTxgRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwakeV73BsfzeHJksK3dIvf3RmgTxgRo > .row .container > .video-iframe-container { display: none; }#EwakeV73BsfzeHJksK3dIvf3RmgTxgRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EwakeV73BsfzeHJksK3dIvf3RmgTxgRo > .row > .video-iframe-container { display: none; }#EwakeV73BsfzeHJksK3dIvf3RmgTxgRo > .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); }#EwakeV73BsfzeHJksK3dIvf3RmgTxgRo { border-width: 0; border-radius: 0; }#EwakeV73BsfzeHJksK3dIvf3RmgTxgRo > .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; }#EwakeV73BsfzeHJksK3dIvf3RmgTxgRo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:43.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kmnS8PGcSmvJFFS4iXM2w1OQCwIbQyPX { color:#000000;display:block;width:56.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:4.25rem;left:14.1875rem;height:6.09375rem;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; }
#dhH2bGTJkVQBKCwTJET3tiQiJd9AAG99 { color:#000000;display:block;width:56.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:13.4375rem;left:14.25rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XLLnktxTff05fqgy22hfEk6s7ricklwl { color:#000000;display:block;width:56.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:15.3125rem;left:14.25rem;height:1.21875rem;display:block; }#XLLnktxTff05fqgy22hfEk6s7ricklwl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XLLnktxTff05fqgy22hfEk6s7ricklwl li:before{  }
#THhramO4uX8IAI1bwqzl47s088iGtrzR { color:#000000;display:block;width:56.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:19.6875rem;left:14.25rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#NfM9gLG3G9F6K61d3hQpktoZNpmqpMHd { color:#000000;display:block;width:56.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:21.5rem;left:14.25rem;height:5.5rem;display:block; }#NfM9gLG3G9F6K61d3hQpktoZNpmqpMHd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NfM9gLG3G9F6K61d3hQpktoZNpmqpMHd li:before{  }
#GAcpnhhAP37sHmiAZI60gfEZpGEGBax2 { color:#000000;display:block;width:56.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:30.125rem;left:14.25rem;height:1.21875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#ASTLQDJ0IiHRUo5WOWqUkgURn3MMvtz1 { color:#000000;display:block;width:56.25rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:32rem;left:14.25rem;height:1.21875rem;display:block; }#ASTLQDJ0IiHRUo5WOWqUkgURn3MMvtz1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ASTLQDJ0IiHRUo5WOWqUkgURn3MMvtz1 li:before{  }
#i1q3aTfwFz51gg5c2CWlJ9JCB2fBu0df { position:absolute;display:block;z-index:15024;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:5.875rem;width:5.875rem;top:4.375rem;left:4.5rem;overflow:hidden;display:block; }
#AX8Bk5eb4hCdR45mvSwS8G0IghCOfLoT { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:4.875rem;top:12.5rem;left:5rem;overflow:hidden;display:block; }
#zGUQmZC6HrGeAzg2zW7EDaBuKH4f7w6N { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:5.875rem;top:21.5rem;left:4.625rem;overflow:hidden;display:block; }
#IP71cnAEGywa3oT3i6DTMWkut5TWWquM { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:4.875rem;top:30.125rem;left:5rem;overflow:hidden;display:block; }
#L2UQUwwU0W8wJ1kuvyIEIlheel2uTdNZ { color:#000000;display:block;width:75rem;position:absolute;font-family:poppins;font-size:0.625rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:36rem;left:0rem;height:2.4375rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection { display:block; } #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection *:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="text"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="email"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="tel"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection textarea:focus-visible { outline: none; } #CL4pBnp5Iavm6ahyRB97IxqwCII2COUG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection { display:block; } #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection *:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="text"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="email"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="tel"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection textarea:focus-visible { outline: none; } #GItImAIOq3noCyNwATzntfxU8VKB0q3i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 { display:block; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwtx8F1ZZlJZ8ln8vleRa6552bwRad89 { top:0rem;left:0rem;width:47.75rem;height:6.6054166666669rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGPz7r6cBfwBlU37CyH5NDoWaxoAIZck { display:block; }#XGPz7r6cBfwBlU37CyH5NDoWaxoAIZck > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZ8e4R1s3JDv08WyGmLRAii47hfGA80f { top:1.0625rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD6CVafPIn2T7smF1C8XN9Vut4IEavR1 { display:block; }#HD6CVafPIn2T7smF1C8XN9Vut4IEavR1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BukPCg6toc8WqZJoQbmlgOVbTznJzAob { top:3.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCTqRD1VZBIZJiUMr2DWHom2ZaKvZ8CJ { display:block; }#nCTqRD1VZBIZJiUMr2DWHom2ZaKvZ8CJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRw4JgNULLKXbs3IWqxeIAESu7wdsr1X { top:4.3125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTBT7prJ131neMcWI1QwTHvfHW8hL3ct { width:24.375rem;height:3.4375rem;top:61.25rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWX1XbCRypLUmTqeNQTpfTE3kvHlvHri { display:block; }
 }@media only screen and (max-width: 763px) { #bNOapCFeEN83JPSGzqnZFP5CTeDcMsTw { top:7.1875rem;left:0rem;width:47.75rem;height:33.743333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #obRTtT41dfCZJFQvQxQ5r6wkFpxOUvXp { display:block; }#obRTtT41dfCZJFQvQxQ5r6wkFpxOUvXp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mD60PvSbAOIOQ05p6hlgUpQDyZxEQZAc { top:4.3125rem;left:0rem;width:47.75rem;height:;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcuNyJMO6hTcr5S12Vo12fUKPJDBvLTz { width:24.375rem;height:3.4375rem;top:61.25rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pED3Cb4PGT4nKrNNKFdSyP0XFdTG8TL3 { display:block; }
 }@media only screen and (max-width: 763px) { #d2NtET1V4bm4U5wPrVPcUqJ4OixD14iG { top:7.1875rem;left:0rem;width:47.75rem;height:33.385208333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb6t4v3Grd3UEgw17gxTGq6E8KBoTr2K { display:block; }#eb6t4v3Grd3UEgw17gxTGq6E8KBoTr2K > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NytZpFvWm1vg3FkaeJTJO6bJ8rF9d6ff { top:4.3125rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvf9Hmk39oudObp628W3vTTEWFJQGHOw { width:24.375rem;height:3.4375rem;top:61.25rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #flG0VP6VXXDTcArg7oRI4zgRDC8odLwv { display:block; }
 }@media only screen and (max-width: 763px) { #Nd2XFtFgHyPqOTJmrTHJTSTHO6NUemPQ { top:7.1875rem;left:0rem;width:47.75rem;height:32.111875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieD4wfmougMbRT4BR9aHZhdIWMNMEoIs { display:block; }#ieD4wfmougMbRT4BR9aHZhdIWMNMEoIs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyTBXsq4GUgZhKhGMKCQOhXy0E8gcBeM { top:3.5rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #id6lnrhgd8BclTEguauNUUgNGIxm7unW { display:block; }#id6lnrhgd8BclTEguauNUUgNGIxm7unW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJ82WXiHB9n59ouw6g57gTNAapKogszJ { top:5.125rem;left:0rem;width:21.25rem;height:12.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLoFhfGhdxeq8lDZgPTd4CTaA81rq1uw { top:11.3125rem;left:0rem;width:47.75rem;height:21.050435865504rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTt0T5AtEswwufp4uR4ayLCeLxJ1T49i { top:19rem;left:0rem;width:21.25rem;height:11.9375rem;font-size:0.875rem;display:block; }#vTt0T5AtEswwufp4uR4ayLCeLxJ1T49i li:before{  }
 }@media only screen and (max-width: 763px) { #DkAUBVDdXWDzLggTJIXTGenLfmWb1p6M { top:32.25rem;left:0rem;width:21.25rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl2tC7Q8w2MtvOfq7SyTIrzN4flP8sdy { top:5.125rem;left:29rem;width:18.75rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8y42KnX6aDHwk3T8BU4Pby5WRfdF91i { width:21.25rem;height:3.4375rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsE9cZ5bmFQ6w1uFIcv1JN6DAFw4uzEB { display:block; }
 }@media only screen and (max-width: 763px) { #Kp9tnbO5aVzpkmcZqATvL1Fmr70qdtOo { display:block; }#Kp9tnbO5aVzpkmcZqATvL1Fmr70qdtOo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iF3K4riTSvqBO3VnryOKCKqd4gak9B1A { top:3.5rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVCJG9rGtgAGG8KkRTJf0wiEVfftZxcX { display:block; }#eVCJG9rGtgAGG8KkRTJf0wiEVfftZxcX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3nx3uBGR89hDATokzeQ9rodKuRUBao6 { top:3rem;left:0rem;width:18.75rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGPKzILnlT2vWSxNpTE8xkou9IDlkCq2 { top:7.9375rem;left:13rem;width:18.75rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiAlQuNaJfZRSEFNzHpLLuUC7JsuPryQ { top:11.125rem;left:13rem;width:18.75rem;height:10.9375rem;font-size:0.8125rem;display:block; }#RiAlQuNaJfZRSEFNzHpLLuUC7JsuPryQ li:before{  }
 }@media only screen and (max-width: 763px) { #mzphzXxUeDfxzQ6eaBN8BERvoIV8kLn9 { width:18.75rem;height:3.4375rem;top:15.875rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbMHZTpdsTtn8x2FLPpdPUtJUsKL7UuD { display:block; }
 }@media only screen and (max-width: 763px) { #XDiKaDxmV4zvFP5bqTdrdeMculFO2unK { top:10.6875rem;left:28.875rem;width:18.75rem;height:3.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPStx39J2o3UFE1G4bRKeZBTS3AOPV5T { display:block; }#IPStx39J2o3UFE1G4bRKeZBTS3AOPV5T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZ0gw9cPngFSXyCAdov7NFE3y9eVQSqH { top:3.5rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAzVrP0glpNt6qJOd4VPXndfMCfisA24 { display:block; }#dAzVrP0glpNt6qJOd4VPXndfMCfisA24 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSc8EFwRNtRa0BmikQL2Smqxps6VJztG { top:16.875rem;left:9.875rem;width:21.875rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbMigG1PhQrzUGyRtWIDVVZ6v0PCHt3C { top:16.875rem;left:0rem;width:20.125rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwTJIPQyV8LPCft69oHyGgQ9mIgoTF51 { top:5.3125rem;left:0rem;width:22.6875rem;height:9.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vovBEnkwAzuK0xPWroZ4SSRUyWM5bmD7 { top:5.3125rem;left:16.25rem;width:15.1875rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH8GB8xTE7ZbB3hlxyWfk5WdGrLcA0Tm { top:43.125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw8BI6fTVcByuH0uD831WTTTDL83ghoe { top:16.875rem;left:28.875rem;width:18.75rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR2T7oRPWMqZZoJPOfazDySnyu8IGI1v { top:22.9375rem;left:23.875rem;width:23.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ0wOvDDEOF2TXEmAwStsFr9yK77WnKI { top:25.5rem;left:23.875rem;width:23.75rem;height:11.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5zsCJKy4BfKWwpolTp37PnGAmavKrQl { top:9.3125rem;left:23.875rem;width:23.75rem;height:4.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uXIfyNmGtMtgbx5XoQ7Jvc3P3seDmv0U { top:16.875rem;left:31.75rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcet1nROvqTT2Jo7I8aJRguXTR7zNgP0 { display:block; }#Jcet1nROvqTT2Jo7I8aJRguXTR7zNgP0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tanEuDLzBITbgQkf7Bl98JkilMTn5aiO { top:3.5rem;left:0rem;width:47.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwakeV73BsfzeHJksK3dIvf3RmgTxgRo { display:block; }#EwakeV73BsfzeHJksK3dIvf3RmgTxgRo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmnS8PGcSmvJFFS4iXM2w1OQCwIbQyPX { top:4.25rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhH2bGTJkVQBKCwTJET3tiQiJd9AAG99 { top:13.4375rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLLnktxTff05fqgy22hfEk6s7ricklwl { top:15.3125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }#XLLnktxTff05fqgy22hfEk6s7ricklwl li:before{  }
 }@media only screen and (max-width: 763px) { #THhramO4uX8IAI1bwqzl47s088iGtrzR { top:19.6875rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfM9gLG3G9F6K61d3hQpktoZNpmqpMHd { top:21.5rem;left:0rem;width:47.75rem;height:5.5rem;font-size:0.9375rem;display:block; }#NfM9gLG3G9F6K61d3hQpktoZNpmqpMHd li:before{  }
 }@media only screen and (max-width: 763px) { #GAcpnhhAP37sHmiAZI60gfEZpGEGBax2 { top:30.125rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASTLQDJ0IiHRUo5WOWqUkgURn3MMvtz1 { top:32rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }#ASTLQDJ0IiHRUo5WOWqUkgURn3MMvtz1 li:before{  }
 }@media only screen and (max-width: 763px) { #i1q3aTfwFz51gg5c2CWlJ9JCB2fBu0df { top:4.375rem;left:0rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX8Bk5eb4hCdR45mvSwS8G0IghCOfLoT { top:12.5rem;left:0rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGUQmZC6HrGeAzg2zW7EDaBuKH4f7w6N { top:21.5rem;left:0rem;width:5.875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP71cnAEGywa3oT3i6DTMWkut5TWWquM { top:30.125rem;left:0rem;width:4.875rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2UQUwwU0W8wJ1kuvyIEIlheel2uTdNZ { top:36rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection { display:block; } #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection *:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="text"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="email"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection input[type="tel"]:focus-visible, #Tbd99b2d87b0db2eb5ed155fcfa8dde3.widget-smartsection textarea:focus-visible { outline: none; } #CL4pBnp5Iavm6ahyRB97IxqwCII2COUG > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection { display:none; } #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection *:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="text"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="email"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection input[type="tel"]:focus-visible, #bc5832e50e1369dca9193fc4911f15cf.widget-smartsection textarea:focus-visible { outline: none; } #GItImAIOq3noCyNwATzntfxU8VKB0q3i > .row .container { width:20rem;height:29.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 { display:block; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 { background-color: transparent; background-image: none; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row .container > .video-iframe-container { display: none; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row > .video-iframe-container { display: none; }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .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); }#UEDGBzP4CUWOMRDLLrHgFadrDkunM1s7 > .row .container { width:20rem;height:9.25rem;background-color:transparent;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wwtx8F1ZZlJZ8ln8vleRa6552bwRad89 { width:20rem;height:2.75rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGPz7r6cBfwBlU37CyH5NDoWaxoAIZck { display:block; }#XGPz7r6cBfwBlU37CyH5NDoWaxoAIZck > .row .container { width:20rem;height:13.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dZ8e4R1s3JDv08WyGmLRAii47hfGA80f { width:17.5rem;height:9.75rem;top:2.234375rem;left:1.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HD6CVafPIn2T7smF1C8XN9Vut4IEavR1 { display:block; }#HD6CVafPIn2T7smF1C8XN9Vut4IEavR1 > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BukPCg6toc8WqZJoQbmlgOVbTznJzAob { width:17.5rem;height:4.548825rem;top:2.5rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCTqRD1VZBIZJiUMr2DWHom2ZaKvZ8CJ { display:block; }#nCTqRD1VZBIZJiUMr2DWHom2ZaKvZ8CJ > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rRw4JgNULLKXbs3IWqxeIAESu7wdsr1X { width:20rem;height:3.736325rem;top:1.5625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bTBT7prJ131neMcWI1QwTHvfHW8hL3ct { width:17.5rem;height:3.4375rem;top:21.875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWX1XbCRypLUmTqeNQTpfTE3kvHlvHri { display:block; }
 }@media only screen and (max-width: 763px) { #bNOapCFeEN83JPSGzqnZFP5CTeDcMsTw { width:20rem;height:14.1328125rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #obRTtT41dfCZJFQvQxQ5r6wkFpxOUvXp { display:block; }#obRTtT41dfCZJFQvQxQ5r6wkFpxOUvXp > .row .container { width:20rem;height:26.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mD60PvSbAOIOQ05p6hlgUpQDyZxEQZAc { width:20rem;height:3.736325rem;top:1.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gcuNyJMO6hTcr5S12Vo12fUKPJDBvLTz { width:17.5rem;height:3.4375rem;top:21.875rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pED3Cb4PGT4nKrNNKFdSyP0XFdTG8TL3 { display:block; }
 }@media only screen and (max-width: 763px) { #d2NtET1V4bm4U5wPrVPcUqJ4OixD14iG { width:20rem;height:13.9824375rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eb6t4v3Grd3UEgw17gxTGq6E8KBoTr2K { display:block; }#eb6t4v3Grd3UEgw17gxTGq6E8KBoTr2K > .row .container { width:20rem;height:28.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NytZpFvWm1vg3FkaeJTJO6bJ8rF9d6ff { width:20rem;height:5.60449375rem;top:1.625rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fvf9Hmk39oudObp628W3vTTEWFJQGHOw { width:17.5rem;height:3.4375rem;top:22.7548828125rem;left:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #flG0VP6VXXDTcArg7oRI4zgRDC8odLwv { display:block; }
 }@media only screen and (max-width: 763px) { #Nd2XFtFgHyPqOTJmrTHJTSTHO6NUemPQ { width:20rem;height:13.44925rem;top:8.0556640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieD4wfmougMbRT4BR9aHZhdIWMNMEoIs { display:block; }#ieD4wfmougMbRT4BR9aHZhdIWMNMEoIs > .row .container { width:20rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gyTBXsq4GUgZhKhGMKCQOhXy0E8gcBeM { width:17.5rem;height:9.097625rem;top:2.5rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #id6lnrhgd8BclTEguauNUUgNGIxm7unW { display:block; }#id6lnrhgd8BclTEguauNUUgNGIxm7unW > .row .container { width:20rem;height:52.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HJ82WXiHB9n59ouw6g57gTNAapKogszJ { width:17.5rem;height:7.3095625rem;top:1.724609375rem;left:1.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #JLoFhfGhdxeq8lDZgPTd4CTaA81rq1uw { width:20rem;height:8.816375rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTt0T5AtEswwufp4uR4ayLCeLxJ1T49i { width:17.5rem;height:11.9921875rem;top:10.283203125rem;left:1.25rem;font-size:0.875rem;display:block; }#vTt0T5AtEswwufp4uR4ayLCeLxJ1T49i li:before{  }
 }@media only screen and (max-width: 763px) { #DkAUBVDdXWDzLggTJIXTGenLfmWb1p6M { width:17.5rem;height:3.41015625rem;top:24.138671875rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jl2tC7Q8w2MtvOfq7SyTIrzN4flP8sdy { width:14.375rem;height:4.6875rem;top:30rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8y42KnX6aDHwk3T8BU4Pby5WRfdF91i { width:19rem;height:3.4375rem;top:45.6904375rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsE9cZ5bmFQ6w1uFIcv1JN6DAFw4uzEB { display:block; }
 }@media only screen and (max-width: 763px) { #Kp9tnbO5aVzpkmcZqATvL1Fmr70qdtOo { display:block; }#Kp9tnbO5aVzpkmcZqATvL1Fmr70qdtOo > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iF3K4riTSvqBO3VnryOKCKqd4gak9B1A { width:17.5rem;height:6.82325rem;top:2.5rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eVCJG9rGtgAGG8KkRTJf0wiEVfftZxcX { display:block; }#eVCJG9rGtgAGG8KkRTJf0wiEVfftZxcX > .row .container { width:20rem;height:51.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3nx3uBGR89hDATokzeQ9rodKuRUBao6 { width:20rem;height:25.6875rem;top:1.0087890625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGPKzILnlT2vWSxNpTE8xkou9IDlkCq2 { width:17.5rem;height:1.4619125rem;top:26.6962890625rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiAlQuNaJfZRSEFNzHpLLuUC7JsuPryQ { width:17.5rem;height:10.3203125rem;top:28.7822265625rem;left:1.25rem;font-size:0.8125rem;display:block; }#RiAlQuNaJfZRSEFNzHpLLuUC7JsuPryQ li:before{  }
 }@media only screen and (max-width: 763px) { #mzphzXxUeDfxzQ6eaBN8BERvoIV8kLn9 { width:18.75rem;height:3.4375rem;top:43.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbMHZTpdsTtn8x2FLPpdPUtJUsKL7UuD { display:block; }
 }@media only screen and (max-width: 763px) { #XDiKaDxmV4zvFP5bqTdrdeMculFO2unK { width:18.75rem;height:1.29980625rem;top:41.5rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IPStx39J2o3UFE1G4bRKeZBTS3AOPV5T { display:block; }#IPStx39J2o3UFE1G4bRKeZBTS3AOPV5T > .row .container { width:20rem;height:15.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aZ0gw9cPngFSXyCAdov7NFE3y9eVQSqH { width:17.5rem;height:11.3720625rem;top:2.5rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dAzVrP0glpNt6qJOd4VPXndfMCfisA24 { display:block; }#dAzVrP0glpNt6qJOd4VPXndfMCfisA24 > .row .container { width:20rem;height:112.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SSc8EFwRNtRa0BmikQL2Smqxps6VJztG { width:20rem;height:18rem;top:42.21484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fbMigG1PhQrzUGyRtWIDVVZ6v0PCHt3C { width:17.5rem;height:19.5625rem;top:20.98046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lwTJIPQyV8LPCft69oHyGgQ9mIgoTF51 { width:20rem;height:8rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vovBEnkwAzuK0xPWroZ4SSRUyWM5bmD7 { width:15.1875rem;height:8.75rem;top:10.40234375rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OH8GB8xTE7ZbB3hlxyWfk5WdGrLcA0Tm { width:20rem;height:8.125rem;top:93.5751953125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw8BI6fTVcByuH0uD831WTTTDL83ghoe { width:14.375rem;height:5.84765625rem;top:68.5751953125rem;left:5.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aR2T7oRPWMqZZoJPOfazDySnyu8IGI1v { width:18.75rem;height:2.5996125rem;top:76.0478515625rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJ0wOvDDEOF2TXEmAwStsFr9yK77WnKI { width:18.75rem;height:11.3671875rem;top:79.3349609375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5zsCJKy4BfKWwpolTp37PnGAmavKrQl { width:18.75rem;height:3.8984375rem;top:63.27734375rem;left:0.625rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uXIfyNmGtMtgbx5XoQ7Jvc3P3seDmv0U { display:flex;width:4.375rem;height:4.375rem;top:69.3115234375rem;left:0.75rem; }
 }@media only screen and (max-width: 763px) { #Jcet1nROvqTT2Jo7I8aJRguXTR7zNgP0 { display:block; }#Jcet1nROvqTT2Jo7I8aJRguXTR7zNgP0 > .row .container { width:20rem;height:21.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tanEuDLzBITbgQkf7Bl98JkilMTn5aiO { width:17.5rem;height:15.920875rem;top:2.5rem;left:1.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EwakeV73BsfzeHJksK3dIvf3RmgTxgRo { display:block; }#EwakeV73BsfzeHJksK3dIvf3RmgTxgRo > .row .container { width:20rem;height:78.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmnS8PGcSmvJFFS4iXM2w1OQCwIbQyPX { width:18.75rem;height:17.0625rem;top:8.3125rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dhH2bGTJkVQBKCwTJET3tiQiJd9AAG99 { width:13.75rem;height:4.875rem;top:27.484375rem;left:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XLLnktxTff05fqgy22hfEk6s7ricklwl { width:18.75rem;height:2.4375rem;top:33rem;left:0.625rem;font-size:0.9375rem;display:block; }#XLLnktxTff05fqgy22hfEk6s7ricklwl li:before{  }
 }@media only screen and (max-width: 763px) { #THhramO4uX8IAI1bwqzl47s088iGtrzR { width:13.75rem;height:2.4375rem;top:37.9375rem;left:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NfM9gLG3G9F6K61d3hQpktoZNpmqpMHd { width:18.75rem;height:11.59375rem;top:41.625rem;left:0.625rem;font-size:0.9375rem;display:block; }#NfM9gLG3G9F6K61d3hQpktoZNpmqpMHd li:before{  }
 }@media only screen and (max-width: 763px) { #GAcpnhhAP37sHmiAZI60gfEZpGEGBax2 { width:13.75rem;height:2.4375rem;top:56.375rem;left:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASTLQDJ0IiHRUo5WOWqUkgURn3MMvtz1 { width:18.75rem;height:3.65625rem;top:60.0625rem;left:0.625rem;font-size:0.9375rem;display:block; }#ASTLQDJ0IiHRUo5WOWqUkgURn3MMvtz1 li:before{  }
 }@media only screen and (max-width: 763px) { #i1q3aTfwFz51gg5c2CWlJ9JCB2fBu0df { width:5.875rem;height:5.875rem;top:1.25rem;left:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AX8Bk5eb4hCdR45mvSwS8G0IghCOfLoT { width:3.75rem;height:3.75rem;top:28.046875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zGUQmZC6HrGeAzg2zW7EDaBuKH4f7w6N { width:3.75rem;height:2.3125rem;top:38rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IP71cnAEGywa3oT3i6DTMWkut5TWWquM { width:4.875rem;height:3.6875rem;top:55.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2UQUwwU0W8wJ1kuvyIEIlheel2uTdNZ { width:20rem;height:6.5rem;top:66.4375rem;left:0rem;font-size:0.625rem;display:block; }
 }