.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:245,220,222;--color-primary-1:222,139,145;--color-primary-2:189,22,34;--color-primary-3:95,11,17;--color-primary-4:28,3,5;--color-secondary-0:253,244,214;--color-secondary-1:250,253,162;--color-secondary-2:245,200,51;--color-secondary-3:243,186,0;--color-secondary-4:49,40,10;--color-tertiary-0:255,255,255;--color-tertiary-1:234,234,234;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyLItpyXlzdm5gz8aAtcD9sbSIGNOnmi { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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;z-index:auto;display:block; }#xyLItpyXlzdm5gz8aAtcD9sbSIGNOnmi > .row .container { background-color: transparent; background-image: none; }#xyLItpyXlzdm5gz8aAtcD9sbSIGNOnmi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyLItpyXlzdm5gz8aAtcD9sbSIGNOnmi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyLItpyXlzdm5gz8aAtcD9sbSIGNOnmi > .row .container > .video-iframe-container { display: none; }#xyLItpyXlzdm5gz8aAtcD9sbSIGNOnmi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xyLItpyXlzdm5gz8aAtcD9sbSIGNOnmi > .row > .video-iframe-container { display: none; }#xyLItpyXlzdm5gz8aAtcD9sbSIGNOnmi > .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); }#xyLItpyXlzdm5gz8aAtcD9sbSIGNOnmi > .row .container { border-width: 0; border-radius: 0; }#xyLItpyXlzdm5gz8aAtcD9sbSIGNOnmi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xyLItpyXlzdm5gz8aAtcD9sbSIGNOnmi > .row .container { font-size:0.875rem;font-family:arial;height:18.3125rem;width:60rem;position:relative;display:block; }#zZkTixiZQaeIB8K6XyMMQ3UdDXkgfdSn { color:rgba(var(--color-tertiary-0),1);display:block;width:5.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.65625rem;left:26.46875rem;height:14.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aDxnT66tKKuREPmeKVaUNafpvpsJ1KRV { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15004;top:0.1875rem;left:28.4375rem;display:block; }
#wS128MPOkbdR97NVdIFeB3hZOgTynZ7p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#wS128MPOkbdR97NVdIFeB3hZOgTynZ7p > .row .container { background-color: transparent; background-image: none; }#wS128MPOkbdR97NVdIFeB3hZOgTynZ7p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wS128MPOkbdR97NVdIFeB3hZOgTynZ7p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wS128MPOkbdR97NVdIFeB3hZOgTynZ7p > .row .container > .video-iframe-container { display: none; }#wS128MPOkbdR97NVdIFeB3hZOgTynZ7p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wS128MPOkbdR97NVdIFeB3hZOgTynZ7p > .row > .video-iframe-container { display: none; }#wS128MPOkbdR97NVdIFeB3hZOgTynZ7p > .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); }#wS128MPOkbdR97NVdIFeB3hZOgTynZ7p > .row .container { border-width: 0; border-radius: 0; }#wS128MPOkbdR97NVdIFeB3hZOgTynZ7p > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wS128MPOkbdR97NVdIFeB3hZOgTynZ7p > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:60rem;position:relative;display:block; }#ETMl5AifeyC0E48OuTdTzmNy1d2eloPA { color:rgba(var(--color-tertiary-0),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.125rem;height:1.4375rem;font-style:normal;display:block; }
#itu0PrgRwTZDNea88Tg7m99620ITV0uX { box-sizing:content-box;color:#ff0000;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15015;top:1.4375rem;left:56.8125rem;display:block; }
#qCLrbSGRXCyuMkmGJ6CVdZiwde5LkI6i { box-sizing:content-box;color:#ff009e;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:1.4375rem;left:53.75rem;display:block; }
#JWzDrM9D8OX9oQzE5wzUhRWLtlTC7Tcy { box-sizing:content-box;color:#00a5ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:1.4375rem;left:50.6875rem;display:block; }
#qOE5Q0kOJ4bzPKDalXM0wlVJLO0S6K8z { box-sizing:content-box;color:#0059f8;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:1.4375rem;left:47.625rem;display:block; }
#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/E8Ufcyxz514/unsplash/milad-fakurian-E8Ufcyxz514-photo-1618005182384-a83a8bd57fbe.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC.adaptive-delivery-prevent-bg, #CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC.lazyload, #CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC.lazyloading { background-image: none; }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC > .row .container { background-color: transparent; background-image: none; }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(132,10,16,0.85); }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC > .row .container > .video-iframe-container { display: none; }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(132,10,16,0.85); }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC > .row > .video-iframe-container { display: none; }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC > .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); }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC > .row .container { border-width: 0; border-radius: 0; }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:60rem;position:relative;display:block; }#ClAUpMoo69vEm7n14u6h3oCFwdMEGGy0 { color:rgba(var(--color-tertiary-0),1);display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:9.375rem;font-weight:700;z-index:15006;line-height:.9;letter-spacing:0;top:10.3125rem;left:2.8125rem;height:16.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lwRLqbS9O72k3BTrF6SXc6ma1p19Riph { color:rgba(var(--color-tertiary-0),1);display:block;width:8.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:5rem;left:3.125rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kDdsKIm2LE19QQ6EN0VZEZ0zIDabytMq { color:rgba(var(--color-tertiary-0),1);display:block;width:50.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15007;line-height:2;letter-spacing:0;top:29.0625rem;left:3.125rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ImF1Z7LX1KTXQ4pyQ6PDFZ3kVM0pvZeS { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.5rem;left:3.125rem;display:block; }
#RnKUeexvNDprtGAOevd5tHoz8K67dy4l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#g3J9vDNEZPqJpNizCOmScpMCNCLIWudr { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),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;box-shadow: none;height:0.0625rem;width:37.5rem;top:8.125rem;left:3.125rem;display:block; }
#Rf7TXtp5wZepW5rDpF2ZL9xT0OG9oO46 { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-tertiary-0),1);border-left:0.125rem solid rgba(var(--color-tertiary-0),1);border-right:0.125rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.125rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37.5rem;left:18.75rem;display:block; }
#dU0HXSTidZAfPgZ248FA0ln5VLRtZBzs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B6zQBSANpNJrzlVNBT9drcorHkaqRI0u { position:relative;display:block; }#B6zQBSANpNJrzlVNBT9drcorHkaqRI0u { background-color: transparent; background-image: none; }#B6zQBSANpNJrzlVNBT9drcorHkaqRI0u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6zQBSANpNJrzlVNBT9drcorHkaqRI0u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6zQBSANpNJrzlVNBT9drcorHkaqRI0u > .row .container > .video-iframe-container { display: none; }#B6zQBSANpNJrzlVNBT9drcorHkaqRI0u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6zQBSANpNJrzlVNBT9drcorHkaqRI0u > .row > .video-iframe-container { display: none; }#B6zQBSANpNJrzlVNBT9drcorHkaqRI0u > .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); }#B6zQBSANpNJrzlVNBT9drcorHkaqRI0u { border-width: 0; border-radius: 0; }#B6zQBSANpNJrzlVNBT9drcorHkaqRI0u > .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; }#B6zQBSANpNJrzlVNBT9drcorHkaqRI0u > .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:24.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#J3VEFRwPKvTX2zmf4bIDHX9U34eFCpyr { color:rgba(var(--color-primary-2),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:4.0625rem;left:3.125rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RIR63AU5OesUqKT7lEwXK0OJeV6QFu1q { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:6.5625rem;left:3.125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bdu2KeToAyzwvgJIrFMbI2aL4XU4tfcN { position:absolute;display:block;z-index:15018;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;box-shadow: none;height:0.0625rem;width:3.75rem;top:3.4375rem;left:3.125rem;display:block; }
#fupvPx4QhK6tIzp8OVnv9bUO40w8iZW8 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:11.25rem;left:3.125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;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; }
#xptfEMwdx2m9tNCAZ7NEAQIODARBb1N3 { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:17.5rem;left:3.125rem;display:block; }
#JDM9oTlxNIpSbpTiU82D3qRFJEvT3UJc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ixSlXN16UTexOAGvykBLynnw5kOzghth { background-color:rgba(var(--color-tertiary-3),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:17.5rem;left:33.125rem;display:block; }
#M1sGPty992gOTDw2TJawereehB6aNiG9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FqADT3rhqBh39UKM75iAZ5CS1CLGSgyN { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:11.25rem;left:33.125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;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; }
#W5Nd1ay97kQP6673rE5Lq3JWLTHUu2OJ { color:rgba(var(--color-tertiary-4),1);display:block;width:23.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:6.5625rem;left:33.125rem;height:3.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TTV9HCB9pL9kBibXh1fMksxZlfg9Eb02 { color:rgba(var(--color-primary-2),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:4.0625rem;left:33.125rem;height:1.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cGVJyMRO56GmQhAQqAxNJTanRcpOCQNw { position:absolute;display:block;z-index:15023;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;box-shadow: none;height:0.0625rem;width:3.75rem;top:3.4375rem;left:33.125rem;display:block; }
#nTyvDWcUATq2PU2zGBwW2nTiiTdfrvOV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#nTyvDWcUATq2PU2zGBwW2nTiiTdfrvOV > .row .container { background-color: transparent; background-image: none; }#nTyvDWcUATq2PU2zGBwW2nTiiTdfrvOV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTyvDWcUATq2PU2zGBwW2nTiiTdfrvOV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTyvDWcUATq2PU2zGBwW2nTiiTdfrvOV > .row .container > .video-iframe-container { display: none; }#nTyvDWcUATq2PU2zGBwW2nTiiTdfrvOV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nTyvDWcUATq2PU2zGBwW2nTiiTdfrvOV > .row > .video-iframe-container { display: none; }#nTyvDWcUATq2PU2zGBwW2nTiiTdfrvOV > .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); }#nTyvDWcUATq2PU2zGBwW2nTiiTdfrvOV > .row .container { border-width: 0; border-radius: 0; }#nTyvDWcUATq2PU2zGBwW2nTiiTdfrvOV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nTyvDWcUATq2PU2zGBwW2nTiiTdfrvOV > .row .container { font-size:0.875rem;font-family:arial;height:39.0625rem;width:60rem;position:relative;display:block; }#cseK5QB9OdbOfvOpcUp1aQ44KZyKzPnV { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:7.5rem;left:3.125rem;height:6.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yNVgeRJoDyy7uAAvV1kOzd2O8XqKJ44L { color:rgba(var(--color-secondary-1),1);display:block;width:8.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:5rem;left:3.125rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;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; }
#qMEBPn66pTXdqPyOg7N6hPi6mxMGhedP { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-1),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;box-shadow: none;height:0.0625rem;width:2.5rem;top:5.75rem;left:0rem;display:block; }
#PQ7dgySUCwu9DaRkkVTuRZML6IWbETpR { color:rgba(var(--color-tertiary-0),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:2;letter-spacing:0;top:15.625rem;left:3.125rem;height:13.5rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ninbCBq1F6HfGgyZwt8tqQyl4niooRqL { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.6875rem;width:29.1875rem;top:3.5rem;left:30.1171875rem;overflow:hidden;display:block; }
#fkg7iBHWifdT7n6X8BU1HUUTZCAzIJaf { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.9375rem;width:26.6875rem;top:10.3125rem;left:25rem;overflow:hidden;display:block; }
#gAysZoDeVRBH85PkIvstTPAvNRQff3zp { position:absolute;display:block;z-index:15013;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:15.0625rem;width:20.75rem;top:18.75rem;left:39.25rem;overflow:hidden;display:block; }
#PGXr8eBwWJQWpSzP7KTsnuzmXmGrl45x { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.375rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.25rem;left:3.125rem;display:block; }
#U11vo4xTftxQTf5h3hmuxZtOuWrepT3I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KH68SXLqaU3JxUucGGXXR2CaF3abBdhF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#KH68SXLqaU3JxUucGGXXR2CaF3abBdhF > .row .container { background-color: transparent; background-image: none; }#KH68SXLqaU3JxUucGGXXR2CaF3abBdhF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KH68SXLqaU3JxUucGGXXR2CaF3abBdhF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KH68SXLqaU3JxUucGGXXR2CaF3abBdhF > .row .container > .video-iframe-container { display: none; }#KH68SXLqaU3JxUucGGXXR2CaF3abBdhF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KH68SXLqaU3JxUucGGXXR2CaF3abBdhF > .row > .video-iframe-container { display: none; }#KH68SXLqaU3JxUucGGXXR2CaF3abBdhF > .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); }#KH68SXLqaU3JxUucGGXXR2CaF3abBdhF > .row .container { border-width: 0; border-radius: 0; }#KH68SXLqaU3JxUucGGXXR2CaF3abBdhF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KH68SXLqaU3JxUucGGXXR2CaF3abBdhF > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:60rem;position:relative;display:block; }#UuBJ730tEq3Us5vUDTUWer81GPFAA3Kx { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:6.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.125rem;left:3.125rem;height:8.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iMOvB7WMvlx75Vo6OIBybrzQ9R0s03KE { color:rgba(var(--color-tertiary-0),1);display:block;width:27.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:10.75rem;left:3.125rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#B6fVCfZ0hnrnIBP3gLFtpBhpBvCkkrti { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#B6fVCfZ0hnrnIBP3gLFtpBhpBvCkkrti > .row .container { background-color: transparent; background-image: none; }#B6fVCfZ0hnrnIBP3gLFtpBhpBvCkkrti::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6fVCfZ0hnrnIBP3gLFtpBhpBvCkkrti > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6fVCfZ0hnrnIBP3gLFtpBhpBvCkkrti > .row .container > .video-iframe-container { display: none; }#B6fVCfZ0hnrnIBP3gLFtpBhpBvCkkrti > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#B6fVCfZ0hnrnIBP3gLFtpBhpBvCkkrti > .row > .video-iframe-container { display: none; }#B6fVCfZ0hnrnIBP3gLFtpBhpBvCkkrti > .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); }#B6fVCfZ0hnrnIBP3gLFtpBhpBvCkkrti > .row .container { border-width: 0; border-radius: 0; }#B6fVCfZ0hnrnIBP3gLFtpBhpBvCkkrti > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#B6fVCfZ0hnrnIBP3gLFtpBhpBvCkkrti > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#QnM5CdoXZ7ZoeTWKNZivzV4wliqeFpbi { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:3.125rem;left:3.125rem; }
#R2iyQxQWpEifhB2uenS37SxUxtxnDCE7 { color:#f3b4ff;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:9.375rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pt6UAsxSuI4fsksWsdgmhK8er1C5mEbt { color:#f3b4ff;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:6.25rem;left:9.375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ePKaTqMg1nA6hTncwNGuLJ5ouzSHJn5y { background-color:#f3b4ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.5rem;left:9.375rem;display:block; }
#kKvofJEXgOMdVA9MHIAqdM1SyvU5e9ly { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RqskZOQzm7Vkw9OazQsdC60bK6RBJkop { color:#61c2ff;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.25rem;left:38.75rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RPb2u1f72S8vWgSTitTnymfIWwd30Hfh { background-color:#61c2ff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:12.5rem;left:38.75rem;display:block; }
#mByDICZHznGWydyby90pb8rlne8avu3d { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ae7sZfWIKDFE949apa3OGXlJifsyNeZH { box-sizing:content-box;color:#5d92ff;font-size:2.8125rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:3.125rem;left:32.5rem; }
#VCnSJUvD1N095iqIEbGFg7Zv8QmNLVCh { color:#61c2ff;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.125rem;left:38.75rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BP0wK82fOL0OtPKW0WqW8Hz0usGCDKDR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#BP0wK82fOL0OtPKW0WqW8Hz0usGCDKDR > .row .container { background-color: transparent; background-image: none; }#BP0wK82fOL0OtPKW0WqW8Hz0usGCDKDR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BP0wK82fOL0OtPKW0WqW8Hz0usGCDKDR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BP0wK82fOL0OtPKW0WqW8Hz0usGCDKDR > .row .container > .video-iframe-container { display: none; }#BP0wK82fOL0OtPKW0WqW8Hz0usGCDKDR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BP0wK82fOL0OtPKW0WqW8Hz0usGCDKDR > .row > .video-iframe-container { display: none; }#BP0wK82fOL0OtPKW0WqW8Hz0usGCDKDR > .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); }#BP0wK82fOL0OtPKW0WqW8Hz0usGCDKDR > .row .container { border-width: 0; border-radius: 0; }#BP0wK82fOL0OtPKW0WqW8Hz0usGCDKDR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BP0wK82fOL0OtPKW0WqW8Hz0usGCDKDR > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#khIZOhGyVR03tXrzu7JQZKpAE7BzHVHO { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:3.125rem;left:3.125rem; }
#ENQsExMBKnmpMr7fHbEF9T7pgOKy8Bs6 { color:rgba(var(--color-secondary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:9.375rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S0rGmKVlFcQoZvBlbQu46ZG13cHnX709 { color:rgba(var(--color-secondary-1),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:6.25rem;left:9.375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#InedWgPhRFZCzL2ui7UQgdBQUlyEa6g1 { background-color:rgba(var(--color-secondary-1),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.5rem;left:9.375rem;display:block; }
#OgrzT9QRGOTrz4FOnqE54GVHAc7TagmM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Wp4p27m49hfMJEaXqCapQPG6bwq6kwSi { color:rgba(var(--color-secondary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.25rem;left:38.75rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#h9wNd2H82HrlCvDJ08FZD9FMUiLJRrGl { background-color:rgba(var(--color-secondary-3),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:12.5rem;left:38.75rem;display:block; }
#LKIFmra180U9HQbFEKb2W5qCEtpAPD77 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JK8DwgBx6TEhWJB7EaHV4qLJ1wVFS2JR { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:3.125rem;left:32.5rem; }
#raLaVbgy5RBKAcEluTgJurSwJC3eAFFz { color:rgba(var(--color-secondary-3),1);display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.125rem;left:38.75rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UOQdBRSwf8hqfigqRx8pIhPX3JstErUV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#UOQdBRSwf8hqfigqRx8pIhPX3JstErUV > .row .container { background-color: transparent; background-image: none; }#UOQdBRSwf8hqfigqRx8pIhPX3JstErUV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOQdBRSwf8hqfigqRx8pIhPX3JstErUV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOQdBRSwf8hqfigqRx8pIhPX3JstErUV > .row .container > .video-iframe-container { display: none; }#UOQdBRSwf8hqfigqRx8pIhPX3JstErUV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UOQdBRSwf8hqfigqRx8pIhPX3JstErUV > .row > .video-iframe-container { display: none; }#UOQdBRSwf8hqfigqRx8pIhPX3JstErUV > .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); }#UOQdBRSwf8hqfigqRx8pIhPX3JstErUV > .row .container { border-width: 0; border-radius: 0; }#UOQdBRSwf8hqfigqRx8pIhPX3JstErUV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UOQdBRSwf8hqfigqRx8pIhPX3JstErUV > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;position:relative;display:block; }#pRQCvbWlSyZgfKlkUdGaTb1PbRFTMLXg { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;top:3.125rem;left:3.125rem; }
#iJVunA6JEvLXOuTb1WxhMAigxUoiNmAH { color:#efaaa7;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.125rem;left:9.375rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#q8ovEGeuVApW9mTUB0I0TNePhU3OZROy { color:#efaaa7;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:6.25rem;left:9.375rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SFzExRHreNqy7N26qL20uUcMuTLnCTR8 { background-color:#efaaa7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:12.5rem;left:9.375rem;display:block; }
#esQsgx4n3cIumUcQQeszthqMynN11ANH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qgwxpqFM6PWxxzuz06nT6s2IUiSxPeRv { color:#a2fdb7;display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.25rem;left:38.75rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QtTAzXyDFc8po4QST3aLZgalDsPdHfob { background-color:#a2fdb7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:12.5rem;left:38.75rem;display:block; }
#rENNTUX4SspVVcFPN2uizbyM4qVuDPAK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GD7WbcEOQP980tZw3RpImFXlTar7kbtC { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:3.125rem;left:32.5rem; }
#EBWglilFxDcfxqEtZ56a5qPENMaVUWEp { color:#a2fdb7;display:block;width:18.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.125rem;left:38.75rem;height:2.8125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dz3kJIRru86Pz3PFT98SEAcIRHHU4BwD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#dz3kJIRru86Pz3PFT98SEAcIRHHU4BwD > .row .container { background-color: transparent; background-image: none; }#dz3kJIRru86Pz3PFT98SEAcIRHHU4BwD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dz3kJIRru86Pz3PFT98SEAcIRHHU4BwD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dz3kJIRru86Pz3PFT98SEAcIRHHU4BwD > .row .container > .video-iframe-container { display: none; }#dz3kJIRru86Pz3PFT98SEAcIRHHU4BwD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dz3kJIRru86Pz3PFT98SEAcIRHHU4BwD > .row > .video-iframe-container { display: none; }#dz3kJIRru86Pz3PFT98SEAcIRHHU4BwD > .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); }#dz3kJIRru86Pz3PFT98SEAcIRHHU4BwD > .row .container { border-width: 0; border-radius: 0; }#dz3kJIRru86Pz3PFT98SEAcIRHHU4BwD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dz3kJIRru86Pz3PFT98SEAcIRHHU4BwD > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:60rem;position:relative;display:block; }#UQZ902UgJCVkPJPKfmyDxyk3BKlc2Riz { background-color:rgba(var(--color-tertiary-1),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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.125rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:3.59375rem;left:38.75rem;display:block; }
#kac4fArxVvOIh4V4CeGmyhFoSpSHWKVi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#msCsoEALyNGoBH9PO99KnMsqMOE4yNgJ { color:rgba(var(--color-tertiary-1),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:3.65625rem;left:18.125rem;height:3rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gfIWTbxNTcUMuoredvQU4WZVnGS9A36B { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:4.6875rem;width:4.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:2.625rem;left:3.125rem; }
#aT2GLPdOrVU6eua0PLGGVtvmc2zPbUIR { color:rgba(var(--color-tertiary-1),1);display:block;width:6.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:2.96875rem;left:9.4375rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tPdNhxlI012pBUO7E4Zg2xSQLAaMevHv { 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; }#tPdNhxlI012pBUO7E4Zg2xSQLAaMevHv > .row .container { background-color: transparent; background-image: none; }#tPdNhxlI012pBUO7E4Zg2xSQLAaMevHv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPdNhxlI012pBUO7E4Zg2xSQLAaMevHv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPdNhxlI012pBUO7E4Zg2xSQLAaMevHv > .row .container > .video-iframe-container { display: none; }#tPdNhxlI012pBUO7E4Zg2xSQLAaMevHv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tPdNhxlI012pBUO7E4Zg2xSQLAaMevHv > .row > .video-iframe-container { display: none; }#tPdNhxlI012pBUO7E4Zg2xSQLAaMevHv > .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); }#tPdNhxlI012pBUO7E4Zg2xSQLAaMevHv > .row .container { border-width: 0; border-radius: 0; }#tPdNhxlI012pBUO7E4Zg2xSQLAaMevHv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tPdNhxlI012pBUO7E4Zg2xSQLAaMevHv > .row .container { font-size:0.875rem;font-family:arial;height:46.875rem;width:60rem;position:relative;display:block; }#EC3KQyCP1K1qtZsUuETonGtvV2hzJOWU { position:absolute;display:block;z-index:15000;height:31.25rem;width:59.125rem;top:1.25rem;left:0.4375rem;display:block; }
#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n > .row .container { background-color: transparent; background-image: none; }#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n > .row .container > .video-iframe-container { display: none; }#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n > .row > .video-iframe-container { display: none; }#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n > .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); }#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n > .row .container { border-width: 0; border-radius: 0; }#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n > .row .container { font-size:0.875rem;font-family:arial;height:29.4375rem;width:60rem;position:relative;display:block; }#l39EUNi4ulxyf3zaBK7IlNNTFyCdtkgm { position:absolute;display:block;z-index:15000;height:15.125rem;width:60rem;top:12.6494140625rem;left:0rem;display:block; }
#W7Ur4hici3UOThQMGTJ3GrDeAvZgmgOr { color:rgba(var(--color-tertiary-0),1);display:block;width:60rem;position:absolute;font-family:"source sans pro";font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MwuBd3Tx84eyZft1do97qM76BpyQE19S { color:rgba(var(--color-secondary-1),1);display:block;width:9.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:3.8125rem;left:25.4375rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V9TxZkgwPGXh2lCxAV7w6XDbwG0pBF49 { position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-1),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;box-shadow: none;height:0.0625rem;width:3.75rem;top:3.125rem;left:28.125rem;display:block; }
#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),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; }#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe > .row .container { background-color: transparent; background-image: none; }#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe > .row .container > .video-iframe-container { display: none; }#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe > .row > .video-iframe-container { display: none; }#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe > .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); }#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe > .row .container { border-width: 0; border-radius: 0; }#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe > .row .container { font-size:0.875rem;font-family:arial;height:24.25rem;width:60rem;position:relative;display:block; }#ENfxADLc6CD5k1Tcf8vWS7xWeFcUpXBb { color:rgba(var(--color-tertiary-0),1);display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:3.75rem;left:3.75rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;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; }
#Etzy8ff0Kth9t7Cm7Lqv24rXZpdwiF5t { color:rgba(var(--color-tertiary-0),1);display:block;width:17.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:19.0625rem;left:3.75rem;height:2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#iNOssZVgBqaTG76RXlhxUxtOT8l03gNs { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:19.46875rem;left:49.875rem;height:0.9375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Iao8bqETiq5S3IDd5x2nTpWHGoyZefDs { box-sizing:content-box;color:#ececec;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15008;top:10.25rem;left:2.75rem;display:block; }
#DRXAwDWAUJUL0g92uLu8UUNgUG0G28oy { box-sizing:content-box;color:#ececec;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15009;top:10.25rem;left:6.5rem;display:block; }
#wxeKcwaNv22OaqJcLM0nQDfXk6NTxixp { box-sizing:content-box;color:#ececec;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:10.25rem;left:10.25rem;display:block; }
#PmfUMvugmeSvI6Cum2hvego5Qbvluyu8 { box-sizing:content-box;color:#ececec;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:10.25rem;left:14.375rem;display:block; }
#AIE0r1TnO1wJzTz6BM9pbab1DUATU7Oh { box-sizing:content-box;color:#ececec;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:10.1875rem;left:18.5625rem;display:block; }
#DNrQK3RZlI0heQaNuRDpI4b7BWfZzMZE { box-sizing:content-box;color:#ececec;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15013;top:10.0625rem;left:22.4375rem;display:block; }
#WaX0ziWdiHSrMXREllFVc7b8CR06UZhU { box-sizing:content-box;color:#ececec;font-size:2.125rem;font-weight:400;line-height:1;height:3.0625rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15014;top:10.25rem;left:26.25rem;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #xyLItpyXlzdm5gz8aAtcD9sbSIGNOnmi { position:relative;z-index:auto;display:block; }#xyLItpyXlzdm5gz8aAtcD9sbSIGNOnmi > .row .container { width:47.75rem;height:18.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #zZkTixiZQaeIB8K6XyMMQ3UdDXkgfdSn { width:5.125rem;height:14.0625rem;top:2.125rem;left:21.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #aDxnT66tKKuREPmeKVaUNafpvpsJ1KRV { width:1.875rem;height:1.875rem;top:0.0625rem;left:22.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wS128MPOkbdR97NVdIFeB3hZOgTynZ7p { position:relative;z-index:auto;display:block; }#wS128MPOkbdR97NVdIFeB3hZOgTynZ7p > .row .container { width:47.75rem;height:4.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ETMl5AifeyC0E48OuTdTzmNy1d2eloPA { width:7.6875rem;height:1.25rem;top:1.625rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #itu0PrgRwTZDNea88Tg7m99620ITV0uX { width:2.5rem;height:2.5rem;top:1rem;left:45.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #qCLrbSGRXCyuMkmGJ6CVdZiwde5LkI6i { width:2.5rem;height:2.5rem;top:1rem;left:42.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #JWzDrM9D8OX9oQzE5wzUhRWLtlTC7Tcy { width:2.5rem;height:2.5rem;top:1rem;left:39.125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #qOE5Q0kOJ4bzPKDalXM0wlVJLO0S6K8z { width:2.5rem;height:2.5rem;top:1rem;left:36.0625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC { background-color:transparent;background-image:url("https://images.assets-landingi.com/iFSvn82XfGo/unsplash/taras-shypka-iFSvn82XfGo-photo-1508921340878-ba53e1f016ec.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC.adaptive-delivery-prevent-bg, #CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC.lazyload, #CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC.lazyloading { background-image: none; }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC > .row .container { background-color: transparent; background-image: none; }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(132,10,16,0.85); }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC > .row .container > .video-iframe-container { display: none; }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(132,10,16,0.85); }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC > .row > .video-iframe-container { display: none; }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC > .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); }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC > .row .container { width:47.75rem;height:43.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ClAUpMoo69vEm7n14u6h3oCFwdMEGGy0 { width:45.5625rem;height:14rem;top:10.625rem;left:1.875rem;font-size:7.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #lwRLqbS9O72k3BTrF6SXc6ma1p19Riph { width:20.375rem;height:1.25rem;top:5.8125rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #kDdsKIm2LE19QQ6EN0VZEZ0zIDabytMq { width:42.875rem;height:4.5rem;top:26.75rem;left:2.1875rem;font-size:1.125rem;line-height:2;display:block; }
 }@media only screen and (max-width: 959px) { #ImF1Z7LX1KTXQ4pyQ6PDFZ3kVM0pvZeS { width:14.0625rem;height:3.4375rem;top:34.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #RnKUeexvNDprtGAOevd5tHoz8K67dy4l { display:block; }
 }@media only screen and (max-width: 959px) { #g3J9vDNEZPqJpNizCOmScpMCNCLIWudr { width:31.25rem;height:0.0625rem;top:8.6875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #Rf7TXtp5wZepW5rDpF2ZL9xT0OG9oO46 { width:14.0625rem;height:3.4375rem;top:34.375rem;left:17.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #dU0HXSTidZAfPgZ248FA0ln5VLRtZBzs { display:block; }
 }@media only screen and (max-width: 959px) { #B6zQBSANpNJrzlVNBT9drcorHkaqRI0u { display:block; }#B6zQBSANpNJrzlVNBT9drcorHkaqRI0u > .row .container { width:47.75rem;height:25.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #J3VEFRwPKvTX2zmf4bIDHX9U34eFCpyr { width:10.3125rem;height:1.25rem;top:3.75rem;left:2.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #RIR63AU5OesUqKT7lEwXK0OJeV6QFu1q { width:18.75rem;height:3.75rem;top:6.25rem;left:2.1875rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #Bdu2KeToAyzwvgJIrFMbI2aL4XU4tfcN { width:3.75rem;height:0.0625rem;top:3.125rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #fupvPx4QhK6tIzp8OVnv9bUO40w8iZW8 { width:18.75rem;height:4.5rem;top:11.875rem;left:2.1875rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #xptfEMwdx2m9tNCAZ7NEAQIODARBb1N3 { width:9.375rem;height:3.4375rem;top:18.75rem;left:2.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #JDM9oTlxNIpSbpTiU82D3qRFJEvT3UJc { display:block; }
 }@media only screen and (max-width: 959px) { #ixSlXN16UTexOAGvykBLynnw5kOzghth { width:9.375rem;height:3.4375rem;top:18.75rem;left:26.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #M1sGPty992gOTDw2TJawereehB6aNiG9 { display:block; }
 }@media only screen and (max-width: 959px) { #FqADT3rhqBh39UKM75iAZ5CS1CLGSgyN { width:18.75rem;height:4.5rem;top:11.875rem;left:26.5625rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #W5Nd1ay97kQP6673rE5Lq3JWLTHUu2OJ { width:18.75rem;height:3.75rem;top:6.25rem;left:26.5625rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #TTV9HCB9pL9kBibXh1fMksxZlfg9Eb02 { width:10.3125rem;height:1.25rem;top:3.75rem;left:26.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #cGVJyMRO56GmQhAQqAxNJTanRcpOCQNw { width:3.75rem;height:0.0625rem;top:3.125rem;left:26.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #nTyvDWcUATq2PU2zGBwW2nTiiTdfrvOV { display:block; }#nTyvDWcUATq2PU2zGBwW2nTiiTdfrvOV > .row .container { width:47.75rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cseK5QB9OdbOfvOpcUp1aQ44KZyKzPnV { width:18.75rem;height:6.25rem;top:5.625rem;left:1.875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #yNVgeRJoDyy7uAAvV1kOzd2O8XqKJ44L { width:7.625rem;height:1.3125rem;top:3.125rem;left:1.875rem;font-size:0.875rem;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 959px) { #qMEBPn66pTXdqPyOg7N6hPi6mxMGhedP { width:1.25rem;height:0.0625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #PQ7dgySUCwu9DaRkkVTuRZML6IWbETpR { width:18.75rem;height:9rem;top:13.75rem;left:1.875rem;font-size:1rem;line-height:1.5;font-weight:400;font-style:normal;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #ninbCBq1F6HfGgyZwt8tqQyl4niooRqL { width:22.9375rem;height:16.25rem;top:2.5rem;left:24.592900815218rem;display:block; }
 }@media only screen and (max-width: 959px) { #fkg7iBHWifdT7n6X8BU1HUUTZCAzIJaf { width:18.75rem;height:13.3125rem;top:9.03125rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #gAysZoDeVRBH85PkIvstTPAvNRQff3zp { width:18.75rem;height:13.625rem;top:15.625rem;left:27.2802734375rem;display:block; }
 }@media only screen and (max-width: 959px) { #PGXr8eBwWJQWpSzP7KTsnuzmXmGrl45x { width:9.375rem;height:3.4375rem;top:25rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #U11vo4xTftxQTf5h3hmuxZtOuWrepT3I { display:block; }
 }@media only screen and (max-width: 959px) { #KH68SXLqaU3JxUucGGXXR2CaF3abBdhF { display:block; }#KH68SXLqaU3JxUucGGXXR2CaF3abBdhF > .row .container { width:47.75rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UuBJ730tEq3Us5vUDTUWer81GPFAA3Kx { width:28.25rem;height:8.125rem;top:1.875rem;left:1.875rem;font-size:6.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #iMOvB7WMvlx75Vo6OIBybrzQ9R0s03KE { width:26.375rem;height:3rem;top:9.375rem;left:1.875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 959px) { #B6fVCfZ0hnrnIBP3gLFtpBhpBvCkkrti { display:block; }#B6fVCfZ0hnrnIBP3gLFtpBhpBvCkkrti > .row .container { width:47.75rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #QnM5CdoXZ7ZoeTWKNZivzV4wliqeFpbi { width:4.6875rem;height:4.6875rem;top:3.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #R2iyQxQWpEifhB2uenS37SxUxtxnDCE7 { width:15.625rem;height:2.4375rem;top:3.125rem;left:7.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #pt6UAsxSuI4fsksWsdgmhK8er1C5mEbt { width:15.625rem;height:6rem;top:6.25rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ePKaTqMg1nA6hTncwNGuLJ5ouzSHJn5y { width:12.5rem;height:3.125rem;top:14.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #kKvofJEXgOMdVA9MHIAqdM1SyvU5e9ly { display:block; }
 }@media only screen and (max-width: 959px) { #RqskZOQzm7Vkw9OazQsdC60bK6RBJkop { width:15.625rem;height:6rem;top:6.25rem;left:31.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #RPb2u1f72S8vWgSTitTnymfIWwd30Hfh { width:12.5rem;height:3.125rem;top:14.0625rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #mByDICZHznGWydyby90pb8rlne8avu3d { display:block; }
 }@media only screen and (max-width: 959px) { #ae7sZfWIKDFE949apa3OGXlJifsyNeZH { width:4.6875rem;height:4.6875rem;top:3.125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 959px) { #VCnSJUvD1N095iqIEbGFg7Zv8QmNLVCh { width:15.625rem;height:2.4375rem;top:3.125rem;left:31.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #BP0wK82fOL0OtPKW0WqW8Hz0usGCDKDR { display:block; }#BP0wK82fOL0OtPKW0WqW8Hz0usGCDKDR > .row .container { width:47.75rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #khIZOhGyVR03tXrzu7JQZKpAE7BzHVHO { width:4.6875rem;height:4.6875rem;top:3.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ENQsExMBKnmpMr7fHbEF9T7pgOKy8Bs6 { width:15.625rem;height:2.4375rem;top:3.125rem;left:7.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #S0rGmKVlFcQoZvBlbQu46ZG13cHnX709 { width:15.625rem;height:6rem;top:6.25rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #InedWgPhRFZCzL2ui7UQgdBQUlyEa6g1 { width:12.5rem;height:3.125rem;top:14.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #OgrzT9QRGOTrz4FOnqE54GVHAc7TagmM { display:block; }
 }@media only screen and (max-width: 959px) { #Wp4p27m49hfMJEaXqCapQPG6bwq6kwSi { width:15.625rem;height:6rem;top:6.25rem;left:31.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #h9wNd2H82HrlCvDJ08FZD9FMUiLJRrGl { width:12.5rem;height:3.125rem;top:14.0625rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #LKIFmra180U9HQbFEKb2W5qCEtpAPD77 { display:block; }
 }@media only screen and (max-width: 959px) { #JK8DwgBx6TEhWJB7EaHV4qLJ1wVFS2JR { width:4.6875rem;height:4.6875rem;top:3.125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 959px) { #raLaVbgy5RBKAcEluTgJurSwJC3eAFFz { width:15.625rem;height:2.4375rem;top:3.125rem;left:31.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #UOQdBRSwf8hqfigqRx8pIhPX3JstErUV { display:block; }#UOQdBRSwf8hqfigqRx8pIhPX3JstErUV > .row .container { width:47.75rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #pRQCvbWlSyZgfKlkUdGaTb1PbRFTMLXg { width:4.6875rem;height:4.6875rem;top:3.125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #iJVunA6JEvLXOuTb1WxhMAigxUoiNmAH { width:15.625rem;height:2.4375rem;top:3.125rem;left:7.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #q8ovEGeuVApW9mTUB0I0TNePhU3OZROy { width:15.625rem;height:4.5rem;top:6.25rem;left:7.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #SFzExRHreNqy7N26qL20uUcMuTLnCTR8 { width:12.5rem;height:3.125rem;top:14.0625rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #esQsgx4n3cIumUcQQeszthqMynN11ANH { display:block; }
 }@media only screen and (max-width: 959px) { #qgwxpqFM6PWxxzuz06nT6s2IUiSxPeRv { width:15.625rem;height:4.5rem;top:6.25rem;left:31.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #QtTAzXyDFc8po4QST3aLZgalDsPdHfob { width:12.5rem;height:3.125rem;top:14.0625rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #rENNTUX4SspVVcFPN2uizbyM4qVuDPAK { display:block; }
 }@media only screen and (max-width: 959px) { #GD7WbcEOQP980tZw3RpImFXlTar7kbtC { width:4.6875rem;height:4.6875rem;top:3.125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 959px) { #EBWglilFxDcfxqEtZ56a5qPENMaVUWEp { width:15.625rem;height:2.4375rem;top:3.125rem;left:31.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #dz3kJIRru86Pz3PFT98SEAcIRHHU4BwD { display:block; }#dz3kJIRru86Pz3PFT98SEAcIRHHU4BwD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #UQZ902UgJCVkPJPKfmyDxyk3BKlc2Riz { width:12.5rem;height:3.125rem;top:3.59375rem;left:32rem;display:block; }
 }@media only screen and (max-width: 959px) { #kac4fArxVvOIh4V4CeGmyhFoSpSHWKVi { display:block; }
 }@media only screen and (max-width: 959px) { #msCsoEALyNGoBH9PO99KnMsqMOE4yNgJ { width:17.1875rem;height:2.75rem;top:3.78125rem;left:14.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #gfIWTbxNTcUMuoredvQU4WZVnGS9A36B { width:3.75rem;height:3.75rem;top:3.125rem;left:3.125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #aT2GLPdOrVU6eua0PLGGVtvmc2zPbUIR { width:6.625rem;height:3.75rem;top:3.28125rem;left:7.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #tPdNhxlI012pBUO7E4Zg2xSQLAaMevHv { display:block; }#tPdNhxlI012pBUO7E4Zg2xSQLAaMevHv > .row .container { width:47.75rem;height:48rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #EC3KQyCP1K1qtZsUuETonGtvV2hzJOWU { width:47.75rem;height:31.25rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n { display:block; }#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #l39EUNi4ulxyf3zaBK7IlNNTFyCdtkgm { width:47.75rem;height:15.125rem;top:12.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #W7Ur4hici3UOThQMGTJ3GrDeAvZgmgOr { width:47.75rem;height:4.0625rem;top:5.9375rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #MwuBd3Tx84eyZft1do97qM76BpyQE19S { width:20.375rem;height:1.25rem;top:4.6875rem;left:12.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #V9TxZkgwPGXh2lCxAV7w6XDbwG0pBF49 { width:3.75rem;height:0.0625rem;top:3.125rem;left:22rem;display:block; }
 }@media only screen and (max-width: 959px) { #U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe { display:block; }#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe > .row .container { width:47.75rem;height:21.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ENfxADLc6CD5k1Tcf8vWS7xWeFcUpXBb { width:13rem;height:1.5rem;top:3.125rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #Etzy8ff0Kth9t7Cm7Lqv24rXZpdwiF5t { width:17.3125rem;height:2rem;top:16.5625rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #iNOssZVgBqaTG76RXlhxUxtOT8l03gNs { width:7.625rem;height:1rem;top:17.1875rem;left:37.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Iao8bqETiq5S3IDd5x2nTpWHGoyZefDs { width:3.125rem;height:3.125rem;top:9.4375rem;left:1.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #DRXAwDWAUJUL0g92uLu8UUNgUG0G28oy { width:3.125rem;height:3.125rem;top:9.4375rem;left:5rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #wxeKcwaNv22OaqJcLM0nQDfXk6NTxixp { width:3.125rem;height:3.125rem;top:9.4375rem;left:7.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #PmfUMvugmeSvI6Cum2hvego5Qbvluyu8 { width:3.125rem;height:3.125rem;top:9.4375rem;left:11.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #AIE0r1TnO1wJzTz6BM9pbab1DUATU7Oh { width:3.125rem;height:3.125rem;top:9.375rem;left:14.9375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #DNrQK3RZlI0heQaNuRDpI4b7BWfZzMZE { width:3.1875rem;height:3.1875rem;top:9.25rem;left:18.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #WaX0ziWdiHSrMXREllFVc7b8CR06UZhU { width:2.875rem;height:3.0625rem;top:9.375rem;left:21.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #xyLItpyXlzdm5gz8aAtcD9sbSIGNOnmi { position:relative;z-index:auto;display:block; }#xyLItpyXlzdm5gz8aAtcD9sbSIGNOnmi > .row .container { width:20rem;height:19.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZkTixiZQaeIB8K6XyMMQ3UdDXkgfdSn { width:5.8125rem;height:14.0625rem;top:3.09375rem;left:7.09375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aDxnT66tKKuREPmeKVaUNafpvpsJ1KRV { width:2.1875rem;height:2.1875rem;top:0.25rem;left:8.90625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wS128MPOkbdR97NVdIFeB3hZOgTynZ7p { position:relative;z-index:auto;display:block; }#wS128MPOkbdR97NVdIFeB3hZOgTynZ7p > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ETMl5AifeyC0E48OuTdTzmNy1d2eloPA { width:7.875rem;height:1.25rem;top:1.3125rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #itu0PrgRwTZDNea88Tg7m99620ITV0uX { width:1.875rem;height:1.875rem;top:1rem;left:18.125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qCLrbSGRXCyuMkmGJ6CVdZiwde5LkI6i { width:1.875rem;height:1.875rem;top:1rem;left:16.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JWzDrM9D8OX9oQzE5wzUhRWLtlTC7Tcy { width:1.875rem;height:1.875rem;top:1rem;left:14.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOE5Q0kOJ4bzPKDalXM0wlVJLO0S6K8z { width:1.875rem;height:1.875rem;top:1rem;left:12.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC { background-color:transparent;background-image:url("https://images.assets-landingi.com/iFSvn82XfGo/unsplash/taras-shypka-iFSvn82XfGo-photo-1508921340878-ba53e1f016ec.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC.adaptive-delivery-prevent-bg, #CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC.lazyload, #CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC.lazyloading { background-image: none; }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC > .row .container { background-color: transparent; background-image: none; }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(132,10,16,0.85); }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC > .row .container > .video-iframe-container { display: none; }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(132,10,16,0.85); }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC > .row > .video-iframe-container { display: none; }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC > .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); }#CG6Gqt0lObskn8sw4ITz0UTOxrZPxgQC > .row .container { width:20rem;height:39rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ClAUpMoo69vEm7n14u6h3oCFwdMEGGy0 { width:17.1875rem;height:6.125rem;top:7.125rem;left:0.3125rem;font-size:3.4375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lwRLqbS9O72k3BTrF6SXc6ma1p19Riph { width:14.8125rem;height:1.125rem;top:3.0625rem;left:0.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kDdsKIm2LE19QQ6EN0VZEZ0zIDabytMq { width:18.75rem;height:8rem;top:15.1875rem;left:0.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #ImF1Z7LX1KTXQ4pyQ6PDFZ3kVM0pvZeS { width:12.5rem;height:3.4375rem;top:27.5rem;left:0.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnKUeexvNDprtGAOevd5tHoz8K67dy4l { display:block; }
 }@media only screen and (max-width: 763px) { #g3J9vDNEZPqJpNizCOmScpMCNCLIWudr { width:15.625rem;height:0.0625rem;top:5.375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rf7TXtp5wZepW5rDpF2ZL9xT0OG9oO46 { width:12.5rem;height:3.4375rem;top:32.1875rem;left:0.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU0HXSTidZAfPgZ248FA0ln5VLRtZBzs { display:block; }
 }@media only screen and (max-width: 763px) { #B6zQBSANpNJrzlVNBT9drcorHkaqRI0u { display:block; }#B6zQBSANpNJrzlVNBT9drcorHkaqRI0u > .row .container { width:20rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J3VEFRwPKvTX2zmf4bIDHX9U34eFCpyr { width:8.1875rem;height:1.125rem;top:3.75rem;left:0.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RIR63AU5OesUqKT7lEwXK0OJeV6QFu1q { width:18.75rem;height:3.75rem;top:6.25rem;left:0.3125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Bdu2KeToAyzwvgJIrFMbI2aL4XU4tfcN { width:3.75rem;height:0.0625rem;top:3.125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fupvPx4QhK6tIzp8OVnv9bUO40w8iZW8 { width:18.75rem;height:6.75rem;top:11.25rem;left:0.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #xptfEMwdx2m9tNCAZ7NEAQIODARBb1N3 { width:9.375rem;height:3.4375rem;top:20.3125rem;left:0.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JDM9oTlxNIpSbpTiU82D3qRFJEvT3UJc { display:block; }
 }@media only screen and (max-width: 763px) { #ixSlXN16UTexOAGvykBLynnw5kOzghth { width:9.375rem;height:3.4375rem;top:43.75rem;left:0.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1sGPty992gOTDw2TJawereehB6aNiG9 { display:block; }
 }@media only screen and (max-width: 763px) { #FqADT3rhqBh39UKM75iAZ5CS1CLGSgyN { width:18.75rem;height:5.0625rem;top:34.6875rem;left:0.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #W5Nd1ay97kQP6673rE5Lq3JWLTHUu2OJ { width:18.75rem;height:3.75rem;top:29.6875rem;left:0.3125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TTV9HCB9pL9kBibXh1fMksxZlfg9Eb02 { width:9.125rem;height:1.125rem;top:27.1875rem;left:0.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cGVJyMRO56GmQhAQqAxNJTanRcpOCQNw { width:3.75rem;height:0.0625rem;top:26.5625rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTyvDWcUATq2PU2zGBwW2nTiiTdfrvOV { display:block; }#nTyvDWcUATq2PU2zGBwW2nTiiTdfrvOV > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cseK5QB9OdbOfvOpcUp1aQ44KZyKzPnV { width:10rem;height:3.75rem;top:4.517578125rem;left:0.3125rem;font-size:3.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yNVgeRJoDyy7uAAvV1kOzd2O8XqKJ44L { width:6.75rem;height:1.5rem;top:2.580078125rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #qMEBPn66pTXdqPyOg7N6hPi6mxMGhedP { width:1.875rem;height:0.0625rem;top:1.892578125rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PQ7dgySUCwu9DaRkkVTuRZML6IWbETpR { width:18.25rem;height:11.8125rem;top:26.8369140625rem;left:0.3125rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.5;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ninbCBq1F6HfGgyZwt8tqQyl4niooRqL { width:13.875rem;height:9.8125rem;top:9.205078125rem;left:5.380859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fkg7iBHWifdT7n6X8BU1HUUTZCAzIJaf { width:12.5625rem;height:8.875rem;top:12.3369140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAysZoDeVRBH85PkIvstTPAvNRQff3zp { width:14rem;height:10.1875rem;top:14.9619140625rem;left:3.880859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGXr8eBwWJQWpSzP7KTsnuzmXmGrl45x { width:9.375rem;height:3.4375rem;top:40.625rem;left:0.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U11vo4xTftxQTf5h3hmuxZtOuWrepT3I { display:block; }
 }@media only screen and (max-width: 763px) { #KH68SXLqaU3JxUucGGXXR2CaF3abBdhF { display:block; }#KH68SXLqaU3JxUucGGXXR2CaF3abBdhF > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UuBJ730tEq3Us5vUDTUWer81GPFAA3Kx { width:17.1875rem;height:4.875rem;top:1.875rem;left:0.3125rem;font-size:3.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iMOvB7WMvlx75Vo6OIBybrzQ9R0s03KE { width:18.0625rem;height:3rem;top:7.5rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B6fVCfZ0hnrnIBP3gLFtpBhpBvCkkrti { display:block; }#B6fVCfZ0hnrnIBP3gLFtpBhpBvCkkrti > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QnM5CdoXZ7ZoeTWKNZivzV4wliqeFpbi { width:4.6875rem;height:4.6875rem;top:1.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2iyQxQWpEifhB2uenS37SxUxtxnDCE7 { width:18.75rem;height:2.4375rem;top:7.5rem;left:0.3125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pt6UAsxSuI4fsksWsdgmhK8er1C5mEbt { width:18.75rem;height:4.5rem;top:10.625rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ePKaTqMg1nA6hTncwNGuLJ5ouzSHJn5y { width:12.5rem;height:3.4375rem;top:17.1875rem;left:0.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #kKvofJEXgOMdVA9MHIAqdM1SyvU5e9ly { display:block; }
 }@media only screen and (max-width: 763px) { #RqskZOQzm7Vkw9OazQsdC60bK6RBJkop { width:18.75rem;height:4.5rem;top:34.375rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RPb2u1f72S8vWgSTitTnymfIWwd30Hfh { width:12.5rem;height:3.125rem;top:40.9375rem;left:0.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #mByDICZHznGWydyby90pb8rlne8avu3d { display:block; }
 }@media only screen and (max-width: 763px) { #ae7sZfWIKDFE949apa3OGXlJifsyNeZH { width:4.6875rem;height:4.6875rem;top:25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VCnSJUvD1N095iqIEbGFg7Zv8QmNLVCh { width:18.75rem;height:2.4375rem;top:31.25rem;left:0.3125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BP0wK82fOL0OtPKW0WqW8Hz0usGCDKDR { display:block; }#BP0wK82fOL0OtPKW0WqW8Hz0usGCDKDR > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #khIZOhGyVR03tXrzu7JQZKpAE7BzHVHO { width:4.6875rem;height:4.6875rem;top:1.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENQsExMBKnmpMr7fHbEF9T7pgOKy8Bs6 { width:18.75rem;height:2.4375rem;top:7.5rem;left:0.3125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S0rGmKVlFcQoZvBlbQu46ZG13cHnX709 { width:18.75rem;height:4.5rem;top:10.625rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #InedWgPhRFZCzL2ui7UQgdBQUlyEa6g1 { width:12.5rem;height:3.4375rem;top:17.1875rem;left:0.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #OgrzT9QRGOTrz4FOnqE54GVHAc7TagmM { display:block; }
 }@media only screen and (max-width: 763px) { #Wp4p27m49hfMJEaXqCapQPG6bwq6kwSi { width:18.75rem;height:4.5rem;top:34.375rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #h9wNd2H82HrlCvDJ08FZD9FMUiLJRrGl { width:12.5rem;height:3.125rem;top:40.9375rem;left:0.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #LKIFmra180U9HQbFEKb2W5qCEtpAPD77 { display:block; }
 }@media only screen and (max-width: 763px) { #JK8DwgBx6TEhWJB7EaHV4qLJ1wVFS2JR { width:4.6875rem;height:4.6875rem;top:25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #raLaVbgy5RBKAcEluTgJurSwJC3eAFFz { width:18.75rem;height:2.4375rem;top:31.25rem;left:0.3125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UOQdBRSwf8hqfigqRx8pIhPX3JstErUV { display:block; }#UOQdBRSwf8hqfigqRx8pIhPX3JstErUV > .row .container { width:20rem;height:46.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pRQCvbWlSyZgfKlkUdGaTb1PbRFTMLXg { width:4.6875rem;height:4.6875rem;top:1.875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJVunA6JEvLXOuTb1WxhMAigxUoiNmAH { width:18.75rem;height:2.4375rem;top:7.5rem;left:0.3125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q8ovEGeuVApW9mTUB0I0TNePhU3OZROy { width:18.75rem;height:4.5rem;top:10.625rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SFzExRHreNqy7N26qL20uUcMuTLnCTR8 { width:12.5rem;height:3.4375rem;top:17.1875rem;left:0.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #esQsgx4n3cIumUcQQeszthqMynN11ANH { display:block; }
 }@media only screen and (max-width: 763px) { #qgwxpqFM6PWxxzuz06nT6s2IUiSxPeRv { width:18.75rem;height:4.5rem;top:34.375rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QtTAzXyDFc8po4QST3aLZgalDsPdHfob { width:12.5rem;height:3.125rem;top:40.9375rem;left:0.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #rENNTUX4SspVVcFPN2uizbyM4qVuDPAK { display:block; }
 }@media only screen and (max-width: 763px) { #GD7WbcEOQP980tZw3RpImFXlTar7kbtC { width:4.6875rem;height:4.6875rem;top:25rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBWglilFxDcfxqEtZ56a5qPENMaVUWEp { width:18.75rem;height:2.4375rem;top:31.25rem;left:0.3125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dz3kJIRru86Pz3PFT98SEAcIRHHU4BwD { display:block; }#dz3kJIRru86Pz3PFT98SEAcIRHHU4BwD > .row .container { width:20rem;height:23.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UQZ902UgJCVkPJPKfmyDxyk3BKlc2Riz { width:12.5rem;height:3.125rem;top:17.1875rem;left:0.3125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }
 }@media only screen and (max-width: 763px) { #kac4fArxVvOIh4V4CeGmyhFoSpSHWKVi { display:block; }
 }@media only screen and (max-width: 763px) { #msCsoEALyNGoBH9PO99KnMsqMOE4yNgJ { width:16.375rem;height:4.5rem;top:10.625rem;left:0.3125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gfIWTbxNTcUMuoredvQU4WZVnGS9A36B { width:3.75rem;height:3.75rem;top:1.875rem;left:0.3125rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT2GLPdOrVU6eua0PLGGVtvmc2zPbUIR { width:13.5625rem;height:1.875rem;top:7.5rem;left:0.3125rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tPdNhxlI012pBUO7E4Zg2xSQLAaMevHv { display:block; }#tPdNhxlI012pBUO7E4Zg2xSQLAaMevHv > .row .container { width:20rem;height:44.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EC3KQyCP1K1qtZsUuETonGtvV2hzJOWU { width:20rem;height:25rem;top:1.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n { display:block; }#DUUgVE6IVHhzxxQe0M7ucZ9quLfJdB7n > .row .container { width:20rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l39EUNi4ulxyf3zaBK7IlNNTFyCdtkgm { width:20rem;height:15.125rem;top:7.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Ur4hici3UOThQMGTJ3GrDeAvZgmgOr { width:20rem;height:2.1875rem;top:4.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #MwuBd3Tx84eyZft1do97qM76BpyQE19S { width:9.125rem;height:1.125rem;top:2.875rem;left:5.4375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V9TxZkgwPGXh2lCxAV7w6XDbwG0pBF49 { width:3.75rem;height:0.0625rem;top:1.5625rem;left:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe { display:block; }#U5IK4SmsCfMdgTi75LBttp2PscdE0Sbe > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ENfxADLc6CD5k1Tcf8vWS7xWeFcUpXBb { width:13rem;height:1.5rem;top:4.875rem;left:3.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Etzy8ff0Kth9t7Cm7Lqv24rXZpdwiF5t { width:17.3125rem;height:2rem;top:20.25rem;left:1.34375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iNOssZVgBqaTG76RXlhxUxtOT8l03gNs { width:7.625rem;height:1rem;top:24.8125rem;left:6.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iao8bqETiq5S3IDd5x2nTpWHGoyZefDs { width:3.125rem;height:3.125rem;top:9.8125rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DRXAwDWAUJUL0g92uLu8UUNgUG0G28oy { width:3.125rem;height:3.125rem;top:9.8125rem;left:5.375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxeKcwaNv22OaqJcLM0nQDfXk6NTxixp { width:3.125rem;height:3.125rem;top:9.8125rem;left:10.75rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmfUMvugmeSvI6Cum2hvego5Qbvluyu8 { width:3.125rem;height:3.125rem;top:9.8125rem;left:16.875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIE0r1TnO1wJzTz6BM9pbab1DUATU7Oh { width:3.125rem;height:3.125rem;top:14.6875rem;left:2.3125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DNrQK3RZlI0heQaNuRDpI4b7BWfZzMZE { width:3.1875rem;height:3.1875rem;top:14.65625rem;left:8.40625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaX0ziWdiHSrMXREllFVc7b8CR06UZhU { width:2.875rem;height:3.0625rem;top:14.71875rem;left:14.625rem;font-size:2.125rem;display:block; }
 }