.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:245,246,243;--color-primary-1:222,225,214;--color-primary-2:188,194,173;--color-primary-3:94,97,87;--color-primary-4:28,29,26;--color-secondary-0:255,250,255;--color-secondary-1:255,239,255;--color-secondary-2:255,223,254;--color-secondary-3:128,112,127;--color-secondary-4:38,33,38;--color-tertiary-0:255,255,255;--color-tertiary-1:181,187,190;--color-tertiary-2:9,29,37;--color-tertiary-3:5,15,19;--color-tertiary-4:1,3,4;--headlines-font-family:"Yeseva One";--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:url("https://icons.assets-landingi.com/icon_62690341a5d063f6a12bb1c2f35c1a80920e4677.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#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); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { position:relative;z-index:auto;display:block; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { background-color: transparent; background-image: none; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container > .video-iframe-container { display: none; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row > .video-iframe-container { display: none; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .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); }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { border-width: 0; border-radius: 0; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:4.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#tcomDCPwKgMSBdfot347XUq0V4zBLbiD { background-color:transparent;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tcomDCPwKgMSBdfot347XUq0V4zBLbiD > .row .container { background-color: transparent; background-image: none; }#tcomDCPwKgMSBdfot347XUq0V4zBLbiD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcomDCPwKgMSBdfot347XUq0V4zBLbiD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcomDCPwKgMSBdfot347XUq0V4zBLbiD > .row .container > .video-iframe-container { display: none; }#tcomDCPwKgMSBdfot347XUq0V4zBLbiD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcomDCPwKgMSBdfot347XUq0V4zBLbiD > .row > .video-iframe-container { display: none; }#tcomDCPwKgMSBdfot347XUq0V4zBLbiD > .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); }#tcomDCPwKgMSBdfot347XUq0V4zBLbiD > .row .container { border-width: 0; border-radius: 0; }#tcomDCPwKgMSBdfot347XUq0V4zBLbiD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tcomDCPwKgMSBdfot347XUq0V4zBLbiD > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:41.8125rem;width:75rem;overflow:visible;position:relative;display:block; }#zNcbN1FfhSmFF7JaFEf6a9B18p0qUXpl { color:rgba(var(--color-tertiary-4),1);display:block;width:43.8125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:27.250000476837rem;left:26.312500953674rem;height:9.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OxTWvrkyRQMs543gKTHy5LWkPQfW6Mck { color:rgba(var(--color-tertiary-4),1);display:block;width:50.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:5.4375rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;top:5.5000001192093rem;left:24.875000953674rem;height:16.3125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#n0xBSgTzIS0M24xLcnZ7r9fuoQZgvluT { position:absolute;display:block;z-index:14990;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;box-shadow: none;height:25.875rem;width:21.25rem;top:7.6875rem;left:0.98671817779544rem;overflow:hidden;display:block; }
#d62X55kdzbDWudLlqkEaKeVSLeWvACFS { box-sizing:content-box;height:34.1875rem;width:23.125rem;position:absolute;display:block;z-index:14989;background-color:#2ed3de;background-image:none;top:5.5rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;border-top:0.0625rem solid #2ed3de;border-left:0.0625rem solid #2ed3de;border-right:0.0625rem solid #2ed3de;border-bottom:0.0625rem solid #2ed3de;display:block; }
#UOUDZFmmVBiCtEcM3iLu2ARquowDbosN { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:23.656250476837rem;left:59.436722755432rem; }
#bNTWJbTtSeokNFrbXpzMKPVDWDsZtRoE { box-sizing:content-box;height:0.0625rem;width:37.5rem;position:absolute;display:block;z-index:14988;background-color:#2ed3de;background-image:none;top:24.250000476837rem;left:21.937499046326rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row .container { background-color: transparent; background-image: none; }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row .container > .video-iframe-container { display: none; }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row > .video-iframe-container { display: none; }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .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); }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row .container { border-width: 0; border-radius: 0; }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:39.5rem;width:75rem;position:relative;display:block; }#iOlTEBLBE7qEVrg9Da6ISJQXs6iXlVqP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:30.8125rem;left:0.96875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#LNXPzb8wuMIvBEIgAz2rHP6Vic5PMBRJ { color:rgba(var(--color-tertiary-4),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:12.437499821186rem;left:0.9375rem;height:16.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EJp8CuT4UOWawOLTtRiXMZIH6sTw5BKU { box-sizing:content-box;height:29.25rem;width:18.6875rem;position:absolute;display:block;z-index:14998;background-color:#2ed3de;background-image:none;top:6.2499998807907rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#XVy153oq13GGHduIoShDTHKUeU14PAyL { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:19.875rem;width:13.125rem;top:6.2500002384187rem;left:51.437500953674rem;overflow:hidden;display:block; }
#n7aQ1tDCWHBFtLUzGa8FKPcEs1EWhBdp { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:19.75rem;width:13.125rem;top:6.25rem;left:35.937500953674rem;overflow:hidden;display:block; }
#XuZ9zfg36TE9x53LmqxT143t8ouC9UgN { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:19.75rem;width:13.125rem;top:6.25rem;left:20.562499046326rem;overflow:hidden;display:block; }
#zTuio1bnrrsI0M8fzuiEGizdFXwBOgpy { box-sizing:content-box;height:14.125rem;width:44.9375rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;top:19.031250357628rem;left:17.749218940735rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #2ed3de;border-left:0.0625rem solid #2ed3de;border-right:0.0625rem solid #2ed3de;border-bottom:0.0625rem solid #2ed3de;display:block; }
#d6P2Ecv7MOItd1wq0qpxDXcVBX0Sns5f { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:14996;background-color:#4071de;background-image:none;top:1.3125rem;left:58.687500953674rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#VftvgNXhhNMSs4kWywTNRTUKV9Ml2kas { box-sizing:content-box;height:6.5625rem;width:8.9375rem;position:absolute;display:block;z-index:14999;background-color:#4071de;background-image:none;top:28.362499594688rem;left:22.655468940735rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;display:block; }
#Tymahx6ZLAwtzI267SPpcDCViMmh9bqp { color:#e7f3fa;display:block;width:6.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:30.306250393391rem;left:23.967968940735rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dwfFdKsgNSReGuM7w0Rh9JukilQJo38X { box-sizing:content-box;height:6.5625rem;width:8.9375rem;position:absolute;display:block;z-index:15000;background-color:#4071de;background-image:none;top:28.362499594688rem;left:38.343750953674rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;display:block; }
#nwXCXPtXX9CJMtFouS4JZI79QxBp1TwH { color:#e7f3fa;display:block;width:6.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:30.306252300739rem;left:53.737500190735rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#idkq9Z9LLwP04SyQlm2OPWdcZvyWy39Q { color:rgba(var(--color-tertiary-4),1);display:block;width:15.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:8.0499992370606rem;left:1.3125rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hedk5FNNIBglBn44x0MdLOvyEHTJz1Nw { color:#e7f3fa;display:block;width:6.3125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:29.393749594688rem;left:39.656250953674rem;height:4.5rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RpX6OBlEA9DtRSePXuSWIbMw8uk6OuEm { box-sizing:content-box;height:6.5625rem;width:8.9375rem;position:absolute;display:block;z-index:15001;background-color:#4071de;background-image:none;top:28.362499594688rem;left:52.425000190735rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;display:block; }
#ZtguT7I7Jo01rSSMZ28iluyUpaXIoCQ3 { box-sizing:content-box;height:14.125rem;width:44.9375rem;position:absolute;display:block;z-index:14997;background-color:transparent;background-image:none;top:19.031250357628rem;left:17.749218940735rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0.0625rem solid #2ed3de;border-left:0.0625rem solid #2ed3de;border-right:0.0625rem solid #2ed3de;border-bottom:0.0625rem solid #2ed3de;display:none; }
#PlbFBIZxby521UTwxHJt7NebJska8wsx { box-sizing:content-box;height:6.5625rem;width:8.9375rem;position:absolute;display:block;z-index:15001;background-color:#4071de;background-image:none;top:28.362499594688rem;left:52.425000190735rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;display:none; }
#yTxNJIVPJto1yFOlti9ATedDJf36ZdU1 { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:14996;background-color:#4071de;background-image:none;top:1.3125rem;left:58.687500953674rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#tBzIrzx520IkSQCx20EcwyVotZ0IX9Wr { box-sizing:content-box;height:9.375rem;width:9.375rem;position:absolute;display:block;z-index:14996;background-color:#4071de;background-image:none;top:1.3125rem;left:58.687500953674rem;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ky3pEib4hISx506rQF1Sb13FIz66pGPU { background-color:#2ed3de;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row .container { background-color: transparent; background-image: none; }#ky3pEib4hISx506rQF1Sb13FIz66pGPU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row .container > .video-iframe-container { display: none; }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row > .video-iframe-container { display: none; }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .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); }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row .container { border-width: 0; border-radius: 0; }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:34.875rem;width:75rem;overflow:visible;position:relative;display:block; }#SPDbmsuFNhoLDIrdGNxMJFlao1cJN70G { color:rgba(var(--color-tertiary-4),1);display:block;width:25.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:7.0812506675719rem;left:49.187500953674rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iv0cTRkhKd8dGa0OWTeX1FRxEKQzd2xX { color:rgba(var(--color-tertiary-4),1);display:block;width:24.375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:13.5625rem;left:48.562500953674rem;height:8.90625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ToXXGUNBqez9GL4l1x5hZhuW0TIw3HS5 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:30.150000095367rem;left:44.524998664856rem; }
#zAygtFyHXXnkFnXkkQGTspbGace1egP9 { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:10.75rem;left:3.25rem; }
#hNJtyXedCmN1dhpaKL7SmI5pp5yyJFbA { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:7.3625030517575rem;left:22.242188453674rem; }
#OGzRN1kZLlz0SJD5EAZ0fvwb43UVpscr { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:7.5625rem;left:3.25rem; }
#G7FDnRQiOzVfGuTk6pwb3Lpw6c5UBnDd { color:rgba(var(--color-tertiary-4),1);display:block;width:25.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:8rem;left:6.2492189407349rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r6Gl05n6nsTN86lng43kbLog93CmZauW { color:rgba(var(--color-tertiary-4),1);display:block;width:25.0625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:7.875rem;left:25.067189216614rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#boenMDSkrW5rZw208LOHPS7uM2V16Q2J { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:11.25rem;left:6.2492189407349rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p76cZGXtAOUQ4dPFuaCoO3e4pRMRUtdz { box-sizing:content-box;height:24.5625rem;width:45.75rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;top:6.6875004768369rem;left:0.82499980926512rem;border-top-left-radius:3rem;border-top-right-radius:3rem;border-bottom-left-radius:3rem;border-bottom-right-radius:3rem;border-top:0.0625rem solid rgba(var(--color-tertiary-4),1);border-left:0.0625rem solid rgba(var(--color-tertiary-4),1);border-right:0.0625rem solid rgba(var(--color-tertiary-4),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-4),1);display:block; }
#sFbK97tKLzSeWNOeEyzc6tcHn28n2IRD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:14.425003051757rem;left:3.3609371185302rem; }
#hlRwnnXiKptZmvqCkt2P63d8qSX8WTxG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:14.175003051757rem;left:22.429688453674rem; }
#e20LMuBx2HDISdeiW2gJZszbcnOxhysG { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:14.706253051757rem;left:6.2492189407349rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#S8sHTCRf3zlhTQLmt2PrJ5gCQBvLVXq0 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:14.706253051757rem;left:26.175000190735rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UOV8K9LVhP4tP5TI6HE4XQosHbK4mrzy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:10.25rem;left:22.148438453674rem; }
#EoPWkHLXNd2JurZEaeEgscE4lw6vlubZ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:11.25rem;left:26.175000190735rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Ol714T9R6zLKCwtCT7asR7iGd3aIyf68 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:7.0812506675719rem;left:0.82421875rem; }
#RavaZFDBvGJppzrU43fzikaPitTbpwlL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:17.643753051757rem;left:3.21875rem; }
#zSyfzvRcTmMrnDsMQgdcWuIEh7dTMSGU { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:17.987503051757rem;left:6.2492189407349rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Cz8AOb9oP02gCXy6KB9ADS1naEETwiuJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:17.581253051757rem;left:22.429688453674rem; }
#rnHLxuPz93ryo1KHUfEWrnet7HlUQneF { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:17.987503051757rem;left:26.175000190735rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ra7ici9haIAVEJNkk8NziNKoKUXUNXaL { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:21.25rem;left:6.2492189407349rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OfX3pP7p5uOJSTb8mcgnInAlGvIf5WLf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:20.6875rem;left:3rem; }
#eFDp94M3JQ6qPwiCMT8FRDGB80RSg6AE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:20.375rem;left:22.367188453674rem; }
#LDtPTn2mPqvfQnrmSAmu1CoNrl5FXCuQ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:21.25rem;left:26.274998664856rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Hy7ZSpQc7w9FV2GAROMASTdM1yeFhn7k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:24.125rem;left:22.585938453674rem; }
#ZAfB05y9HUy5mTSeAJWCqQ8PxGmJf91H { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:24.4375rem;left:26.274998664856rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DgtBqqhxJ8oGWTLJnzytfVp6x4ECGRdH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:23.625rem;left:2.75rem; }
#m7zWVa5veSnANgZerEwov78G1V4oFLno { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15013;line-height:1.5;letter-spacing:0;top:24.4375rem;left:6.2492189407349rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hTHqpHuQgDOSKeuzVLFvcEg19mZfTBmJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.75rem;width:2.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:26.812502384186rem;left:22.367188453674rem; }
#DqcxiUrpNT2kJstFLHJeyUCoZmnAct3o { color:rgba(var(--color-tertiary-4),1);display:block;width:25.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:27.437502384186rem;left:26.175000190735rem;height:1.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z3e8hqTx8OuwFUaUJaHuPS54Q1aSI075 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:27.5869140625rem;left:3rem; }
#L1h2XtzqifT5L5lVG2dOIT5XnJ4PsqU4 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:27.611328125rem;left:6.2490234375rem;height:2.5996125rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { display:block; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tcomDCPwKgMSBdfot347XUq0V4zBLbiD { display:block; }#tcomDCPwKgMSBdfot347XUq0V4zBLbiD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNcbN1FfhSmFF7JaFEf6a9B18p0qUXpl { top:27.25rem;left:3.9375rem;width:43.8125rem;height:9.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OxTWvrkyRQMs543gKTHy5LWkPQfW6Mck { top:5.5rem;left:0rem;width:47.75rem;height:16.3125rem;font-size:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0xBSgTzIS0M24xLcnZ7r9fuoQZgvluT { top:7.6875rem;left:0rem;width:21.25rem;height:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d62X55kdzbDWudLlqkEaKeVSLeWvACFS { top:5.5rem;left:0rem;width:23.125rem;height:34.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOUDZFmmVBiCtEcM3iLu2ARquowDbosN { top:23.625rem;left:45.811722755432rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNTWJbTtSeokNFrbXpzMKPVDWDsZtRoE { top:24.25rem;left:8.3124990463256rem;width:37.5rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d { display:block; }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOlTEBLBE7qEVrg9Da6ISJQXs6iXlVqP { top:30.8125rem;left:0rem;width:16.8125rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNXPzb8wuMIvBEIgAz2rHP6Vic5PMBRJ { top:12.375rem;left:0rem;width:16.875rem;height:16.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJp8CuT4UOWawOLTtRiXMZIH6sTw5BKU { top:6.1875rem;left:0rem;width:18.6875rem;height:29.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XVy153oq13GGHduIoShDTHKUeU14PAyL { top:6.25rem;left:34.625rem;width:13.125rem;height:19.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7aQ1tDCWHBFtLUzGa8FKPcEs1EWhBdp { top:6.25rem;left:22.312500953674rem;width:13.125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuZ9zfg36TE9x53LmqxT143t8ouC9UgN { top:6.25rem;left:6.9374990463256rem;width:13.125rem;height:19.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTuio1bnrrsI0M8fzuiEGizdFXwBOgpy { top:19rem;left:2.6875rem;width:44.9375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6P2Ecv7MOItd1wq0qpxDXcVBX0Sns5f { top:1.3125rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VftvgNXhhNMSs4kWywTNRTUKV9Ml2kas { top:28.3125rem;left:9.030468940735rem;width:8.9375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tymahx6ZLAwtzI267SPpcDCViMmh9bqp { top:30.25rem;left:10.342968940735rem;width:6.3125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwfFdKsgNSReGuM7w0Rh9JukilQJo38X { top:28.3125rem;left:24.718750953674rem;width:8.9375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwXCXPtXX9CJMtFouS4JZI79QxBp1TwH { top:30.25rem;left:40.112500190735rem;width:6.3125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #idkq9Z9LLwP04SyQlm2OPWdcZvyWy39Q { top:8rem;left:0rem;width:15.9375rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hedk5FNNIBglBn44x0MdLOvyEHTJz1Nw { top:29.375rem;left:26.031250953674rem;width:6.3125rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpX6OBlEA9DtRSePXuSWIbMw8uk6OuEm { top:28.3125rem;left:38.800000190735rem;width:8.9375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtguT7I7Jo01rSSMZ28iluyUpaXIoCQ3 { top:19rem;left:2.6875rem;width:44.9375rem;height:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #PlbFBIZxby521UTwxHJt7NebJska8wsx { top:28.3125rem;left:38.800000190735rem;width:8.9375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yTxNJIVPJto1yFOlti9ATedDJf36ZdU1 { top:1.3125rem;left:38.375rem;width:9.375rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tBzIrzx520IkSQCx20EcwyVotZ0IX9Wr { top:1.3125rem;left:38.375rem;width:9.375rem;height:9.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ky3pEib4hISx506rQF1Sb13FIz66pGPU { display:block; }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPDbmsuFNhoLDIrdGNxMJFlao1cJN70G { top:7.0625rem;left:18.625rem;width:25.6875rem;height:3rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #iv0cTRkhKd8dGa0OWTeX1FRxEKQzd2xX { top:13.5625rem;left:23.375rem;width:24.375rem;height:8.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToXXGUNBqez9GL4l1x5hZhuW0TIw3HS5 { top:30.125rem;left:30.899998664856rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zAygtFyHXXnkFnXkkQGTspbGace1egP9 { top:10.75rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNJtyXedCmN1dhpaKL7SmI5pp5yyJFbA { top:7.3125rem;left:8.6171884536744rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGzRN1kZLlz0SJD5EAZ0fvwb43UVpscr { top:7.5625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7FDnRQiOzVfGuTk6pwb3Lpw6c5UBnDd { top:8rem;left:0rem;width:25.125rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r6Gl05n6nsTN86lng43kbLog93CmZauW { top:7.875rem;left:11.442189216614rem;width:25.0625rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #boenMDSkrW5rZw208LOHPS7uM2V16Q2J { top:11.25rem;left:0rem;width:25.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p76cZGXtAOUQ4dPFuaCoO3e4pRMRUtdz { top:6.6875rem;left:0rem;width:45.75rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFbK97tKLzSeWNOeEyzc6tcHn28n2IRD { top:14.375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlRwnnXiKptZmvqCkt2P63d8qSX8WTxG { top:14.125rem;left:8.8046884536744rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e20LMuBx2HDISdeiW2gJZszbcnOxhysG { top:14.6875rem;left:0rem;width:25.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8sHTCRf3zlhTQLmt2PrJ5gCQBvLVXq0 { top:14.6875rem;left:12.550000190735rem;width:25.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOV8K9LVhP4tP5TI6HE4XQosHbK4mrzy { top:10.25rem;left:8.5234384536744rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoPWkHLXNd2JurZEaeEgscE4lw6vlubZ { top:11.25rem;left:12.550000190735rem;width:25.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ol714T9R6zLKCwtCT7asR7iGd3aIyf68 { top:7.0625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RavaZFDBvGJppzrU43fzikaPitTbpwlL { top:17.625rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zSyfzvRcTmMrnDsMQgdcWuIEh7dTMSGU { top:17.9375rem;left:0rem;width:25.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cz8AOb9oP02gCXy6KB9ADS1naEETwiuJ { top:17.5625rem;left:8.8046884536744rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rnHLxuPz93ryo1KHUfEWrnet7HlUQneF { top:17.9375rem;left:12.550000190735rem;width:25.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ra7ici9haIAVEJNkk8NziNKoKUXUNXaL { top:21.25rem;left:0rem;width:25.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfX3pP7p5uOJSTb8mcgnInAlGvIf5WLf { top:20.6875rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFDp94M3JQ6qPwiCMT8FRDGB80RSg6AE { top:20.375rem;left:8.7421884536744rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDtPTn2mPqvfQnrmSAmu1CoNrl5FXCuQ { top:21.25rem;left:12.649998664856rem;width:25.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hy7ZSpQc7w9FV2GAROMASTdM1yeFhn7k { top:24.125rem;left:8.9609384536744rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAfB05y9HUy5mTSeAJWCqQ8PxGmJf91H { top:24.4375rem;left:12.649998664856rem;width:25.875rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgtBqqhxJ8oGWTLJnzytfVp6x4ECGRdH { top:23.625rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7zWVa5veSnANgZerEwov78G1V4oFLno { top:24.4375rem;left:0rem;width:25.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTHqpHuQgDOSKeuzVLFvcEg19mZfTBmJ { top:26.8125rem;left:8.7421884536744rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DqcxiUrpNT2kJstFLHJeyUCoZmnAct3o { top:27.4375rem;left:12.550000190735rem;width:25.875rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3e8hqTx8OuwFUaUJaHuPS54Q1aSI075 { top:27.5625rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L1h2XtzqifT5L5lVG2dOIT5XnJ4PsqU4 { top:27.5625rem;left:0rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x { position:relative;z-index:auto;display:block; }#JwoQCaNRKDlsBzF4hV5G3n1NboZsHg6x > .row .container { width:20rem;height:8.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tcomDCPwKgMSBdfot347XUq0V4zBLbiD { display:block; }#tcomDCPwKgMSBdfot347XUq0V4zBLbiD > .row .container { width:20rem;height:48.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zNcbN1FfhSmFF7JaFEf6a9B18p0qUXpl { width:20rem;height:12rem;top:11.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OxTWvrkyRQMs543gKTHy5LWkPQfW6Mck { width:20rem;height:6rem;top:3.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n0xBSgTzIS0M24xLcnZ7r9fuoQZgvluT { width:15.1875rem;height:18.5rem;top:25.75rem;left:2.40625rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d62X55kdzbDWudLlqkEaKeVSLeWvACFS { width:19.9375rem;height:21.875rem;top:24.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UOUDZFmmVBiCtEcM3iLu2ARquowDbosN { display:flex;width:1.25rem;height:1.25rem;top:9.90625rem;left:17.861718714238rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #bNTWJbTtSeokNFrbXpzMKPVDWDsZtRoE { width:20rem;height:0.0625rem;top:10.5rem;left:0rem;z-index:14994;display:block; }
 }@media only screen and (max-width: 763px) { #hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d { display:block; }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row .container { width:20rem;height:53.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOlTEBLBE7qEVrg9Da6ISJQXs6iXlVqP { width:18.125rem;height:2rem;top:24.3125rem;left:0.9375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LNXPzb8wuMIvBEIgAz2rHP6Vic5PMBRJ { width:18.125rem;height:14.4375rem;top:7.625rem;left:0.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EJp8CuT4UOWawOLTtRiXMZIH6sTw5BKU { width:20rem;height:4.0625rem;top:1.25rem;left:0rem;z-index:14995;background-color:#4071de;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XVy153oq13GGHduIoShDTHKUeU14PAyL { width:4.4375rem;height:6.9375rem;top:27.25rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7aQ1tDCWHBFtLUzGa8FKPcEs1EWhBdp { width:5rem;height:7.8125rem;top:40.6875rem;left:4.375rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #XuZ9zfg36TE9x53LmqxT143t8ouC9UgN { width:4.875rem;height:7.4375rem;top:33.25rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTuio1bnrrsI0M8fzuiEGizdFXwBOgpy { width:16.25rem;height:5.4375rem;top:31.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6P2Ecv7MOItd1wq0qpxDXcVBX0Sns5f { width:4.875rem;height:4.875rem;top:46.6875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VftvgNXhhNMSs4kWywTNRTUKV9Ml2kas { width:20rem;height:16.6875rem;top:6.5rem;left:0rem;z-index:14995;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:#2ed3de;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Tymahx6ZLAwtzI267SPpcDCViMmh9bqp { width:8.1875rem;height:2.625rem;top:35.65625rem;left:3.5rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dwfFdKsgNSReGuM7w0Rh9JukilQJo38X { width:6.3125rem;height:4.625rem;top:43.46875rem;left:10.78125rem;z-index:14995;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwXCXPtXX9CJMtFouS4JZI79QxBp1TwH { width:6.3125rem;height:2.625rem;top:28.96875rem;left:9.71875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #idkq9Z9LLwP04SyQlm2OPWdcZvyWy39Q { width:15.9375rem;height:2rem;top:2.28125rem;left:2.03125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hedk5FNNIBglBn44x0MdLOvyEHTJz1Nw { width:6.3125rem;height:3.9375rem;top:43.8125rem;left:10.78125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RpX6OBlEA9DtRSePXuSWIbMw8uk6OuEm { width:6.8125rem;height:4.9375rem;top:34.625rem;left:4.09375rem;z-index:14995;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZtguT7I7Jo01rSSMZ28iluyUpaXIoCQ3 { width:16.25rem;height:5.4375rem;top:39.5625rem;left:1.8125rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #PlbFBIZxby521UTwxHJt7NebJska8wsx { width:6.8125rem;height:4.9375rem;top:27.875rem;left:9.40625rem;z-index:14996;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTxNJIVPJto1yFOlti9ATedDJf36ZdU1 { width:4.875rem;height:4.875rem;top:37.59375rem;left:14.25rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #tBzIrzx520IkSQCx20EcwyVotZ0IX9Wr { width:4.875rem;height:4.875rem;top:26.1875rem;left:0.9375rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #ky3pEib4hISx506rQF1Sb13FIz66pGPU { display:block; }#ky3pEib4hISx506rQF1Sb13FIz66pGPU > .row .container { width:20rem;height:82.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SPDbmsuFNhoLDIrdGNxMJFlao1cJN70G { width:20rem;height:2rem;top:1.9375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iv0cTRkhKd8dGa0OWTeX1FRxEKQzd2xX { width:20rem;height:9rem;top:4.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ToXXGUNBqez9GL4l1x5hZhuW0TIw3HS5 { display:flex;width:1.25rem;height:1.25rem;top:14.5rem;left:0.62421876192093rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #zAygtFyHXXnkFnXkkQGTspbGace1egP9 { display:flex;width:2.5rem;height:2.5rem;top:24.8125rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #hNJtyXedCmN1dhpaKL7SmI5pp5yyJFbA { display:flex;width:3.25rem;height:3.25rem;top:19.875rem;left:8.375rem; }
 }@media only screen and (max-width: 763px) { #OGzRN1kZLlz0SJD5EAZ0fvwb43UVpscr { display:flex;width:2.625rem;height:2.625rem;top:15.75rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #G7FDnRQiOzVfGuTk6pwb3Lpw6c5UBnDd { width:18.75rem;height:1.5rem;top:18.375rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r6Gl05n6nsTN86lng43kbLog93CmZauW { width:18.75rem;height:1.5rem;top:23.125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #boenMDSkrW5rZw208LOHPS7uM2V16Q2J { width:18.75rem;height:1.5rem;top:27.3125rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p76cZGXtAOUQ4dPFuaCoO3e4pRMRUtdz { width:19.9375rem;height:65.5625rem;top:14.5rem;left:0rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #sFbK97tKLzSeWNOeEyzc6tcHn28n2IRD { display:flex;width:2.125rem;height:2.125rem;top:34.1875rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #hlRwnnXiKptZmvqCkt2P63d8qSX8WTxG { display:flex;width:2.5625rem;height:2.5625rem;top:37.8125rem;left:8.71875rem; }
 }@media only screen and (max-width: 763px) { #e20LMuBx2HDISdeiW2gJZszbcnOxhysG { width:20rem;height:1.5rem;top:36.3125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S8sHTCRf3zlhTQLmt2PrJ5gCQBvLVXq0 { width:20rem;height:1.5rem;top:40.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UOV8K9LVhP4tP5TI6HE4XQosHbK4mrzy { display:flex;width:3.125rem;height:3.125rem;top:28.8125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #EoPWkHLXNd2JurZEaeEgscE4lw6vlubZ { width:20rem;height:1.5rem;top:31.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ol714T9R6zLKCwtCT7asR7iGd3aIyf68 { display:flex;width:1.25rem;height:1.25rem;top:77.224609375rem;left:17.625rem;z-index:15008; }
 }@media only screen and (max-width: 763px) { #RavaZFDBvGJppzrU43fzikaPitTbpwlL { display:flex;width:2.1875rem;height:2.1875rem;top:42.625rem;left:8.90625rem; }
 }@media only screen and (max-width: 763px) { #zSyfzvRcTmMrnDsMQgdcWuIEh7dTMSGU { width:20rem;height:1.5rem;top:44.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cz8AOb9oP02gCXy6KB9ADS1naEETwiuJ { display:flex;width:2.375rem;height:2.375rem;top:46.625rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #rnHLxuPz93ryo1KHUfEWrnet7HlUQneF { width:20rem;height:1.5rem;top:49rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ra7ici9haIAVEJNkk8NziNKoKUXUNXaL { width:20rem;height:1.5rem;top:53.125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OfX3pP7p5uOJSTb8mcgnInAlGvIf5WLf { display:flex;width:2.625rem;height:2.625rem;top:50.5rem;left:8.6875rem; }
 }@media only screen and (max-width: 763px) { #eFDp94M3JQ6qPwiCMT8FRDGB80RSg6AE { display:flex;width:3rem;height:3rem;top:54.625rem;left:8.5rem; }
 }@media only screen and (max-width: 763px) { #LDtPTn2mPqvfQnrmSAmu1CoNrl5FXCuQ { width:20rem;height:1.5rem;top:57.625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Hy7ZSpQc7w9FV2GAROMASTdM1yeFhn7k { display:flex;width:2.125rem;height:2.125rem;top:63.375rem;left:8.9375rem; }
 }@media only screen and (max-width: 763px) { #ZAfB05y9HUy5mTSeAJWCqQ8PxGmJf91H { width:20rem;height:1.5rem;top:65.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DgtBqqhxJ8oGWTLJnzytfVp6x4ECGRdH { display:flex;width:2.5625rem;height:2.5625rem;top:59.125rem;left:8.71875rem; }
 }@media only screen and (max-width: 763px) { #m7zWVa5veSnANgZerEwov78G1V4oFLno { width:20rem;height:1.5rem;top:61.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hTHqpHuQgDOSKeuzVLFvcEg19mZfTBmJ { display:flex;width:2.75rem;height:2.75rem;top:67rem;left:8.625rem; }
 }@media only screen and (max-width: 763px) { #DqcxiUrpNT2kJstFLHJeyUCoZmnAct3o { width:19.5625rem;height:1.5rem;top:69.75rem;left:0.3125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z3e8hqTx8OuwFUaUJaHuPS54Q1aSI075 { display:flex;width:2.375rem;height:2.375rem;top:72.125rem;left:8.8125rem; }
 }@media only screen and (max-width: 763px) { #L1h2XtzqifT5L5lVG2dOIT5XnJ4PsqU4 { width:12.1875rem;height:2.5996125rem;top:74.6875rem;left:4.53125rem;font-size:1rem;display:block; }
 }