.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:254,233,221;--color-primary-1:251,181,141;--color-primary-2:246,106,27;--color-primary-3:123,53,14;--color-primary-4:37,16,4;--color-secondary-0:226,225,225;--color-secondary-1:158,154,155;--color-secondary-2:60,52,55;--color-secondary-3:30,26,28;--color-secondary-4:9,8,8;--color-tertiary-0:255,255,255;--color-tertiary-1:220,218,219;--color-tertiary-2:138,133,135;--color-tertiary-3:69,67,68;--color-tertiary-4:14,13,13;--headlines-font-family:"Yeseva One";--paragraphs-font-family:"Raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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); }#knTX5DSVswAGeowaa3EleE2AepoqtXol { 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; }#knTX5DSVswAGeowaa3EleE2AepoqtXol > .row .container { background-color: transparent; background-image: none; }#knTX5DSVswAGeowaa3EleE2AepoqtXol::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knTX5DSVswAGeowaa3EleE2AepoqtXol > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knTX5DSVswAGeowaa3EleE2AepoqtXol > .row .container > .video-iframe-container { display: none; }#knTX5DSVswAGeowaa3EleE2AepoqtXol > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#knTX5DSVswAGeowaa3EleE2AepoqtXol > .row > .video-iframe-container { display: none; }#knTX5DSVswAGeowaa3EleE2AepoqtXol > .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); }#knTX5DSVswAGeowaa3EleE2AepoqtXol > .row .container { border-width: 0; border-radius: 0; }#knTX5DSVswAGeowaa3EleE2AepoqtXol > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#knTX5DSVswAGeowaa3EleE2AepoqtXol > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#sAkhR6MZ9QQlbONqWuhmhwFtRSTz56m9 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:comfortaa;font-size:1.8125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.009765625rem;left:0rem;height:2.35595625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eiy1Oftce4lbRlxQKz9THDJyePgN9tgZ { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:10.8125rem;top:1.21875rem;left:64.1875rem;overflow:hidden;display:block; }
#W7UTihd4DbETgK3uSpME9DgIu7OVIV3n { background-color:rgba(var(--color-tertiary-1),0.3);background-image:url("https://images.assets-landingi.com/uc/a2f5de64-7ee3-4112-8e5e-67a6e2f3d6a8/tobaner6.png");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#W7UTihd4DbETgK3uSpME9DgIu7OVIV3n.adaptive-delivery-prevent-bg, #W7UTihd4DbETgK3uSpME9DgIu7OVIV3n.lazyload, #W7UTihd4DbETgK3uSpME9DgIu7OVIV3n.lazyloading { background-image: none; }#W7UTihd4DbETgK3uSpME9DgIu7OVIV3n > .row .container { background-color: transparent; background-image: none; }#W7UTihd4DbETgK3uSpME9DgIu7OVIV3n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7UTihd4DbETgK3uSpME9DgIu7OVIV3n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7UTihd4DbETgK3uSpME9DgIu7OVIV3n > .row .container > .video-iframe-container { display: none; }#W7UTihd4DbETgK3uSpME9DgIu7OVIV3n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W7UTihd4DbETgK3uSpME9DgIu7OVIV3n > .row > .video-iframe-container { display: none; }#W7UTihd4DbETgK3uSpME9DgIu7OVIV3n > .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); }#W7UTihd4DbETgK3uSpME9DgIu7OVIV3n > .row .container { border-width: 0; border-radius: 0; }#W7UTihd4DbETgK3uSpME9DgIu7OVIV3n > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#W7UTihd4DbETgK3uSpME9DgIu7OVIV3n > .row .container { font-size:0.875rem;font-family:arial;height:34.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#MzrELfDvUwc2ianhkl5OmlL3KiKNiB7X { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.5rem;left:0rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#RM7pbiOZ0B81DrDyA62ND3CIrozPMDwl { color:rgba(var(--color-tertiary-4),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:7.875rem;left:0rem;height:3.49365rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#l05TP7lJhdNLATMJTRTl7rsXATEhqbyM { color:rgba(var(--color-tertiary-4),1);display:block;width:30.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:12.93017578125rem;left:0rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bTVrN6BxVVtb6BbqA4QPeAFHnrTmiHZ2 { color:rgba(var(--color-primary-2),1);display:block;width:31.375rem;position:absolute;font-family:georgia;font-size:1.8125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:18.875rem;left:0rem;height:4.7119125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cMme3N25awKqv5Jq6bimRiHNgBdoa6nR { background-color:rgba(var(--color-secondary-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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.875rem;height:4.0625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:25.4375rem;left:0rem;display:block; }
#M1F9XRQ89NzeFG8KVGWNxi0yaGyN4SRC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#d5hof10Zg5g3B7MJ7u5BHC5IcVubIHrp { box-sizing:content-box;height:0.125rem;width:23.6875rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:11.36767578125rem;left:0rem;display:block; }
#NxfMwq5XPhtNdRt8AScEOzR9oMpPdcLE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.21);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; }#NxfMwq5XPhtNdRt8AScEOzR9oMpPdcLE > .row .container { background-color: transparent; background-image: none; }#NxfMwq5XPhtNdRt8AScEOzR9oMpPdcLE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxfMwq5XPhtNdRt8AScEOzR9oMpPdcLE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxfMwq5XPhtNdRt8AScEOzR9oMpPdcLE > .row .container > .video-iframe-container { display: none; }#NxfMwq5XPhtNdRt8AScEOzR9oMpPdcLE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxfMwq5XPhtNdRt8AScEOzR9oMpPdcLE > .row > .video-iframe-container { display: none; }#NxfMwq5XPhtNdRt8AScEOzR9oMpPdcLE > .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); }#NxfMwq5XPhtNdRt8AScEOzR9oMpPdcLE > .row .container { border-width: 0; border-radius: 0; }#NxfMwq5XPhtNdRt8AScEOzR9oMpPdcLE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NxfMwq5XPhtNdRt8AScEOzR9oMpPdcLE > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#rp2taCJkbFtqWyyvJeiy8pM0mHhUfbc2 { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I4Vggz0nXDDi7WEyaQMgi9i6QGuBZS1l { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:georgia;font-size:1.8125rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:9.8125rem;left:0rem;height:2.35595625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ME1o91BXiiTWbSkR9AszJrLfHICgdTsL { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:georgia;font-size:1.8125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:13.625rem;left:0rem;height:2.35595625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HqAW9NGJqsHSWCVB8bSf73vTaFF32n9U { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:georgia;font-size:1.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.6875rem;left:0rem;height:2.35595625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#nr3itZ0LcUN8HfOiMkwteNvrFz3BiKZW { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:georgia;font-size:1.8125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:21.8125rem;left:0rem;height:2.35595625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#vkmTKkyHTPny1GRuSEfHTkJz7zqBpVN0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.21);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; }#vkmTKkyHTPny1GRuSEfHTkJz7zqBpVN0 > .row .container { background-color: transparent; background-image: none; }#vkmTKkyHTPny1GRuSEfHTkJz7zqBpVN0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkmTKkyHTPny1GRuSEfHTkJz7zqBpVN0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkmTKkyHTPny1GRuSEfHTkJz7zqBpVN0 > .row .container > .video-iframe-container { display: none; }#vkmTKkyHTPny1GRuSEfHTkJz7zqBpVN0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vkmTKkyHTPny1GRuSEfHTkJz7zqBpVN0 > .row > .video-iframe-container { display: none; }#vkmTKkyHTPny1GRuSEfHTkJz7zqBpVN0 > .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); }#vkmTKkyHTPny1GRuSEfHTkJz7zqBpVN0 > .row .container { border-width: 0; border-radius: 0; }#vkmTKkyHTPny1GRuSEfHTkJz7zqBpVN0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vkmTKkyHTPny1GRuSEfHTkJz7zqBpVN0 > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#czsLd5eP5QwAxGnuBqvO54rT5ArnDTnT { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.6) ;height:28.125rem;width:33.5625rem;top:1.78125rem;left:1.96875rem;overflow:hidden;display:block; }
#vhlMpBOWh5OKyn1exgZvONeuZFz2JSGx { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#lFvV3yuyvnggg8rA9mER04eEEPcQGpu5 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:39.5rem;display:block; }
#cowkauQc0xIiaCv9CN2lVIQ4ICgDX4GI { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.6) ;height:28.125rem;width:33.5625rem;top:1.8125rem;left:41.4375rem;overflow:hidden;display:block; }
#cdmHu3cJ8aNHDOrCo3TyBMFpzDIlqLP7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.21);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; }#cdmHu3cJ8aNHDOrCo3TyBMFpzDIlqLP7 > .row .container { background-color: transparent; background-image: none; }#cdmHu3cJ8aNHDOrCo3TyBMFpzDIlqLP7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdmHu3cJ8aNHDOrCo3TyBMFpzDIlqLP7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdmHu3cJ8aNHDOrCo3TyBMFpzDIlqLP7 > .row .container > .video-iframe-container { display: none; }#cdmHu3cJ8aNHDOrCo3TyBMFpzDIlqLP7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cdmHu3cJ8aNHDOrCo3TyBMFpzDIlqLP7 > .row > .video-iframe-container { display: none; }#cdmHu3cJ8aNHDOrCo3TyBMFpzDIlqLP7 > .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); }#cdmHu3cJ8aNHDOrCo3TyBMFpzDIlqLP7 > .row .container { border-width: 0; border-radius: 0; }#cdmHu3cJ8aNHDOrCo3TyBMFpzDIlqLP7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cdmHu3cJ8aNHDOrCo3TyBMFpzDIlqLP7 > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#tJeSGkK6gx3ZPufySZtw1oPOc43ZgkIV { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.75rem;left:19.75rem;display:block; }
#zHEdp3Tg54gFKBQGybT4nEEVzTf2PlpS { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.6) ;height:28.125rem;width:33.5625rem;top:3.5625rem;left:21.6875rem;overflow:hidden;display:block; }
#kxDN3lZtt8eIoqPLxWWbv2dZIaSedMW2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/78bead94-3c96-4b01-be06-c8baf999d125/1000043520.jpg");background-position:center !important;background-repeat:no-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; }#kxDN3lZtt8eIoqPLxWWbv2dZIaSedMW2.adaptive-delivery-prevent-bg, #kxDN3lZtt8eIoqPLxWWbv2dZIaSedMW2.lazyload, #kxDN3lZtt8eIoqPLxWWbv2dZIaSedMW2.lazyloading { background-image: none; }#kxDN3lZtt8eIoqPLxWWbv2dZIaSedMW2 > .row .container { background-color: transparent; background-image: none; }#kxDN3lZtt8eIoqPLxWWbv2dZIaSedMW2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxDN3lZtt8eIoqPLxWWbv2dZIaSedMW2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxDN3lZtt8eIoqPLxWWbv2dZIaSedMW2 > .row .container > .video-iframe-container { display: none; }#kxDN3lZtt8eIoqPLxWWbv2dZIaSedMW2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kxDN3lZtt8eIoqPLxWWbv2dZIaSedMW2 > .row > .video-iframe-container { display: none; }#kxDN3lZtt8eIoqPLxWWbv2dZIaSedMW2 > .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); }#kxDN3lZtt8eIoqPLxWWbv2dZIaSedMW2 > .row .container { border-width: 0; border-radius: 0; }#kxDN3lZtt8eIoqPLxWWbv2dZIaSedMW2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kxDN3lZtt8eIoqPLxWWbv2dZIaSedMW2 > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:75rem;position:relative;display:block; }#yLp3gIQM6FqXNcZplTtvEAxJ8T9u9fCJ { box-sizing:content-box;height:7.3125rem;width:7.1875rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:14.625rem;left:0rem;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-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ghbPAr716VBgqPpUuXaWLewB8t7O3ILl { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:16.9375rem;left:9.4375rem;overflow:hidden;display:block; }
#m1fondVC2x50GyLTKgeHHAIvV8vT96CN { box-sizing:content-box;height:13.3125rem;width:20.6875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.5rem;left:2.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#xXIi1H1HXsdQT77s7QSWx3AbPtHTywgX { color:rgba(var(--color-tertiary-0),1);display:block;width:6.0625rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:16.25rem;left:0.6875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cpldidI0zspVexlJCafd7RQsWpz98RSe { box-sizing:content-box;height:5.4375rem;width:5.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.75rem;left:9.625rem;display:block; }
#XM6iXLkQPlM6gnNr5yBa27tiR6HiAUSS { color:rgba(var(--color-tertiary-4),1);display:block;width:14.375rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:25.1875rem;left:5.3125rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R4IWSewmuSuzBzfW3KIfGJcg3mfUxx1u { box-sizing:content-box;height:7.3125rem;width:7.1875rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image:none;top:14.625rem;left:25rem;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-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#lskbJwK0sqoB7PrZVtm5OWvTI99cwoGd { color:rgba(var(--color-tertiary-0),1);display:block;width:6.0625rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:16.25rem;left:25.6875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HVz8GlKfAmDRZnIhZlmXEz1l90sZaqHS { box-sizing:content-box;height:13.3125rem;width:20.6875rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.5rem;left:27.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#h06g9OwvlT9t7mey3mMzDhBG9FbUIh1q { color:rgba(var(--color-tertiary-4),1);display:block;width:20.1875rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:25.1875rem;left:27.4375rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q3HgQPCfi9EtwefsOM4GaPN2J54344bU { position:absolute;display:block;z-index:15013;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:16.9375rem;left:34.4375rem;overflow:hidden;display:block; }
#AoJQlNROL8M6DquLVieBsFadw7lcBens { box-sizing:content-box;height:5.4375rem;width:5.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.75rem;left:34.625rem;display:block; }
#yFVBqMmHWvKsBrHOIG68Qt9ghrgGLDBV { box-sizing:content-box;height:13.3125rem;width:20.6875rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.6) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.5rem;left:52.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#m4usS6o3yy2rf6Xo3BewWI3k06pX3fJZ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.375rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:25.1875rem;left:54.3125rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UlfnFzuFyTfQyZ1hVlTa1vv6KORRERth { position:absolute;display:block;z-index:15019;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:16.9375rem;left:59.4375rem;overflow:hidden;display:block; }
#d0LG2NR6tD9BfMIakBKCikHeRxBwWInD { box-sizing:content-box;height:5.4375rem;width:5.8125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15018;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.75rem;left:59.625rem;display:block; }
#pS4WUNdOH84PyFXUDS9gAg9iHd2gwu1d { box-sizing:content-box;height:7.3125rem;width:7.1875rem;position:absolute;display:block;z-index:15012;background-color:transparent;background-image:none;top:14.625rem;left:50rem;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-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#WatHgzLg9TpEQwqyQsnZgTRFz2puQKsc { color:rgba(var(--color-tertiary-0),1);display:block;width:6.0625rem;position:absolute;font-family:comfortaa;font-size:2.5rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:16.25rem;left:50.6875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PAvMevseBx7JB7SINoFz37iT7DihQ0W3 { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CN5Il1cS15lQ29ekczK1SbyayS2KIU2A { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:georgia;font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:8.625rem;left:0rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#F3G5S193n3RyFZkg38XgSqvM8cJS9LJL { background-color:rgba(var(--color-secondary-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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.875rem;height:4.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:36.5rem;left:23.0625rem;display:block; }
#pGqR6Thv76ufBgsuWF7KmSzyxXZ7Ff29 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ubixgLSxsNvsOtAJAW75p3lR455PV9m5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),0.9);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; }#ubixgLSxsNvsOtAJAW75p3lR455PV9m5 > .row .container { background-color: transparent; background-image: none; }#ubixgLSxsNvsOtAJAW75p3lR455PV9m5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubixgLSxsNvsOtAJAW75p3lR455PV9m5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubixgLSxsNvsOtAJAW75p3lR455PV9m5 > .row .container > .video-iframe-container { display: none; }#ubixgLSxsNvsOtAJAW75p3lR455PV9m5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ubixgLSxsNvsOtAJAW75p3lR455PV9m5 > .row > .video-iframe-container { display: none; }#ubixgLSxsNvsOtAJAW75p3lR455PV9m5 > .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); }#ubixgLSxsNvsOtAJAW75p3lR455PV9m5 > .row .container { border-width: 0; border-radius: 0; }#ubixgLSxsNvsOtAJAW75p3lR455PV9m5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ubixgLSxsNvsOtAJAW75p3lR455PV9m5 > .row .container { font-size:0.875rem;font-family:arial;height:60.875rem;width:75rem;position:relative;display:block; }#FRTh6HWvGTUfhrhMhBhxRISCXwpEuTSt { color:rgba(var(--color-primary-2),1);display:block;width:11.8125rem;position:absolute;font-family:lobster;font-size:5.1875rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.75rem;left:31.625rem;height:6.7435rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KITgoUNvTC61WU9MB8ACcasMiSS3Jmkq { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.4375rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rEyJFRbzlAKdsEch8u7bCpX0igZPrgtI { box-sizing:content-box;height:6.9375rem;width:6.9375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:15.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(255,255,255,0.6) ;display:block; }
#R4GeawPi3pdTghxmBVKh5UcURNMiImyT { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:15.6875rem;left:0.375rem;overflow:hidden;display:block; }
#gEpggIkogTZkvS2QDIygW6nq2gzIqTdP { color:rgba(var(--color-tertiary-0),1);display:block;width:65.5rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:16.125rem;left:9.5rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T7RtiQDy4MilLO4JFLry6cEF9LTAFRSG { color:rgba(var(--color-tertiary-0),1);display:block;width:65.5rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.4375rem;left:9.5rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#xO1LT5QR67O7cfT7exblPOi9D2TURxJr { box-sizing:content-box;height:6.9375rem;width:6.9375rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.9375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(255,255,255,0.6) ;display:block; }
#OnXUADEtX2HChz7MReZKZO3TeUvBWHTU { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:24.3125rem;left:0.375rem;overflow:hidden;display:block; }
#U7UsBnfoa33X62g4uBOsu414brGI8A9Z { color:rgba(var(--color-tertiary-0),1);display:block;width:65.5rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:24.75rem;left:9.5rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dTSO3OmeXy3EmtNvZvd7iUI4dMwZ3KT7 { color:rgba(var(--color-tertiary-0),1);display:block;width:65.5rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:28.0625rem;left:9.5rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#i9r7JTXmuyFLuwpFpSx2ttodeKeXGGKk { box-sizing:content-box;height:6.9375rem;width:6.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:32.3125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(255,255,255,0.6) ;display:block; }
#HozCtNAbOokoxf0NeA00QrTkbP01h63U { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:32.6875rem;left:0.375rem;overflow:hidden;display:block; }
#HKekN8V1uZFkq5vB52IsdMoIR60dknHM { color:rgba(var(--color-tertiary-0),1);display:block;width:65.5rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:33.125rem;left:9.5rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QM2CrrxT7aZZ3qHTI7wT8SOJdJIxMcTH { color:rgba(var(--color-tertiary-0),1);display:block;width:65.5rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:36.4375rem;left:9.5rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GpyelFlWUVAlzeBMwEtPv7DFonLzZb8G { color:rgba(var(--color-tertiary-0),1);display:block;width:65.5rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:44.9375rem;left:9.5rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QIbDy35suRJTkAFFMPZ7bCcy0C0slG1e { box-sizing:content-box;height:6.9375rem;width:6.9375rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:40.8125rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(255,255,255,0.6) ;display:block; }
#nbsLmMmCyb80xkrEtR3bCtOnat6yvRrf { position:absolute;display:block;z-index:15018;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:41.1875rem;left:0.375rem;overflow:hidden;display:block; }
#ppygN9VLtKQALWU91QAT4OEcBVBVokVT { color:rgba(var(--color-tertiary-0),1);display:block;width:65.5rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:41.625rem;left:9.5rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#W36TunRpXaHE2p8OCefoD1UCsQPXogJN { box-sizing:content-box;height:6.9375rem;width:6.9375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:none;top:49.625rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:15.625rem;border-bottom-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-top-left-radius:15.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(255,255,255,0.6) ;display:block; }
#qqGvdWyGa5TvTuXZuHCc9sWWNlGL7FLI { position:absolute;display:block;z-index:15022;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.1875rem;width:6.1875rem;top:50rem;left:0.375rem;overflow:hidden;display:block; }
#GTtDo3e8daI4QynT9u6IOgid8Pn3pm8y { color:rgba(var(--color-tertiary-0),1);display:block;width:65.5rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:53.75rem;left:9.5rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#mn7MDV2HDNm0e2PwTzo2GN5uO07yX7Gn { color:rgba(var(--color-tertiary-0),1);display:block;width:65.5rem;position:absolute;font-family:georgia;font-size:1.875rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:50.4375rem;left:9.5rem;height:2.4375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lNAvztNra8q3Av8Di7azTftxCRy2EqeW { position:relative;display:block; }#lNAvztNra8q3Av8Di7azTftxCRy2EqeW { background-color: transparent; background-image: none; }#lNAvztNra8q3Av8Di7azTftxCRy2EqeW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNAvztNra8q3Av8Di7azTftxCRy2EqeW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNAvztNra8q3Av8Di7azTftxCRy2EqeW > .row .container > .video-iframe-container { display: none; }#lNAvztNra8q3Av8Di7azTftxCRy2EqeW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNAvztNra8q3Av8Di7azTftxCRy2EqeW > .row > .video-iframe-container { display: none; }#lNAvztNra8q3Av8Di7azTftxCRy2EqeW > .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); }#lNAvztNra8q3Av8Di7azTftxCRy2EqeW { border-width: 0; border-radius: 0; }#lNAvztNra8q3Av8Di7azTftxCRy2EqeW > .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; }#lNAvztNra8q3Av8Di7azTftxCRy2EqeW > .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:68.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#kbPAulTVtyBm2aA9TXNS3elohQDzHas6 { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.375rem 0.375rem 0.5rem rgba(var(--color-tertiary-4),0.6) ;height:51.25rem;width:34.5rem;top:4.8125rem;left:0rem;overflow:hidden;display:block; }
#QAkFl4LDr4lWvtfl26PM0Ae6675nL6DV { color:rgba(var(--color-primary-2),1);display:block;width:18.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:4.8125rem;left:37.4375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PBWQ2dqxFl6WWAxdCbrwlEriyWKf63Ir { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:8.75rem;left:43.75rem;height:3.25rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#q5DF1O5q4PiPBtk5EQR3ZCCCt0USdczd { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:13rem;left:37.4375rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#I6cJ7wgueJWuNceG3TAxCscWNgF8SL96 { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:19.8125rem;left:38.1875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WT1wTfC25KL23i8NnhJdtd2BWtngtJWW { box-sizing:content-box;height:1.75rem;width:21.375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.375rem;left:37.5rem;display:block; }
#QlyL6hi0dpGvh2XGRybrsmNp9wsoiBGr { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:23.6875rem;left:37.4375rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HTI67rBH2TFQkKk8dcyXHFDZmR1fFQlp { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:35.0625rem;left:37.4375rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zlkdu06JkMSiKugqEkNfxTbcDLc0uHFF { color:rgba(var(--color-tertiary-4),1);display:block;width:31.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:31.1875rem;left:38.1875rem;height:3.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Xf8wfXZvHg8rS6CDMwQGHTOAURX0901X { box-sizing:content-box;height:1.75rem;width:21.375rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-1),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.75rem;left:37.5rem;display:block; }
#Fw8TuUH5g1rNPSTrHndZrUTapbsCioxP { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:42.875rem;left:37.4375rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZDbcpysIcz0qxWLb2nnltZJvkuoldITN { color:rgba(var(--color-tertiary-4),1);display:block;width:37.5625rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:50.4375rem;left:37.4375rem;height:6.09375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JAbbixO7fLDbNeOpEHci6VDZX3eTa0zD { 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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.875rem;height:4.0625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:59.4375rem;left:23.125rem;display:block; }
#wpdrkFT57iP1T6blo8OwWfvGXahWudEL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rm4DPmtZkmTzqX4y1pFFymmG6HO5u7rL { 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; }#Rm4DPmtZkmTzqX4y1pFFymmG6HO5u7rL > .row .container { background-color: transparent; background-image: none; }#Rm4DPmtZkmTzqX4y1pFFymmG6HO5u7rL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm4DPmtZkmTzqX4y1pFFymmG6HO5u7rL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm4DPmtZkmTzqX4y1pFFymmG6HO5u7rL > .row .container > .video-iframe-container { display: none; }#Rm4DPmtZkmTzqX4y1pFFymmG6HO5u7rL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rm4DPmtZkmTzqX4y1pFFymmG6HO5u7rL > .row > .video-iframe-container { display: none; }#Rm4DPmtZkmTzqX4y1pFFymmG6HO5u7rL > .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); }#Rm4DPmtZkmTzqX4y1pFFymmG6HO5u7rL > .row .container { border-width: 0; border-radius: 0; }#Rm4DPmtZkmTzqX4y1pFFymmG6HO5u7rL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Rm4DPmtZkmTzqX4y1pFFymmG6HO5u7rL > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#T4rqXIRAW86C94NwovITrPqdtODuZxDH { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.875rem;left:0rem;height:6.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A9dACabNKfABVoMVKMPJhPCyZUDHZhKS { box-sizing:content-box;height:43.5625rem;width:29.5625rem;position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/429e27f7-7c2d-4860-b2dc-84ba16774554/noroot.crop_591x960_0,0");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.21875rem;left:41.6875rem;display:block; }#A9dACabNKfABVoMVKMPJhPCyZUDHZhKS.adaptive-delivery-prevent-bg, #A9dACabNKfABVoMVKMPJhPCyZUDHZhKS.lazyload, #A9dACabNKfABVoMVKMPJhPCyZUDHZhKS.lazyloading { background-image: none; }
#PL1vcnNRKmDC8FOTTrAr5JKn2ZykC0N2 { box-sizing:content-box;height:40.5rem;width:30.875rem;position:absolute;display:block;z-index:15021;background-color:transparent;background-image:none;top:0.625rem;left:43.75rem;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);border-left:0.1875rem solid rgba(var(--color-secondary-2),1);border-right:0.1875rem solid rgba(var(--color-secondary-2),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),1);display:block; }
#q03DwGDrl4rFZ18oFAa8ytTx1Wqzkehd { color:rgba(var(--color-tertiary-0),1);display:block;width:39.5rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:15.71875rem;left:0rem;height:30.46875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TDEuqdTq9mdFEnuSpeq5uJGxkXBIVo0b { color:rgba(var(--color-tertiary-0),1);display:block;width:33.4375rem;position:absolute;font-family:georgia;font-size:1.5625rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:12.09375rem;left:0rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CIityDLw4WLDcM66uF19eGPgTEaBnOIl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.21);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; }#CIityDLw4WLDcM66uF19eGPgTEaBnOIl > .row .container { background-color: transparent; background-image: none; }#CIityDLw4WLDcM66uF19eGPgTEaBnOIl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIityDLw4WLDcM66uF19eGPgTEaBnOIl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIityDLw4WLDcM66uF19eGPgTEaBnOIl > .row .container > .video-iframe-container { display: none; }#CIityDLw4WLDcM66uF19eGPgTEaBnOIl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CIityDLw4WLDcM66uF19eGPgTEaBnOIl > .row > .video-iframe-container { display: none; }#CIityDLw4WLDcM66uF19eGPgTEaBnOIl > .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); }#CIityDLw4WLDcM66uF19eGPgTEaBnOIl > .row .container { border-width: 0; border-radius: 0; }#CIityDLw4WLDcM66uF19eGPgTEaBnOIl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CIityDLw4WLDcM66uF19eGPgTEaBnOIl > .row .container { font-size:0.875rem;font-family:arial;height:39.25rem;width:75rem;position:relative;display:block; }#EsuifM7hOP7SF1bezo707K5Dfir1EO4D { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.6) ;height:28.125rem;width:33.5625rem;top:5.3125rem;left:2rem;overflow:hidden;display:block; }
#rmCG2ytTZmQ3lUvpsFIWQ7EwRlDirB87 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5rem;left:0rem;display:block; }
#weZqyslJSnD6K9XeLXN9USX4eDcGLbsn { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:3.5rem;left:39.5rem;display:block; }
#l2vzCxszSCrG2O35i1GtHRPLhNUiDvJl { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.6) ;height:28.125rem;width:33.5625rem;top:5.3125rem;left:41.4375rem;overflow:hidden;display:block; }
#eT2bU34dzpINrHwODTNRh2kUL0xcEpFy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-0),0.21);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; }#eT2bU34dzpINrHwODTNRh2kUL0xcEpFy > .row .container { background-color: transparent; background-image: none; }#eT2bU34dzpINrHwODTNRh2kUL0xcEpFy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT2bU34dzpINrHwODTNRh2kUL0xcEpFy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT2bU34dzpINrHwODTNRh2kUL0xcEpFy > .row .container > .video-iframe-container { display: none; }#eT2bU34dzpINrHwODTNRh2kUL0xcEpFy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eT2bU34dzpINrHwODTNRh2kUL0xcEpFy > .row > .video-iframe-container { display: none; }#eT2bU34dzpINrHwODTNRh2kUL0xcEpFy > .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); }#eT2bU34dzpINrHwODTNRh2kUL0xcEpFy > .row .container { border-width: 0; border-radius: 0; }#eT2bU34dzpINrHwODTNRh2kUL0xcEpFy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eT2bU34dzpINrHwODTNRh2kUL0xcEpFy > .row .container { font-size:0.875rem;font-family:arial;height:35rem;width:75rem;position:relative;display:block; }#mS0Xhyh0OtXG1JEVLf0HN8Zqs5UrHNPJ { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.6) ;height:28.125rem;width:33.5625rem;top:1.8125rem;left:2rem;overflow:hidden;display:block; }
#o4WylghmLCG6xpiEPzVP5QrzCkLEoNWo { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:0rem;display:block; }
#TdTbmCR6NJX8P4HIbBuIXa4JKsrvEyH2 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:39.5rem;display:block; }
#DQRWXKs4osqqkPT2ClTp0d3W19wBtXFn { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(var(--color-tertiary-4),0.6) ;height:28.125rem;width:33.5625rem;top:1.8125rem;left:41.4375rem;overflow:hidden;display:block; }
#mxp4JqJMAFpceqTkvMbtsBzL9ZdCmia6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/765b81fb-9e48-4da8-af1e-72ce0c1e96a3/1000043516.jpg");background-position:center !important;background-repeat:no-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; }#mxp4JqJMAFpceqTkvMbtsBzL9ZdCmia6.adaptive-delivery-prevent-bg, #mxp4JqJMAFpceqTkvMbtsBzL9ZdCmia6.lazyload, #mxp4JqJMAFpceqTkvMbtsBzL9ZdCmia6.lazyloading { background-image: none; }#mxp4JqJMAFpceqTkvMbtsBzL9ZdCmia6 > .row .container { background-color: transparent; background-image: none; }#mxp4JqJMAFpceqTkvMbtsBzL9ZdCmia6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxp4JqJMAFpceqTkvMbtsBzL9ZdCmia6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxp4JqJMAFpceqTkvMbtsBzL9ZdCmia6 > .row .container > .video-iframe-container { display: none; }#mxp4JqJMAFpceqTkvMbtsBzL9ZdCmia6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mxp4JqJMAFpceqTkvMbtsBzL9ZdCmia6 > .row > .video-iframe-container { display: none; }#mxp4JqJMAFpceqTkvMbtsBzL9ZdCmia6 > .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); }#mxp4JqJMAFpceqTkvMbtsBzL9ZdCmia6 > .row .container { border-width: 0; border-radius: 0; }#mxp4JqJMAFpceqTkvMbtsBzL9ZdCmia6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mxp4JqJMAFpceqTkvMbtsBzL9ZdCmia6 > .row .container { font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;position:relative;display:block; }#mnBQwa26QdBToKLTXJQHr2C42FxXE2DV { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:11.6875rem;left:0rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RXkQkNCJOJmvibnCetCtZpMVwtPZ3BgF { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:georgia;font-size:1.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:19.8125rem;left:0rem;height:2.35595625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u32Uzxa57PvVLUWMD452NC5skoWIzSfQ { 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-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.5rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:28.875rem;height:4.0625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:24.9375rem;left:23.0625rem;display:block; }
#vkxflG8dxewkQy8nTURWtl1IkXsZs0T3 { 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) { #knTX5DSVswAGeowaa3EleE2AepoqtXol { display:block; }#knTX5DSVswAGeowaa3EleE2AepoqtXol > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAkhR6MZ9QQlbONqWuhmhwFtRSTz56m9 { top:1rem;left:0rem;width:47.75rem;height:2.3125rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiy1Oftce4lbRlxQKz9THDJyePgN9tgZ { top:1.1875rem;left:36.9375rem;width:10.8125rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7UTihd4DbETgK3uSpME9DgIu7OVIV3n { display:block; }#W7UTihd4DbETgK3uSpME9DgIu7OVIV3n > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzrELfDvUwc2ianhkl5OmlL3KiKNiB7X { width:27.75rem;height:3.25rem;top:3.5rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM7pbiOZ0B81DrDyA62ND3CIrozPMDwl { width:26.875rem;height:3.4375rem;top:7.875rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l05TP7lJhdNLATMJTRTl7rsXATEhqbyM { width:30.75rem;height:4.0625rem;top:12.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTVrN6BxVVtb6BbqA4QPeAFHnrTmiHZ2 { width:31.375rem;height:4.6875rem;top:18.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMme3N25awKqv5Jq6bimRiHNgBdoa6nR { width:28.875rem;height:4.0625rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1F9XRQ89NzeFG8KVGWNxi0yaGyN4SRC { display:block; }
 }@media only screen and (max-width: 763px) { #d5hof10Zg5g3B7MJ7u5BHC5IcVubIHrp { top:11.3125rem;left:0rem;width:23.6875rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxfMwq5XPhtNdRt8AScEOzR9oMpPdcLE { display:block; }#NxfMwq5XPhtNdRt8AScEOzR9oMpPdcLE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rp2taCJkbFtqWyyvJeiy8pM0mHhUfbc2 { width:47.75rem;height:3.25rem;top:3.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Vggz0nXDDi7WEyaQMgi9i6QGuBZS1l { width:47.75rem;height:2.3125rem;top:9.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ME1o91BXiiTWbSkR9AszJrLfHICgdTsL { width:47.75rem;height:2.3125rem;top:13.625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HqAW9NGJqsHSWCVB8bSf73vTaFF32n9U { width:47.75rem;height:2.3125rem;top:17.6875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nr3itZ0LcUN8HfOiMkwteNvrFz3BiKZW { width:47.75rem;height:2.3125rem;top:21.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkmTKkyHTPny1GRuSEfHTkJz7zqBpVN0 { display:block; }#vkmTKkyHTPny1GRuSEfHTkJz7zqBpVN0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czsLd5eP5QwAxGnuBqvO54rT5ArnDTnT { top:1.75rem;left:0rem;width:33.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhlMpBOWh5OKyn1exgZvONeuZFz2JSGx { top:0rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFvV3yuyvnggg8rA9mER04eEEPcQGpu5 { top:0rem;left:23.875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cowkauQc0xIiaCv9CN2lVIQ4ICgDX4GI { top:1.8125rem;left:14.1875rem;width:33.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdmHu3cJ8aNHDOrCo3TyBMFpzDIlqLP7 { display:block; }#cdmHu3cJ8aNHDOrCo3TyBMFpzDIlqLP7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tJeSGkK6gx3ZPufySZtw1oPOc43ZgkIV { top:1.75rem;left:6.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHEdp3Tg54gFKBQGybT4nEEVzTf2PlpS { top:3.5625rem;left:8.0625rem;width:33.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxDN3lZtt8eIoqPLxWWbv2dZIaSedMW2 { display:block; }#kxDN3lZtt8eIoqPLxWWbv2dZIaSedMW2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLp3gIQM6FqXNcZplTtvEAxJ8T9u9fCJ { width:7.1875rem;height:7.3125rem;top:14.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghbPAr716VBgqPpUuXaWLewB8t7O3ILl { top:16.9375rem;left:4.875rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1fondVC2x50GyLTKgeHHAIvV8vT96CN { top:19.5rem;left:0rem;width:20.6875rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXIi1H1HXsdQT77s7QSWx3AbPtHTywgX { width:6.0625rem;height:3.25rem;top:16.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpldidI0zspVexlJCafd7RQsWpz98RSe { top:17.75rem;left:5.0625rem;width:5.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM6iXLkQPlM6gnNr5yBa27tiR6HiAUSS { width:14.375rem;height:6.0625rem;top:25.1875rem;left:0.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4IWSewmuSuzBzfW3KIfGJcg3mfUxx1u { width:7.1875rem;height:7.3125rem;top:14.625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lskbJwK0sqoB7PrZVtm5OWvTI99cwoGd { width:6.0625rem;height:3.25rem;top:16.25rem;left:15.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVz8GlKfAmDRZnIhZlmXEz1l90sZaqHS { top:19.5rem;left:11.0625rem;width:20.6875rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h06g9OwvlT9t7mey3mMzDhBG9FbUIh1q { width:20.1875rem;height:6.0625rem;top:25.1875rem;left:11.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3HgQPCfi9EtwefsOM4GaPN2J54344bU { top:16.9375rem;left:20.75rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoJQlNROL8M6DquLVieBsFadw7lcBens { top:17.75rem;left:20.9375rem;width:5.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFVBqMmHWvKsBrHOIG68Qt9ghrgGLDBV { top:19.5rem;left:26.9375rem;width:20.6875rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4usS6o3yy2rf6Xo3BewWI3k06pX3fJZ { width:16.375rem;height:6.0625rem;top:25.1875rem;left:31.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UlfnFzuFyTfQyZ1hVlTa1vv6KORRERth { top:16.9375rem;left:36.625rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0LG2NR6tD9BfMIakBKCikHeRxBwWInD { top:17.75rem;left:36.8125rem;width:5.8125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS4WUNdOH84PyFXUDS9gAg9iHd2gwu1d { width:7.1875rem;height:7.3125rem;top:14.625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WatHgzLg9TpEQwqyQsnZgTRFz2puQKsc { width:6.0625rem;height:3.25rem;top:16.25rem;left:31.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAvMevseBx7JB7SINoFz37iT7DihQ0W3 { width:47.75rem;height:3.25rem;top:3.75rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN5Il1cS15lQ29ekczK1SbyayS2KIU2A { width:47.75rem;height:2.3125rem;top:8.625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F3G5S193n3RyFZkg38XgSqvM8cJS9LJL { width:28.875rem;height:4.0625rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGqR6Thv76ufBgsuWF7KmSzyxXZ7Ff29 { display:block; }
 }@media only screen and (max-width: 763px) { #ubixgLSxsNvsOtAJAW75p3lR455PV9m5 { display:block; }#ubixgLSxsNvsOtAJAW75p3lR455PV9m5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRTh6HWvGTUfhrhMhBhxRISCXwpEuTSt { width:11.8125rem;height:6.6875rem;top:2.75rem;left:18rem;font-size:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KITgoUNvTC61WU9MB8ACcasMiSS3Jmkq { width:47.75rem;height:3.25rem;top:9.4375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEyJFRbzlAKdsEch8u7bCpX0igZPrgtI { width:6.9375rem;height:6.9375rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4GeawPi3pdTghxmBVKh5UcURNMiImyT { top:15.6875rem;left:0rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEpggIkogTZkvS2QDIygW6nq2gzIqTdP { width:47.75rem;height:2.4375rem;top:16.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7RtiQDy4MilLO4JFLry6cEF9LTAFRSG { width:47.75rem;height:2rem;top:19.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO1LT5QR67O7cfT7exblPOi9D2TURxJr { width:6.9375rem;height:6.9375rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnXUADEtX2HChz7MReZKZO3TeUvBWHTU { top:24.3125rem;left:0rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7UsBnfoa33X62g4uBOsu414brGI8A9Z { width:47.75rem;height:2.4375rem;top:24.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTSO3OmeXy3EmtNvZvd7iUI4dMwZ3KT7 { width:47.75rem;height:2rem;top:28.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9r7JTXmuyFLuwpFpSx2ttodeKeXGGKk { width:6.9375rem;height:6.9375rem;top:32.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HozCtNAbOokoxf0NeA00QrTkbP01h63U { top:32.6875rem;left:0rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKekN8V1uZFkq5vB52IsdMoIR60dknHM { width:47.75rem;height:2.4375rem;top:33.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM2CrrxT7aZZ3qHTI7wT8SOJdJIxMcTH { width:47.75rem;height:2rem;top:36.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpyelFlWUVAlzeBMwEtPv7DFonLzZb8G { width:47.75rem;height:2rem;top:44.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIbDy35suRJTkAFFMPZ7bCcy0C0slG1e { width:6.9375rem;height:6.9375rem;top:40.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbsLmMmCyb80xkrEtR3bCtOnat6yvRrf { top:41.1875rem;left:0rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppygN9VLtKQALWU91QAT4OEcBVBVokVT { width:47.75rem;height:2.4375rem;top:41.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W36TunRpXaHE2p8OCefoD1UCsQPXogJN { width:6.9375rem;height:6.9375rem;top:49.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqGvdWyGa5TvTuXZuHCc9sWWNlGL7FLI { top:50rem;left:0rem;width:6.1875rem;height:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTtDo3e8daI4QynT9u6IOgid8Pn3pm8y { width:47.75rem;height:2rem;top:53.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn7MDV2HDNm0e2PwTzo2GN5uO07yX7Gn { width:47.75rem;height:2.4375rem;top:50.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNAvztNra8q3Av8Di7azTftxCRy2EqeW { display:block; }#lNAvztNra8q3Av8Di7azTftxCRy2EqeW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbPAulTVtyBm2aA9TXNS3elohQDzHas6 { top:4.8125rem;left:0rem;width:34.5rem;height:51.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAkFl4LDr4lWvtfl26PM0Ae6675nL6DV { width:18.9375rem;height:3.25rem;top:4.8125rem;left:4.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBWQ2dqxFl6WWAxdCbrwlEriyWKf63Ir { width:31.1875rem;height:3.25rem;top:8.75rem;left:16.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5DF1O5q4PiPBtk5EQR3ZCCCt0USdczd { width:37.5625rem;height:6.0625rem;top:13rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6cJ7wgueJWuNceG3TAxCscWNgF8SL96 { width:31.1875rem;height:3.25rem;top:19.8125rem;left:16.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT1wTfC25KL23i8NnhJdtd2BWtngtJWW { top:21.375rem;left:23.875rem;width:21.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlyL6hi0dpGvh2XGRybrsmNp9wsoiBGr { width:37.5625rem;height:6.0625rem;top:23.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTI67rBH2TFQkKk8dcyXHFDZmR1fFQlp { width:37.5625rem;height:6.0625rem;top:35.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlkdu06JkMSiKugqEkNfxTbcDLc0uHFF { width:31.1875rem;height:3.25rem;top:31.1875rem;left:16.5625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf8wfXZvHg8rS6CDMwQGHTOAURX0901X { top:32.75rem;left:23.875rem;width:21.375rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw8TuUH5g1rNPSTrHndZrUTapbsCioxP { width:37.5625rem;height:6.0625rem;top:42.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDbcpysIcz0qxWLb2nnltZJvkuoldITN { width:37.5625rem;height:6.0625rem;top:50.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAbbixO7fLDbNeOpEHci6VDZX3eTa0zD { width:28.875rem;height:4.0625rem;top:59.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpdrkFT57iP1T6blo8OwWfvGXahWudEL { display:block; }
 }@media only screen and (max-width: 763px) { #Rm4DPmtZkmTzqX4y1pFFymmG6HO5u7rL { display:block; }#Rm4DPmtZkmTzqX4y1pFFymmG6HO5u7rL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4rqXIRAW86C94NwovITrPqdtODuZxDH { width:31.25rem;height:6.5rem;top:3.875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A9dACabNKfABVoMVKMPJhPCyZUDHZhKS { width:29.5625rem;height:43.5625rem;top:3.1875rem;left:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL1vcnNRKmDC8FOTTrAr5JKn2ZykC0N2 { width:30.875rem;height:40.5rem;top:0.625rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q03DwGDrl4rFZ18oFAa8ytTx1Wqzkehd { width:39.5rem;height:30.5rem;top:15.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TDEuqdTq9mdFEnuSpeq5uJGxkXBIVo0b { width:33.4375rem;height:2rem;top:12.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIityDLw4WLDcM66uF19eGPgTEaBnOIl { display:block; }#CIityDLw4WLDcM66uF19eGPgTEaBnOIl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsuifM7hOP7SF1bezo707K5Dfir1EO4D { top:5.3125rem;left:0rem;width:33.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmCG2ytTZmQ3lUvpsFIWQ7EwRlDirB87 { top:3.5rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #weZqyslJSnD6K9XeLXN9USX4eDcGLbsn { top:3.5rem;left:23.875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2vzCxszSCrG2O35i1GtHRPLhNUiDvJl { top:5.3125rem;left:14.1875rem;width:33.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT2bU34dzpINrHwODTNRh2kUL0xcEpFy { display:block; }#eT2bU34dzpINrHwODTNRh2kUL0xcEpFy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mS0Xhyh0OtXG1JEVLf0HN8Zqs5UrHNPJ { top:1.8125rem;left:0rem;width:33.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4WylghmLCG6xpiEPzVP5QrzCkLEoNWo { top:0rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdTbmCR6NJX8P4HIbBuIXa4JKsrvEyH2 { top:0rem;left:23.875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQRWXKs4osqqkPT2ClTp0d3W19wBtXFn { top:1.8125rem;left:14.1875rem;width:33.5625rem;height:28.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxp4JqJMAFpceqTkvMbtsBzL9ZdCmia6 { display:block; }#mxp4JqJMAFpceqTkvMbtsBzL9ZdCmia6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnBQwa26QdBToKLTXJQHr2C42FxXE2DV { width:47.75rem;height:6.5rem;top:11.6875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXkQkNCJOJmvibnCetCtZpMVwtPZ3BgF { width:47.75rem;height:2.3125rem;top:19.8125rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #u32Uzxa57PvVLUWMD452NC5skoWIzSfQ { width:28.875rem;height:4.0625rem;top:24.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkxflG8dxewkQy8nTURWtl1IkXsZs0T3 { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #knTX5DSVswAGeowaa3EleE2AepoqtXol { display:block; }#knTX5DSVswAGeowaa3EleE2AepoqtXol > .row .container { width:20rem;height:8.04296875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sAkhR6MZ9QQlbONqWuhmhwFtRSTz56m9 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiy1Oftce4lbRlxQKz9THDJyePgN9tgZ { width:10.8125rem;height:1.9375rem;top:4.85546875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7UTihd4DbETgK3uSpME9DgIu7OVIV3n { display:block; }#W7UTihd4DbETgK3uSpME9DgIu7OVIV3n > .row .container { width:20rem;height:57.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzrELfDvUwc2ianhkl5OmlL3KiKNiB7X { width:20rem;height:3.8183625rem;top:7.6875rem;left:0rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RM7pbiOZ0B81DrDyA62ND3CIrozPMDwl { width:20rem;height:0;top:26.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #l05TP7lJhdNLATMJTRTl7rsXATEhqbyM { width:20rem;height:0;top:31.5556625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bTVrN6BxVVtb6BbqA4QPeAFHnrTmiHZ2 { width:20rem;height:3.8984375rem;top:12.375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cMme3N25awKqv5Jq6bimRiHNgBdoa6nR { width:17.5rem;height:4.0625rem;top:20.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1F9XRQ89NzeFG8KVGWNxi0yaGyN4SRC { display:block; }
 }@media only screen and (max-width: 763px) { #d5hof10Zg5g3B7MJ7u5BHC5IcVubIHrp { width:20rem;height:0.125rem;top:25.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxfMwq5XPhtNdRt8AScEOzR9oMpPdcLE { display:block; }#NxfMwq5XPhtNdRt8AScEOzR9oMpPdcLE > .row .container { width:20rem;height:20.171875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rp2taCJkbFtqWyyvJeiy8pM0mHhUfbc2 { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Vggz0nXDDi7WEyaQMgi9i6QGuBZS1l { width:20rem;height:0;top:5.75rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ME1o91BXiiTWbSkR9AszJrLfHICgdTsL { width:20rem;height:0;top:9.35546875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HqAW9NGJqsHSWCVB8bSf73vTaFF32n9U { width:20rem;height:0;top:12.9609375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nr3itZ0LcUN8HfOiMkwteNvrFz3BiKZW { width:20rem;height:0;top:16.56640625rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vkmTKkyHTPny1GRuSEfHTkJz7zqBpVN0 { display:block; }#vkmTKkyHTPny1GRuSEfHTkJz7zqBpVN0 > .row .container { width:20rem;height:96.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #czsLd5eP5QwAxGnuBqvO54rT5ArnDTnT { width:20rem;height:16.759776536313rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhlMpBOWh5OKyn1exgZvONeuZFz2JSGx { width:12.5rem;height:12.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFvV3yuyvnggg8rA9mER04eEEPcQGpu5 { width:12.5rem;height:12.5rem;top:33.009776536313rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cowkauQc0xIiaCv9CN2lVIQ4ICgDX4GI { width:20rem;height:16.759776536313rem;top:46.759776536313rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdmHu3cJ8aNHDOrCo3TyBMFpzDIlqLP7 { display:block; }#cdmHu3cJ8aNHDOrCo3TyBMFpzDIlqLP7 > .row .container { width:20rem;height:33.009776536313rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tJeSGkK6gx3ZPufySZtw1oPOc43ZgkIV { width:12.5rem;height:12.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHEdp3Tg54gFKBQGybT4nEEVzTf2PlpS { width:20rem;height:16.759776536313rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxDN3lZtt8eIoqPLxWWbv2dZIaSedMW2 { display:block; }#kxDN3lZtt8eIoqPLxWWbv2dZIaSedMW2 > .row .container { width:20rem;height:111.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yLp3gIQM6FqXNcZplTtvEAxJ8T9u9fCJ { width:18.75rem;height:19.125rem;top:0rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghbPAr716VBgqPpUuXaWLewB8t7O3ILl { width:6.1875rem;height:6.1875rem;top:30.41796875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1fondVC2x50GyLTKgeHHAIvV8vT96CN { width:20rem;height:13.3125rem;top:32.98046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXIi1H1HXsdQT77s7QSWx3AbPtHTywgX { width:6.0625rem;height:0;top:28.48046875rem;left:6.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cpldidI0zspVexlJCafd7RQsWpz98RSe { width:5.8125rem;height:5.4375rem;top:31.23046875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XM6iXLkQPlM6gnNr5yBa27tiR6HiAUSS { width:14.375rem;height:0;top:38.66796875rem;left:3.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R4IWSewmuSuzBzfW3KIfGJcg3mfUxx1u { width:7.1875rem;height:7.3125rem;top:52.85546875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lskbJwK0sqoB7PrZVtm5OWvTI99cwoGd { width:6.0625rem;height:0;top:54.48046875rem;left:6.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVz8GlKfAmDRZnIhZlmXEz1l90sZaqHS { width:20rem;height:13.3125rem;top:61.41796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h06g9OwvlT9t7mey3mMzDhBG9FbUIh1q { width:20rem;height:0;top:67.10546875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q3HgQPCfi9EtwefsOM4GaPN2J54344bU { width:6.1875rem;height:6.1875rem;top:58.85546875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoJQlNROL8M6DquLVieBsFadw7lcBens { width:5.8125rem;height:5.4375rem;top:59.66796875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFVBqMmHWvKsBrHOIG68Qt9ghrgGLDBV { width:20rem;height:13.3125rem;top:84.54296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4usS6o3yy2rf6Xo3BewWI3k06pX3fJZ { width:16.375rem;height:0;top:90.23046875rem;left:2.125rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UlfnFzuFyTfQyZ1hVlTa1vv6KORRERth { width:6.1875rem;height:6.1875rem;top:81.98046875rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0LG2NR6tD9BfMIakBKCikHeRxBwWInD { width:5.8125rem;height:5.4375rem;top:82.79296875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pS4WUNdOH84PyFXUDS9gAg9iHd2gwu1d { width:7.1875rem;height:7.3125rem;top:75.98046875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WatHgzLg9TpEQwqyQsnZgTRFz2puQKsc { width:6.0625rem;height:0;top:77.60546875rem;left:6.9375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAvMevseBx7JB7SINoFz37iT7DihQ0W3 { width:20rem;height:0;top:20.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CN5Il1cS15lQ29ekczK1SbyayS2KIU2A { width:20rem;height:0;top:24.875rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F3G5S193n3RyFZkg38XgSqvM8cJS9LJL { width:19rem;height:4.0625rem;top:47.54296875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pGqR6Thv76ufBgsuWF7KmSzyxXZ7Ff29 { display:block; }
 }@media only screen and (max-width: 763px) { #ubixgLSxsNvsOtAJAW75p3lR455PV9m5 { display:block; }#ubixgLSxsNvsOtAJAW75p3lR455PV9m5 > .row .container { width:20rem;height:95.8369375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FRTh6HWvGTUfhrhMhBhxRISCXwpEuTSt { width:11.8125rem;height:0;top:12.8125rem;left:4.0625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KITgoUNvTC61WU9MB8ACcasMiSS3Jmkq { width:20rem;height:0;top:8.3125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEyJFRbzlAKdsEch8u7bCpX0igZPrgtI { width:6rem;height:6rem;top:1.0625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R4GeawPi3pdTghxmBVKh5UcURNMiImyT { width:6.1875rem;height:6.1875rem;top:20.8056875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEpggIkogTZkvS2QDIygW6nq2gzIqTdP { width:20rem;height:0;top:28.2431875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7RtiQDy4MilLO4JFLry6cEF9LTAFRSG { width:20rem;height:0;top:31.9306875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO1LT5QR67O7cfT7exblPOi9D2TURxJr { width:6.9375rem;height:6.9375rem;top:35.2119375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnXUADEtX2HChz7MReZKZO3TeUvBWHTU { width:6.1875rem;height:6.1875rem;top:35.5869375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7UsBnfoa33X62g4uBOsu414brGI8A9Z { width:20rem;height:0;top:43.3994375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTSO3OmeXy3EmtNvZvd7iUI4dMwZ3KT7 { width:20rem;height:0;top:47.0869375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9r7JTXmuyFLuwpFpSx2ttodeKeXGGKk { width:6.9375rem;height:6.9375rem;top:50.3681875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HozCtNAbOokoxf0NeA00QrTkbP01h63U { width:6.1875rem;height:6.1875rem;top:50.7431875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HKekN8V1uZFkq5vB52IsdMoIR60dknHM { width:20rem;height:0;top:58.5556875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM2CrrxT7aZZ3qHTI7wT8SOJdJIxMcTH { width:20rem;height:0;top:62.2431875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpyelFlWUVAlzeBMwEtPv7DFonLzZb8G { width:20rem;height:0;top:77.3994375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIbDy35suRJTkAFFMPZ7bCcy0C0slG1e { width:6.9375rem;height:6.9375rem;top:65.5244375rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nbsLmMmCyb80xkrEtR3bCtOnat6yvRrf { width:6.1875rem;height:6.1875rem;top:65.8994375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ppygN9VLtKQALWU91QAT4OEcBVBVokVT { width:20rem;height:0;top:73.7119375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W36TunRpXaHE2p8OCefoD1UCsQPXogJN { width:6.9375rem;height:6.9375rem;top:80.6806875rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qqGvdWyGa5TvTuXZuHCc9sWWNlGL7FLI { width:6.1875rem;height:6.1875rem;top:81.0556875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTtDo3e8daI4QynT9u6IOgid8Pn3pm8y { width:20rem;height:0;top:92.5556875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mn7MDV2HDNm0e2PwTzo2GN5uO07yX7Gn { width:20rem;height:0;top:88.8681875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNAvztNra8q3Av8Di7azTftxCRy2EqeW { display:block; }#lNAvztNra8q3Av8Di7azTftxCRy2EqeW > .row .container { width:20rem;height:98.241394927536rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kbPAulTVtyBm2aA9TXNS3elohQDzHas6 { width:20rem;height:29.710144927536rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAkFl4LDr4lWvtfl26PM0Ae6675nL6DV { width:18.9375rem;height:0;top:32.210144927536rem;left:0.5rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBWQ2dqxFl6WWAxdCbrwlEriyWKf63Ir { width:20rem;height:0;top:78.741394927537rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5DF1O5q4PiPBtk5EQR3ZCCCt0USdczd { width:20rem;height:0;top:36.710144927536rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I6cJ7wgueJWuNceG3TAxCscWNgF8SL96 { width:20rem;height:0;top:86.241394927537rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WT1wTfC25KL23i8NnhJdtd2BWtngtJWW { width:20rem;height:1.75rem;top:83.241394927537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QlyL6hi0dpGvh2XGRybrsmNp9wsoiBGr { width:20rem;height:0;top:44.053894927536rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HTI67rBH2TFQkKk8dcyXHFDZmR1fFQlp { width:20rem;height:0;top:51.397644927536rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zlkdu06JkMSiKugqEkNfxTbcDLc0uHFF { width:20rem;height:0;top:93.741394927537rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xf8wfXZvHg8rS6CDMwQGHTOAURX0901X { width:20rem;height:1.75rem;top:90.741394927537rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fw8TuUH5g1rNPSTrHndZrUTapbsCioxP { width:20rem;height:0;top:58.741394927536rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZDbcpysIcz0qxWLb2nnltZJvkuoldITN { width:20rem;height:0;top:66.085144927537rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JAbbixO7fLDbNeOpEHci6VDZX3eTa0zD { width:19rem;height:4.0625rem;top:73.428894927537rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpdrkFT57iP1T6blo8OwWfvGXahWudEL { display:block; }
 }@media only screen and (max-width: 763px) { #Rm4DPmtZkmTzqX4y1pFFymmG6HO5u7rL { display:block; }#Rm4DPmtZkmTzqX4y1pFFymmG6HO5u7rL > .row .container { width:20rem;height:107.162109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T4rqXIRAW86C94NwovITrPqdtODuZxDH { width:20rem;height:2.5996125rem;top:5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A9dACabNKfABVoMVKMPJhPCyZUDHZhKS { width:18.75rem;height:18.75rem;top:51.099609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PL1vcnNRKmDC8FOTTrAr5JKn2ZykC0N2 { width:18.75rem;height:18.75rem;top:52.162109375rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q03DwGDrl4rFZ18oFAa8ytTx1Wqzkehd { width:20rem;height:0;top:75.443359375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TDEuqdTq9mdFEnuSpeq5uJGxkXBIVo0b { width:20rem;height:0;top:72.162109375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CIityDLw4WLDcM66uF19eGPgTEaBnOIl { display:block; }#CIityDLw4WLDcM66uF19eGPgTEaBnOIl > .row .container { width:20rem;height:96.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EsuifM7hOP7SF1bezo707K5Dfir1EO4D { width:20rem;height:16.759776536313rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmCG2ytTZmQ3lUvpsFIWQ7EwRlDirB87 { width:12.5rem;height:12.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #weZqyslJSnD6K9XeLXN9USX4eDcGLbsn { width:12.5rem;height:12.5rem;top:33.009776536313rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2vzCxszSCrG2O35i1GtHRPLhNUiDvJl { width:20rem;height:16.759776536313rem;top:46.759776536313rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT2bU34dzpINrHwODTNRh2kUL0xcEpFy { display:block; }#eT2bU34dzpINrHwODTNRh2kUL0xcEpFy > .row .container { width:20rem;height:96.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mS0Xhyh0OtXG1JEVLf0HN8Zqs5UrHNPJ { width:20rem;height:16.759776536313rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4WylghmLCG6xpiEPzVP5QrzCkLEoNWo { width:12.5rem;height:12.5rem;top:1.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdTbmCR6NJX8P4HIbBuIXa4JKsrvEyH2 { width:12.5rem;height:12.5rem;top:33.009776536313rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQRWXKs4osqqkPT2ClTp0d3W19wBtXFn { width:20rem;height:16.759776536313rem;top:46.759776536313rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxp4JqJMAFpceqTkvMbtsBzL9ZdCmia6 { display:block; }#mxp4JqJMAFpceqTkvMbtsBzL9ZdCmia6 > .row .container { width:20rem;height:111.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mnBQwa26QdBToKLTXJQHr2C42FxXE2DV { width:20rem;height:0;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXkQkNCJOJmvibnCetCtZpMVwtPZ3BgF { width:20rem;height:0;top:9rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u32Uzxa57PvVLUWMD452NC5skoWIzSfQ { width:19rem;height:4.0625rem;top:12.60546875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkxflG8dxewkQy8nTURWtl1IkXsZs0T3 { display:block; }
 }