.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:244,252,240;--color-primary-1:217,245,206;--color-primary-2:179,235,157;--color-primary-3:90,118,79;--color-primary-4:27,35,24;--color-secondary-0:254,251,253;--color-secondary-1:251,243,247;--color-secondary-2:246,230,239;--color-secondary-3:123,115,120;--color-secondary-4:37,35,36;--color-tertiary-0:255,255,255;--color-tertiary-1:241,229,233;--color-tertiary-2:234,234,234;--color-tertiary-3:70,70,70;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto";--paragraphs-font-family:"Roboto"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f4f4f4;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 { position:relative;display:block; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 { background-color: transparent; background-image: none; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row .container > .video-iframe-container { display: none; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row > .video-iframe-container { display: none; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .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); }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 { border-width: 0; border-radius: 0; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .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; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:8.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ARXFrPcNpDRiMrZWRL5i6tzF6JxfZ38g { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.374025rem;width:9.749rem;top:1.4375rem;left:33.59375rem;overflow:hidden;display:block; }
#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(178deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.62));background-image: -moz-linear-gradient(178deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.62));background-image: -ms-linear-gradient(178deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.62));background-image: -o-linear-gradient(178deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='rgba(var(--color-primary-2),0.62)' );";background-image: linear-gradient(178deg, rgba(0,0,0,0), rgba(var(--color-primary-2),0.62));background-size:auto !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; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { background-color: transparent; background-image: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { display: none; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .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); }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { border-width: 0; border-radius: 0; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { font-size:0.875rem;font-family:arial;height:76.1875rem;width:75rem;position:relative;display:block; }#i1qvdMIlsMxwOlk30wCAbu3kcemnyEq7 { color:rgba(var(--color-tertiary-4),1);display:block;width:58.374rem;position:absolute;font-family:"shadows into light two";font-size:2.8125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem #636466;top:16.124267578125rem;left:8.311767578125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U2Z12KzA2H96a2V94X9T8mGRHHA7TF5C { color:rgba(var(--color-tertiary-1),1);display:block;width:74.249375rem;position:absolute;font-family:lato;font-size:1.9375rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #595a5c;top:19.77951335907rem;left:0rem;height:12.59115rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rcV2bgPLg0yrzaNdsXb2H9y9vLalZpwy { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.625rem;width:75rem;top:38.078124046326rem;left:0rem;overflow:hidden;display:block; }
#wKTNDWbIXBBTnTnDA6GfAW6SGi9LRKfh { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:25.9375rem;top:0rem;left:24.4375rem;overflow:hidden;display:block; }
#cGnU4DhFMPvx6i6ArqoMozsfxBZtrzwn { color:rgba(var(--color-tertiary-1),1);display:block;width:74.249375rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0rem #595a5c;top:34.730903625488rem;left:0.37500095367432rem;height:4.5486125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { position:relative;display:block; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { background-color: transparent; background-image: none; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container > .video-iframe-container { display: none; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row > .video-iframe-container { display: none; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .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); }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { border-width: 0; border-radius: 0; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .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; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),0);background-image:none;font-size:0.875rem;font-family:arial;height:16.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#NHR8L8uJTSxfMwnVGx96fLMZboXZ61KG { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.7439289093017rem;left:21.874133110046rem;display:block; }
#sMb9intocW5mewenPCbvzHB7xx3JIGt8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#adcftINGh8CCF5TZpm0hf9bIyLp6qs8K { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:8.2343807220456rem;left:31.249999046326rem;height:0.974825rem;text-align:center;text-align-last:center;display:block; }
#whGFBKsts5QXtTZ8nqVHOJnTwb7qGWVc { box-sizing:content-box;color:#5c5e5f;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74739375rem;width:1.74739375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:7.8472270965575rem;left:42.812499046326rem;display:block; }
#FzLyzu0zJxZeMBcxpzSfLW3N8l0SEPc4 { position:absolute;display:block;z-index:15000;background-color:#fffdfd;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem dashed #040404;border-left:0.375rem dashed #040404;border-right:0.375rem dashed #040404;border-bottom:0.375rem dashed #040404;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.625rem;width:34.5625rem;top:1.8533039093018rem;left:19.885416984558rem;display:block; }
#hAVfcphQQEHlr1DJcdfak09WiFJDmypw { color:rgba(var(--color-tertiary-4),1);display:block;width:29.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.7395877838138rem;left:23.374133110046rem;height:;display:block; }
#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7f7ff, rgba(var(--color-primary-2),0.62));background-image: -moz-linear-gradient(180deg, #f7f7ff, rgba(var(--color-primary-2),0.62));background-image: -ms-linear-gradient(180deg, #f7f7ff, rgba(var(--color-primary-2),0.62));background-image: -o-linear-gradient(180deg, #f7f7ff, rgba(var(--color-primary-2),0.62));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7ff', endColorstr='rgba(var(--color-primary-2),0.62)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7ff', endColorstr='rgba(var(--color-primary-2),0.62)' );";background-image: linear-gradient(180deg, #f7f7ff, rgba(var(--color-primary-2),0.62));background-size:auto !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; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { background-color: transparent; background-image: none; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container > .video-iframe-container { display: none; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row > .video-iframe-container { display: none; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .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); }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { border-width: 0; border-radius: 0; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { font-size:0.875rem;font-family:arial;height:42.125rem;width:75rem;position:relative;display:block; }#fGiIhTZPWN1DozMdECTAeM5T0yhWiJ10 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem #595963 ;height:26.625rem;width:17.6875rem;top:4.6241309642792rem;left:2.6562509536743rem;overflow:hidden;display:block; }
#QU5p1y0XJaxULdrn9JZ9gGtASLPooZKE { color:rgba(var(--color-tertiary-4),1);display:block;width:40.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5338532924652rem;left:23.717883110046rem;height:39.46876875rem;display:block; }
#Bq2rogiNfth9JvitPZFhqDRrxss9ANdz { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:34.687504529953rem;left:5.2500009536743rem;height:5.19791875rem;text-align:center;text-align-last:center;display:block; }
#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.62), #f7f7ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.62), #f7f7ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.62), #f7f7ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.62), #f7f7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.62)', endColorstr='#f7f7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.62)', endColorstr='#f7f7ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.62), #f7f7ff);background-size:auto !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; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container { background-color: transparent; background-image: none; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container > .video-iframe-container { display: none; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row > .video-iframe-container { display: none; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .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); }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container { border-width: 0; border-radius: 0; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container { font-size:0.875rem;font-family:arial;height:72.75rem;width:75rem;position:relative;display:block; }#R80cZg7oRTKJed3blKTrVVIKJZv36UCE { color:rgba(var(--color-tertiary-4),1);display:block;width:59.4994375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.1527776718139rem;left:8.870804309845rem;height:10.15625rem;text-align:center;text-align-last:center;display:block; }
#gaNrMpa7R1Erm2riCue6u83xiCozIa2V { color:rgba(var(--color-tertiary-4),1);display:block;width:59.499125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.338542222977rem;left:6.8081598281863rem;height:52.87765625rem;text-align:center;text-align-last:center;display:block; }
#XAqcRsXq7XPL7DilFlLkW9sGuydq4oXp { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:67.341146469119rem;left:20.307291984558rem;display:block; }
#favRdlKKTv9kgP80EAdGDSxrcZ8pWqwZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T0WVhGyJ1WCXk3fwGcSDKU4P1WFdx4T6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.62), #f7f7ff);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.62), #f7f7ff);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.62), #f7f7ff);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.62), #f7f7ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.62)', endColorstr='#f7f7ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.62)', endColorstr='#f7f7ff' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.62), #f7f7ff);background-size:auto !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; }#T0WVhGyJ1WCXk3fwGcSDKU4P1WFdx4T6 > .row .container { background-color: transparent; background-image: none; }#T0WVhGyJ1WCXk3fwGcSDKU4P1WFdx4T6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0WVhGyJ1WCXk3fwGcSDKU4P1WFdx4T6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0WVhGyJ1WCXk3fwGcSDKU4P1WFdx4T6 > .row .container > .video-iframe-container { display: none; }#T0WVhGyJ1WCXk3fwGcSDKU4P1WFdx4T6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T0WVhGyJ1WCXk3fwGcSDKU4P1WFdx4T6 > .row > .video-iframe-container { display: none; }#T0WVhGyJ1WCXk3fwGcSDKU4P1WFdx4T6 > .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); }#T0WVhGyJ1WCXk3fwGcSDKU4P1WFdx4T6 > .row .container { border-width: 0; border-radius: 0; }#T0WVhGyJ1WCXk3fwGcSDKU4P1WFdx4T6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T0WVhGyJ1WCXk3fwGcSDKU4P1WFdx4T6 > .row .container { font-size:0.875rem;font-family:arial;height:69.625rem;width:75rem;position:relative;display:block; }#ZbS7gUoKATl1odK6UnhCATQMhoto5hut { color:rgba(var(--color-tertiary-4),1);display:block;width:59.499125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:13.338542222977rem;left:6.8081598281863rem;height:3.4114625rem;text-align:center;text-align-last:center;display:block; }
#SztIPn7O8VkSlowq1RW5DVF14qCNDFvM { color:rgba(var(--color-tertiary-4),1);display:block;width:59.499125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.9618055820465rem;left:6.2439241409302rem;height:65rem;text-align:center;text-align-last:center;display:block; }
#cuBFNgfo4tDbfGgkeknhlODTRPQ74VO4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:65.0286359787rem;left:19.806426048279rem;display:block; }
#D1cHTkXVuJ75ibXBu85Q0tUVPbppNwpb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f7f7ff, rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, #f7f7ff, rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, #f7f7ff, rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, #f7f7ff, rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7ff', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7ff', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, #f7f7ff, rgba(var(--color-secondary-2),1));background-size:auto !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; }#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx > .row .container { background-color: transparent; background-image: none; }#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx > .row .container > .video-iframe-container { display: none; }#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx > .row > .video-iframe-container { display: none; }#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx > .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); }#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx > .row .container { border-width: 0; border-radius: 0; }#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#WVRN8eqGLhTi6CvtDTvUB5cwnGRR1LqO { color:rgba(var(--color-tertiary-2),1);display:block;width:38.75rem;position:absolute;font-family:tahoma, arial, sans-serif;font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #020000;top:2.1345491409302rem;left:17.059027671814rem;height:4.38715rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LrMFP8q4lqf7aKWTQIpETtTEUxWL8I7F { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9980625rem;width:7.9980625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:7.1875rem;left:0rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#bgChQ6qtg7HCIDCOVfHN9gxCrrFTBfTP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9980625rem;width:7.9980625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:7.1875rem;left:6.8125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#hapdMwQSPoWbTaBQVZ9LDGZlNaoyqRhs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9980625rem;width:7.9980625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:7.1875rem;left:14.75rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#JcXq4bHDnkfOCtg2tD2TeKPqfirFEhfo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9980625rem;width:7.9980625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:7.1875rem;left:67.000732421875rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#s8F0AClTrOQGFffMzvpkElaNeyws7g19 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9980625rem;width:7.9980625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:7.1875rem;left:52.3095703125rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#E6imeTaq1I6pfVuXsrnkVcRGTHG9gd41 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9980625rem;width:7.9980625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:7.1875rem;left:59.0625rem;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5)); }
#byqdrl67y61Mq6SshJdvrucqE9V7tyCf { display:block;width:5.0581625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:32.434027194977rem;left:32.49826335907rem;height:2.625rem;text-align:center;text-align-last:center;color:#242424;font-style:normal;display:block; }
#fQ0J7mWMOqiT9mZAELEEuT945AzvNPU1 { display:block;width:18.997375rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),1);top:28.434027194977rem;left:25.52951335907rem;height:3.1875rem;text-align:center;text-align-last:center;color:rgba(var(--color-tertiary-3),1);font-style:normal;display:block; }
#AVMIoRoZxBiaHR8eEHgseZeOg8UQxzVV { position:absolute;display:block;z-index:15032;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:17.249125rem;width:18.06075rem;top:9.8411459922788rem;left:27.40451335907rem;overflow:hidden;display:block; }
#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container { background-color: transparent; background-image: none; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container > .video-iframe-container { display: none; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row > .video-iframe-container { display: none; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .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); }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container { border-width: 0; border-radius: 0; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container { font-size:0.875rem;font-family:arial;height:12.0625rem;width:75rem;position:relative;display:block; }#EzsTGKw9uF7r9bufIFd1ATs2TEuTbepT { color:rgba(var(--color-tertiary-4),1);display:block;width:71.125rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4375rem;left:1.9375rem;height:9.26041875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT { 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; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { background-color: transparent; background-image: none; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container > .video-iframe-container { display: none; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row > .video-iframe-container { display: none; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .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); }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { border-width: 0; border-radius: 0; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { font-size:0.875rem;font-family:arial;height:18.8125rem;width:75rem;position:relative;display:block; }#hwzqRE7Qvdpin44QasqFyTLrtexv31tA { position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.375rem dashed #040404;border-left:0.375rem dashed #040404;border-right:0.375rem dashed #040404;border-bottom:0.375rem dashed #040404;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.812rem;width:34.4995rem;top:1.373291015625rem;left:20.5615234375rem;display:block; }
#b3ncH92Nnd1drwO2QLdlBQTsQeIae0Ze { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:14.496875762939rem;left:33.449998855591rem;height:0.975rem;text-align:center;text-align-last:center;display:block; }
#SgqSk0TLckeknsdU6JeAgDTThUa25zUT { box-sizing:content-box;color:#5c5e5f;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74921875rem;width:1.74921875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15005;top:14.110157012939rem;left:32.63828086853rem;display:block; }
#olXTPTIv3wvGLapsEcJIQuopsWhMlATN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.3125rem;width:27.5rem;top:6.278124809265rem;left:24.43515586853rem;overflow:hidden;display:block; }
#xa7OhHSBz5iSObugheSDaCbcDrv3ukEL { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-3),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:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:31.25rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.8949394226074rem;left:22.518229484558rem;display:block; }
#Vk3NLFKZDsisWm4xZkpKdJeWrsX7g9yR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#928a8a;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; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { background-color: transparent; background-image: none; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container > .video-iframe-container { display: none; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row > .video-iframe-container { display: none; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .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); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { border-width: 0; border-radius: 0; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { font-size:0.875rem;font-family:arial;height:18.4375rem;width:75rem;position:relative;display:block; }#L7KdTASJIOqaWv4ThIIeLfaqIIRqmP6I { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.93706875rem;width:4.93706875rem;top:1.3736982345581rem;left:35.686489582062rem;overflow:hidden;display:block; }
#ypVm2CnWnQbSvQLsJ2Oq3ODZbuZ1Lw3c { color:rgba(var(--color-tertiary-4),1);display:block;width:69.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:8.3125rem;left:3.4033203125rem;height:4.874125rem;text-align:center;text-align-last:center;display:block; }
#l1MQkgVsWc23id0gnekxzaydBgF1QwJL { background-color:transparent;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.25rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:2.1875rem;left:23.59375rem;display:block; }
#doK4TrxqbsdHFXXFKGhfRmSSCeDNAr6a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tkUDRJS9eGnWiLeX4efnRqrTWMVffqc0 { background-color:transparent;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:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;box-shadow: none;box-sizing:border-box;color:#f4f4f4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.625rem;height:2.25rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:2.1875rem;left:38.15625rem;display:block; }
#d5q2TZFuVdQ9PvOwfVLiI7maExWtDJFh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 { display:block; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARXFrPcNpDRiMrZWRL5i6tzF6JxfZ38g { top:1.4375rem;left:19.96875rem;width:9.6875rem;height:5.3401238268027rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1qvdMIlsMxwOlk30wCAbu3kcemnyEq7 { top:16.0625rem;left:0rem;width:47.75rem;height:3.625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2Z12KzA2H96a2V94X9T8mGRHHA7TF5C { top:19.75rem;left:0rem;width:47.75rem;height:12.5625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcV2bgPLg0yrzaNdsXb2H9y9vLalZpwy { top:38.0625rem;left:0rem;width:47.75rem;height:23.317916666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKTNDWbIXBBTnTnDA6GfAW6SGi9LRKfh { top:0rem;left:10.8125rem;width:25.9375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cGnU4DhFMPvx6i6ArqoMozsfxBZtrzwn { top:34.6875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { display:block; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHR8L8uJTSxfMwnVGx96fLMZboXZ61KG { width:31.25rem;height:3.4375rem;top:3.6875rem;left:8.2491331100462rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMb9intocW5mewenPCbvzHB7xx3JIGt8 { display:block; }
 }@media only screen and (max-width: 763px) { #adcftINGh8CCF5TZpm0hf9bIyLp6qs8K { top:8.1875rem;left:17.624999046326rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whGFBKsts5QXtTZ8nqVHOJnTwb7qGWVc { top:7.8125rem;left:29.187499046326rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzLyzu0zJxZeMBcxpzSfLW3N8l0SEPc4 { top:1.8125rem;left:6.2604169845581rem;width:34.5625rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAVfcphQQEHlr1DJcdfak09WiFJDmypw { top:9.6875rem;left:9.7491331100462rem;width:29.5625rem;height:;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw { display:block; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGiIhTZPWN1DozMdECTAeM5T0yhWiJ10 { top:4.5625rem;left:0rem;width:17.6875rem;height:26.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU5p1y0XJaxULdrn9JZ9gGtASLPooZKE { top:2.5rem;left:7rem;width:40.75rem;height:39.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq2rogiNfth9JvitPZFhqDRrxss9ANdz { top:34.6875rem;left:0rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzShodeP3lt4p9S5rqJvw93Jyy37UmQp { display:block; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R80cZg7oRTKJed3blKTrVVIKJZv36UCE { top:2.125rem;left:0rem;width:47.75rem;height:10.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaNrMpa7R1Erm2riCue6u83xiCozIa2V { top:13.3125rem;left:0rem;width:47.75rem;height:52.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAqcRsXq7XPL7DilFlLkW9sGuydq4oXp { width:31.25rem;height:3.4375rem;top:67.3125rem;left:6.6822919845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #favRdlKKTv9kgP80EAdGDSxrcZ8pWqwZ { display:block; }
 }@media only screen and (max-width: 763px) { #T0WVhGyJ1WCXk3fwGcSDKU4P1WFdx4T6 { display:block; }#T0WVhGyJ1WCXk3fwGcSDKU4P1WFdx4T6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbS7gUoKATl1odK6UnhCATQMhoto5hut { top:13.3125rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SztIPn7O8VkSlowq1RW5DVF14qCNDFvM { top:0.9375rem;left:0rem;width:47.75rem;height:65rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuBFNgfo4tDbfGgkeknhlODTRPQ74VO4 { width:31.25rem;height:3.4375rem;top:65rem;left:6.1814260482788rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1cHTkXVuJ75ibXBu85Q0tUVPbppNwpb { display:block; }
 }@media only screen and (max-width: 763px) { #xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx { display:block; }#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVRN8eqGLhTi6CvtDTvUB5cwnGRR1LqO { top:2.125rem;left:3.4340276718139rem;width:38.75rem;height:4.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrMFP8q4lqf7aKWTQIpETtTEUxWL8I7F { top:7.1875rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgChQ6qtg7HCIDCOVfHN9gxCrrFTBfTP { top:7.1875rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hapdMwQSPoWbTaBQVZ9LDGZlNaoyqRhs { top:7.1875rem;left:1.125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcXq4bHDnkfOCtg2tD2TeKPqfirFEhfo { top:7.1875rem;left:39.8125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8F0AClTrOQGFffMzvpkElaNeyws7g19 { top:7.1875rem;left:38.6845703125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6imeTaq1I6pfVuXsrnkVcRGTHG9gd41 { top:7.1875rem;left:39.8125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #byqdrl67y61Mq6SshJdvrucqE9V7tyCf { width:5rem;height:2.625rem;top:32.375rem;left:18.87326335907rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ0J7mWMOqiT9mZAELEEuT945AzvNPU1 { width:18.9375rem;height:3.1875rem;top:28.375rem;left:11.90451335907rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVMIoRoZxBiaHR8eEHgseZeOg8UQxzVV { top:9.8125rem;left:13.77951335907rem;width:18rem;height:17.191105020556rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp { display:block; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzsTGKw9uF7r9bufIFd1ATs2TEuTbepT { top:1.4375rem;left:0rem;width:47.75rem;height:9.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT { display:block; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwzqRE7Qvdpin44QasqFyTLrtexv31tA { top:1.3125rem;left:6.9365234375rem;width:34.4375rem;height:14.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3ncH92Nnd1drwO2QLdlBQTsQeIae0Ze { top:14.4375rem;left:19.824998855591rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgqSk0TLckeknsdU6JeAgDTThUa25zUT { top:14.0625rem;left:19.01328086853rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olXTPTIv3wvGLapsEcJIQuopsWhMlATN { top:6.25rem;left:10.81015586853rem;width:27.5rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa7OhHSBz5iSObugheSDaCbcDrv3ukEL { width:31.25rem;height:3.4375rem;top:2.875rem;left:8.8932294845581rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk3NLFKZDsisWm4xZkpKdJeWrsX7g9yR { display:block; }
 }@media only screen and (max-width: 763px) { #AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP { display:block; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7KdTASJIOqaWv4ThIIeLfaqIIRqmP6I { top:1.3125rem;left:22.061489582062rem;width:4.875rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypVm2CnWnQbSvQLsJ2Oq3ODZbuZ1Lw3c { top:8.3125rem;left:0rem;width:47.75rem;height:4.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1MQkgVsWc23id0gnekxzaydBgF1QwJL { width:13.625rem;height:2.25rem;top:2.1875rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #doK4TrxqbsdHFXXFKGhfRmSSCeDNAr6a { display:block; }
 }@media only screen and (max-width: 763px) { #tkUDRJS9eGnWiLeX4efnRqrTWMVffqc0 { width:13.625rem;height:2.25rem;top:2.1875rem;left:24.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5q2TZFuVdQ9PvOwfVLiI7maExWtDJFh { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 { display:block; }#gRoP0wm99GFHJCGGnArV6wa8wlK3uZS2 > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ARXFrPcNpDRiMrZWRL5i6tzF6JxfZ38g { width:10.1875rem;height:5.625rem;top:0.59375rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn { display:block; }#fwG8O6R5wFuI4GIMqEzXMxnoiEH1Tctn > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i1qvdMIlsMxwOlk30wCAbu3kcemnyEq7 { width:18.75rem;height:2.11198125rem;top:11.25rem;left:0.625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U2Z12KzA2H96a2V94X9T8mGRHHA7TF5C { width:18.75rem;height:32.90365rem;top:14.299478769302rem;left:0.625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcV2bgPLg0yrzaNdsXb2H9y9vLalZpwy { width:20rem;height:9.7995rem;top:47.202258110046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKTNDWbIXBBTnTnDA6GfAW6SGi9LRKfh { width:18.75rem;height:11.25rem;top:0rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #cGnU4DhFMPvx6i6ArqoMozsfxBZtrzwn { width:20rem;height:11.3715rem;top:58.111112594604rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t { display:block; }#JorXPKbl7wTcUwTc9Db75bZL7OhG9d5t > .row .container { width:20rem;height:21.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NHR8L8uJTSxfMwnVGx96fLMZboXZ61KG { width:18.0609375rem;height:3.4375rem;top:3.4664062503725rem;left:0.96953129768369rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMb9intocW5mewenPCbvzHB7xx3JIGt8 { display:block; }
 }@media only screen and (max-width: 763px) { #adcftINGh8CCF5TZpm0hf9bIyLp6qs8K { width:12.5rem;height:0.974825rem;top:14.684895992279rem;left:3.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #whGFBKsts5QXtTZ8nqVHOJnTwb7qGWVc { width:1.75rem;height:1.75rem;top:14.299479961395rem;left:3.4930558204651rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FzLyzu0zJxZeMBcxpzSfLW3N8l0SEPc4 { width:19.25rem;height:14.4375rem;top:1.9976558685302rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAVfcphQQEHlr1DJcdfak09WiFJDmypw { width:15.0625rem;height:3.89930625rem;top:8.506944179535rem;left:2.46875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw { display:block; }#nHPxrmKuThrZQzzx5Jed8swlzoAvRzAw > .row .container { width:20rem;height:97.13125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fGiIhTZPWN1DozMdECTAeM5T0yhWiJ10 { width:11.1875rem;height:16.8125rem;top:1.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QU5p1y0XJaxULdrn9JZ9gGtASLPooZKE { width:18.75rem;height:64.319425rem;top:32.812501907349rem;left:1.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bq2rogiNfth9JvitPZFhqDRrxss9ANdz { width:12.5rem;height:5.19791875rem;top:23.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzShodeP3lt4p9S5rqJvw93Jyy37UmQp { display:block; }#OzShodeP3lt4p9S5rqJvw93Jyy37UmQp > .row .container { width:20rem;height:128.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R80cZg7oRTKJed3blKTrVVIKJZv36UCE { width:18.75rem;height:20.46873125rem;top:1.875rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaNrMpa7R1Erm2riCue6u83xiCozIa2V { width:20rem;height:97.2266375rem;top:23.592875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAqcRsXq7XPL7DilFlLkW9sGuydq4oXp { width:19rem;height:3.4375rem;top:122.06826812744rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #favRdlKKTv9kgP80EAdGDSxrcZ8pWqwZ { display:block; }
 }@media only screen and (max-width: 763px) { #T0WVhGyJ1WCXk3fwGcSDKU4P1WFdx4T6 { display:block; }#T0WVhGyJ1WCXk3fwGcSDKU4P1WFdx4T6 > .row .container { width:20rem;height:114.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZbS7gUoKATl1odK6UnhCATQMhoto5hut { width:20rem;height:3.4114625rem;top:105.46875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SztIPn7O8VkSlowq1RW5DVF14qCNDFvM { width:18.75rem;height:102.343825rem;top:1.875rem;left:0.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cuBFNgfo4tDbfGgkeknhlODTRPQ74VO4 { width:19rem;height:3.4375rem;top:110.13020529633rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D1cHTkXVuJ75ibXBu85Q0tUVPbppNwpb { display:block; }
 }@media only screen and (max-width: 763px) { #xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx { display:block; }#xJBE68f6UQaRnaINh8Vku9wa7gyuh9Sx > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WVRN8eqGLhTi6CvtDTvUB5cwnGRR1LqO { width:20rem;height:4.63020625rem;top:1.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrMFP8q4lqf7aKWTQIpETtTEUxWL8I7F { width:2.6245125rem;height:2.6245125rem;top:6.97021484375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgChQ6qtg7HCIDCOVfHN9gxCrrFTBfTP { width:2.37426875rem;height:2.37426875rem;top:7.0947265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hapdMwQSPoWbTaBQVZ9LDGZlNaoyqRhs { width:2.3120125rem;height:2.3120125rem;top:7.12646484375rem;left:2.62451171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcXq4bHDnkfOCtg2tD2TeKPqfirFEhfo { width:2.68676875rem;height:2.68676875rem;top:6.9384765625rem;left:17.31201171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s8F0AClTrOQGFffMzvpkElaNeyws7g19 { width:2.436525rem;height:2.436525rem;top:7.064208984375rem;left:14.952392578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6imeTaq1I6pfVuXsrnkVcRGTHG9gd41 { width:2.06176875rem;height:2.06176875rem;top:7.2509765625rem;left:17.93701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #byqdrl67y61Mq6SshJdvrucqE9V7tyCf { width:5rem;height:2.625rem;top:32.687486648559rem;left:6.375rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQ0J7mWMOqiT9mZAELEEuT945AzvNPU1 { width:18.9366875rem;height:3rem;top:29.6875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVMIoRoZxBiaHR8eEHgseZeOg8UQxzVV { width:16rem;height:15.25rem;top:12.747656583786rem;left:2.0000001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp { display:block; }#TMKa4tQZ2rPDfadG9M5XGhbhfUP7Gplp > .row .container { width:20rem;height:17.16925rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzsTGKw9uF7r9bufIFd1ATs2TEuTbepT { width:18.75rem;height:15.9201125rem;top:1.25rem;left:0.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT { display:block; }#yT6swhEUvuEaf9PwVTE9b1oisOQAVMTT > .row .container { width:20rem;height:20.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hwzqRE7Qvdpin44QasqFyTLrtexv31tA { width:19.25rem;height:12.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3ncH92Nnd1drwO2QLdlBQTsQeIae0Ze { width:10.37425rem;height:0.975rem;top:11.559377670288rem;left:6.1226562261581rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SgqSk0TLckeknsdU6JeAgDTThUa25zUT { width:1.74921875rem;height:1.74921875rem;top:11.172657012939rem;left:4.3734377622604rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #olXTPTIv3wvGLapsEcJIQuopsWhMlATN { width:17.9375rem;height:4.6875rem;top:6.4343757629394rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa7OhHSBz5iSObugheSDaCbcDrv3ukEL { width:19rem;height:3.4375rem;top:15.47916625rem;left:0.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vk3NLFKZDsisWm4xZkpKdJeWrsX7g9yR { display:block; }
 }@media only screen and (max-width: 763px) { #AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP { background-color:#928a8a;background-image:none;display:block; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { background-color: transparent; background-image: none; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container > .video-iframe-container { display: none; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row > .video-iframe-container { display: none; }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .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); }#AV1RiOJT4FcXO8x1ehuczykU7nyfgIgP > .row .container { width:20rem;height:34.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L7KdTASJIOqaWv4ThIIeLfaqIIRqmP6I { width:5.5rem;height:5.5rem;top:0.5rem;left:7.2499998807906rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypVm2CnWnQbSvQLsJ2Oq3ODZbuZ1Lw3c { width:18.75rem;height:15.59723125rem;top:7.7500076293944rem;left:0.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1MQkgVsWc23id0gnekxzaydBgF1QwJL { width:13.625rem;height:2.25rem;top:27.65975rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #doK4TrxqbsdHFXXFKGhfRmSSCeDNAr6a { display:block; }
 }@media only screen and (max-width: 763px) { #tkUDRJS9eGnWiLeX4efnRqrTWMVffqc0 { width:13.625rem;height:2.25rem;top:31.15975rem;left:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5q2TZFuVdQ9PvOwfVLiI7maExWtDJFh { display:block; }
 }