.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:222,225,232;--color-primary-1:144,157,180;--color-primary-2:32,58,104;--color-primary-3:16,29,52;--color-primary-4:5,9,16;--color-secondary-0:254,243,217;--color-secondary-1:252,217,128;--color-secondary-2:249,178,0;--color-secondary-3:125,89,0;--color-secondary-4:37,27,0;--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:45,45,45;--headlines-font-family:"Raleway";--paragraphs-font-family:"Raleway"; }@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:rgba(var(--color-tertiary-0),1);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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#U58yivfUdbrGKPQ7eaKaCSmIqK9T8Vas { 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:6.18706875rem;width:23.4375rem;top:1.3115234375rem;left:0.3115234375rem;overflow:hidden;display:block; }
#K93EQZcTwtTUI2QCLlIpCi6ID01PPnvp { color:#eff800;display:block;width:48.4980625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.69921875rem;left:25.1259765625rem;height:3.4121125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vi2I7vfrcFGmP4bdC4czDukuAA7tv2iD { color:rgba(var(--color-tertiary-0),1);display:block;width:49.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:6.423828125rem;left:25.1259765625rem;height:0.9746125rem;font-style:italic;display:block; }
#ZLpqzk7zZT1G0lbasc92yqnuUWJgtsAw { position:relative;display:block; }#ZLpqzk7zZT1G0lbasc92yqnuUWJgtsAw { background-color: transparent; background-image: none; }#ZLpqzk7zZT1G0lbasc92yqnuUWJgtsAw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLpqzk7zZT1G0lbasc92yqnuUWJgtsAw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLpqzk7zZT1G0lbasc92yqnuUWJgtsAw > .row .container > .video-iframe-container { display: none; }#ZLpqzk7zZT1G0lbasc92yqnuUWJgtsAw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZLpqzk7zZT1G0lbasc92yqnuUWJgtsAw > .row > .video-iframe-container { display: none; }#ZLpqzk7zZT1G0lbasc92yqnuUWJgtsAw > .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); }#ZLpqzk7zZT1G0lbasc92yqnuUWJgtsAw { border-width: 0; border-radius: 0; }#ZLpqzk7zZT1G0lbasc92yqnuUWJgtsAw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZLpqzk7zZT1G0lbasc92yqnuUWJgtsAw > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:111.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#HIqxAusw2MOen9A2Nd1Ic4rngNxwvrEa { color:rgba(var(--color-primary-2),1);display:block;width:63.8125rem;position:absolute;font-family:antonio;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:9.4375rem;left:5.59375rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xQbRJbzoBlJXRsuCLRNfAmDOJEbBgK9Z { color:rgba(var(--color-tertiary-4),1);display:block;width:61.0625rem;position:absolute;font-family:antonio;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:14.25rem;left:6.96875rem;height:3.8984375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SQI9ORy5DoxZ7ygOhJVfLSGCEOpiGhnI { position:absolute;display:block;z-index:15003;height:2.749025rem;width:38.75rem;top:2.0166015625rem;left:18.125rem;display:block; }
#oJ40teHhnpFRquvRDJyZZOsMOf5ycIuV { position:absolute;display:block;z-index:15005;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);box-shadow: none;height:26.0625rem;width:46.4375rem;top:21.3125rem;left:14.21875rem;display:block; }
#fqmWwMGvW4OvCyQqDacO4keWtlTCyWh4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:11.25rem;width:20rem;display:none; }
#lcQ59EUNODvblix97otExv4CfLUUFenw { color:rgba(var(--color-primary-2),1);display:block;width:61.25rem;position:absolute;font-family:antonio;font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:6.0625rem;left:6.875rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#epHTl5ruv8XDR8VJS1NKmuZPmDXIdrcb { color:rgba(var(--color-tertiary-4),1);display:block;width:61.0625rem;position:absolute;font-family:"garet bold";font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:50.5419921875rem;left:6.96875rem;height:9.0986375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Nv2Nh3NAxf0I4rqCzfqDKqBbadRyTXlt { color:rgba(var(--color-tertiary-4),1);display:block;width:61.0625rem;position:absolute;font-family:"garet bold";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:61.125rem;left:6.96875rem;height:2.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Nr6B4JUSJHJTL7MfZ46QdbUkx9syiyQa { color:rgba(var(--color-primary-2),1);display:block;width:16.1875rem;position:absolute;font-family:antonio;font-size:3.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:65.125rem;left:37.375rem;height:4.6308625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VniBlgfMdgE1nLT0ehPTxSVcMI8DOWeq { color:rgba(var(--color-primary-4),1);display:block;width:17.1875rem;position:absolute;font-family:antonio;font-size:3.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:65.125rem;left:21.4375rem;height:4.6308625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T39Bb2B9NCNdTET0vhPTcUnrSyb13VkF { color:rgba(var(--color-tertiary-4),1);display:block;width:61.875rem;position:absolute;font-family:"garet bold";font-size:1rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:71.75rem;left:6.5625rem;height:19.49709375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#K5eTUW2C5d9Z1zGPaaTTiMz9VbguFcnM { color:rgba(var(--color-tertiary-4),1);display:block;width:61.0625rem;position:absolute;font-family:"garet bold";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:93rem;left:6.96875rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O98lKULrIVT31MNftQEaB9ZHpOMdeJxU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.5rem;position:absolute;font-family:"garet bold";font-size:1rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:95.6904296875rem;left:6.96875rem;height:11.01175rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#O98lKULrIVT31MNftQEaB9ZHpOMdeJxU li:not(:first-child){ padding-top:1.9375rem;padding-right:0;padding-bottom:0;padding-left:0; }#O98lKULrIVT31MNftQEaB9ZHpOMdeJxU li:before{  }
#EK0248s6ALfJyRxL0eWT3s4L8mMcJt9v { color:rgba(var(--color-tertiary-4),1);display:block;width:61.0625rem;position:absolute;font-family:"garet bold";font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:97.0625rem;left:8.53125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#suedo1QytXTSM54gZcTePLaP3Tv5bM4V { color:rgba(var(--color-tertiary-4),1);display:block;width:61.0625rem;position:absolute;font-family:"garet bold";font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:100.2333984375rem;left:8.59375rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rkwv38G78zU1TfDTU6B6nTwtdJiGCN4U { color:rgba(var(--color-tertiary-4),1);display:block;width:61.0625rem;position:absolute;font-family:"garet bold";font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:103.4375rem;left:8.65625rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e1u2ApIkLustMB4qzzSKnGkp8rzR8b40 { color:rgba(var(--color-tertiary-4),1);display:block;width:61.0625rem;position:absolute;font-family:"garet bold";font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:106.7021484375rem;left:8.65625rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lIpM0vsWq9OD8UqzBROVCRKaAgR5uq6f { 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; }#lIpM0vsWq9OD8UqzBROVCRKaAgR5uq6f > .row .container { background-color: transparent; background-image: none; }#lIpM0vsWq9OD8UqzBROVCRKaAgR5uq6f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIpM0vsWq9OD8UqzBROVCRKaAgR5uq6f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIpM0vsWq9OD8UqzBROVCRKaAgR5uq6f > .row .container > .video-iframe-container { display: none; }#lIpM0vsWq9OD8UqzBROVCRKaAgR5uq6f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lIpM0vsWq9OD8UqzBROVCRKaAgR5uq6f > .row > .video-iframe-container { display: none; }#lIpM0vsWq9OD8UqzBROVCRKaAgR5uq6f > .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); }#lIpM0vsWq9OD8UqzBROVCRKaAgR5uq6f > .row .container { border-width: 0; border-radius: 0; }#lIpM0vsWq9OD8UqzBROVCRKaAgR5uq6f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lIpM0vsWq9OD8UqzBROVCRKaAgR5uq6f > .row .container { font-size:0.875rem;font-family:arial;height:8.3125rem;width:75rem;position:relative;display:block; }#luckR3R3EELEe4QtFKry9iWO1T5W8fUP { background-color:rgba(var(--color-primary-2),1);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: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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:56.375rem;height:5.4375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0rem;left:9.3125rem;display:block; }
#hrOR6QdJ14LKT4ePleuKHfEm0dWCfyZB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nUgtTn9h1BnelEaEgJbVQ4RzWhtSwuy3 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#nUgtTn9h1BnelEaEgJbVQ4RzWhtSwuy3 > .row .container { background-color: transparent; background-image: none; }#nUgtTn9h1BnelEaEgJbVQ4RzWhtSwuy3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUgtTn9h1BnelEaEgJbVQ4RzWhtSwuy3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUgtTn9h1BnelEaEgJbVQ4RzWhtSwuy3 > .row .container > .video-iframe-container { display: none; }#nUgtTn9h1BnelEaEgJbVQ4RzWhtSwuy3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nUgtTn9h1BnelEaEgJbVQ4RzWhtSwuy3 > .row > .video-iframe-container { display: none; }#nUgtTn9h1BnelEaEgJbVQ4RzWhtSwuy3 > .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); }#nUgtTn9h1BnelEaEgJbVQ4RzWhtSwuy3 > .row .container { border-width: 0; border-radius: 0; }#nUgtTn9h1BnelEaEgJbVQ4RzWhtSwuy3 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#nUgtTn9h1BnelEaEgJbVQ4RzWhtSwuy3 > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;overflow:visible;position:relative;display:block; }#lnJKn7toEJfIrKsmS7Ra4qpCmAIzrhX0 { 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:7.9375rem;width:29.6875rem;top:0rem;left:22.625rem;overflow:hidden;display:block; }
#RsKFBq4t3fcRSkiFlbyqPkQG3LNXLxCe { color:rgba(var(--color-tertiary-0),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.75rem;left:17.125rem;height:1.2999125rem;display:block; }
#MO2AP87smT5T6Tx97DHK6btKt47mzPvl { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#MO2AP87smT5T6Tx97DHK6btKt47mzPvl > .row .container { border-width: 0; border-radius: 0; }#MO2AP87smT5T6Tx97DHK6btKt47mzPvl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MO2AP87smT5T6Tx97DHK6btKt47mzPvl > .row .container { font-size:0.875rem;font-family:arial;height:8.8125rem;width:75rem;overflow:visible;position:relative;display:none; }#ITW02iIVbiFkCnrSBNEOoxtd6GM9LpC6 { 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:7.9375rem;width:29.6875rem;top:0rem;left:22.625rem;overflow:hidden;display:block; }
#XuIWm86D1CRJWRMuKs8VlzgqyFdhhEhF { 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:7.9375rem;width:29.6875rem;top:0rem;left:22.625rem;overflow:hidden;display:none; }
#FGCiV5vRHvMu8ZclxklaEqx75KkEuTzz { color:rgba(var(--color-tertiary-0),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.755859375rem;left:17.125rem;height:1.29980625rem;display:none; }
#A3v0sHuJRy6KGmhl6EMxdykDqQFvrlGg { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:none; }#A3v0sHuJRy6KGmhl6EMxdykDqQFvrlGg > .row .container { border-width: 0; border-radius: 0; }#A3v0sHuJRy6KGmhl6EMxdykDqQFvrlGg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#A3v0sHuJRy6KGmhl6EMxdykDqQFvrlGg > .row .container { font-size:0.875rem;font-family:arial;height:3.1875rem;width:75rem;overflow:visible;position:relative;display:none; }#TgL4s8SFcVqVDO1P0pVc4vz0JRLcekQm { color:rgba(var(--color-tertiary-0),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.755859375rem;left:17.125rem;height:1.29980625rem;display:block; }
#CvPTl2PCNzgGDG11WQkesJVR9J1rreQJ { color:rgba(var(--color-tertiary-0),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.755859375rem;left:17.125rem;height:1.29980625rem;display:none; }
#BIVxU0DIErlorePMOh8UogxHnxL0InUD { color:rgba(var(--color-tertiary-0),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.755859375rem;left:17.125rem;height:1.29980625rem;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U58yivfUdbrGKPQ7eaKaCSmIqK9T8Vas { top:1.25rem;left:0rem;width:23.4375rem;height:6.186525rem;display:block; }
 }@media only screen and (max-width: 763px) { #K93EQZcTwtTUI2QCLlIpCi6ID01PPnvp { top:2.6875rem;left:0rem;width:47.75rem;height:3.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi2I7vfrcFGmP4bdC4czDukuAA7tv2iD { top:6.375rem;left:0rem;width:47.75rem;height:0.9375rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLpqzk7zZT1G0lbasc92yqnuUWJgtsAw { display:block; }#ZLpqzk7zZT1G0lbasc92yqnuUWJgtsAw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIqxAusw2MOen9A2Nd1Ic4rngNxwvrEa { top:9.4375rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQbRJbzoBlJXRsuCLRNfAmDOJEbBgK9Z { top:14.25rem;left:0rem;width:47.75rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQI9ORy5DoxZ7ygOhJVfLSGCEOpiGhnI { top:2rem;left:4.5rem;width:38.75rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ40teHhnpFRquvRDJyZZOsMOf5ycIuV { top:21.3125rem;left:0.59375rem;width:46.4375rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqmWwMGvW4OvCyQqDacO4keWtlTCyWh4 { display:none; }
 }@media only screen and (max-width: 763px) { #lcQ59EUNODvblix97otExv4CfLUUFenw { top:6.0625rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #epHTl5ruv8XDR8VJS1NKmuZPmDXIdrcb { top:50.5rem;left:0rem;width:47.75rem;height:9.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv2Nh3NAxf0I4rqCzfqDKqBbadRyTXlt { top:61.125rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr6B4JUSJHJTL7MfZ46QdbUkx9syiyQa { top:65.125rem;left:23.75rem;width:16.1875rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VniBlgfMdgE1nLT0ehPTxSVcMI8DOWeq { top:65.125rem;left:7.8125rem;width:17.1875rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T39Bb2B9NCNdTET0vhPTcUnrSyb13VkF { top:71.75rem;left:0rem;width:47.75rem;height:19.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5eTUW2C5d9Z1zGPaaTTiMz9VbguFcnM { top:93rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O98lKULrIVT31MNftQEaB9ZHpOMdeJxU { top:95.6875rem;left:0rem;width:16.5rem;height:11rem;font-size:0.75rem;display:block; }#O98lKULrIVT31MNftQEaB9ZHpOMdeJxU li:before{  }
 }@media only screen and (max-width: 763px) { #EK0248s6ALfJyRxL0eWT3s4L8mMcJt9v { top:97.0625rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #suedo1QytXTSM54gZcTePLaP3Tv5bM4V { top:100.1875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkwv38G78zU1TfDTU6B6nTwtdJiGCN4U { top:103.4375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1u2ApIkLustMB4qzzSKnGkp8rzR8b40 { top:106.6875rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIpM0vsWq9OD8UqzBROVCRKaAgR5uq6f { display:block; }#lIpM0vsWq9OD8UqzBROVCRKaAgR5uq6f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luckR3R3EELEe4QtFKry9iWO1T5W8fUP { width:46.75rem;height:5.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrOR6QdJ14LKT4ePleuKHfEm0dWCfyZB { display:block; }
 }@media only screen and (max-width: 763px) { #nUgtTn9h1BnelEaEgJbVQ4RzWhtSwuy3 { display:block; }#nUgtTn9h1BnelEaEgJbVQ4RzWhtSwuy3 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lnJKn7toEJfIrKsmS7Ra4qpCmAIzrhX0 { top:0rem;left:9rem;width:29.6875rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsKFBq4t3fcRSkiFlbyqPkQG3LNXLxCe { top:9.75rem;left:3.5rem;width:40.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MO2AP87smT5T6Tx97DHK6btKt47mzPvl { display:none; }#MO2AP87smT5T6Tx97DHK6btKt47mzPvl > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ITW02iIVbiFkCnrSBNEOoxtd6GM9LpC6 { top:0rem;left:9rem;width:29.6875rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuIWm86D1CRJWRMuKs8VlzgqyFdhhEhF { top:0rem;left:9rem;width:29.6875rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #FGCiV5vRHvMu8ZclxklaEqx75KkEuTzz { top:0.75rem;left:3.5rem;width:40.75rem;height:1.25rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #A3v0sHuJRy6KGmhl6EMxdykDqQFvrlGg { display:none; }#A3v0sHuJRy6KGmhl6EMxdykDqQFvrlGg > .row .container { width:47.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TgL4s8SFcVqVDO1P0pVc4vz0JRLcekQm { top:0.75rem;left:3.5rem;width:40.75rem;height:1.25rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvPTl2PCNzgGDG11WQkesJVR9J1rreQJ { top:0.75rem;left:3.5rem;width:40.75rem;height:1.25rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #BIVxU0DIErlorePMOh8UogxHnxL0InUD { top:0.3125rem;left:0rem;width:20rem;height:0.4375rem;font-size:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U58yivfUdbrGKPQ7eaKaCSmIqK9T8Vas { width:15.1875rem;height:3.875rem;top:1.0625rem;left:2.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K93EQZcTwtTUI2QCLlIpCi6ID01PPnvp { width:20rem;height:1.94921875rem;top:5.4365234375rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vi2I7vfrcFGmP4bdC4czDukuAA7tv2iD { width:20rem;height:1.19921875rem;top:7.9482421875rem;left:0rem;font-size:0.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZLpqzk7zZT1G0lbasc92yqnuUWJgtsAw { display:block; }#ZLpqzk7zZT1G0lbasc92yqnuUWJgtsAw > .row .container { width:20rem;height:81.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HIqxAusw2MOen9A2Nd1Ic4rngNxwvrEa { width:19.5625rem;height:2.2734375rem;top:2.6259765625rem;left:0.21875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xQbRJbzoBlJXRsuCLRNfAmDOJEbBgK9Z { width:20rem;height:1.949225rem;top:5.9736328125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQI9ORy5DoxZ7ygOhJVfLSGCEOpiGhnI { width:11.25rem;height:0.75rem;top:1.189453125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJ40teHhnpFRquvRDJyZZOsMOf5ycIuV { height:10.1875rem;width:18.1875rem;top:11.96875rem;left:0.84375rem;display:none; }
 }@media only screen and (max-width: 763px) { #fqmWwMGvW4OvCyQqDacO4keWtlTCyWh4 { height:10rem;width:17.875rem;top:8.521484375rem;left:1rem;z-index:15006;border-top:0.0625rem solid #2d2d2d;border-left:0.0625rem solid #2d2d2d;border-right:0.0625rem solid #2d2d2d;border-bottom:0.0625rem solid #2d2d2d;display:block; }
 }@media only screen and (max-width: 763px) { #lcQ59EUNODvblix97otExv4CfLUUFenw { width:20rem;height:0.9746125rem;top:19.375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #epHTl5ruv8XDR8VJS1NKmuZPmDXIdrcb { width:20rem;height:12.6699125rem;top:21.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nv2Nh3NAxf0I4rqCzfqDKqBbadRyTXlt { width:20rem;height:1.9482375rem;top:33.9375rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nr6B4JUSJHJTL7MfZ46QdbUkx9syiyQa { width:5.625rem;height:1.625rem;top:36.6875rem;left:10.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VniBlgfMdgE1nLT0ehPTxSVcMI8DOWeq { width:6.3125rem;height:1.625rem;top:36.6875rem;left:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T39Bb2B9NCNdTET0vhPTcUnrSyb13VkF { width:20rem;height:25.33985625rem;top:39.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #K5eTUW2C5d9Z1zGPaaTTiMz9VbguFcnM { width:20rem;height:0.9746125rem;top:66.625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O98lKULrIVT31MNftQEaB9ZHpOMdeJxU { width:16.5rem;height:10.0859375rem;top:68.375rem;left:0.625rem;font-size:0.75rem;display:block; }#O98lKULrIVT31MNftQEaB9ZHpOMdeJxU li:not(:first-child){ padding-top:2.0625rem;padding-right:0;padding-bottom:0;padding-left:0; }#O98lKULrIVT31MNftQEaB9ZHpOMdeJxU li:before{  }
 }@media only screen and (max-width: 763px) { #EK0248s6ALfJyRxL0eWT3s4L8mMcJt9v { width:14.9375rem;height:1.94921875rem;top:69.25rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #suedo1QytXTSM54gZcTePLaP3Tv5bM4V { width:16.5rem;height:1.94921875rem;top:72.3125rem;left:2.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkwv38G78zU1TfDTU6B6nTwtdJiGCN4U { width:15.5625rem;height:1.94921875rem;top:75.25rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1u2ApIkLustMB4qzzSKnGkp8rzR8b40 { width:17.375rem;height:1.94921875rem;top:78.375rem;left:2rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lIpM0vsWq9OD8UqzBROVCRKaAgR5uq6f { display:block; }#lIpM0vsWq9OD8UqzBROVCRKaAgR5uq6f > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #luckR3R3EELEe4QtFKry9iWO1T5W8fUP { width:20rem;height:2.0625rem;top:0rem;left:0rem;font-size:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrOR6QdJ14LKT4ePleuKHfEm0dWCfyZB { display:block; }
 }@media only screen and (max-width: 763px) { #nUgtTn9h1BnelEaEgJbVQ4RzWhtSwuy3 { display:none; }#nUgtTn9h1BnelEaEgJbVQ4RzWhtSwuy3 > .row .container { width:20rem;height:9.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lnJKn7toEJfIrKsmS7Ra4qpCmAIzrhX0 { width:0.125rem;height:0.0625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsKFBq4t3fcRSkiFlbyqPkQG3LNXLxCe { width:17.875rem;height:1.798825rem;top:0.662109375rem;left:1.0625rem;font-size:0.75rem;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MO2AP87smT5T6Tx97DHK6btKt47mzPvl { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#MO2AP87smT5T6Tx97DHK6btKt47mzPvl > .row .container { background-color: transparent; background-image: none; }#MO2AP87smT5T6Tx97DHK6btKt47mzPvl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MO2AP87smT5T6Tx97DHK6btKt47mzPvl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MO2AP87smT5T6Tx97DHK6btKt47mzPvl > .row .container > .video-iframe-container { display: none; }#MO2AP87smT5T6Tx97DHK6btKt47mzPvl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MO2AP87smT5T6Tx97DHK6btKt47mzPvl > .row > .video-iframe-container { display: none; }#MO2AP87smT5T6Tx97DHK6btKt47mzPvl > .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); }#MO2AP87smT5T6Tx97DHK6btKt47mzPvl > .row .container { width:20rem;height:3.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ITW02iIVbiFkCnrSBNEOoxtd6GM9LpC6 { width:15.1875rem;height:3.625rem;top:1.03125rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XuIWm86D1CRJWRMuKs8VlzgqyFdhhEhF { width:15.1875rem;height:3.875rem;top:0rem;left:2.40625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #FGCiV5vRHvMu8ZclxklaEqx75KkEuTzz { width:18.6875rem;height:0;top:2.9375rem;left:2.84375rem;font-size:0.5rem;line-height:1.2;text-align:center;text-align-last:center;color:#ffffff;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #A3v0sHuJRy6KGmhl6EMxdykDqQFvrlGg { background-color:rgba(var(--color-primary-2),1);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:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#A3v0sHuJRy6KGmhl6EMxdykDqQFvrlGg > .row .container { background-color: transparent; background-image: none; }#A3v0sHuJRy6KGmhl6EMxdykDqQFvrlGg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3v0sHuJRy6KGmhl6EMxdykDqQFvrlGg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3v0sHuJRy6KGmhl6EMxdykDqQFvrlGg > .row .container > .video-iframe-container { display: none; }#A3v0sHuJRy6KGmhl6EMxdykDqQFvrlGg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A3v0sHuJRy6KGmhl6EMxdykDqQFvrlGg > .row > .video-iframe-container { display: none; }#A3v0sHuJRy6KGmhl6EMxdykDqQFvrlGg > .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); }#A3v0sHuJRy6KGmhl6EMxdykDqQFvrlGg > .row .container { border-width: 0; border-radius: 0; }#A3v0sHuJRy6KGmhl6EMxdykDqQFvrlGg > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#A3v0sHuJRy6KGmhl6EMxdykDqQFvrlGg > .row .container { width:20rem;height:1.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TgL4s8SFcVqVDO1P0pVc4vz0JRLcekQm { width:18.6875rem;height:0;top:0.3125rem;left:0.65625rem;font-size:0.5rem;line-height:1.2;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #CvPTl2PCNzgGDG11WQkesJVR9J1rreQJ { width:18.6875rem;height:0;top:1.125rem;left:2.84375rem;font-size:0.5rem;line-height:1.2;text-align:center;text-align-last:center;color:#ffffff;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #BIVxU0DIErlorePMOh8UogxHnxL0InUD { width:20rem;height:0.44921875rem;top:0.431640625rem;left:0rem;font-size:0.375rem;line-height:1.2;text-align:center;text-align-last:center;color:#ffffff;z-index:15003;display:block; }
 }