.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;
}
:root { --color-primary-0:253,242,226;--color-primary-1:247,213,158;--color-primary-2:239,170,60;--color-primary-3:120,85,30;--color-primary-4:36,26,9;--color-secondary-0:218,225,234;--color-secondary-1:132,157,186;--color-secondary-2:9,58,116;--color-secondary-3:5,29,58;--color-secondary-4:1,9,17;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP { position:relative;display:block; }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP { background-color: transparent; background-image: none; }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP > .row .container > .video-iframe-container { display: none; }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP > .row > .video-iframe-container { display: none; }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP > .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); }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP { border-width: 0; border-radius: 0; }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP > .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; }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:7.1875rem;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; }#woiSoWW1xJHaZ8zpHGrzTTNPV0BRO3NO { position:absolute;display:block;z-index:15002;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.93663125rem;width:21.3736875rem;top:1.1241320371627rem;left:1.2076835632324rem;overflow:hidden;display:block; }
#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);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; }#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH > .row .container { background-color: transparent; background-image: none; }#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH > .row .container > .video-iframe-container { display: none; }#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH > .row > .video-iframe-container { display: none; }#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH > .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); }#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH > .row .container { border-width: 0; border-radius: 0; }#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#iFVo8zC5KMJl7WEZ7yocygMcxt8LJ6vz { color:rgba(var(--color-primary-0),1);display:block;width:59.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.8624129295349rem;left:11.365018844604rem;height:4.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cLi18PyEwTll2x4kFt30Th0C7GokTWaT { color:#f1f1f1;display:block;width:33.624125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:8.8259558677675rem;left:24.084203720092rem;height:5.60546875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LCqGOcdQEpIS87thuUlNsFT2PcKL3SDm { color:#f1f1f1;display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.375rem;left:2.875rem;height:5.35766875rem;font-style:normal;display:none; }
#mo55UUeBQJaIreOcZ8RpISd9kbz3A3VH { color:#f1f1f1;display:block;width:35rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:15.375rem;left:2.875rem;height:5.35766875rem;font-style:normal;display:none; }
#xL58rppBvaBbUq9mJCCc6JAa8kcL7I0m { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#de7020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#de7020' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.186625rem;height:4.18728125rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:17.432727336884rem;left:28.930124282837rem;display:block; }
#PIspNIHHXZT1hFGLg01yIx3AgE0Bwy9F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VtKKqmwqQgoPsfPcoM8mTiLrkKAq6MHz { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);background-color:rgba(var(--color-tertiary-0),1);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; }#VtKKqmwqQgoPsfPcoM8mTiLrkKAq6MHz > .row .container { background-color: transparent; background-image: none; }#VtKKqmwqQgoPsfPcoM8mTiLrkKAq6MHz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtKKqmwqQgoPsfPcoM8mTiLrkKAq6MHz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtKKqmwqQgoPsfPcoM8mTiLrkKAq6MHz > .row .container > .video-iframe-container { display: none; }#VtKKqmwqQgoPsfPcoM8mTiLrkKAq6MHz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VtKKqmwqQgoPsfPcoM8mTiLrkKAq6MHz > .row > .video-iframe-container { display: none; }#VtKKqmwqQgoPsfPcoM8mTiLrkKAq6MHz > .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); }#VtKKqmwqQgoPsfPcoM8mTiLrkKAq6MHz > .row .container { border-width: 0; border-radius: 0; }#VtKKqmwqQgoPsfPcoM8mTiLrkKAq6MHz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VtKKqmwqQgoPsfPcoM8mTiLrkKAq6MHz > .row .container { font-size:0.875rem;font-family:arial;height:37.930555625rem;width:75rem;position:relative;display:block; }#MIdKo7QxuM628rKVCbHA6UDmtToo43PW { color:rgba(var(--color-secondary-2),1);display:block;width:45.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:11.897787094116rem;left:28.499349594116rem;height:15.18555rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#LxpswDGF6nTCJtqlPnh6XC1lAyrZIdKA { color:#255184;display:block;width:31.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.1239166259766rem;left:28.499349594116rem;height:6.4995625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;font-style:normal;display:block; }
#T7s5W4ue3iecuF3wUsflaTWLzNg8rk4A { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.9375rem;top:27.4375rem;left:50.8125rem;overflow:hidden;display:none; }
#ZTsafxJNHxEevU2PZXuObnigp7JIXPfe { box-sizing:content-box;color:#5d92ff;font-size:4.1875rem;font-weight:400;line-height:1;height:10.9375rem;width:10.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:16.513671875rem;left:15.326608657837rem; }
#ZTsafxJNHxEevU2PZXuObnigp7JIXPfe > img { max-width: 100%;max-height:100%; width:10.9375rem; height:10.9375rem; }#wiMvJ27tt59ov5OXE4PLzxIVsu1deJyN { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#de7020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#de7020' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.2495625rem;height:4.18728125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:29.497615814209rem;left:28.499349594116rem;display:block; }
#G7lHTcg4S1x1ZJPlbkITzHZssA5OACoz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#edDATeNb8fGJQ58pvE0SBdd0eSQXuhXN { position:absolute;display:block;z-index:15003;border-bottom:0;border-left:0;border-right:0;border-top: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:21.311875rem;width:22.874375rem;top:3.1249990463257rem;left:0.84527015686037rem;overflow:hidden;display:block; }
#ZDQvT9N9DJUTwO140HChU2vIR2xcATf4 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#de7020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#de7020' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.2495625rem;height:4.18728125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:29.497615814209rem;left:28.499349594116rem;display:none; }
#Weu0F3UxWk9KJfAporPTuhf2lZ6fMtXm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J3zpXNUEr7q1ABCmOrvDI9gDEN3EalKO { position:relative;display:none; }#J3zpXNUEr7q1ABCmOrvDI9gDEN3EalKO { border-width: 0; border-radius: 0; }#J3zpXNUEr7q1ABCmOrvDI9gDEN3EalKO > .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; }#J3zpXNUEr7q1ABCmOrvDI9gDEN3EalKO > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.8125rem;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; }#eb8HTXSgmeTTXosN0mIofawfJwf3Ktxk { position:absolute;display:block;z-index:15007;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.0620125rem;width:6.0620125rem;top:13.9375rem;left:33.0625rem;overflow:hidden;display:block; }
#Hr7tJ0qq61nNSskOUh2DQL2WIKuN9Z8U { box-sizing:content-box;color:#5d92ff;font-size:4.1875rem;font-weight:400;line-height:1;height:6.5rem;width:6.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:13.9375rem;left:52.0625rem; }
#Hr7tJ0qq61nNSskOUh2DQL2WIKuN9Z8U > img { max-width: 100%;max-height:100%; width:6.5rem; height:6.5rem; }#U1utWkP1CmuySbTr6S54w2bSOGFTGAKq { color:#255184;display:block;width:36.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:3.9375rem;left:33.0625rem;height:6.499rem;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;text-align:left;text-align-last:left;display:block; }
#S9EvQvnTzntCLOxrHUTnOhEJXoxsLFf9 { box-sizing:content-box;color:#5d92ff;font-size:4.1875rem;font-weight:400;line-height:1;height:6.0620125rem;width:6.0620125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:13.9375rem;left:42.875rem; }
#S9EvQvnTzntCLOxrHUTnOhEJXoxsLFf9 > img { max-width: 100%;max-height:100%; width:6.0620125rem; height:6.0620125rem; }#SVZkwizX76XmxP3wfptSZR4KrF15x8JR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#SVZkwizX76XmxP3wfptSZR4KrF15x8JR > .row .container { background-color: transparent; background-image: none; }#SVZkwizX76XmxP3wfptSZR4KrF15x8JR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVZkwizX76XmxP3wfptSZR4KrF15x8JR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVZkwizX76XmxP3wfptSZR4KrF15x8JR > .row .container > .video-iframe-container { display: none; }#SVZkwizX76XmxP3wfptSZR4KrF15x8JR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SVZkwizX76XmxP3wfptSZR4KrF15x8JR > .row > .video-iframe-container { display: none; }#SVZkwizX76XmxP3wfptSZR4KrF15x8JR > .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); }#SVZkwizX76XmxP3wfptSZR4KrF15x8JR > .row .container { border-width: 0; border-radius: 0; }#SVZkwizX76XmxP3wfptSZR4KrF15x8JR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SVZkwizX76XmxP3wfptSZR4KrF15x8JR > .row .container { font-size:0.875rem;font-family:arial;height:29.859375rem;width:75rem;position:relative;display:block; }#cRxGbzhiafKkIeWkdsPJJ3znib7MtrAA { color:#255184;display:block;width:48.5608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:3.64013671875rem;left:4.26513671875rem;height:3.24978125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;font-style:normal;display:block; }
#TBODkzpOuHMcbDRila9EtDf1itTKWQ6h { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1.9375rem;top:27.4375rem;left:50.8125rem;overflow:hidden;display:block; }
#uyvCwKsJHV0M84KPSTv46CCAlD50znW7 { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top: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:18.4375rem;width:23.8733125rem;top:4.26513671875rem;left:41.1865234375rem;overflow:hidden;display:block; }
#DTed1WCbtAbXgru0iJon8LGpzZSpNSWu { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#de7020' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#de7020' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #de7020);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.8735625rem;height:4.1870125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:16.123046875rem;left:4.26513671875rem;display:block; }
#rQFWecGawy9H5FLCmDxHrstCDdRybPvq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wyPQhMFK2WmQcevJTpoxHKhBwiODngWM { color:rgba(var(--color-secondary-2),1);display:block;width:30.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:9.57275390625rem;left:4.26513671875rem;height:3.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#T6ofTO44wGPs8bvdxT829dHud2pyBKdM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0e0e0;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; }#T6ofTO44wGPs8bvdxT829dHud2pyBKdM > .row .container { background-color: transparent; background-image: none; }#T6ofTO44wGPs8bvdxT829dHud2pyBKdM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6ofTO44wGPs8bvdxT829dHud2pyBKdM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6ofTO44wGPs8bvdxT829dHud2pyBKdM > .row .container > .video-iframe-container { display: none; }#T6ofTO44wGPs8bvdxT829dHud2pyBKdM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T6ofTO44wGPs8bvdxT829dHud2pyBKdM > .row > .video-iframe-container { display: none; }#T6ofTO44wGPs8bvdxT829dHud2pyBKdM > .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); }#T6ofTO44wGPs8bvdxT829dHud2pyBKdM > .row .container { border-width: 0; border-radius: 0; }#T6ofTO44wGPs8bvdxT829dHud2pyBKdM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T6ofTO44wGPs8bvdxT829dHud2pyBKdM > .row .container { font-size:0.875rem;font-family:arial;height:7.4375rem;width:75rem;position:relative;display:block; }#rSbpWFeaefXIoEaomN2wb0yIDptUTWdh { position:absolute;display:block;z-index:15007;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.6875rem;width:15.625rem;top:1.375rem;left:2.4375rem;overflow:hidden;display:block; }
#C1JA75x6Ji1vAGK5wQlyhLkTeog1SrkD { color:#093a73;display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:2.75rem;left:21.21875rem;height:1.50065rem;display:block; }
#Dipgg8NKm5an4haqmft7UlRC4CI0t9KR { color:#093a73;display:block;width:11.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:2.75rem;left:36.90625rem;height:1.50065rem;display:block; }
#P2Vmu1dsxhGTaUQtLiVGswnDUuZ46DmM { color:#093a73;display:block;width:7.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15020;line-height:1.5;letter-spacing:0;top:2.75rem;left:50.09375rem;height:1.50065rem;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP { display:block; }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #woiSoWW1xJHaZ8zpHGrzTTNPV0BRO3NO { width:20.9375rem;height:3.9375rem;top:2.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH { display:block; }#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH > .row .container { width:47.75rem;height:24rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #iFVo8zC5KMJl7WEZ7yocygMcxt8LJ6vz { width:34.124375rem;height:2.51844375rem;top:3.308376789093rem;left:8.00238776207rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cLi18PyEwTll2x4kFt30Th0C7GokTWaT { width:24.625rem;height:0;top:9.43603515625rem;left:1.4990234375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #LCqGOcdQEpIS87thuUlNsFT2PcKL3SDm { width:30.5620625rem;height:4.87305rem;top:8.4375004768369rem;left:9.7840716838838rem;font-size:1.25rem;z-index:15003;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #mo55UUeBQJaIreOcZ8RpISd9kbz3A3VH { width:24.625rem;height:0;top:9.43603515625rem;left:1.4990234375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #xL58rppBvaBbUq9mJCCc6JAa8kcL7I0m { width:20.625rem;height:4.1862rem;top:15.773654460907rem;left:14.751519918442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #PIspNIHHXZT1hFGLg01yIx3AgE0Bwy9F { display:block; }
 }@media only screen and (max-width: 1199px) { #VtKKqmwqQgoPsfPcoM8mTiLrkKAq6MHz { display:block; }#VtKKqmwqQgoPsfPcoM8mTiLrkKAq6MHz > .row .container { width:47.75rem;height:33.734375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #MIdKo7QxuM628rKVCbHA6UDmtToo43PW { width:27.5rem;height:16.50715625rem;top:7.3741321563719rem;left:19.940322637558rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #LxpswDGF6nTCJtqlPnh6XC1lAyrZIdKA { width:26.749125rem;height:4.87413125rem;top:1.3465709686279rem;left:19.940322637558rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T7s5W4ue3iecuF3wUsflaTWLzNg8rk4A { width:1.9375rem;height:1.625rem;top:22rem;left:38.5rem;display:none; }
 }@media only screen and (max-width: 1199px) { #ZTsafxJNHxEevU2PZXuObnigp7JIXPfe { width:6.0620125rem;height:6.0620125rem;top:17.75rem;left:12.625rem;display:block; }
#ZTsafxJNHxEevU2PZXuObnigp7JIXPfe > img { max-width: 100%;max-height:100%; width:6.0620125rem; height:6.0620125rem; } }@media only screen and (max-width: 1199px) { #wiMvJ27tt59ov5OXE4PLzxIVsu1deJyN { width:29.874125rem;height:4.18728125rem;top:26.774087905884rem;left:11.246744871139rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G7lHTcg4S1x1ZJPlbkITzHZssA5OACoz { display:block; }
 }@media only screen and (max-width: 1199px) { #edDATeNb8fGJQ58pvE0SBdd0eSQXuhXN { width:17.0605625rem;height:15.9375rem;top:5.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ZDQvT9N9DJUTwO140HChU2vIR2xcATf4 { width:20.625rem;height:4.1870125rem;top:26.900634765625rem;left:13.560791015625rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Weu0F3UxWk9KJfAporPTuhf2lZ6fMtXm { display:block; }
 }@media only screen and (max-width: 1199px) { #J3zpXNUEr7q1ABCmOrvDI9gDEN3EalKO { display:none; }#J3zpXNUEr7q1ABCmOrvDI9gDEN3EalKO > .row .container { width:47.75rem;height:24.1875rem;position:relative;display:none; } }@media only screen and (max-width: 1199px) { #eb8HTXSgmeTTXosN0mIofawfJwf3Ktxk { width:6.0620125rem;height:6.0620125rem;top:11.0625rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Hr7tJ0qq61nNSskOUh2DQL2WIKuN9Z8U { width:6.0620125rem;height:6.0620125rem;top:11.0625rem;left:37.375rem;display:block; }
#Hr7tJ0qq61nNSskOUh2DQL2WIKuN9Z8U > img { max-width: 100%;max-height:100%; width:6.0620125rem; height:6.0620125rem; } }@media only screen and (max-width: 1199px) { #U1utWkP1CmuySbTr6S54w2bSOGFTGAKq { width:25.18675rem;height:4.55078125rem;top:3.4375rem;left:20.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #S9EvQvnTzntCLOxrHUTnOhEJXoxsLFf9 { width:6.0620125rem;height:6.0620125rem;top:11.0625rem;left:28.9375rem;display:block; }
#S9EvQvnTzntCLOxrHUTnOhEJXoxsLFf9 > img { max-width: 100%;max-height:100%; width:6.0620125rem; height:6.0620125rem; } }@media only screen and (max-width: 1199px) { #SVZkwizX76XmxP3wfptSZR4KrF15x8JR { display:block; }#SVZkwizX76XmxP3wfptSZR4KrF15x8JR > .row .container { width:47.75rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #cRxGbzhiafKkIeWkdsPJJ3znib7MtrAA { width:31.1865rem;height:2.43706875rem;top:1.71142578125rem;left:0.687255859375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TBODkzpOuHMcbDRila9EtDf1itTKWQ6h { width:1.9375rem;height:1.625rem;top:22rem;left:38.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uyvCwKsJHV0M84KPSTv46CCAlD50znW7 { width:16.7480625rem;height:13.0603125rem;top:2.87353515625rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DTed1WCbtAbXgru0iJon8LGpzZSpNSWu { width:20.625rem;height:4.1870125rem;top:11.717529296875rem;left:1.248779296875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rQFWecGawy9H5FLCmDxHrstCDdRybPvq { display:block; }
 }@media only screen and (max-width: 1199px) { #wyPQhMFK2WmQcevJTpoxHKhBwiODngWM { width:21.75rem;height:3.37456875rem;top:6.124267578125rem;left:0.687255859375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T6ofTO44wGPs8bvdxT829dHud2pyBKdM { display:block; }#T6ofTO44wGPs8bvdxT829dHud2pyBKdM > .row .container { width:47.75rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rSbpWFeaefXIoEaomN2wb0yIDptUTWdh { width:8.75rem;height:2.625rem;top:2.03125rem;left:19.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #C1JA75x6Ji1vAGK5wQlyhLkTeog1SrkD { width:46.1875rem;height:1.50065rem;top:6.375rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #Dipgg8NKm5an4haqmft7UlRC4CI0t9KR { width:46.1875rem;height:1.50065rem;top:9rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #P2Vmu1dsxhGTaUQtLiVGswnDUuZ46DmM { width:46.1875rem;height:1.50065rem;top:11.5625rem;left:0.78125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP { display:block; }#qMCZ0kWhweAn1G7Ifu6wvCeXIvb3oBnP > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #woiSoWW1xJHaZ8zpHGrzTTNPV0BRO3NO { width:20rem;height:3.7604955223881rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH { display:block; }#ST1fRw564pXLBBsdNRZ06Vd0mxXFFhDH > .row .container { width:20rem;height:27.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iFVo8zC5KMJl7WEZ7yocygMcxt8LJ6vz { width:18.75rem;height:5.03689375rem;top:2.498779296875rem;left:0.625rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cLi18PyEwTll2x4kFt30Th0C7GokTWaT { width:18.75rem;height:0;top:13.812255859375rem;left:1.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LCqGOcdQEpIS87thuUlNsFT2PcKL3SDm { width:20rem;height:0;top:11.375rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mo55UUeBQJaIreOcZ8RpISd9kbz3A3VH { width:18.75rem;height:7.313375rem;top:9.7460942268369rem;left:0.62500005960463rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #xL58rppBvaBbUq9mJCCc6JAa8kcL7I0m { width:18.9995625rem;height:4.12435rem;top:20.617405414581rem;left:0.49913197755814rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIspNIHHXZT1hFGLg01yIx3AgE0Bwy9F { display:block; }
 }@media only screen and (max-width: 763px) { #VtKKqmwqQgoPsfPcoM8mTiLrkKAq6MHz { display:block; }#VtKKqmwqQgoPsfPcoM8mTiLrkKAq6MHz > .row .container { width:20rem;height:70.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MIdKo7QxuM628rKVCbHA6UDmtToo43PW { width:18.686rem;height:25.51103125rem;top:10.531685352326rem;left:0.65646702051162rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxpswDGF6nTCJtqlPnh6XC1lAyrZIdKA { width:18.3735rem;height:7.0670625rem;top:1.560329914093rem;left:0.81271702051162rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7s5W4ue3iecuF3wUsflaTWLzNg8rk4A { width:1.9375rem;height:1.625rem;top:42.6875rem;left:16.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZTsafxJNHxEevU2PZXuObnigp7JIXPfe { display:flex;width:6.8115rem;height:6.8115rem;top:1.634521484375rem;left:12.607421875rem;display:none; }
#ZTsafxJNHxEevU2PZXuObnigp7JIXPfe > img { max-width: 100%;max-height:100%; width:6.8115rem; height:6.8115rem; } }@media only screen and (max-width: 763px) { #wiMvJ27tt59ov5OXE4PLzxIVsu1deJyN { width:18.9995625rem;height:4.12435rem;top:37.951388448477rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #G7lHTcg4S1x1ZJPlbkITzHZssA5OACoz { display:block; }
 }@media only screen and (max-width: 763px) { #edDATeNb8fGJQ58pvE0SBdd0eSQXuhXN { width:20rem;height:18.6584375rem;top:46.258544921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDQvT9N9DJUTwO140HChU2vIR2xcATf4 { width:18.9985rem;height:4.12435rem;top:38.325739383698rem;left:0.50021702051162rem;font-size:1.1875rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #Weu0F3UxWk9KJfAporPTuhf2lZ6fMtXm { display:block; }
 }@media only screen and (max-width: 763px) { #J3zpXNUEr7q1ABCmOrvDI9gDEN3EalKO { display:none; }#J3zpXNUEr7q1ABCmOrvDI9gDEN3EalKO > .row .container { width:20rem;height:111.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eb8HTXSgmeTTXosN0mIofawfJwf3Ktxk { width:6.0625rem;height:6.0625rem;top:69.7607421875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hr7tJ0qq61nNSskOUh2DQL2WIKuN9Z8U { display:flex;width:6.0625rem;height:6.0625rem;top:69.7607421875rem;left:9.9375rem; }
#Hr7tJ0qq61nNSskOUh2DQL2WIKuN9Z8U > img { max-width: 100%;max-height:100%; width:6.0625rem; height:6.0625rem; } }@media only screen and (max-width: 763px) { #U1utWkP1CmuySbTr6S54w2bSOGFTGAKq { width:20rem;height:5.8483875rem;top:96.9811921875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S9EvQvnTzntCLOxrHUTnOhEJXoxsLFf9 { display:flex;width:6rem;height:6rem;top:104.0783609375rem;left:7rem; }
#S9EvQvnTzntCLOxrHUTnOhEJXoxsLFf9 > img { max-width: 100%;max-height:100%; width:6rem; height:6rem; } }@media only screen and (max-width: 763px) { #SVZkwizX76XmxP3wfptSZR4KrF15x8JR { display:block; }#SVZkwizX76XmxP3wfptSZR4KrF15x8JR > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cRxGbzhiafKkIeWkdsPJJ3znib7MtrAA { width:18.31175rem;height:2.43706875rem;top:1.309814453125rem;left:0.84228515625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBODkzpOuHMcbDRila9EtDf1itTKWQ6h { width:1.9375rem;height:1.625rem;top:42.6875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyvCwKsJHV0M84KPSTv46CCAlD50znW7 { width:20rem;height:15.5956875rem;top:12.9345703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTed1WCbtAbXgru0iJon8LGpzZSpNSWu { width:18.999rem;height:4.12475625rem;top:31.639404296875rem;left:0.50048828125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQFWecGawy9H5FLCmDxHrstCDdRybPvq { display:block; }
 }@media only screen and (max-width: 763px) { #wyPQhMFK2WmQcevJTpoxHKhBwiODngWM { width:18.93675rem;height:5.06185rem;top:5.343017578125rem;left:1.063232421875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6ofTO44wGPs8bvdxT829dHud2pyBKdM { display:block; }#T6ofTO44wGPs8bvdxT829dHud2pyBKdM > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rSbpWFeaefXIoEaomN2wb0yIDptUTWdh { width:8.75rem;height:2.625rem;top:1.5000305175781rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1JA75x6Ji1vAGK5wQlyhLkTeog1SrkD { width:14.75rem;height:1.40625rem;top:5.125rem;left:2.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Dipgg8NKm5an4haqmft7UlRC4CI0t9KR { width:11.5rem;height:1.40625rem;top:7.78125rem;left:4.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P2Vmu1dsxhGTaUQtLiVGswnDUuZ46DmM { width:7.875rem;height:1.40625rem;top:10.4375rem;left:6.0625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }