.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:253,225,237;--color-primary-1:247,157,196;--color-primary-2:239,58,137;--color-primary-3:120,29,69;--color-primary-4:36,9,21;--color-secondary-0:255,251,232;--color-secondary-1:255,242,180;--color-secondary-2:255,228,104;--color-secondary-3:128,114,52;--color-secondary-4:38,34,16;--color-tertiary-0:255,255,255;--color-tertiary-1:179,179,179;--color-tertiary-2:0,0,0;--color-tertiary-3:0,0,0;--color-tertiary-4:0,0,0;--headlines-font-family:"raleway";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1GRnANarPIdhqatsTlbmStpFqryxfzp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#y1GRnANarPIdhqatsTlbmStpFqryxfzp > .row .container { background-color: transparent; background-image: none; }#y1GRnANarPIdhqatsTlbmStpFqryxfzp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1GRnANarPIdhqatsTlbmStpFqryxfzp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1GRnANarPIdhqatsTlbmStpFqryxfzp > .row .container > .video-iframe-container { display: none; }#y1GRnANarPIdhqatsTlbmStpFqryxfzp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1GRnANarPIdhqatsTlbmStpFqryxfzp > .row > .video-iframe-container { display: none; }#y1GRnANarPIdhqatsTlbmStpFqryxfzp > .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); }#y1GRnANarPIdhqatsTlbmStpFqryxfzp > .row .container { border-width: 0; border-radius: 0; }#y1GRnANarPIdhqatsTlbmStpFqryxfzp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#y1GRnANarPIdhqatsTlbmStpFqryxfzp > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:block; }#NMdvvG3a33172TU7zn8AMPmwhdbmppqW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:23.9375rem;top:1.873850941658rem;left:7.5rem;overflow:hidden;display:block; }
#of5tckOk4OyPT3gJO4zp2dh9ObpuZTKs { color:rgba(var(--color-primary-2),1);display:block;width:37.5625rem;position:absolute;font-family:"yeseva one";font-size:3.4375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:15.6875rem;left:7.5rem;height:8.82352925rem;font-style:normal;display:block; }
#uRZ5qcw3zApmhZINMWoeSz3HotilbOdy { color:#ffffff;display:block;width:32.062271125rem;position:absolute;font-family:lato;font-size:4.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:9.4375rem;left:7.5rem;height:6.25rem;font-style:normal;display:block; }
#d2E86mWghwa8Ak2zbNWtlT4ZotT8ITAC { color:#ffffff;display:block;width:16.9990806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:25.812269210816rem;left:7.5rem;height:8.82352925rem;display:block; }
#VOpGJ6FDP8pp5T4JcrkqWTsWUq8oJ4T8 { background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(175deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(175deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(175deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(175deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.25rem;height:4.25rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:37.0625rem;left:7.5rem;display:block; }
#pIu3B0nJfZK4ZedcJxOGoOIJ611QZJwf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cq8QTTi55moCN9vWthGOccDVCE915sbt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.68658075rem;width:1.68658075rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:45.25rem;left:35.1875rem; }
#SdgGEqkoDo932uyFuUriD78l94XqAO9a { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:45.25rem;left:7.5rem; }
#q5Z3fsQ7IN2gQ7l7wiwvAmMbPa9Esdvc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.68658075rem;width:1.68658075rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:45.1875rem;left:20.1875rem; }
#Tc2Tsn8Ncef0wQ3uiUK9kA0438ymXEDr { color:#ffffff;display:block;width:12.7493105rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:45.3125rem;left:9.75rem;height:1.4705881875rem;display:block; }
#T618VTHwrx0lR8ZtchOHSqap1GXAuw39 { color:#ffffff;display:block;width:11.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:45.3125rem;left:22.5rem;height:1.4705881875rem;display:block; }
#hwaao5mEfHSOLPGznielUZW9wMxEMWv3 { color:#ffffff;display:block;width:13.3743105rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:45.375rem;left:37.5625rem;height:1.4705881875rem;display:block; }
#oWiSevie4sX1ctNwrBihCpUZBMQM3Z9Q { position:absolute;display:block;z-index:14999;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:46.9370384375rem;width:55.5618095625rem;top:1.8727021217346rem;left:11.510799407959rem;overflow:hidden;display:block; }
#bEhEkddVpL3GfAIz2qkIVPep3nIl7bVs { position:absolute;display:block;z-index:15012;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:10.0620403125rem;width:7.9997701875rem;top:37.059970855713rem;left:67.000226974488rem;overflow:hidden;display:block; }
#PAHyZvhNmAE9TkPfGzd6brg7g1TWB15m { 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:9.1245403125rem;width:7.1875rem;top:28.62361907959rem;left:36.872701644897rem;overflow:hidden;display:block; }
#Snle82oGmrQzR6pV9edR7oBIWRqqBcEV { 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:9.4370403125rem;width:7.5rem;top:0rem;left:67.49999809265rem;overflow:hidden;display:block; }
#BRUrWlsrGeaK32rptq5Q4fT9ELWqAiV5 { position:absolute;display:block;z-index:15015;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:2.936580875rem;width:75rem;top:46.731386184692rem;left:0rem;overflow:hidden;display:block; }
#GGK91Z9775d9bTrXAPUJq5NuSLTcIBCb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GGK91Z9775d9bTrXAPUJq5NuSLTcIBCb > .row .container { background-color: transparent; background-image: none; }#GGK91Z9775d9bTrXAPUJq5NuSLTcIBCb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGK91Z9775d9bTrXAPUJq5NuSLTcIBCb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGK91Z9775d9bTrXAPUJq5NuSLTcIBCb > .row .container > .video-iframe-container { display: none; }#GGK91Z9775d9bTrXAPUJq5NuSLTcIBCb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GGK91Z9775d9bTrXAPUJq5NuSLTcIBCb > .row > .video-iframe-container { display: none; }#GGK91Z9775d9bTrXAPUJq5NuSLTcIBCb > .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); }#GGK91Z9775d9bTrXAPUJq5NuSLTcIBCb > .row .container { border-width: 0; border-radius: 0; }#GGK91Z9775d9bTrXAPUJq5NuSLTcIBCb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GGK91Z9775d9bTrXAPUJq5NuSLTcIBCb > .row .container { font-size:0.875rem;font-family:arial;height:22.875rem;width:75rem;position:relative;display:block; }#XQD7VDO8E1lD2FHhnZVToPVN2vRXkuXc { color:rgba(var(--color-primary-2),1);display:block;width:62.1243095625rem;position:absolute;font-family:"yeseva one";font-size:3.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1534957885742rem;left:6.4361209869388rem;height:4.411764625rem;font-style:normal;display:block; }
#kW4qv3SvL2A0mtom6TXL9sgOW2c4VZ41 { position:absolute;display:block;z-index:15009;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:4.8125rem;width:3.8125rem;top:7.6528091430662rem;left:4.465763092041rem;overflow:hidden;display:block; }
#cAlBMdTVmktysEHApwzG99SK7XVRHPB1 { 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:4.8115806875rem;width:3.8120403125rem;top:7.6332759857175rem;left:66.843976974488rem;overflow:hidden;display:block; }
#GRiXpWrkvokhdQVByeOGJy2AeEwlyxvE { 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:5.4997701875rem;width:4.3118105rem;top:7.6332759857175rem;left:19.087774276733rem;overflow:hidden;display:block; }
#U6RA71cVgHJLFTm5UBzID8MbvQAs06a4 { position:absolute;display:block;z-index:15011;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:5.6875rem;width:4.5rem;top:7.3173255920413rem;left:35.343519210816rem;overflow:hidden;display:block; }
#C4WzgPmNya4WmR2oINteKTFeQTsrVAS6 { position:absolute;display:block;z-index:15008;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:14.8747701875rem;width:69.249771125rem;top:7.6493568420413rem;left:2.8745403289795rem;overflow:hidden;display:block; }
#xgVu8pwLJuPp73KGOuw2hIPhxRcEr65r { position:absolute;display:block;z-index:15012;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:4.9375rem;width:3.875rem;top:7.6677379608156rem;left:51.779638290405rem;overflow:hidden;display:block; }
#v8vN3EfHonU1BfnqFua5WLqwbZdK16Ih { color:#ffffff;display:block;width:11.9990806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:14.206113815307rem;left:0.37224292755127rem;height:4.411764625rem;text-align:center;text-align-last:center;display:block; }
#HWUxBWN05mptEtg2Nzxf5pmptBefTC76 { color:#ffffff;display:block;width:12.9365806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:14.186582565307rem;left:14.773666381836rem;height:4.411764625rem;text-align:center;text-align-last:center;display:block; }
#kXMUeJp4n3bNWDuftZlMslU33qVgdEwQ { color:#ffffff;display:block;width:12.9365806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:14.186582565307rem;left:31.030557632446rem;height:4.411764625rem;text-align:center;text-align-last:center;display:block; }
#ua9UKyloXAmBGeBntrT3ISp21EtDCN3b { color:#ffffff;display:block;width:12.9365806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:14.186582565307rem;left:47.186349868774rem;height:4.4117645625rem;text-align:center;text-align-last:center;display:block; }
#XeviH2TqVptuO5PzustK2dDsBnnHnpo1 { color:#ffffff;display:block;width:11.9370403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:14.186582565307rem;left:62.781476974487rem;height:4.411764625rem;text-align:center;text-align-last:center;display:block; }
#NHU55BZTSFJze5sicTVxJCzG729Zie94 { position:absolute;display:block;z-index:15016;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:2.936580875rem;width:75rem;top:21.667049407959rem;left:0rem;overflow:hidden;display:block; }
#pbuQJH5DD0wqU4v1dIbdZOK6ZSeBtJpw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pbuQJH5DD0wqU4v1dIbdZOK6ZSeBtJpw > .row .container { background-color: transparent; background-image: none; }#pbuQJH5DD0wqU4v1dIbdZOK6ZSeBtJpw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbuQJH5DD0wqU4v1dIbdZOK6ZSeBtJpw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbuQJH5DD0wqU4v1dIbdZOK6ZSeBtJpw > .row .container > .video-iframe-container { display: none; }#pbuQJH5DD0wqU4v1dIbdZOK6ZSeBtJpw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pbuQJH5DD0wqU4v1dIbdZOK6ZSeBtJpw > .row > .video-iframe-container { display: none; }#pbuQJH5DD0wqU4v1dIbdZOK6ZSeBtJpw > .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); }#pbuQJH5DD0wqU4v1dIbdZOK6ZSeBtJpw > .row .container { border-width: 0; border-radius: 0; }#pbuQJH5DD0wqU4v1dIbdZOK6ZSeBtJpw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pbuQJH5DD0wqU4v1dIbdZOK6ZSeBtJpw > .row .container { font-size:0.875rem;font-family:arial;height:25rem;width:75rem;position:relative;display:block; }#hAHWbVcMQl5GE1zqFC2u64bMm2JToVqr { color:rgba(var(--color-primary-2),1);display:block;width:66.93704225rem;position:absolute;font-family:"yeseva one";font-size:3.4375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.3138809204101rem;left:4.030330657959rem;height:4.411764625rem;font-style:normal;display:block; }
#vVthl2LZKFqHxgFgJwBwcLIKEdOsDAai { position:absolute;display:block;z-index:15008;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:13.875rem;width:66.9375rem;top:7.7217369079587rem;left:4.030330657959rem;overflow:hidden;display:block; }
#gHZVFPomLkDnT2F604z9KX1gn1ZItrI8 { position:absolute;display:block;z-index:15009;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:5.3745403125rem;width:4.1865806875rem;top:7.7102508544925rem;left:4.030330657959rem;overflow:hidden;display:block; }
#wpU92TQU7U1q5qQEu8ZOdTxQfpP3GlaF { 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:3.625rem;width:4.375rem;top:8.57307434082rem;left:66.602705001831rem;overflow:hidden;display:block; }
#KtAExzHS4AxdpyzuJa485DTUGckzlQO3 { 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:4.75rem;width:3.75rem;top:8.01700592041rem;left:16.966911315918rem;overflow:hidden;display:block; }
#ZCb5wcNZJerne96reaHeI7Sa9yTtmqpQ { position:absolute;display:block;z-index:15011;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:5.8743105rem;width:4.6243105rem;top:7.7102508544925rem;left:29.026884078979rem;overflow:hidden;display:block; }
#ASmagS83mDVXya8H379Hea7te1Zk0dyT { position:absolute;display:block;z-index:15011;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:2.9997701875rem;width:5.1240806875rem;top:8.88557434082rem;left:41.153490066528rem;overflow:hidden;display:block; }
#NIsZz4FXTsHJfpTnT1XogqbRvtR1EPLJ { position:absolute;display:block;z-index:15011;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:4.6875rem;width:3.75rem;top:8.0422821044925rem;left:54.215299606323rem;overflow:hidden;display:block; }
#SKk671uBBMDCTA6raksnw9TUDmwCxHqT { color:#ffffff;display:block;width:11.9990806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:13.18359375rem;left:0.12178325653076rem;height:2.941176375rem;text-align:center;text-align-last:center;display:block; }
#p2Lz0nbJbEcgI6hAZP6UrKOh8Q1x2COs { color:#ffffff;display:block;width:11.9990806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:13.18359375rem;left:12.842370986939rem;height:2.9411764375rem;text-align:center;text-align-last:center;display:block; }
#JJlbbOwPon95SraeBexT7co8g7ZRVsMW { color:#ffffff;display:block;width:11.9990806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:13.18359375rem;left:25.337774276733rem;height:2.941176375rem;text-align:center;text-align-last:center;display:block; }
#mJnQx47DKsTdOGhvyJFH3kqTVd11QS12 { color:#ffffff;display:block;width:11.9990806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:13.18359375rem;left:37.715990066528rem;height:2.941176375rem;text-align:center;text-align-last:center;display:block; }
#KPa2CVa2dhT68ehAKWv3cqrCA2AM8h6r { color:#ffffff;display:block;width:11.9990806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:13.18359375rem;left:50.089612960816rem;height:2.941176375rem;text-align:center;text-align-last:center;display:block; }
#TuLJSiTMPzy7BiNSGwM0miTozSqEUlJH { color:#ffffff;display:block;width:11.9990806875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:13.18359375rem;left:62.820539474487rem;height:2.9411764375rem;text-align:center;text-align-last:center;display:block; }
#Ig7X7gQnpon0WS1sqPotdWUW2La2gDxO { color:#ffffff;display:block;width:9.5622701875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:16.627990722656rem;left:1.340763092041rem;height:4.411764625rem;text-align:center;text-align-last:center;display:block; }
#bXHD2TCZq3xQTcuJmshRU9a1iN81cI2r { color:#ffffff;display:block;width:11.1247701875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:16.622245788574rem;left:13.278951644898rem;height:4.411764625rem;text-align:center;text-align-last:center;display:block; }
#wiLJtKMNFI3xgXnPG4XIB5LutGzo2QS0 { color:#ffffff;display:block;width:9.5622701875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:16.622245788574rem;left:26.556753158569rem;height:4.411764625rem;text-align:center;text-align-last:center;display:block; }
#xTHkwqXNVuVfO0T1UUf00nQMTsUw48aO { color:#ffffff;display:block;width:9.5622701875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:16.622245788574rem;left:38.933820724487rem;height:4.411764625rem;text-align:center;text-align-last:center;display:block; }
#mQ2cgHMHssISF4a9uaV0Bazn7yLKK1sE { color:#ffffff;display:block;width:9.5622701875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:16.622245788574rem;left:51.308591842651rem;height:4.411764625rem;text-align:center;text-align-last:center;display:block; }
#c1JONJBh0fX58vC2eMUsxvshgKUI1H5a { color:#ffffff;display:block;width:9.5622701875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:16.622245788574rem;left:64.037221908569rem;height:4.411764625rem;text-align:center;text-align-last:center;display:block; }
#rzF5IWiIwryUcWL7peFHlcLIZPuvB2Hd { 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:4.875rem;width:7rem;top:22.157623291016rem;left:38.933820724487rem;overflow:hidden;display:block; }
#MkruyMIL4zVX45x8iUFpyvycIJFKmWKR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MkruyMIL4zVX45x8iUFpyvycIJFKmWKR > .row .container { background-color: transparent; background-image: none; }#MkruyMIL4zVX45x8iUFpyvycIJFKmWKR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkruyMIL4zVX45x8iUFpyvycIJFKmWKR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkruyMIL4zVX45x8iUFpyvycIJFKmWKR > .row .container > .video-iframe-container { display: none; }#MkruyMIL4zVX45x8iUFpyvycIJFKmWKR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkruyMIL4zVX45x8iUFpyvycIJFKmWKR > .row > .video-iframe-container { display: none; }#MkruyMIL4zVX45x8iUFpyvycIJFKmWKR > .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); }#MkruyMIL4zVX45x8iUFpyvycIJFKmWKR > .row .container { border-width: 0; border-radius: 0; }#MkruyMIL4zVX45x8iUFpyvycIJFKmWKR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MkruyMIL4zVX45x8iUFpyvycIJFKmWKR > .row .container { font-size:0.875rem;font-family:arial;height:30.5625rem;width:75rem;position:relative;display:block; }#Jpz3Xc5DbWPR3wxTf6TVtvoBZKqX9bMV { color:rgba(var(--color-primary-2),1);display:block;width:29.7495403125rem;position:absolute;font-family:"yeseva one";font-size:2.4375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:2.9604759216309rem;left:1.5085010528564rem;height:3.161764625rem;font-style:normal;display:block; }
#HA9ZOvPfNVFEdamNGrr1bQSEF7T6h7g3 { 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:2.625rem;width:2rem;top:8.375rem;left:3.1875rem;overflow:hidden;display:block; }
#I6zAKApTz0ftZ5dlilu83IxLx8UAq9Ts { position:absolute;display:block;z-index:15011;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:2.624080875rem;width:1.99908075rem;top:12.5rem;left:3.1875rem;overflow:hidden;display:block; }
#W1cwTQq8NtS1Ua37dDF65gCKzbb5h5Uw { position:absolute;display:block;z-index:15012;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:2.624080875rem;width:1.9979319375rem;top:15.9375rem;left:3.1875rem;overflow:hidden;display:block; }
#VwTo7TyUwOdnzBcvr0TQ7rmVlhsO3c4y { 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:2.624080875rem;width:1.9979319375rem;top:19.1875rem;left:3.1875rem;overflow:hidden;display:block; }
#RyoanMdr5xPQmRPRSNNBZ8BFBLHA2I5u { 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:2.624080875rem;width:1.9979319375rem;top:23.3125rem;left:3.1875rem;overflow:hidden;display:block; }
#n71yig3w8J37zTrwWPmJ6LLIpQ07mi0d { color:#ffffff;display:block;width:19.2497691875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:8.1875rem;left:6.625rem;height:2.941176375rem;text-align:left;text-align-last:left;display:block; }
#l0ToCDONxvWqwvX05241M1Mgs8TRlcKH { color:#ffffff;display:block;width:19.2497691875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:13.0625rem;left:6.625rem;height:1.4705881875rem;text-align:left;text-align-last:left;display:block; }
#pcIrANaa43BptTRxKo9SUQH75b1e0X1X { color:#ffffff;display:block;width:19.2497691875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:16.4375rem;left:6.625rem;height:1.4705881875rem;text-align:left;text-align-last:left;display:block; }
#iptByMkUdKwZIs2EJS37iMpw1H4TMgW8 { color:#ffffff;display:block;width:19.2497691875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:19rem;left:6.625rem;height:2.941176375rem;text-align:left;text-align-last:left;display:block; }
#mB2SSGdF0moNmbzZV0XnLhrZFcn37XU2 { color:#ffffff;display:block;width:12.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:23.125rem;left:6.6245403289794rem;height:2.9411764375rem;text-align:left;text-align-last:left;display:block; }
#DOKKwkXTmaSWi9ohqr65sEThvMGqrzyg { position:absolute;display:block;z-index:15015;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:24.6875rem;width:20.3125rem;top:5.8432922363281rem;left:54.687498092651rem;overflow:hidden;display:block; }
#d7OtF2zWol58u0casE5IxR9sHKNLzVMd { position:absolute;display:block;z-index:15016;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:24.6875rem;width:16.9375rem;top:2.9055557250976rem;left:42.999769210816rem;overflow:hidden;display:block; }
#x3FWdum7GOpUU4Cz9TxZImOCDHazlBtG { position:absolute;display:block;z-index:15017;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:24.125rem;width:19.0625rem;top:4.8747711181641rem;left:28.934968948364rem;overflow:hidden;display:block; }
#DWOKZSU8cQGNWhn0Jo2GcwyffllTNI0F { 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:17.25rem;width:13.75rem;top:17.257583618164rem;left:61.113753151897rem;overflow:hidden;display:block; }
#hABXRuLRJGSGrUDsuGcuR5FAvaopp3Da { 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:7.9365806875rem;width:6.3120403125rem;top:21.808364868164rem;left:25.017232894898rem;overflow:hidden;display:block; }
#Qq6I5iH7arfArydx1MFqSllny7yzrqpi { position:absolute;display:block;z-index:15020;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:4rem;width:3.0625rem;top:4.5197601318359rem;left:69.716215133669rem;overflow:hidden;display:block; }
#lHJDGbUbicbw7dJVF8lRn4Cfs6QfHoEf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#lHJDGbUbicbw7dJVF8lRn4Cfs6QfHoEf > .row .container { background-color: transparent; background-image: none; }#lHJDGbUbicbw7dJVF8lRn4Cfs6QfHoEf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHJDGbUbicbw7dJVF8lRn4Cfs6QfHoEf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHJDGbUbicbw7dJVF8lRn4Cfs6QfHoEf > .row .container > .video-iframe-container { display: none; }#lHJDGbUbicbw7dJVF8lRn4Cfs6QfHoEf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lHJDGbUbicbw7dJVF8lRn4Cfs6QfHoEf > .row > .video-iframe-container { display: none; }#lHJDGbUbicbw7dJVF8lRn4Cfs6QfHoEf > .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); }#lHJDGbUbicbw7dJVF8lRn4Cfs6QfHoEf > .row .container { border-width: 0; border-radius: 0; }#lHJDGbUbicbw7dJVF8lRn4Cfs6QfHoEf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lHJDGbUbicbw7dJVF8lRn4Cfs6QfHoEf > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;position:relative;display:block; }#GFTtDHmyTzXQZ3v4p74SL3Z8ksPtNntf { box-sizing:content-box;height:7.3747701875rem;width:69.12454225rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:1.451286315918rem;left:2.825138092041rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
#NK1i4MStbsM8qqi2EguzBXM8xAMTWmyr { position:absolute;display:block;z-index:15020;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:7.1243105rem;width:5.6870403125rem;top:1.75rem;left:3.8125rem;overflow:hidden;display:block; }
#ttkruUsXxGqlPU68OePlrORRbyILwTqd { color:#ffffff;display:block;width:10.9995403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:2.375rem;left:10.125rem;height:5.88235275rem;text-align:left;text-align-last:left;display:block; }
#MMJpLT7ktkD7Al9yXxWueedzQT0Fh5Wm { position:absolute;display:block;z-index:15021;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:7.0625rem;width:5.625rem;top:1.75rem;left:21.75rem;overflow:hidden;display:block; }
#ZvDB5NKKlWn0ZvGTrk9TcwZQTSJn5qye { color:#ffffff;display:block;width:10.9995403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:2.375rem;left:27.4375rem;height:5.88235275rem;text-align:left;text-align-last:left;display:block; }
#anChNTU0dqePwXcE6vLgATUDrdCqni6S { 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:7rem;width:5.5625rem;top:1.8125rem;left:38.4375rem;overflow:hidden;display:block; }
#gSRGHWGvJ3gt5GG2y7ZW42C5QqDyT344 { color:#ffffff;display:block;width:10.9995403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:3.125rem;left:44.625rem;height:4.411764625rem;text-align:left;text-align-last:left;display:block; }
#gQaN69vWTGR688OA2nZZXyCmyhXHRhAF { position:absolute;display:block;z-index:15023;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.9375rem;width:5.5rem;top:1.8125rem;left:55rem;overflow:hidden;display:block; }
#Rxk05TaCiWewWKHzDiPCTHW5XDfXBshl { color:#ffffff;display:block;width:10.0620403125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:2.375rem;left:61.125rem;height:5.8823528125rem;text-align:left;text-align-last:left;display:block; }
#yyTo7HpicucBkGLBDQXlrisbuDClIK6T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yyTo7HpicucBkGLBDQXlrisbuDClIK6T > .row .container { background-color: transparent; background-image: none; }#yyTo7HpicucBkGLBDQXlrisbuDClIK6T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyTo7HpicucBkGLBDQXlrisbuDClIK6T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyTo7HpicucBkGLBDQXlrisbuDClIK6T > .row .container > .video-iframe-container { display: none; }#yyTo7HpicucBkGLBDQXlrisbuDClIK6T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yyTo7HpicucBkGLBDQXlrisbuDClIK6T > .row > .video-iframe-container { display: none; }#yyTo7HpicucBkGLBDQXlrisbuDClIK6T > .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); }#yyTo7HpicucBkGLBDQXlrisbuDClIK6T > .row .container { border-width: 0; border-radius: 0; }#yyTo7HpicucBkGLBDQXlrisbuDClIK6T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yyTo7HpicucBkGLBDQXlrisbuDClIK6T > .row .container { font-size:0.875rem;font-family:arial;height:42.8125rem;width:75rem;position:relative;display:block; }#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;vertical-align:top; }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--headlines-font-family);font-weight:700;font-size:1.25rem;color:rgba(var(--color-tertiary-0),1); }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1); }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_88cd4a3534f4d22668ed4dda8a12dfd5c0bea45a.svg");background-size:contain !important; }#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN .accordion-trigger.adaptive-delivery-prevent-bg, #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN .accordion-trigger.lazyload, #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN .accordion-trigger.lazyloading { background-image: none; }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN { box-sizing:content-box;height:auto;width:25.6870403125rem;position:absolute;display:flex;flex-direction:column;gap:1.875rem;z-index:15000;background-color:transparent;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:5.3125rem;left:1.1875rem; }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #slox3PFmqXo4anHCK5gfXW3X1Ui3gV7J { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #wzX1cShqJVUBJyKnARQy8tOdhyU5976s { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #AeF68uKsJq6hun95fvGCfcmO4wU8qWf3 { display:block;position:relative; }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #ohMUOsRhafs0i1CBO4IFIITaIaNFToJs {  }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #Vl53VSr7X3A8blT1C8UqDNk50hZIoacm {  }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #xTwTE13nvsAf3aLHch6wgbsa4f8v2Ba3 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #d85FAnxVs5vHyh2Qwf8UsooPgu0X8Pcm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #f3bhJVIsbGpnx30Gg7CeLwWJTQbE8EJ3 { display:block;position:relative; }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #H6eq69LnATsyWk81PN9ExV0RAiFBNc8N {  }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #aKpCW1L5MkUXsJh7rBgHZTSkzDT4eA4g { display:none; }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #mWWkv3lWwT1XhhUksSHfL4KKaGfkFZLb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #iPUGGXZVNRlK1LEhCdQGVtnpz7i0E0UK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #aR6XuPuF5cuXlPcyJgDOqWtM3cUS23Ba { display:block;position:relative; }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #ONyU0TCkeHdG3u0iIkTiwndd1UBw0cSJ {  }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #b88CTx6Vv2ZwBzQ7kEvNkBDxxTkOpQ2P { display:none; }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #VE2T3DvshMNkET6QNiCvxZEUTaRI53XN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #nErE1VwiearAttAPiEInetEWeS0QLrIy { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #SvSaqS2ddosf9TxkPomcOJklpQM3HJxX { display:block;position:relative; }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #Dp3ZM0KmloMuG9nXaiEGqeHiLtbIeFP7 {  }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #aqohxqLn0lqRfLpofMpEbm91pTOgW234 { display:none; }
#skLTAmolHLw2VxLeTZLExcgpTT6Tu4E5 { color:rgba(var(--color-primary-2),1);display:block;width:16.7497691875rem;position:absolute;font-family:"yeseva one";font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:4.625rem;left:45.1875rem;height:6.17647075rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TFChBPqGrN1TqagcXigg182t5M1y9ooT { color:rgba(var(--color-primary-2),1);display:block;width:20.3125rem;position:absolute;font-family:"yeseva one";font-size:5.375rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:11.875rem;left:43.9375rem;height:5.3676466875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OPmIAnI1f0HMqs6ZNOKsKtSMPRlU7O9K { background-color:transparent;background-image: -webkit-linear-gradient(175deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(175deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(175deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(175deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-1),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(175deg, rgba(var(--color-primary-1),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.2497691875rem;height:4.2497701875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:19.125rem;left:41.4375rem;display:block; }
#li0C6Zyaegxx0RTTrTzy3enxuKCTPL87 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HCJcsV2wJwT4XtUqJqKsRBQQFnMlgvSN { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.186810625rem;width:1.186810625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:24.55078125rem;left:41.437269210816rem; }
#na0O9Aiiirg9SDLmAUaPUK3xEm7Afcbi { color:#ffffff;display:block;width:7.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:24.597885131836rem;left:50.280790328979rem;height:1.102941125rem;text-align:center;text-align-last:center;display:block; }
#FHRleNGtffs5deVwg4BHPt0Pn80O37zG { color:#ffffff;display:block;width:7.7493105rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:24.597885131836rem;left:42.603399276733rem;height:1.102941125rem;text-align:center;text-align-last:center;display:block; }
#AtE1EXqyBwuwIxWbnzIrZd9xEGEQhRTU { color:#ffffff;display:block;width:7.7493105rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:24.597885131836rem;left:58.038831710816rem;height:1.102941125rem;text-align:center;text-align-last:center;display:block; }
#NoFiEyiZl0JFEdVJyqlJCGkieReM3BsX { box-sizing:content-box;height:1.374080875rem;width:0.124080875rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.450820922851rem;left:49.604772567749rem;display:block; }
#il9kqwx0qrkliT8oqItBnT8uB1sVfbBI { box-sizing:content-box;height:1.374080875rem;width:0.124080875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.450820922851rem;left:58.259420394897rem;display:block; }
#r1aA8rL6lR01eqs3VxGwBuINT6y1BM8g { position:absolute;display:block;z-index:15021;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:4.9368105rem;width:7.3747701875rem;top:5.875rem;left:63.5rem;overflow:hidden;display:block; }
#WFD84gl2kD3ve1gBhbV1DGTogGW28VdO { color:rgba(var(--color-primary-2),1);display:block;width:30.9995403125rem;position:absolute;font-family:"yeseva one";font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:3.25rem;left:1.875rem;height:2.0588235625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GOJSQvOlHNEQsECEwO3sOA7WvDhcsFnn { color:rgba(var(--color-primary-2),1);display:block;width:41.3740806875rem;position:absolute;font-family:comfortaa;font-size:1.625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:37.3125rem;left:16.9375rem;height:4.117647125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#reTyKAfgwvpQKzJqpur7VIDHnRsEzH3z { 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:4.875rem;width:3.875rem;top:36.9375rem;left:14.125rem;overflow:hidden;display:block; }
#pbcEIsEidSfJ1lh0JO6gk9pqleWK9QLp { position:absolute;display:block;z-index:15023;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:4.8125rem;width:3.8125rem;top:36.9375rem;left:57.125rem;overflow:hidden;display:block; }
#hec0iW2O7IvrJy1iLrxh1LXh6f32Fgg0 { box-sizing:content-box;height:23.8740806875rem;width:36.9370384375rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;box-shadow: 0.5rem 0.25rem 0.875rem rgba(var(--color-tertiary-0),0.2) ;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);top:3.1996765136719rem;left:34.981615066528rem;border-top-right-radius:0.875rem;border-bottom-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-top-left-radius:0.875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #y1GRnANarPIdhqatsTlbmStpFqryxfzp { display:block; }#y1GRnANarPIdhqatsTlbmStpFqryxfzp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMdvvG3a33172TU7zn8AMPmwhdbmppqW { top:1.8125rem;left:0rem;width:23.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #of5tckOk4OyPT3gJO4zp2dh9ObpuZTKs { top:15.6875rem;left:0rem;width:37.5rem;height:8.8125rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRZ5qcw3zApmhZINMWoeSz3HotilbOdy { top:9.4375rem;left:0rem;width:32rem;height:6.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d2E86mWghwa8Ak2zbNWtlT4ZotT8ITAC { top:25.75rem;left:0rem;width:16.9375rem;height:8.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOpGJ6FDP8pp5T4JcrkqWTsWUq8oJ4T8 { width:24.25rem;height:4.25rem;top:37.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIu3B0nJfZK4ZedcJxOGoOIJ611QZJwf { display:block; }
 }@media only screen and (max-width: 763px) { #cq8QTTi55moCN9vWthGOccDVCE915sbt { top:45.25rem;left:21.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SdgGEqkoDo932uyFuUriD78l94XqAO9a { top:45.25rem;left:0rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5Z3fsQ7IN2gQ7l7wiwvAmMbPa9Esdvc { top:45.1875rem;left:6.5625rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc2Tsn8Ncef0wQ3uiUK9kA0438ymXEDr { top:45.3125rem;left:0rem;width:12.6875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T618VTHwrx0lR8ZtchOHSqap1GXAuw39 { top:45.3125rem;left:8.875rem;width:11.0625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwaao5mEfHSOLPGznielUZW9wMxEMWv3 { top:45.375rem;left:23.9375rem;width:13.3125rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWiSevie4sX1ctNwrBihCpUZBMQM3Z9Q { top:1.8125rem;left:0rem;width:47.75rem;height:40.337843620257rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEhEkddVpL3GfAIz2qkIVPep3nIl7bVs { top:37rem;left:39.8125rem;width:7.9375rem;height:9.9837174204411rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAHyZvhNmAE9TkPfGzd6brg7g1TWB15m { top:28.5625rem;left:23.247701644898rem;width:7.1875rem;height:9.1245403125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snle82oGmrQzR6pV9edR7oBIWRqqBcEV { top:0rem;left:40.25rem;width:7.5rem;height:9.4370403125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRUrWlsrGeaK32rptq5Q4fT9ELWqAiV5 { top:46.6875rem;left:0rem;width:47.75rem;height:1.8696231570833rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGK91Z9775d9bTrXAPUJq5NuSLTcIBCb { display:block; }#GGK91Z9775d9bTrXAPUJq5NuSLTcIBCb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQD7VDO8E1lD2FHhnZVToPVN2vRXkuXc { top:2.125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kW4qv3SvL2A0mtom6TXL9sgOW2c4VZ41 { top:7.625rem;left:0rem;width:3.8125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAlBMdTVmktysEHApwzG99SK7XVRHPB1 { top:7.625rem;left:44rem;width:3.75rem;height:4.7332730241491rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRiXpWrkvokhdQVByeOGJy2AeEwlyxvE { top:7.625rem;left:5.4627742767334rem;width:4.25rem;height:5.4209300934897rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6RA71cVgHJLFTm5UBzID8MbvQAs06a4 { top:7.3125rem;left:21.718519210816rem;width:4.5rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4WzgPmNya4WmR2oINteKTFeQTsrVAS6 { top:7.625rem;left:0rem;width:47.75rem;height:10.256644389063rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgVu8pwLJuPp73KGOuw2hIPhxRcEr65r { top:7.625rem;left:38.154638290405rem;width:3.875rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8vN3EfHonU1BfnqFua5WLqwbZdK16Ih { top:14.1875rem;left:0rem;width:11.9375rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWUxBWN05mptEtg2Nzxf5pmptBefTC76 { top:14.125rem;left:1.1486663818359rem;width:12.875rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kXMUeJp4n3bNWDuftZlMslU33qVgdEwQ { top:14.125rem;left:17.405557632446rem;width:12.875rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ua9UKyloXAmBGeBntrT3ISp21EtDCN3b { top:14.125rem;left:33.561349868774rem;width:12.875rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeviH2TqVptuO5PzustK2dDsBnnHnpo1 { top:14.125rem;left:35.875rem;width:11.875rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHU55BZTSFJze5sicTVxJCzG729Zie94 { top:21.625rem;left:0rem;width:47.75rem;height:1.8696231570833rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbuQJH5DD0wqU4v1dIbdZOK6ZSeBtJpw { display:block; }#pbuQJH5DD0wqU4v1dIbdZOK6ZSeBtJpw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAHWbVcMQl5GE1zqFC2u64bMm2JToVqr { top:2.3125rem;left:0rem;width:47.75rem;height:4.375rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vVthl2LZKFqHxgFgJwBwcLIKEdOsDAai { top:7.6875rem;left:0rem;width:47.75rem;height:9.8977591036415rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHZVFPomLkDnT2F604z9KX1gn1ZItrI8 { top:7.6875rem;left:0rem;width:4.125rem;height:5.2954858496472rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpU92TQU7U1q5qQEu8ZOdTxQfpP3GlaF { top:8.5625rem;left:43.375rem;width:4.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtAExzHS4AxdpyzuJa485DTUGckzlQO3 { top:8rem;left:3.341911315918rem;width:3.75rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCb5wcNZJerne96reaHeI7Sa9yTtmqpQ { top:7.6875rem;left:15.401884078979rem;width:4.5625rem;height:5.7957919686081rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASmagS83mDVXya8H379Hea7te1Zk0dyT { top:8.875rem;left:27.528490066528rem;width:5.0625rem;height:2.9637192504141rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIsZz4FXTsHJfpTnT1XogqbRvtR1EPLJ { top:8rem;left:40.590299606323rem;width:3.75rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKk671uBBMDCTA6raksnw9TUDmwCxHqT { top:13.125rem;left:0rem;width:11.9375rem;height:2.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2Lz0nbJbEcgI6hAZP6UrKOh8Q1x2COs { top:13.125rem;left:0rem;width:11.9375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJlbbOwPon95SraeBexT7co8g7ZRVsMW { top:13.125rem;left:11.712774276733rem;width:11.9375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJnQx47DKsTdOGhvyJFH3kqTVd11QS12 { top:13.125rem;left:24.090990066528rem;width:11.9375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPa2CVa2dhT68ehAKWv3cqrCA2AM8h6r { top:13.125rem;left:35.8125rem;width:11.9375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuLJSiTMPzy7BiNSGwM0miTozSqEUlJH { top:13.125rem;left:35.8125rem;width:11.9375rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig7X7gQnpon0WS1sqPotdWUW2La2gDxO { top:16.625rem;left:0rem;width:9.5rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bXHD2TCZq3xQTcuJmshRU9a1iN81cI2r { top:16.5625rem;left:0rem;width:11.0625rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiLJtKMNFI3xgXnPG4XIB5LutGzo2QS0 { top:16.5625rem;left:12.931753158569rem;width:9.5rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTHkwqXNVuVfO0T1UUf00nQMTsUw48aO { top:16.5625rem;left:25.308820724488rem;width:9.5rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mQ2cgHMHssISF4a9uaV0Bazn7yLKK1sE { top:16.5625rem;left:37.683591842651rem;width:9.5rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c1JONJBh0fX58vC2eMUsxvshgKUI1H5a { top:16.5625rem;left:38.25rem;width:9.5rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzF5IWiIwryUcWL7peFHlcLIZPuvB2Hd { top:22.125rem;left:25.308820724488rem;width:7rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MkruyMIL4zVX45x8iUFpyvycIJFKmWKR { display:block; }#MkruyMIL4zVX45x8iUFpyvycIJFKmWKR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jpz3Xc5DbWPR3wxTf6TVtvoBZKqX9bMV { top:2.9375rem;left:0rem;width:29.6875rem;height:3.125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HA9ZOvPfNVFEdamNGrr1bQSEF7T6h7g3 { top:8.375rem;left:0rem;width:1.9375rem;height:2.5432472876909rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6zAKApTz0ftZ5dlilu83IxLx8UAq9Ts { top:12.5rem;left:0rem;width:1.9375rem;height:2.5432472876909rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1cwTQq8NtS1Ua37dDF65gCKzbb5h5Uw { top:15.9375rem;left:0rem;width:1.9375rem;height:2.5447096569637rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwTo7TyUwOdnzBcvr0TQ7rmVlhsO3c4y { top:19.1875rem;left:0rem;width:1.9375rem;height:2.5447096569637rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyoanMdr5xPQmRPRSNNBZ8BFBLHA2I5u { top:23.3125rem;left:0rem;width:1.9375rem;height:2.5447096569637rem;display:block; }
 }@media only screen and (max-width: 763px) { #n71yig3w8J37zTrwWPmJ6LLIpQ07mi0d { top:8.1875rem;left:0rem;width:19.1875rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0ToCDONxvWqwvX05241M1Mgs8TRlcKH { top:13.0625rem;left:0rem;width:19.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcIrANaa43BptTRxKo9SUQH75b1e0X1X { top:16.4375rem;left:0rem;width:19.1875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #iptByMkUdKwZIs2EJS37iMpw1H4TMgW8 { top:19rem;left:0rem;width:19.1875rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mB2SSGdF0moNmbzZV0XnLhrZFcn37XU2 { top:23.125rem;left:0rem;width:12.25rem;height:2.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOKKwkXTmaSWi9ohqr65sEThvMGqrzyg { top:5.8125rem;left:27.4375rem;width:20.3125rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7OtF2zWol58u0casE5IxR9sHKNLzVMd { top:2.875rem;left:29.374769210816rem;width:16.9375rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3FWdum7GOpUU4Cz9TxZImOCDHazlBtG { top:4.8125rem;left:15.309968948364rem;width:19.125rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWOKZSU8cQGNWhn0Jo2GcwyffllTNI0F { top:17.25rem;left:34rem;width:13.75rem;height:17.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hABXRuLRJGSGrUDsuGcuR5FAvaopp3Da { top:21.75rem;left:11.392232894898rem;width:6.25rem;height:7.8585729559811rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq6I5iH7arfArydx1MFqSllny7yzrqpi { top:4.5rem;left:43.375rem;width:3.0625rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHJDGbUbicbw7dJVF8lRn4Cfs6QfHoEf { display:block; }#lHJDGbUbicbw7dJVF8lRn4Cfs6QfHoEf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFTtDHmyTzXQZ3v4p74SL3Z8ksPtNntf { top:1.4375rem;left:0rem;width:47.5rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK1i4MStbsM8qqi2EguzBXM8xAMTWmyr { top:1.75rem;left:0rem;width:5.625rem;height:7.0465909085289rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttkruUsXxGqlPU68OePlrORRbyILwTqd { top:2.375rem;left:0rem;width:10.9375rem;height:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMJpLT7ktkD7Al9yXxWueedzQT0Fh5Wm { top:1.75rem;left:8.125rem;width:5.625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvDB5NKKlWn0ZvGTrk9TcwZQTSJn5qye { top:2.375rem;left:13.8125rem;width:10.9375rem;height:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #anChNTU0dqePwXcE6vLgATUDrdCqni6S { top:1.8125rem;left:24.8125rem;width:5.5625rem;height:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSRGHWGvJ3gt5GG2y7ZW42C5QqDyT344 { top:3.125rem;left:31rem;width:10.9375rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQaN69vWTGR688OA2nZZXyCmyhXHRhAF { top:1.8125rem;left:41.375rem;width:5.5rem;height:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxk05TaCiWewWKHzDiPCTHW5XDfXBshl { top:2.375rem;left:37.75rem;width:10rem;height:5.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyTo7HpicucBkGLBDQXlrisbuDClIK6T { display:block; }#yyTo7HpicucBkGLBDQXlrisbuDClIK6T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN { display:flex;height:auto;width:27.8125rem;top:10.375rem;left:2.1360301971436rem; }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #slox3PFmqXo4anHCK5gfXW3X1Ui3gV7J {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #wzX1cShqJVUBJyKnARQy8tOdhyU5976s {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #AeF68uKsJq6hun95fvGCfcmO4wU8qWf3 {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #ohMUOsRhafs0i1CBO4IFIITaIaNFToJs {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #Vl53VSr7X3A8blT1C8UqDNk50hZIoacm {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #xTwTE13nvsAf3aLHch6wgbsa4f8v2Ba3 {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #d85FAnxVs5vHyh2Qwf8UsooPgu0X8Pcm {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #f3bhJVIsbGpnx30Gg7CeLwWJTQbE8EJ3 {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #H6eq69LnATsyWk81PN9ExV0RAiFBNc8N {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #aKpCW1L5MkUXsJh7rBgHZTSkzDT4eA4g {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #mWWkv3lWwT1XhhUksSHfL4KKaGfkFZLb {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #iPUGGXZVNRlK1LEhCdQGVtnpz7i0E0UK {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #aR6XuPuF5cuXlPcyJgDOqWtM3cUS23Ba {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #ONyU0TCkeHdG3u0iIkTiwndd1UBw0cSJ {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #b88CTx6Vv2ZwBzQ7kEvNkBDxxTkOpQ2P {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #VE2T3DvshMNkET6QNiCvxZEUTaRI53XN {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #nErE1VwiearAttAPiEInetEWeS0QLrIy {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #SvSaqS2ddosf9TxkPomcOJklpQM3HJxX {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #Dp3ZM0KmloMuG9nXaiEGqeHiLtbIeFP7 {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #aqohxqLn0lqRfLpofMpEbm91pTOgW234 {  }
 }@media only screen and (max-width: 763px) { #skLTAmolHLw2VxLeTZLExcgpTT6Tu4E5 { top:4.625rem;left:31.0625rem;width:16.6875rem;height:6.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFChBPqGrN1TqagcXigg182t5M1y9ooT { top:11.875rem;left:27.4375rem;width:20.3125rem;height:5.3125rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OPmIAnI1f0HMqs6ZNOKsKtSMPRlU7O9K { width:24.1875rem;height:4.1875rem;top:19.125rem;left:23.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #li0C6Zyaegxx0RTTrTzy3enxuKCTPL87 { display:block; }
 }@media only screen and (max-width: 763px) { #HCJcsV2wJwT4XtUqJqKsRBQQFnMlgvSN { top:24.5rem;left:27.812269210816rem;width:1.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #na0O9Aiiirg9SDLmAUaPUK3xEm7Afcbi { top:24.5625rem;left:36.655790328979rem;width:7.625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHRleNGtffs5deVwg4BHPt0Pn80O37zG { top:24.5625rem;left:28.978399276733rem;width:7.6875rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AtE1EXqyBwuwIxWbnzIrZd9xEGEQhRTU { top:24.5625rem;left:40rem;width:7.6875rem;height:1.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NoFiEyiZl0JFEdVJyqlJCGkieReM3BsX { top:24.4375rem;left:35.979772567749rem;width:0.0625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #il9kqwx0qrkliT8oqItBnT8uB1sVfbBI { top:24.4375rem;left:44.634420394897rem;width:0.0625rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1aA8rL6lR01eqs3VxGwBuINT6y1BM8g { top:5.875rem;left:40.4375rem;width:7.3125rem;height:4.895125659975rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFD84gl2kD3ve1gBhbV1DGTogGW28VdO { top:3.25rem;left:0rem;width:30.9375rem;height:5.4375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GOJSQvOlHNEQsECEwO3sOA7WvDhcsFnn { top:37.3125rem;left:3.3125rem;width:41.3125rem;height:4.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #reTyKAfgwvpQKzJqpur7VIDHnRsEzH3z { top:36.9375rem;left:0.5rem;width:3.8125rem;height:4.7972829785941rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbcEIsEidSfJ1lh0JO6gk9pqleWK9QLp { top:36.9375rem;left:43.5rem;width:3.75rem;height:4.7332730241491rem;display:block; }
 }@media only screen and (max-width: 763px) { #hec0iW2O7IvrJy1iLrxh1LXh6f32Fgg0 { top:3.1875rem;left:10.625rem;width:36.875rem;height:23.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #y1GRnANarPIdhqatsTlbmStpFqryxfzp { background-color:rgba(var(--color-tertiary-4),1);background-image:none;display:block; }#y1GRnANarPIdhqatsTlbmStpFqryxfzp > .row .container { background-color: transparent; background-image: none; }#y1GRnANarPIdhqatsTlbmStpFqryxfzp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1GRnANarPIdhqatsTlbmStpFqryxfzp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1GRnANarPIdhqatsTlbmStpFqryxfzp > .row .container > .video-iframe-container { display: none; }#y1GRnANarPIdhqatsTlbmStpFqryxfzp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#y1GRnANarPIdhqatsTlbmStpFqryxfzp > .row > .video-iframe-container { display: none; }#y1GRnANarPIdhqatsTlbmStpFqryxfzp > .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); }#y1GRnANarPIdhqatsTlbmStpFqryxfzp > .row .container { width:20rem;height:50.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NMdvvG3a33172TU7zn8AMPmwhdbmppqW { width:17.8745403125rem;height:2.5620403125rem;top:1.9852939844131rem;left:1.0627297163009rem;display:block; }
 }@media only screen and (max-width: 763px) { #of5tckOk4OyPT3gJO4zp2dh9ObpuZTKs { width:20rem;height:4.411764625rem;top:9.2290897369388rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uRZ5qcw3zApmhZINMWoeSz3HotilbOdy { width:20rem;height:3.3823528125rem;top:5.8478856086731rem;left:0rem;font-size:2.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d2E86mWghwa8Ak2zbNWtlT4ZotT8ITAC { width:11.5625rem;height:6.47058825rem;top:21.5625rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VOpGJ6FDP8pp5T4JcrkqWTsWUq8oJ4T8 { width:16.5625rem;height:3.4375rem;top:34.875rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIu3B0nJfZK4ZedcJxOGoOIJ611QZJwf { display:block; }
 }@media only screen and (max-width: 763px) { #cq8QTTi55moCN9vWthGOccDVCE915sbt { display:flex;width:1.6245404375rem;height:1.6245404375rem;top:42.159923553467rem;left:1.6854319572449rem; }
 }@media only screen and (max-width: 763px) { #SdgGEqkoDo932uyFuUriD78l94XqAO9a { display:flex;width:1.5625rem;height:1.5625rem;top:44.892002105713rem;left:1.6854319572449rem; }
 }@media only screen and (max-width: 763px) { #q5Z3fsQ7IN2gQ7l7wiwvAmMbPa9Esdvc { display:flex;width:1.6245404375rem;height:1.6245404375rem;top:39.659923553467rem;left:1.6854319572449rem; }
 }@media only screen and (max-width: 763px) { #Tc2Tsn8Ncef0wQ3uiUK9kA0438ymXEDr { width:12.6872701875rem;height:1.4705881875rem;top:44.966678619385rem;left:3.6236212253571rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T618VTHwrx0lR8ZtchOHSqap1GXAuw39 { width:11.0615806875rem;height:1.4705881875rem;top:42.266773223877rem;left:4.4692094326019rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hwaao5mEfHSOLPGznielUZW9wMxEMWv3 { width:13.3122701875rem;height:1.4705881875rem;top:39.766773223877rem;left:3.3421413898468rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oWiSevie4sX1ctNwrBihCpUZBMQM3Z9Q { width:20rem;height:16.89453125rem;top:17.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEhEkddVpL3GfAIz2qkIVPep3nIl7bVs { width:3.8740806875rem;height:5.0620403125rem;top:15.04021024704rem;left:1.6854319572449rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAHyZvhNmAE9TkPfGzd6brg7g1TWB15m { width:3.4995403125rem;height:4.4990806875rem;top:29.031478404999rem;left:4.0314795970917rem;display:block; }
 }@media only screen and (max-width: 763px) { #Snle82oGmrQzR6pV9edR7oBIWRqqBcEV { width:4.1245403125rem;height:5.2493105rem;top:13.640853881836rem;left:14.886258363724rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRUrWlsrGeaK32rptq5Q4fT9ELWqAiV5 { width:20rem;height:0.6870404375rem;top:49.130968093872rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGK91Z9775d9bTrXAPUJq5NuSLTcIBCb { display:block; }#GGK91Z9775d9bTrXAPUJq5NuSLTcIBCb > .row .container { width:20rem;height:48.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XQD7VDO8E1lD2FHhnZVToPVN2vRXkuXc { width:20rem;height:4.411764625rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kW4qv3SvL2A0mtom6TXL9sgOW2c4VZ41 { width:3.8120403125rem;height:4.8115806875rem;top:7.2587318420413rem;left:2.4368104934692rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAlBMdTVmktysEHApwzG99SK7XVRHPB1 { width:3.75rem;height:4.7323069375rem;top:35.0625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRiXpWrkvokhdQVByeOGJy2AeEwlyxvE { width:4.2497701875rem;height:5.420496rem;top:6.9053306579587rem;left:13.156019449234rem;display:block; }
 }@media only screen and (max-width: 763px) { #U6RA71cVgHJLFTm5UBzID8MbvQAs06a4 { width:4.4990806875rem;height:5.688189rem;top:21.310894012451rem;left:2.0909924507141rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4WzgPmNya4WmR2oINteKTFeQTsrVAS6 { width:20rem;height:4.2959767074609rem;top:8.9441635rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #xgVu8pwLJuPp73KGOuw2hIPhxRcEr65r { width:3.8740806875rem;height:4.9379591875rem;top:21.632583618164rem;left:13.343289613724rem;display:block; }
 }@media only screen and (max-width: 763px) { #v8vN3EfHonU1BfnqFua5WLqwbZdK16Ih { width:8.6868105rem;height:5.8823528125rem;top:13.247932434082rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HWUxBWN05mptEtg2Nzxf5pmptBefTC76 { width:9.4370403125rem;height:5.8823528125rem;top:13.223804473877rem;left:10.562958955765rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kXMUeJp4n3bNWDuftZlMslU33qVgdEwQ { width:8.1870403125rem;height:5.8823528125rem;top:27.666591644287rem;left:0.24701279401779rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ua9UKyloXAmBGeBntrT3ISp21EtDCN3b { width:9.5622701875rem;height:5.8823528125rem;top:27.633274078369rem;left:10.437729120254rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XeviH2TqVptuO5PzustK2dDsBnnHnpo1 { width:11.875rem;height:4.411764625rem;top:40.4375rem;left:4.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHU55BZTSFJze5sicTVxJCzG729Zie94 { width:20rem;height:0.782398875rem;top:46.771595001221rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbuQJH5DD0wqU4v1dIbdZOK6ZSeBtJpw { display:block; }#pbuQJH5DD0wqU4v1dIbdZOK6ZSeBtJpw > .row .container { width:20rem;height:58.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hAHWbVcMQl5GE1zqFC2u64bMm2JToVqr { width:20rem;height:4.411764625rem;top:1.25rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vVthl2LZKFqHxgFgJwBwcLIKEdOsDAai { width:20rem;height:4.145411933704rem;top:11.1029410625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #gHZVFPomLkDnT2F604z9KX1gn1ZItrI8 { width:4.1245403125rem;height:5.295266625rem;top:6.75rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wpU92TQU7U1q5qQEu8ZOdTxQfpP3GlaF { width:4.375rem;height:3.6247701875rem;top:40.125rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtAExzHS4AxdpyzuJa485DTUGckzlQO3 { width:3.75rem;height:4.7495403125rem;top:6.73828125rem;left:13.218059778214rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCb5wcNZJerne96reaHeI7Sa9yTtmqpQ { width:4.5622701875rem;height:5.7950368125rem;top:22.339157104493rem;left:2.4666817188263rem;display:block; }
 }@media only screen and (max-width: 763px) { #ASmagS83mDVXya8H379Hea7te1Zk0dyT { width:5.0620403125rem;height:2.9630055625rem;top:23.692100524903rem;left:12.562039613724rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIsZz4FXTsHJfpTnT1XogqbRvtR1EPLJ { width:3.75rem;height:4.6875rem;top:39.6875rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKk671uBBMDCTA6raksnw9TUDmwCxHqT { width:10.25rem;height:2.7941175rem;top:11.999084472656rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p2Lz0nbJbEcgI6hAZP6UrKOh8Q1x2COs { width:9.7495403125rem;height:2.9411764375rem;top:12.032402038574rem;left:10.250458955765rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JJlbbOwPon95SraeBexT7co8g7ZRVsMW { width:9.25rem;height:2.941176375rem;top:28.13419342041rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mJnQx47DKsTdOGhvyJFH3kqTVd11QS12 { width:7.8745403125rem;height:2.941176375rem;top:28.097427368164rem;left:11.155789613724rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KPa2CVa2dhT68ehAKWv3cqrCA2AM8h6r { width:7.8745403125rem;height:2.941176375rem;top:45.0625rem;left:11.0625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TuLJSiTMPzy7BiNSGwM0miTozSqEUlJH { width:8.8120403125rem;height:2.9411764375rem;top:45.125rem;left:0.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ig7X7gQnpon0WS1sqPotdWUW2La2gDxO { width:9.75rem;height:4.411764625rem;top:15.685890197754rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bXHD2TCZq3xQTcuJmshRU9a1iN81cI2r { width:9.4375rem;height:4.411764625rem;top:15.636032104493rem;left:10.437269449234rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wiLJtKMNFI3xgXnPG4XIB5LutGzo2QS0 { width:7.5620403125rem;height:4.411764625rem;top:32.396598815918rem;left:0.96622228622438rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTHkwqXNVuVfO0T1UUf00nQMTsUw48aO { width:9.4990806875rem;height:4.411764625rem;top:32.336860656738rem;left:10.343519449234rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mQ2cgHMHssISF4a9uaV0Bazn7yLKK1sE { width:7.7493105rem;height:4.411764625rem;top:48.9375rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c1JONJBh0fX58vC2eMUsxvshgKUI1H5a { width:9.4990806875rem;height:4.411764625rem;top:48.9375rem;left:10.25rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rzF5IWiIwryUcWL7peFHlcLIZPuvB2Hd { width:5.9375rem;height:4.125rem;top:53.99471282959rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #MkruyMIL4zVX45x8iUFpyvycIJFKmWKR { display:block; }#MkruyMIL4zVX45x8iUFpyvycIJFKmWKR > .row .container { width:20rem;height:65.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jpz3Xc5DbWPR3wxTf6TVtvoBZKqX9bMV { width:20rem;height:5.1470585rem;top:0.49977111816406rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HA9ZOvPfNVFEdamNGrr1bQSEF7T6h7g3 { width:1.9370403125rem;height:2.5425090625rem;top:7.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I6zAKApTz0ftZ5dlilu83IxLx8UAq9Ts { width:1.9370403125rem;height:2.543658rem;top:11.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1cwTQq8NtS1Ua37dDF65gCKzbb5h5Uw { width:1.9370403125rem;height:2.543658rem;top:16.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VwTo7TyUwOdnzBcvr0TQ7rmVlhsO3c4y { width:1.9370403125rem;height:2.543658rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RyoanMdr5xPQmRPRSNNBZ8BFBLHA2I5u { width:1.9370403125rem;height:2.543658rem;top:25.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n71yig3w8J37zTrwWPmJ6LLIpQ07mi0d { width:16.9375rem;height:2.941176375rem;top:7.25rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #l0ToCDONxvWqwvX05241M1Mgs8TRlcKH { width:16.8118095625rem;height:1.4705881875rem;top:12.375rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pcIrANaa43BptTRxKo9SUQH75b1e0X1X { width:15.1240806875rem;height:1.4705881875rem;top:16.6875rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iptByMkUdKwZIs2EJS37iMpw1H4TMgW8 { width:11.6245403125rem;height:2.941176375rem;top:20.625rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mB2SSGdF0moNmbzZV0XnLhrZFcn37XU2 { width:10.875rem;height:2.9411764375rem;top:25.3125rem;left:3.125rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DOKKwkXTmaSWi9ohqr65sEThvMGqrzyg { width:13.9993105rem;height:16.9990806875rem;top:28.1875rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d7OtF2zWol58u0casE5IxR9sHKNLzVMd { width:12.1243105rem;height:17.7493095625rem;top:36.9375rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3FWdum7GOpUU4Cz9TxZImOCDHazlBtG { width:12.3125rem;height:15.5625rem;top:45.1875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DWOKZSU8cQGNWhn0Jo2GcwyffllTNI0F { width:7.8745403125rem;height:9.8747701875rem;top:55.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hABXRuLRJGSGrUDsuGcuR5FAvaopp3Da { width:3.8120403125rem;height:4.7495403125rem;top:30.875rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq6I5iH7arfArydx1MFqSllny7yzrqpi { width:2.3747701875rem;height:3.0618105rem;top:43rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHJDGbUbicbw7dJVF8lRn4Cfs6QfHoEf { display:block; }#lHJDGbUbicbw7dJVF8lRn4Cfs6QfHoEf > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GFTtDHmyTzXQZ3v4p74SL3Z8ksPtNntf { width:19.8125rem;height:32.375rem;top:0.37799072265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK1i4MStbsM8qqi2EguzBXM8xAMTWmyr { width:5.625rem;height:7.0461855rem;top:1.5rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttkruUsXxGqlPU68OePlrORRbyILwTqd { width:7.7493105rem;height:5.88235275rem;top:2.0461883544922rem;left:11.468289613724rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MMJpLT7ktkD7Al9yXxWueedzQT0Fh5Wm { width:5.625rem;height:7.0622701875rem;top:9.0625rem;left:12.497701883316rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvDB5NKKlWn0ZvGTrk9TcwZQTSJn5qye { width:8.4375rem;height:5.88235275rem;top:9.6875rem;left:0.8125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anChNTU0dqePwXcE6vLgATUDrdCqni6S { width:5.5618105rem;height:6.9990806875rem;top:16.6875rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSRGHWGvJ3gt5GG2y7ZW42C5QqDyT344 { width:8.0618105rem;height:4.411764625rem;top:17.945770263672rem;left:11.312039613724rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gQaN69vWTGR688OA2nZZXyCmyhXHRhAF { width:5.4997701875rem;height:6.9370403125rem;top:24.375rem;left:12.593059778214rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rxk05TaCiWewWKHzDiPCTHW5XDfXBshl { width:10rem;height:5.8823528125rem;top:24.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yyTo7HpicucBkGLBDQXlrisbuDClIK6T { display:block; }#yyTo7HpicucBkGLBDQXlrisbuDClIK6T > .row .container { width:20rem;height:85.498622923828rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN { display:flex;height:auto;width:17.5rem;top:7.6967163085938rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #slox3PFmqXo4anHCK5gfXW3X1Ui3gV7J {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #wzX1cShqJVUBJyKnARQy8tOdhyU5976s {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #AeF68uKsJq6hun95fvGCfcmO4wU8qWf3 {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #ohMUOsRhafs0i1CBO4IFIITaIaNFToJs {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #Vl53VSr7X3A8blT1C8UqDNk50hZIoacm {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #xTwTE13nvsAf3aLHch6wgbsa4f8v2Ba3 {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #d85FAnxVs5vHyh2Qwf8UsooPgu0X8Pcm {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #f3bhJVIsbGpnx30Gg7CeLwWJTQbE8EJ3 {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #H6eq69LnATsyWk81PN9ExV0RAiFBNc8N {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #aKpCW1L5MkUXsJh7rBgHZTSkzDT4eA4g {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #mWWkv3lWwT1XhhUksSHfL4KKaGfkFZLb {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #iPUGGXZVNRlK1LEhCdQGVtnpz7i0E0UK {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #aR6XuPuF5cuXlPcyJgDOqWtM3cUS23Ba {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #ONyU0TCkeHdG3u0iIkTiwndd1UBw0cSJ {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #b88CTx6Vv2ZwBzQ7kEvNkBDxxTkOpQ2P {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #VE2T3DvshMNkET6QNiCvxZEUTaRI53XN {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #nErE1VwiearAttAPiEInetEWeS0QLrIy {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #SvSaqS2ddosf9TxkPomcOJklpQM3HJxX {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #Dp3ZM0KmloMuG9nXaiEGqeHiLtbIeFP7 {  }
 }@media only screen and (max-width: 763px) { #ThCPsn3bOFRavk2l20uV7hJ9ef9wPKSN #aqohxqLn0lqRfLpofMpEbm91pTOgW234 {  }
 }@media only screen and (max-width: 763px) { #skLTAmolHLw2VxLeTZLExcgpTT6Tu4E5 { width:16.6865806875rem;height:6.17647075rem;top:41.25rem;left:1.625rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFChBPqGrN1TqagcXigg182t5M1y9ooT { width:14.0625rem;height:3.75rem;top:48.6875rem;left:2.9375rem;font-size:3.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OPmIAnI1f0HMqs6ZNOKsKtSMPRlU7O9K { width:16.1247691875rem;height:4.1865806875rem;top:53.4375rem;left:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #li0C6Zyaegxx0RTTrTzy3enxuKCTPL87 { display:block; }
 }@media only screen and (max-width: 763px) { #HCJcsV2wJwT4XtUqJqKsRBQQFnMlgvSN { display:flex;width:1.5625rem;height:1.5625rem;top:56.768150326172rem;left:1.1838226318359rem;display:none; }
 }@media only screen and (max-width: 763px) { #na0O9Aiiirg9SDLmAUaPUK3xEm7Afcbi { width:6.6245403125rem;height:1.0294118125rem;top:58.625rem;left:0.625rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FHRleNGtffs5deVwg4BHPt0Pn80O37zG { width:5.9995403125rem;height:1.0294118125rem;top:58.594909667969rem;left:7.8113510608675rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AtE1EXqyBwuwIxWbnzIrZd9xEGEQhRTU { width:4.9368105rem;height:1.0294118125rem;top:58.625rem;left:14.4375rem;font-size:0.6875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NoFiEyiZl0JFEdVJyqlJCGkieReM3BsX { width:0.0620404375rem;height:1.3120404375rem;top:58.5rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #il9kqwx0qrkliT8oqItBnT8uB1sVfbBI { width:0.0620404375rem;height:1.3120404375rem;top:58.5rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1aA8rL6lR01eqs3VxGwBuINT6y1BM8g { width:4.3118105rem;height:2.7493105rem;top:45.9375rem;left:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFD84gl2kD3ve1gBhbV1DGTogGW28VdO { width:20rem;height:4.1176471875rem;top:2.2863159179688rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GOJSQvOlHNEQsECEwO3sOA7WvDhcsFnn { width:20rem;height:10.2941174375rem;top:69.375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #reTyKAfgwvpQKzJqpur7VIDHnRsEzH3z { width:3.8740806875rem;height:4.8747701875rem;top:63.875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbcEIsEidSfJ1lh0JO6gk9pqleWK9QLp { width:3.8120403125rem;height:4.8115806875rem;top:80.6875rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hec0iW2O7IvrJy1iLrxh1LXh6f32Fgg0 { width:19.8125rem;height:21.3125rem;top:39.625rem;left:0rem;display:block; }
 }