.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:225,249,249;--color-primary-1:157,235,235;--color-primary-2:58,214,214;--color-primary-3:29,107,107;--color-primary-4:9,32,32;--color-secondary-0:255,255,255;--color-secondary-1:229,229,229;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:217,217,217;--color-tertiary-1:128,128,128;--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:"raleway"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-secondary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0066d3;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; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container { background-color: transparent; background-image: none; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container > .video-iframe-container { display: none; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row > .video-iframe-container { display: none; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .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); }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container { border-width: 0; border-radius: 0; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:75rem;position:relative;display:block; }#nBrLlyp7MkiPTg4llBLTHvD2k9toTvZW { color:rgba(var(--color-secondary-0),1);display:block;width:32.875rem;position:absolute;font-family:"yeseva one";font-size:2.125rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:2.75rem;left:9.9375rem;height:11.046875rem;font-style:normal;display:block; }
#FRJTP0HeXyVS9Ddb3IT0HxGldgwLPaci { z-index:15003;top:20.60000038147rem;left:9.9375rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:#0066d3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.75rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lFy6VrLfZUJBcXsfk5nKT15MQu3ODXtR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DoD4JrrCPKfCvHg5h3PvpczI3JK4sZar { position:absolute;display:block;z-index:15002;border-bottom:0;border-left:0;border-right:0;border-top: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;height:25.375rem;width:20.25rem;top:0.5625rem;left:44.323959827423rem;overflow:hidden;display:block; }
#IluBn2znIPTE5vLKoQwIe7GxlUVAyIM2 { color:rgba(var(--color-secondary-0),1);display:block;width:30.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:14.687500953674rem;left:9.9375004768369rem;height:5.2rem;display:block; }
#Z0RtZ6b12BKulqR29O819JeeOqFfAIUB { box-sizing:content-box;height:19.625rem;width:22.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),0.03);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-secondary-0),0.26);border-left:0.0625rem solid rgba(var(--color-secondary-0),0.26);border-right:0.0625rem solid rgba(var(--color-secondary-0),0.26);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),0.26);top:2.7500002384186rem;left:43.163544178009rem;display:block; }
#w82L8fE8IJRUCCLiZznIIzSG31QcT2We { position:relative;display:block; }#w82L8fE8IJRUCCLiZznIIzSG31QcT2We { background-color: transparent; background-image: none; }#w82L8fE8IJRUCCLiZznIIzSG31QcT2We::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w82L8fE8IJRUCCLiZznIIzSG31QcT2We > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w82L8fE8IJRUCCLiZznIIzSG31QcT2We > .row .container > .video-iframe-container { display: none; }#w82L8fE8IJRUCCLiZznIIzSG31QcT2We > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w82L8fE8IJRUCCLiZznIIzSG31QcT2We > .row > .video-iframe-container { display: none; }#w82L8fE8IJRUCCLiZznIIzSG31QcT2We > .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); }#w82L8fE8IJRUCCLiZznIIzSG31QcT2We { border-width: 0; border-radius: 0; }#w82L8fE8IJRUCCLiZznIIzSG31QcT2We > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#w82L8fE8IJRUCCLiZznIIzSG31QcT2We > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:34.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#MMTkVRFCFSODGu2hHix8ofUqQNgn7W3E { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:32rem;width:17.875rem;top:1.5625rem;left:29.062500476837rem;display:block; }
#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M { position:relative;display:block; }#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M { background-color: transparent; background-image: none; }#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M > .row .container > .video-iframe-container { display: none; }#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M > .row > .video-iframe-container { display: none; }#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M > .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); }#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M { border-width: 0; border-radius: 0; }#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rfkaraU8zd3KPk7X3yAZaDnTcviBEcF6 { color:#0073fe;display:block;width:75rem;position:absolute;font-family:"yeseva one";font-size:2.5rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:0.125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR { position:relative;display:block; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR { background-color: transparent; background-image: none; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .row .container > .video-iframe-container { display: none; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .row > .video-iframe-container { display: none; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .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); }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR { border-width: 0; border-radius: 0; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#BQu2uPzu4u48kFL9w5QwsKE70lX9xy87 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15000;line-height:1.5;letter-spacing:0;top:0.1875rem;left:0rem;height:3.75rem;text-align:center;text-align-last:center;display:block; }
#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy { position:relative;display:block; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy { background-color: transparent; background-image: none; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container > .video-iframe-container { display: none; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row > .video-iframe-container { display: none; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .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); }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy { border-width: 0; border-radius: 0; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ui4A9v1bm9OBkWrr81OVbrcrr5pdCVzV { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.875rem;top:1.9375rem;left:32.75rem;overflow:hidden;display:block; }
#cdEnEX6eypFWpEhlzCZfJn7mwCJ4xrnX { position:absolute;display:block;z-index:15003;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:3.625rem;width:3.9375rem;top:2.24166625rem;left:12.656364460028rem;overflow:hidden;display:block; }
#xymT64IyONgQOiFwkqli2Cp6uAAADw68 { position:absolute;display:block;z-index:15004;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:3.75rem;width:4.0625rem;top:2.3125rem;left:57.093749523163rem;overflow:hidden;display:block; }
#CJHCykZavaCNlFMQMzffiM9uo2Sb3bPt { position:absolute;display:block;z-index:15006;background-color:#0073fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.625rem;top:8.5041673183444rem;left:53.81250333786rem;display:block; }
#NWTpXHTQ3BA0wLoyDOZgXTp3LDNLdIb9 { position:absolute;display:block;z-index:15008;background-color:#0073fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.625rem;top:8.5041673183444rem;left:29.87500333786rem;display:block; }
#Ml2uWTDNLw4ONDxUwuWvzEStQ916qs7r { color:#0073fe;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:7rem;left:28.031250476837rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SzKaFkBdTpPT3wa9KH3yu9PTZIsyvCkT { color:#0073fe;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:7.0000009536744rem;left:52.15625333786rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uZiLlQfaaWU5ZIVQnOT2VtUPGn9mB5oD { color:#0073fe;display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.9375rem;left:7.375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PK3KTraUl4c9JsTQkhBl0Tfasp9ApfNr { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:9.5625007152556rem;left:26.749999523163rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#nunt5RtVz7RNxqrwXzu4Pb7TF9AU4IfD { color:rgba(var(--color-tertiary-2),1);display:block;width:26.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:9.5625007152556rem;left:45.71875333786rem;height:7.3125rem;text-align:center;text-align-last:center;display:block; }
#xUnzwn3Cvry0knBJIMXTzTB1JhNbLVpE { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:9.5625007152556rem;left:5.8750004768372rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#UfDTK1VzPIg7Pf8lB0ENFEBN0WR93VQ1 { position:absolute;display:block;z-index:15009;background-color:#0073fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.625rem;top:8.5041673183444rem;left:9.1562495231631rem;display:block; }
#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 { position:relative;display:block; }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 { background-color: transparent; background-image: none; }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row .container > .video-iframe-container { display: none; }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row > .video-iframe-container { display: none; }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .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); }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 { border-width: 0; border-radius: 0; }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vPnXAXSPgLra1ZdRLUIU2VvfGEsCmgvK { position:absolute;display:block;z-index:15000;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.3125rem;width:75rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq { position:relative;display:block; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq { background-color: transparent; background-image: none; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container > .video-iframe-container { display: none; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row > .video-iframe-container { display: none; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .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); }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq { border-width: 0; border-radius: 0; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:2.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr { position:relative;display:block; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr { background-color: transparent; background-image: none; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container > .video-iframe-container { display: none; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row > .video-iframe-container { display: none; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .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); }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr { border-width: 0; border-radius: 0; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#rCpFOsmq0h3QEMzzvuFX6Aeq9XM7z4Ay { color:#0073fe;display:block;width:75rem;position:absolute;font-family:"yeseva one";font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0.0625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KNq5ldOizUJILusdrbbB77wtnUoVb6dT { position:relative;display:block; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT { background-color: transparent; background-image: none; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row .container > .video-iframe-container { display: none; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row > .video-iframe-container { display: none; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .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); }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT { border-width: 0; border-radius: 0; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:3.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZPwxOATxn2dVDTeV0EBQ8U4J5u4053z9 { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:0.3125rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#vennRhzKpioRHvoRO3DOR2OeGuND2XNZ { position:relative;display:block; }#vennRhzKpioRHvoRO3DOR2OeGuND2XNZ { background-color: transparent; background-image: none; }#vennRhzKpioRHvoRO3DOR2OeGuND2XNZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vennRhzKpioRHvoRO3DOR2OeGuND2XNZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vennRhzKpioRHvoRO3DOR2OeGuND2XNZ > .row .container > .video-iframe-container { display: none; }#vennRhzKpioRHvoRO3DOR2OeGuND2XNZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vennRhzKpioRHvoRO3DOR2OeGuND2XNZ > .row > .video-iframe-container { display: none; }#vennRhzKpioRHvoRO3DOR2OeGuND2XNZ > .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); }#vennRhzKpioRHvoRO3DOR2OeGuND2XNZ { border-width: 0; border-radius: 0; }#vennRhzKpioRHvoRO3DOR2OeGuND2XNZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#vennRhzKpioRHvoRO3DOR2OeGuND2XNZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CoGk4CF0K346w4061Zmu2wkOChl7lsha { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:26.75rem;width:14.6875rem;top:0rem;left:2.5000004768372rem;display:block; }
#gTzaQJkLn1zdawp3b4G2XuNA5TTmT20H { position:absolute;display:block;z-index:15001;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:14.6875rem;width:11.5625rem;top:0rem;left:4.0625004768372rem;overflow:hidden;display:block; }
#inCRnVJ1FNkdL7sRUUIWl34WS00eQaTX { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.146876811981rem;left:2.2187504768372rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#VBhR9y77CPZtfcVz6UpWcetOlkH8ClLg { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:26.75rem;width:14.6875rem;top:0rem;left:39.629168987274rem;display:block; }
#ZFObZlZVIzQHZi2AH0S9EgcWZnkDHEeN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:12.8125rem;top:0rem;left:20.441667079926rem;overflow:hidden;display:block; }
#Ftp23azh8rR6WaQkrs79PdbR0aUIpLnT { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:26.75rem;width:14.6875rem;top:0rem;left:57.066672801971rem;display:block; }
#UWUwqN0tmO0pMpsI03Gy38ukiOnNpmvU { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:12.1875rem;top:0.066666603088381rem;left:40.566668987274rem;overflow:hidden;display:block; }
#ux0nQVEMz7esAe5H0I10xggfeTXBDoRe { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:12.375rem;top:0rem;left:58.004172801971rem;overflow:hidden;display:block; }
#qD6yTHp9ulxvrV4FupEES4Jvw9FzIsgd { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:26.75rem;width:14.6875rem;top:0rem;left:19.504167079926rem;display:block; }
#E41Im5dMQ6zvnPThPdXpr0lugSwXwtzZ { z-index:15004;top:21.721875667572rem;left:23.097917079926rem;background-color:#0073fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Vq5hd9wxZkC0x7JIaORJmqu1pA3Q6Fnp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IKyCUN7cZ5GzoE1GIScdB0cc74pxsi07 { z-index:15005;top:21.721875667572rem;left:5.7187504768372rem;background-color:#0073fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#K4guTh8ZetN37wQNxs9BCXc2fafvquqk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C5bFFDz9EbBeM4nqlZDMpLHmvX57NE6R { z-index:15005;top:21.721875667572rem;left:43.222918987274rem;background-color:#0073fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#usFar8AkE1zzvx6VFFLG68LXkCXgElC4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JMdsP3bux0ENyyKV7iLpoJTkFnkLuFFC { z-index:15006;top:21.721875667572rem;left:60.660422801971rem;background-color:#0073fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zq3FTG01aqyTdotvHPknkqAVWOopMhBZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EocHMiDuQx9Kxvp2s8kMVla8UBR0Pu9h { color:#0073fe;display:block;width:12.5625rem;position:absolute;font-family:"yeseva one";font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.606250286102rem;left:3.5625004768372rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LqTqZyKbwtU1r6dHqdV6sbBiLAIb0IGn { color:#0073fe;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.638541698456rem;left:2.2187504768372rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#k0mqrBmOKCcBatSo4ebR8RsMqfLruRAM { color:#0073fe;display:block;width:16.1875rem;position:absolute;font-family:"yeseva one";font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.687501430511rem;left:18.754167079926rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X8aVLwM2pr8BiaHJupz4xSvUbNrRRT2w { color:#0073fe;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.556251049042rem;left:19.597917079926rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#AntKoiEZzIigTE7FXkHPbcEe9emQeuQE { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.146874904633rem;left:19.597917079926rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#nIc8Kaz45pGp5zJDAl0gWqVWfzDcOdbf { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.146874904633rem;left:39.722918987274rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#pRZiivhylw90mIdCX4NehxHsyRGmKBL6 { color:#0073fe;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.556251049042rem;left:39.722918987274rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#B2TTxeMk6B7i8yt3DCfFRDPO7cDXH69b { color:#0073fe;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.556251049042rem;left:57.160422801971rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#w92FMtBEgvWVNA9pfTASdtxQeZSsqu8m { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.146874904633rem;left:58.004172801971rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#fGPLT6eCag5Lg40WCw63ocpDTVgXrgVK { color:#0073fe;display:block;width:15.0625rem;position:absolute;font-family:"yeseva one";font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.687501430511rem;left:39.441668987274rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Inut6f6NQCUaTMcpPakR8br1fd83e9QL { color:#0073fe;display:block;width:15.75rem;position:absolute;font-family:"yeseva one";font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:14.687501430511rem;left:56.535422801971rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qq1tbNoMSr81FJe6TWobzooKya2Qub4s { position:relative;display:block; }#Qq1tbNoMSr81FJe6TWobzooKya2Qub4s { background-color: transparent; background-image: none; }#Qq1tbNoMSr81FJe6TWobzooKya2Qub4s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qq1tbNoMSr81FJe6TWobzooKya2Qub4s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qq1tbNoMSr81FJe6TWobzooKya2Qub4s > .row .container > .video-iframe-container { display: none; }#Qq1tbNoMSr81FJe6TWobzooKya2Qub4s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Qq1tbNoMSr81FJe6TWobzooKya2Qub4s > .row > .video-iframe-container { display: none; }#Qq1tbNoMSr81FJe6TWobzooKya2Qub4s > .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); }#Qq1tbNoMSr81FJe6TWobzooKya2Qub4s { border-width: 0; border-radius: 0; }#Qq1tbNoMSr81FJe6TWobzooKya2Qub4s > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Qq1tbNoMSr81FJe6TWobzooKya2Qub4s > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#nqeHeQQGxQN7poWrEsKQd1F4KXMiA5tq { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:26.75rem;width:14.6875rem;top:0rem;left:2.5000004768372rem;display:block; }
#ZA8LxSeqzxTxbDUtdek3rhh2mqREm8LM { position:absolute;display:block;z-index:15001;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:13.75rem;width:11.5625rem;top:0rem;left:4.0625004768372rem;overflow:hidden;display:block; }
#gtoQ9ai3WzBWK6DBJf7r7PZMbqPiuSJz { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.146876811981rem;left:2.2187504768372rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#gsPlpmewiRD1Q6U7sgTeFor5uH5nVhfO { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:26.75rem;width:14.6875rem;top:0rem;left:39.629168987274rem;display:block; }
#hvui5oPV8OtTOKZmOddGK8WkGOWqtMh9 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.25rem;width:12.8125rem;top:0rem;left:20.441667079926rem;overflow:hidden;display:block; }
#aasmyWGCTgT8kyt4BD9sHqnFNuQzch4O { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:26.75rem;width:14.6875rem;top:0rem;left:57.066672801971rem;display:block; }
#N5QF0MlWUxF2oJs7sFQzcSCZv6Tr1q63 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:12.1875rem;top:0.066666603088381rem;left:40.566668987274rem;overflow:hidden;display:block; }
#PPfBaeQMTViWSWZZCxiClWrWhqtTwb2A { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:12.375rem;top:0rem;left:58.004172801971rem;overflow:hidden;display:block; }
#uGGHdBL4CAPwDwBPxTEqFukST16eLpIi { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:26.75rem;width:14.6875rem;top:0rem;left:19.504167079926rem;display:block; }
#kow8Oy5mrwZOKVLurp73rPB2eDTQ768a { z-index:15004;top:21.721875667572rem;left:23.097917079926rem;background-color:#0073fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AaTP6htOyNTHNrKIdMhNIFd0CxqEX2Mv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xnTd3hxeOBaXnZLVQDFvJnBT7W86HJW2 { z-index:15005;top:21.721875667572rem;left:5.7187504768372rem;background-color:#0073fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZMzT4qrl44GUrLTqABVLHsnsWmPrle6R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XKGXxrJWlH7W2Prpcih6LurVLwofrCfF { z-index:15005;top:21.721875667572rem;left:43.222918987274rem;background-color:#0073fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ys3qMnkUpOf1Hw2cFLJMGf2Kp3qZt06B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sQ7NEDWrqapH0gT3ck8wwX4UDf2wmkWt { z-index:15006;top:21.721875667572rem;left:60.660422801971rem;background-color:#0073fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RtUgDBg8GLC4S8ffTB5vfHkVs1EvLxqN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K8VCDOQOqwEvsAh9dtJgFwtJbXxcU3CJ { color:#0073fe;display:block;width:12.5625rem;position:absolute;font-family:"yeseva one";font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.606250286102rem;left:3.5625004768372rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mpLTBJmFEsCRxoyf9DTG608wsOGBoeOL { color:#0073fe;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.638541698456rem;left:2.2187504768372rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#xB0TGeitn4D2cNBJd6aK1bFrcxol0HWz { color:#0073fe;display:block;width:16.1875rem;position:absolute;font-family:"yeseva one";font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.687501430511rem;left:18.754167079926rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZHTQGIGwTJM5Ollrboezoydsgmuwhdx4 { color:#0073fe;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:16.556251049042rem;left:19.597917079926rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#QyMTftV03vG2BTTPUQNf9uNTN2GHuiuN { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.146874904633rem;left:19.597917079926rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#BsnO2Vg2IzqH56U9DmXapxCmpaP2x9K2 { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:19.146874904633rem;left:39.722918987274rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#k0xiDEraCFdiXSXUyLZmiWW0DenfdzpW { color:#0073fe;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16.556251049042rem;left:39.722918987274rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#ay4N6rw5oL2v53kU07ALDIStGcs0quMS { color:#0073fe;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:16.556251049042rem;left:57.160422801971rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#xkbgl84cP2XLKo9UTmBOQC9oRL6ii7lN { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:19.146874904633rem;left:58.004172801971rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#deZHFEXbRLdsTmGRbAi72L0qMcxU8MUS { color:#0073fe;display:block;width:15.0625rem;position:absolute;font-family:"yeseva one";font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:14.687501430511rem;left:39.441668987274rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VDasGLIRr4fhxEEvAxh5z1nJWKpEhKUR { color:#0073fe;display:block;width:15.75rem;position:absolute;font-family:"yeseva one";font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:14.687501430511rem;left:56.535422801971rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P7MSxgaUvf2BXUwyS5LC45toekWTqRpr { position:relative;display:block; }#P7MSxgaUvf2BXUwyS5LC45toekWTqRpr { background-color: transparent; background-image: none; }#P7MSxgaUvf2BXUwyS5LC45toekWTqRpr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7MSxgaUvf2BXUwyS5LC45toekWTqRpr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7MSxgaUvf2BXUwyS5LC45toekWTqRpr > .row .container > .video-iframe-container { display: none; }#P7MSxgaUvf2BXUwyS5LC45toekWTqRpr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P7MSxgaUvf2BXUwyS5LC45toekWTqRpr > .row > .video-iframe-container { display: none; }#P7MSxgaUvf2BXUwyS5LC45toekWTqRpr > .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); }#P7MSxgaUvf2BXUwyS5LC45toekWTqRpr { border-width: 0; border-radius: 0; }#P7MSxgaUvf2BXUwyS5LC45toekWTqRpr > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#P7MSxgaUvf2BXUwyS5LC45toekWTqRpr > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:27.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WndVlBmw5hZ7TwD6Cil4TJNgBxmCsCme { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:26.75rem;width:14.6875rem;top:0rem;left:2.5000004768372rem;display:block; }
#W9Q2DECrGU4dbepgkv4dnaRxLPVxQNew { position:absolute;display:block;z-index:15001;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:14.6875rem;width:11.3125rem;top:0rem;left:4.0625004768372rem;overflow:hidden;display:block; }
#LZT4N6WIi4LTJUg1hROlWOJpoKPicdyS { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:19.146876811981rem;left:2.2187504768372rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#rpb6CEsvuC8nJG05k2c9nkHC6yFQKK7N { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:14.125rem;width:11.25rem;top:0.62916672229769rem;left:21.222917079926rem;overflow:hidden;display:block; }
#wX7SuEfb2elHunA32xvw3IcQeEgu7LZN { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:26.75rem;width:14.6875rem;top:0rem;left:19.504167079926rem;display:block; }
#zOu6UUuT1T5Flwac4MQr05P49k9s4atS { z-index:15004;top:21.721875667572rem;left:23.097917079926rem;background-color:#0073fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#lMtzqTAxGre3aZiL6ZVpy6gtQlisRSKJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#myeGstwnx9Xo3pIinzSmmz2mdKM2u5DT { z-index:15005;top:21.721875667572rem;left:5.7187504768372rem;background-color:#0073fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AavMlhI4hNUOoyTbl0DcV00Xsro9i91g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zn29fwNyH8XZHWZ2bLMmrZrTXrQ2oUmf { color:#0073fe;display:block;width:12.5625rem;position:absolute;font-family:"yeseva one";font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:14.606250286102rem;left:3.5625004768372rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dMkCxJeT4IoQCZpoQ7uSKoE3C3MlHUKK { color:#0073fe;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:16.638541698456rem;left:2.2187504768372rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#JGrvPMMmoSdvgaOJdOPtS4ZpM9vyUSlU { color:#0073fe;display:block;width:16.1875rem;position:absolute;font-family:"yeseva one";font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:14.998958945274rem;left:18.754167079926rem;height:;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EngvftV9gU00dcwoV8KcRaTaPHH8STXm { color:#0073fe;display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:17.263542532921rem;left:19.597917079926rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#wcLxTGVTUVyQim8FSrc5ekwLprFGB67q { color:rgba(var(--color-tertiary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:19.146874904633rem;left:19.597917079926rem;height:1.95rem;text-align:center;text-align-last:center;display:block; }
#WBVrW6O8zB74ZtZ8N66kEmJT3phieUq7 { position:relative;display:block; }#WBVrW6O8zB74ZtZ8N66kEmJT3phieUq7 { background-color: transparent; background-image: none; }#WBVrW6O8zB74ZtZ8N66kEmJT3phieUq7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBVrW6O8zB74ZtZ8N66kEmJT3phieUq7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBVrW6O8zB74ZtZ8N66kEmJT3phieUq7 > .row .container > .video-iframe-container { display: none; }#WBVrW6O8zB74ZtZ8N66kEmJT3phieUq7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WBVrW6O8zB74ZtZ8N66kEmJT3phieUq7 > .row > .video-iframe-container { display: none; }#WBVrW6O8zB74ZtZ8N66kEmJT3phieUq7 > .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); }#WBVrW6O8zB74ZtZ8N66kEmJT3phieUq7 { border-width: 0; border-radius: 0; }#WBVrW6O8zB74ZtZ8N66kEmJT3phieUq7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WBVrW6O8zB74ZtZ8N66kEmJT3phieUq7 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qBHT77Dt7Gd6KsetBKILn5bwnggMTdhR { color:#0073fe;display:block;width:75rem;position:absolute;font-family:"yeseva one";font-size:2.5rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:0.0625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uFZt6heqilJdp7tbRB9Kh0wIu0AyUVbz { position:relative;display:block; }#uFZt6heqilJdp7tbRB9Kh0wIu0AyUVbz { background-color: transparent; background-image: none; }#uFZt6heqilJdp7tbRB9Kh0wIu0AyUVbz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFZt6heqilJdp7tbRB9Kh0wIu0AyUVbz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFZt6heqilJdp7tbRB9Kh0wIu0AyUVbz > .row .container > .video-iframe-container { display: none; }#uFZt6heqilJdp7tbRB9Kh0wIu0AyUVbz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uFZt6heqilJdp7tbRB9Kh0wIu0AyUVbz > .row > .video-iframe-container { display: none; }#uFZt6heqilJdp7tbRB9Kh0wIu0AyUVbz > .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); }#uFZt6heqilJdp7tbRB9Kh0wIu0AyUVbz { border-width: 0; border-radius: 0; }#uFZt6heqilJdp7tbRB9Kh0wIu0AyUVbz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#uFZt6heqilJdp7tbRB9Kh0wIu0AyUVbz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#E53mfL80GNIx2vHGo026r6pX5Sp1JOtc { position:absolute;display:block;z-index:15001;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:13.8125rem;width:11.25rem;top:0rem;left:4.0625004768372rem;overflow:hidden;display:block; }
#QHmCKbRrTw52GtAVN3D8z7XVuipu72Ov { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:12rem;top:0rem;left:20.441667079926rem;overflow:hidden;display:block; }
#SyX1lW93PhR9Em4FrNkVMnBrSp3TKafg { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:12.1875rem;top:0rem;left:41.191668987274rem;overflow:hidden;display:block; }
#MmAfHSxhHskTNDdRwe03oKTvd5K0mSPI { color:#0073fe;display:block;width:12.5625rem;position:absolute;font-family:"yeseva one";font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:15.062500953674rem;left:3.4062504768372rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kdUkEcK77mRHLLgIdL4vXdWrEbuSdB7G { color:#0073fe;display:block;width:16.1875rem;position:absolute;font-family:"yeseva one";font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:15.250000953674rem;left:18.441667079926rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hDs5hG56GvgOG8Kq9Rou38iaktVccwux { color:#0073fe;display:block;width:15.0625rem;position:absolute;font-family:"yeseva one";font-size:1.3125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:15.250000953674rem;left:39.441668987274rem;height:1.70625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wOx6zAADBVvDTevauBTlMBG6k4okzThs { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:15.1875rem;width:12.5625rem;top:0rem;left:41.004168987274rem;display:block; }
#EOT5IxxBVXZ19Bge87PLcnTQtfwqfhUG { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:15.0625rem;width:12.5625rem;top:0rem;left:20.254167079926rem;display:block; }
#b14eVQmzJaBDhVmFCIeVuBhxHgHOnnfX { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:14.375rem;width:12.5625rem;top:0rem;left:3.4062504768372rem;display:block; }
#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn { position:relative;display:block; }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn { background-color: transparent; background-image: none; }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row .container > .video-iframe-container { display: none; }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row > .video-iframe-container { display: none; }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .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); }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn { border-width: 0; border-radius: 0; }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:6.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#T5288AquzwJ5089Kfa4KAqfVCrXuo5L6 { z-index:15005;top:1.6875rem;left:27.562500476837rem;background-color:#0073fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5625rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#O4r8Dp5371tICnZXbxJUt2TtSnrZgbk6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hxodrzXszTAkILG3ZBQ7gcfQXc5l20bf { position:relative;display:block; }#hxodrzXszTAkILG3ZBQ7gcfQXc5l20bf { background-color: transparent; background-image: none; }#hxodrzXszTAkILG3ZBQ7gcfQXc5l20bf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxodrzXszTAkILG3ZBQ7gcfQXc5l20bf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxodrzXszTAkILG3ZBQ7gcfQXc5l20bf > .row .container > .video-iframe-container { display: none; }#hxodrzXszTAkILG3ZBQ7gcfQXc5l20bf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hxodrzXszTAkILG3ZBQ7gcfQXc5l20bf > .row > .video-iframe-container { display: none; }#hxodrzXszTAkILG3ZBQ7gcfQXc5l20bf > .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); }#hxodrzXszTAkILG3ZBQ7gcfQXc5l20bf { border-width: 0; border-radius: 0; }#hxodrzXszTAkILG3ZBQ7gcfQXc5l20bf > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#hxodrzXszTAkILG3ZBQ7gcfQXc5l20bf > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RLWdrU6fzO4ltoAtI8LQHOQN3AvGSqLz { color:#0073fe;display:block;width:75rem;position:absolute;font-family:"yeseva one";font-size:2.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.0312480926514rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tgnU2TMAPD4vzoxI4ZI0bJtCZV7kT7gP { position:relative;display:block; }#tgnU2TMAPD4vzoxI4ZI0bJtCZV7kT7gP { background-color: transparent; background-image: none; }#tgnU2TMAPD4vzoxI4ZI0bJtCZV7kT7gP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgnU2TMAPD4vzoxI4ZI0bJtCZV7kT7gP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgnU2TMAPD4vzoxI4ZI0bJtCZV7kT7gP > .row .container > .video-iframe-container { display: none; }#tgnU2TMAPD4vzoxI4ZI0bJtCZV7kT7gP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tgnU2TMAPD4vzoxI4ZI0bJtCZV7kT7gP > .row > .video-iframe-container { display: none; }#tgnU2TMAPD4vzoxI4ZI0bJtCZV7kT7gP > .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); }#tgnU2TMAPD4vzoxI4ZI0bJtCZV7kT7gP { border-width: 0; border-radius: 0; }#tgnU2TMAPD4vzoxI4ZI0bJtCZV7kT7gP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tgnU2TMAPD4vzoxI4ZI0bJtCZV7kT7gP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:68.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OuiRTo2d6CV5Qh813mlgo9qBGEUofE9N { position:absolute;display:block;z-index:15015;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:3.75rem;width:4.0625rem;top:2.125rem;left:7.3125rem;overflow:hidden;display:block; }
#Dl7ZX2xQWaiXPqgkOtM0bTwmOHOsaiQl { color:#0073fe;display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:6.9375rem;left:0.8125rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ryqJpdlRpAKMC3COTkf5oan4GhphWZVl { color:#0073fe;display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:7.125rem;left:20.4375rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CW1co0W09sqVZqGK3Ir5CDA6b24Xrd1h { position:absolute;display:block;z-index:15014;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:3.75rem;width:4.0625rem;top:2.1250001192093rem;left:25.562499523163rem;overflow:hidden;display:block; }
#h6xRQqKmoTzyEfHnJyvhpMOmTmhLBHVw { position:absolute;display:block;z-index:15020;background-color:#0073fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.625rem;top:8.875rem;left:41.375rem;display:block; }
#UsaU7FyEu2qEc0A6Smvpx14IFhLJ90Hb { color:rgba(var(--color-tertiary-2),1);display:block;width:15.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:10.125rem;left:19.75rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#LHTXlZf4gmxMnwSRuZTW9l55NinJ4Pip { color:rgba(var(--color-tertiary-2),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:10.125000953674rem;left:39.09375333786rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#hKl3TVRAIdDiwzADTplEShwgWdqzfwrT { color:rgba(var(--color-tertiary-2),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:9.8125rem;left:0.625rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#kaTG652LkZpHmHnUVuD99kt8naPMNt5N { position:absolute;display:block;z-index:15016;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:3.75rem;width:4.0625rem;top:2.7500003576279rem;left:44.65625333786rem;overflow:hidden;display:block; }
#TziV46Q3RgcgJKDtZDmEZ2QwgFpZlttI { position:absolute;display:block;z-index:15018;background-color:#0073fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.625rem;top:8.625rem;left:4.25rem;display:block; }
#xiHSdbmfCRbPyQaaA5CLNhDsgGMuEzVq { color:#0073fe;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:7.125rem;left:39.6875rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sMU2tzmO3prChKkGico8fP6IXvDtSDdI { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:15.25rem;width:17rem;top:1.1875rem;left:1.0625rem;display:block; }
#XGvXKwQZ1I5wQeEbZ4WgHefy4pwhMEMf { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:15.25rem;width:17rem;top:1.125rem;left:19.5625rem;display:block; }
#isIQZymfSGdeBCDtuga5nvyQypkIKos3 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:15.25rem;width:17rem;top:1.34375rem;left:38.18750333786rem;display:block; }
#pSzaydBH26KNCzcyAE6xZuTGpc3RkNoe { position:absolute;display:block;z-index:15021;background-color:#0073fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.625rem;top:8.8125rem;left:22.25rem;display:block; }
#hf9Zd4HLyl62vWNGETwsV3mSthvlBR2s { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:15.25rem;width:17rem;top:1.34375rem;left:56.499999523163rem;display:block; }
#OsLbSNy7CFTXMfaUs0S4cLo7ZcoT5WpC { position:absolute;display:block;z-index:15017;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:3.75rem;width:4.0625rem;top:2.1916667222977rem;left:62.968749523163rem;overflow:hidden;display:block; }
#itegHsyP6zf6snQ8lDha5gfBT20QaaZT { color:#0073fe;display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:7.1250076293944rem;left:58.031249523163rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TEKZmRsdZk44XsZM01TZizVoJbQxGKKO { position:absolute;display:block;z-index:15021;background-color:#0073fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:10.625rem;top:8.8750009536744rem;left:59.687499523163rem;display:block; }
#BpEs6yL8iRBxFkstdDzcRtFwsc4RpuIH { color:rgba(var(--color-tertiary-2),1);display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15029;line-height:1.5;letter-spacing:0;top:10.125000953674rem;left:57.406249523163rem;height:3.65625rem;text-align:center;text-align-last:center;display:block; }
#Lzs8taQ1ETCf5gKHmGrBwydSNsRTevxd { z-index:15006;top:61.062501907349rem;left:28.656250476837rem;background-color:#0073fe;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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:roboto;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.6875rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#PAvmAX9AqeKeyRHnus3b8k6hD3807Gn3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vAiMOfKTrrkmfzqGECLJ5gGIx07sTwMZ { position:absolute;display:block;z-index:15001;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:20.3125rem;width:75rem;top:18.811470508576rem;left:0rem;overflow:hidden;display:block; }
#pTnt30htEhmKJ9tVWQyQe7k6u6NOCZwJ { color:#0073fe;display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.8;letter-spacing:0;top:40.373950958252rem;left:22.281250476837rem;height:18.89453125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0066d3;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; }#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC > .row .container { background-color: transparent; background-image: none; }#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC > .row .container > .video-iframe-container { display: none; }#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC > .row > .video-iframe-container { display: none; }#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC > .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); }#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC > .row .container { border-width: 0; border-radius: 0; }#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC > .row .container { font-size:0.875rem;font-family:arial;height:29.0625rem;width:75rem;position:relative;display:block; }#Ua5mMorPlxb3WgIR7LDhiDiUWvW76RP3 { color:#fafbfb;display:block;width:75rem;position:absolute;font-family:"yeseva one";font-size:2.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5302085876465rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nTsZTZAdSAwrf734KhS2UuvLstmJkNFr { color:rgba(var(--color-secondary-0),1);display:block;width:75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:4.7802085876465rem;left:0rem;height:1.875rem;text-align:center;text-align-last:center;display:block; }
#JwxUbqXZrVb8ZrTD4THHEKeQNf4HGZU7 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:15.25rem;width:12.375rem;top:8.5625rem;left:3.25rem;display:block; }
#dLwGekPfbc2r28zXsENNRBnKCqynT7VU { z-index:15003;top:24.875rem;left:4.625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f6fdfb;border-left:0.125rem solid #f6fdfb;border-right:0.125rem solid #f6fdfb;border-bottom:0.125rem solid #f6fdfb;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#h7XUDOvMNm41lxthVOLxenHuWS85JFSK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GfUGRHKdBKsKZQf9urzHJ13Ux9zhgdhk { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:15.25rem;width:12.375rem;top:8.5rem;left:17.1875rem;display:block; }
#HEpifDaX47LQ9lXOWOKewmHaPgAyzAaX { position:absolute;display:block;z-index:15004;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:13.5625rem;width:13.5625rem;top:9.4687504768369rem;left:2.7229170799256rem;overflow:hidden;display:block; }
#w6kHSH9Qn0tTDWiKfNl6btzPvydcJCtg { position:absolute;display:block;z-index:15005;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:14.5625rem;width:14.5625rem;top:8.9687504768369rem;left:16.160417079926rem;overflow:hidden;display:block; }
#dGTRGv8Z7Accds4JAsi2PNSzsadTLRk7 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:14.6875rem;top:8.9093751609325rem;left:30.15625333786rem;overflow:hidden;display:block; }
#nsSzDtwZlt0uK9t7vVdkD9pHgvTWSuta { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:15.125rem;width:12.1875rem;top:8.5rem;left:31.3125rem;display:block; }
#khw58rFgCnhnNCO0hVdnAEJAAvflgncV { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:15.125rem;top:8.8125004768369rem;left:43.967711925507rem;overflow:hidden;display:block; }
#p6Z2wz1kdU4A8ApBsedWDUiJr5a4DoTp { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:15.25rem;width:12.375rem;top:8.5572919845581rem;left:45.463542461395rem;display:block; }
#ol32EtL1I8N1oVfqlBQ53mvD68AMpeDQ { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:15.25rem;width:12.375rem;top:8.5572919845581rem;left:59.624999523163rem;display:block; }
#aqfidTQ4e2XBA5SIqzx7Zhad3uLiZ0o0 { z-index:15004;top:24.8791680336rem;left:18.601043224335rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f6fdfb;border-left:0.125rem solid #f6fdfb;border-right:0.125rem solid #f6fdfb;border-bottom:0.125rem solid #f6fdfb;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.67916625rem;height:2.24166625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oVl9lFakw9OQNBFF0laM2Q2X0uBEEqHt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IkZKd68cWpnRcCc8Td9QAwRriabUnqlf { z-index:15005;top:24.884377002716rem;left:32.663543224335rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f6fdfb;border-left:0.125rem solid #f6fdfb;border-right:0.125rem solid #f6fdfb;border-bottom:0.125rem solid #f6fdfb;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.67085375rem;height:2.23229125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#BLATvdLQg6Bu7ha36o24VItV87P6IfEc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zh1Q0Q8UKTkGTl9MSlpLogv5GegJX5sB { z-index:15006;top:24.887502670288rem;left:46.697917461395rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f6fdfb;border-left:0.125rem solid #f6fdfb;border-right:0.125rem solid #f6fdfb;border-bottom:0.125rem solid #f6fdfb;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.65310375rem;height:2.21354125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#fNVsqOfnct31MUOzInE4oXW8KVzd8xJb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pFM8ipEeiEtxETGd6XiWH7FqDrWW0r94 { z-index:15007;top:24.893751621246rem;left:61.052085399628rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f6fdfb;border-left:0.125rem solid #f6fdfb;border-right:0.125rem solid #f6fdfb;border-bottom:0.125rem solid #f6fdfb;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.65310375rem;height:2.21354125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#RIP0pvKPizlxtCE3uGo1W65PDAgHH38D { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eHzJp7vffwTzalpLGofETcVsVEep39Al { position:absolute;display:block;z-index:15008;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:14.9375rem;width:14.9375rem;top:8.9291667268369rem;left:58.558339051971rem;overflow:hidden;display:block; }
#r5GNTLlnmJMi5xgcXJbX4ntxOhut44hA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0066d3;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; }#r5GNTLlnmJMi5xgcXJbX4ntxOhut44hA > .row .container { background-color: transparent; background-image: none; }#r5GNTLlnmJMi5xgcXJbX4ntxOhut44hA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5GNTLlnmJMi5xgcXJbX4ntxOhut44hA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5GNTLlnmJMi5xgcXJbX4ntxOhut44hA > .row .container > .video-iframe-container { display: none; }#r5GNTLlnmJMi5xgcXJbX4ntxOhut44hA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r5GNTLlnmJMi5xgcXJbX4ntxOhut44hA > .row > .video-iframe-container { display: none; }#r5GNTLlnmJMi5xgcXJbX4ntxOhut44hA > .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); }#r5GNTLlnmJMi5xgcXJbX4ntxOhut44hA > .row .container { border-width: 0; border-radius: 0; }#r5GNTLlnmJMi5xgcXJbX4ntxOhut44hA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r5GNTLlnmJMi5xgcXJbX4ntxOhut44hA > .row .container { font-size:0.875rem;font-family:arial;height:41.8125rem;width:75rem;position:relative;display:block; }#iqEdDaTeVHTsboTRlv9H4NZdPFdXdrBI { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:15.25rem;width:12.375rem;top:0.8125rem;left:3.25rem;display:block; }
#IZV4t7PL5CoL35T2ePNZ8l0OvfqtJIOp { z-index:15003;top:17.125rem;left:4.625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f6fdfb;border-left:0.125rem solid #f6fdfb;border-right:0.125rem solid #f6fdfb;border-bottom:0.125rem solid #f6fdfb;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.6875rem;height:2.25rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#izPiilxFE51rhT8B32Slz19q8Ob43KPV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#izMBeAwCnJIJ5oDTakB0CGunTNrqXEwp { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:15.25rem;width:12.375rem;top:0.75rem;left:17.1875rem;display:block; }
#s2lSB0yaGrWvGKo7bVgoWQt0KHlhOLxU { position:absolute;display:block;z-index:15004;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:13.5625rem;width:13.5625rem;top:1.75rem;left:2.75rem;overflow:hidden;display:block; }
#Zf12Za7J3TcI1JcCZM8imtfhqFzt8AQC { position:absolute;display:block;z-index:15005;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:14.5rem;width:14.5625rem;top:1.25rem;left:16.1875rem;overflow:hidden;display:block; }
#UmfH6manoC0QCENIRaWxDyg0oSkWXo7q { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.6875rem;width:14.6875rem;top:1.17916625rem;left:30.17916625rem;overflow:hidden;display:block; }
#QGUFs5EED2wUnzUWpRemJQkyMPq4hDTu { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:15.125rem;width:12.1875rem;top:0.75rem;left:31.3125rem;display:block; }
#WKghdNclXwWgbJ8GQpxzHCbuikuSHLJp { position:absolute;display:block;z-index:15007;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:14.9375rem;width:14.9375rem;top:1.3250000476837rem;left:44.222918987274rem;overflow:hidden;display:block; }
#sqT5CRGCk5Tu55HQ7ilI8Gf8JkOCE99t { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:15.25rem;width:12.375rem;top:0.8125rem;left:45.4375rem;display:block; }
#PiGttaXWZaHzrZrJBLUW16H7M2AavT32 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:15.25rem;width:13.75rem;top:20.375rem;left:2.5625rem;display:block; }
#rDL9pubb2AGrpzdLbzfLdLAoPJrdtnMa { z-index:15004;top:17.125rem;left:18.625rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f6fdfb;border-left:0.125rem solid #f6fdfb;border-right:0.125rem solid #f6fdfb;border-bottom:0.125rem solid #f6fdfb;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.67916625rem;height:2.24166625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#HSLqZb13rqPsdHoVHdqUrkhXaIJ5nPsA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lg3tMlgEJx6M3An8deUuQPgtmO50fWK7 { z-index:15005;top:17.125rem;left:32.6875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f6fdfb;border-left:0.125rem solid #f6fdfb;border-right:0.125rem solid #f6fdfb;border-bottom:0.125rem solid #f6fdfb;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.67085375rem;height:2.23229125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#L4G92QS68gAToUGmexXuK64xZlXydVOg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RKzQZCxTRg21h7TNBDqvGTzvdMivqnoC { z-index:15006;top:17.138519287109rem;left:46.85937833786rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f6fdfb;border-left:0.125rem solid #f6fdfb;border-right:0.125rem solid #f6fdfb;border-bottom:0.125rem solid #f6fdfb;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.65310375rem;height:2.21354125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#tkZV3l1Gb2PIAQbqnLZKuboLky3Wr2F4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UdmByUQmcVplm8TlVUUlAKVi5OUGKQ8S { z-index:15007;top:36.625rem;left:4.6875rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f6fdfb;border-left:0.125rem solid #f6fdfb;border-right:0.125rem solid #f6fdfb;border-bottom:0.125rem solid #f6fdfb;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.65310375rem;height:2.21354125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#N3hRGuk5OwdGSoGbloIOG4FNTkxQfsOm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oEITTM1xyo2II4gThVKEGKmzqxyGOaNl { position:absolute;display:block;z-index:15008;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:14.875rem;width:14.875rem;top:20.625rem;left:2.0625rem;overflow:hidden;display:block; }
#v6MuzFmHp1E44Cv4biDcfHray6wRnP24 { position:absolute;display:block;z-index:15009;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:14.875rem;width:14.875rem;top:20.629168510437rem;left:17.187501430511rem;overflow:hidden;display:block; }
#nZltcwGiylqlgHQ6x64XDbFQqd7zD9O0 { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-left-radius:1rem;border-top-right-radius:1rem;border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-2),0.09) ;height:15.25rem;width:13.75rem;top:20.373959541321rem;left:17.682292461395rem;display:block; }
#NV6BRwZnNWvFClDLJiv4c8UefdrxQe5L { z-index:15008;top:36.629169464111rem;left:19.802083492279rem;background-color:transparent;background-image:none;border-top:0.125rem solid #f6fdfb;border-left:0.125rem solid #f6fdfb;border-right:0.125rem solid #f6fdfb;border-bottom:0.125rem solid #f6fdfb;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.64372875rem;height:2.20416625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#hJbeTGnuTZWqnpNfahmXuM8bGDu1BNAo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cUmzEcoRqMTTbB9hg2oUOOxnOKQUphTp { position:relative;display:block; }#cUmzEcoRqMTTbB9hg2oUOOxnOKQUphTp { background-color: transparent; background-image: none; }#cUmzEcoRqMTTbB9hg2oUOOxnOKQUphTp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUmzEcoRqMTTbB9hg2oUOOxnOKQUphTp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUmzEcoRqMTTbB9hg2oUOOxnOKQUphTp > .row .container > .video-iframe-container { display: none; }#cUmzEcoRqMTTbB9hg2oUOOxnOKQUphTp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cUmzEcoRqMTTbB9hg2oUOOxnOKQUphTp > .row > .video-iframe-container { display: none; }#cUmzEcoRqMTTbB9hg2oUOOxnOKQUphTp > .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); }#cUmzEcoRqMTTbB9hg2oUOOxnOKQUphTp { border-width: 0; border-radius: 0; }#cUmzEcoRqMTTbB9hg2oUOOxnOKQUphTp > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#cUmzEcoRqMTTbB9hg2oUOOxnOKQUphTp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sTHuDqt3vn0rmwDdXduF3UdpLDMTg3wk { color:rgba(var(--color-tertiary-2),1);display:block;width:74.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:4.0604286193847rem;left:0.93645811080931rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#CvkGOTf5vhHCO5z8lZRpfAnCCaqmeQcH { color:#0073fe;display:block;width:75rem;position:absolute;font-family:"yeseva one";font-size:1.75rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.2489700317382rem;left:0rem;height:2.275rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gq98wgIm7uA7tRFu7FR9noHIgtdJqVvq { color:rgba(var(--color-tertiary-2),1);display:block;width:74.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:9.03125rem;left:0.93645811080931rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#TwEitNPqUhATrInef2O0ybbE124c9Hdk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:1.5114593505859rem;left:26.312499523163rem; }
#Xv0RuD1I4GuewvHdDgb4RteePHNFVwMx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:6.3125rem;left:33.25rem; }
#Xv0RuD1I4GuewvHdDgb4RteePHNFVwMx > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#AnEEG573tqH4FG5VL7oAmxvrxhm4Gtim { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:6.3125rem;left:36.65625333786rem; }
#AnEEG573tqH4FG5VL7oAmxvrxhm4Gtim > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; }#VuUNh6xJ5LOeuDmVI6pLxbI5lADI9z2o { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:6.4375rem;left:39.81250333786rem; }
#VuUNh6xJ5LOeuDmVI6pLxbI5lADI9z2o > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM { display:block; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBrLlyp7MkiPTg4llBLTHvD2k9toTvZW { top:2.75rem;left:0rem;width:32.875rem;height:11rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FRJTP0HeXyVS9Ddb3IT0HxGldgwLPaci { top:20.5625rem;left:0rem;width:12.5rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFy6VrLfZUJBcXsfk5nKT15MQu3ODXtR { display:block; }
 }@media only screen and (max-width: 763px) { #DoD4JrrCPKfCvHg5h3PvpczI3JK4sZar { top:0.5625rem;left:27.5rem;width:20.25rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IluBn2znIPTE5vLKoQwIe7GxlUVAyIM2 { top:14.6875rem;left:0rem;width:30.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z0RtZ6b12BKulqR29O819JeeOqFfAIUB { top:2.75rem;left:25.1875rem;width:22.4375rem;height:19.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w82L8fE8IJRUCCLiZznIIzSG31QcT2We { display:block; }#w82L8fE8IJRUCCLiZznIIzSG31QcT2We > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMTkVRFCFSODGu2hHix8ofUqQNgn7W3E { top:1.5625rem;left:15.437500476837rem;width:17.875rem;height:32rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M { display:block; }#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfkaraU8zd3KPk7X3yAZaDnTcviBEcF6 { top:0.125rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR { display:block; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQu2uPzu4u48kFL9w5QwsKE70lX9xy87 { top:0.1875rem;left:0rem;width:47.75rem;height:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzBPn4ryzgqgP2yyv7aelUFxtklzBImy { display:block; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ui4A9v1bm9OBkWrr81OVbrcrr5pdCVzV { top:1.9375rem;left:19.125rem;width:4.875rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdEnEX6eypFWpEhlzCZfJn7mwCJ4xrnX { top:2.1875rem;left:0rem;width:3.9375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xymT64IyONgQOiFwkqli2Cp6uAAADw68 { top:2.3125rem;left:43.468749523163rem;width:4.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJHCykZavaCNlFMQMzffiM9uo2Sb3bPt { top:8.5rem;left:37.125rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWTpXHTQ3BA0wLoyDOZgXTp3LDNLdIb9 { top:8.5rem;left:16.25000333786rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml2uWTDNLw4ONDxUwuWvzEStQ916qs7r { top:7rem;left:14.406249523163rem;width:14.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzKaFkBdTpPT3wa9KH3yu9PTZIsyvCkT { top:7rem;left:33.8125rem;width:13.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZiLlQfaaWU5ZIVQnOT2VtUPGn9mB5oD { top:6.9375rem;left:0rem;width:14.125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PK3KTraUl4c9JsTQkhBl0Tfasp9ApfNr { top:9.5625rem;left:13.124999523163rem;width:16.875rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nunt5RtVz7RNxqrwXzu4Pb7TF9AU4IfD { top:9.5625rem;left:20.9375rem;width:26.8125rem;height:7.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xUnzwn3Cvry0knBJIMXTzTB1JhNbLVpE { top:9.5625rem;left:0rem;width:17.1875rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfDTK1VzPIg7Pf8lB0ENFEBN0WR93VQ1 { top:8.5rem;left:0rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 { display:block; }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPnXAXSPgLra1ZdRLUIU2VvfGEsCmgvK { top:0rem;left:0rem;width:47.75rem;height:12.932291666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq { display:block; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr { display:block; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCpFOsmq0h3QEMzzvuFX6Aeq9XM7z4Ay { top:0.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNq5ldOizUJILusdrbbB77wtnUoVb6dT { display:block; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPwxOATxn2dVDTeV0EBQ8U4J5u4053z9 { top:0.3125rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vennRhzKpioRHvoRO3DOR2OeGuND2XNZ { display:block; }#vennRhzKpioRHvoRO3DOR2OeGuND2XNZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CoGk4CF0K346w4061Zmu2wkOChl7lsha { top:0rem;left:0rem;width:14.6875rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTzaQJkLn1zdawp3b4G2XuNA5TTmT20H { top:0rem;left:0rem;width:11.5625rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inCRnVJ1FNkdL7sRUUIWl34WS00eQaTX { top:19.125rem;left:0rem;width:14.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBhR9y77CPZtfcVz6UpWcetOlkH8ClLg { top:0rem;left:23.875rem;width:14.6875rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFObZlZVIzQHZi2AH0S9EgcWZnkDHEeN { top:0rem;left:11.0625rem;width:12.8125rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftp23azh8rR6WaQkrs79PdbR0aUIpLnT { top:0rem;left:33.0625rem;width:14.6875rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWUwqN0tmO0pMpsI03Gy38ukiOnNpmvU { top:0.0625rem;left:23.875rem;width:12.1875rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux0nQVEMz7esAe5H0I10xggfeTXBDoRe { top:0rem;left:34.9375rem;width:12.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD6yTHp9ulxvrV4FupEES4Jvw9FzIsgd { top:0rem;left:9.1875rem;width:14.6875rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #E41Im5dMQ6zvnPThPdXpr0lugSwXwtzZ { top:21.6875rem;left:16.285417079926rem;width:7.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vq5hd9wxZkC0x7JIaORJmqu1pA3Q6Fnp { display:block; }
 }@media only screen and (max-width: 763px) { #IKyCUN7cZ5GzoE1GIScdB0cc74pxsi07 { top:21.6875rem;left:0rem;width:7.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K4guTh8ZetN37wQNxs9BCXc2fafvquqk { display:block; }
 }@media only screen and (max-width: 763px) { #C5bFFDz9EbBeM4nqlZDMpLHmvX57NE6R { top:21.6875rem;left:23.875rem;width:7.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #usFar8AkE1zzvx6VFFLG68LXkCXgElC4 { display:block; }
 }@media only screen and (max-width: 763px) { #JMdsP3bux0ENyyKV7iLpoJTkFnkLuFFC { top:21.6875rem;left:40.222922801971rem;width:7.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zq3FTG01aqyTdotvHPknkqAVWOopMhBZ { display:block; }
 }@media only screen and (max-width: 763px) { #EocHMiDuQx9Kxvp2s8kMVla8UBR0Pu9h { top:14.5625rem;left:0rem;width:12.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqTqZyKbwtU1r6dHqdV6sbBiLAIb0IGn { top:16.625rem;left:0rem;width:14.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0mqrBmOKCcBatSo4ebR8RsMqfLruRAM { top:14.6875rem;left:7.6875rem;width:16.1875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8aVLwM2pr8BiaHJupz4xSvUbNrRRT2w { top:16.5rem;left:9.375rem;width:14.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AntKoiEZzIigTE7FXkHPbcEe9emQeuQE { top:19.125rem;left:9.375rem;width:14.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIc8Kaz45pGp5zJDAl0gWqVWfzDcOdbf { top:19.125rem;left:23.875rem;width:14.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRZiivhylw90mIdCX4NehxHsyRGmKBL6 { top:16.5rem;left:23.875rem;width:14.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2TTxeMk6B7i8yt3DCfFRDPO7cDXH69b { top:16.5rem;left:33.25rem;width:14.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w92FMtBEgvWVNA9pfTASdtxQeZSsqu8m { top:19.125rem;left:33.25rem;width:14.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGPLT6eCag5Lg40WCw63ocpDTVgXrgVK { top:14.6875rem;left:23.875rem;width:15.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Inut6f6NQCUaTMcpPakR8br1fd83e9QL { top:14.6875rem;left:32rem;width:15.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq1tbNoMSr81FJe6TWobzooKya2Qub4s { display:block; }#Qq1tbNoMSr81FJe6TWobzooKya2Qub4s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nqeHeQQGxQN7poWrEsKQd1F4KXMiA5tq { top:0rem;left:0rem;width:14.6875rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA8LxSeqzxTxbDUtdek3rhh2mqREm8LM { top:0rem;left:0rem;width:11.5625rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtoQ9ai3WzBWK6DBJf7r7PZMbqPiuSJz { top:19.125rem;left:0rem;width:14.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsPlpmewiRD1Q6U7sgTeFor5uH5nVhfO { top:0rem;left:23.875rem;width:14.6875rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvui5oPV8OtTOKZmOddGK8WkGOWqtMh9 { top:0rem;left:11.0625rem;width:12.8125rem;height:14.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aasmyWGCTgT8kyt4BD9sHqnFNuQzch4O { top:0rem;left:33.0625rem;width:14.6875rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5QF0MlWUxF2oJs7sFQzcSCZv6Tr1q63 { top:0.0625rem;left:23.875rem;width:12.1875rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPfBaeQMTViWSWZZCxiClWrWhqtTwb2A { top:0rem;left:34.9375rem;width:12.375rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGGHdBL4CAPwDwBPxTEqFukST16eLpIi { top:0rem;left:9.1875rem;width:14.6875rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kow8Oy5mrwZOKVLurp73rPB2eDTQ768a { top:21.6875rem;left:16.285417079926rem;width:7.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AaTP6htOyNTHNrKIdMhNIFd0CxqEX2Mv { display:block; }
 }@media only screen and (max-width: 763px) { #xnTd3hxeOBaXnZLVQDFvJnBT7W86HJW2 { top:21.6875rem;left:0rem;width:7.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMzT4qrl44GUrLTqABVLHsnsWmPrle6R { display:block; }
 }@media only screen and (max-width: 763px) { #XKGXxrJWlH7W2Prpcih6LurVLwofrCfF { top:21.6875rem;left:23.875rem;width:7.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys3qMnkUpOf1Hw2cFLJMGf2Kp3qZt06B { display:block; }
 }@media only screen and (max-width: 763px) { #sQ7NEDWrqapH0gT3ck8wwX4UDf2wmkWt { top:21.6875rem;left:40.222922801971rem;width:7.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtUgDBg8GLC4S8ffTB5vfHkVs1EvLxqN { display:block; }
 }@media only screen and (max-width: 763px) { #K8VCDOQOqwEvsAh9dtJgFwtJbXxcU3CJ { top:14.5625rem;left:0rem;width:12.5625rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpLTBJmFEsCRxoyf9DTG608wsOGBoeOL { top:16.625rem;left:0rem;width:14.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB0TGeitn4D2cNBJd6aK1bFrcxol0HWz { top:14.6875rem;left:7.6875rem;width:16.1875rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHTQGIGwTJM5Ollrboezoydsgmuwhdx4 { top:16.5rem;left:9.375rem;width:14.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyMTftV03vG2BTTPUQNf9uNTN2GHuiuN { top:19.125rem;left:9.375rem;width:14.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsnO2Vg2IzqH56U9DmXapxCmpaP2x9K2 { top:19.125rem;left:23.875rem;width:14.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0xiDEraCFdiXSXUyLZmiWW0DenfdzpW { top:16.5rem;left:23.875rem;width:14.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay4N6rw5oL2v53kU07ALDIStGcs0quMS { top:16.5rem;left:33.25rem;width:14.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkbgl84cP2XLKo9UTmBOQC9oRL6ii7lN { top:19.125rem;left:33.25rem;width:14.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #deZHFEXbRLdsTmGRbAi72L0qMcxU8MUS { top:14.6875rem;left:23.875rem;width:15.0625rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDasGLIRr4fhxEEvAxh5z1nJWKpEhKUR { top:14.6875rem;left:32rem;width:15.75rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7MSxgaUvf2BXUwyS5LC45toekWTqRpr { display:block; }#P7MSxgaUvf2BXUwyS5LC45toekWTqRpr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WndVlBmw5hZ7TwD6Cil4TJNgBxmCsCme { top:0rem;left:0rem;width:14.6875rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9Q2DECrGU4dbepgkv4dnaRxLPVxQNew { top:0rem;left:0rem;width:11.3125rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZT4N6WIi4LTJUg1hROlWOJpoKPicdyS { top:19.125rem;left:0rem;width:14.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpb6CEsvuC8nJG05k2c9nkHC6yFQKK7N { top:0.625rem;left:12.625rem;width:11.25rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX7SuEfb2elHunA32xvw3IcQeEgu7LZN { top:0rem;left:9.1875rem;width:14.6875rem;height:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOu6UUuT1T5Flwac4MQr05P49k9s4atS { top:21.6875rem;left:16.285417079926rem;width:7.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMtzqTAxGre3aZiL6ZVpy6gtQlisRSKJ { display:block; }
 }@media only screen and (max-width: 763px) { #myeGstwnx9Xo3pIinzSmmz2mdKM2u5DT { top:21.6875rem;left:0rem;width:7.5rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AavMlhI4hNUOoyTbl0DcV00Xsro9i91g { display:block; }
 }@media only screen and (max-width: 763px) { #zn29fwNyH8XZHWZ2bLMmrZrTXrQ2oUmf { top:14.5625rem;left:0rem;width:12.5625rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMkCxJeT4IoQCZpoQ7uSKoE3C3MlHUKK { top:16.625rem;left:0rem;width:14.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGrvPMMmoSdvgaOJdOPtS4ZpM9vyUSlU { top:14.9375rem;left:7.6875rem;width:16.1875rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EngvftV9gU00dcwoV8KcRaTaPHH8STXm { top:17.25rem;left:9.375rem;width:14.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcLxTGVTUVyQim8FSrc5ekwLprFGB67q { top:19.125rem;left:9.375rem;width:14.5rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBVrW6O8zB74ZtZ8N66kEmJT3phieUq7 { display:block; }#WBVrW6O8zB74ZtZ8N66kEmJT3phieUq7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBHT77Dt7Gd6KsetBKILn5bwnggMTdhR { top:0.0625rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFZt6heqilJdp7tbRB9Kh0wIu0AyUVbz { display:block; }#uFZt6heqilJdp7tbRB9Kh0wIu0AyUVbz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E53mfL80GNIx2vHGo026r6pX5Sp1JOtc { top:0rem;left:0rem;width:11.25rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHmCKbRrTw52GtAVN3D8z7XVuipu72Ov { top:0rem;left:11.6875rem;width:12rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyX1lW93PhR9Em4FrNkVMnBrSp3TKafg { top:0rem;left:23.875rem;width:12.1875rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmAfHSxhHskTNDdRwe03oKTvd5K0mSPI { top:15.0625rem;left:0rem;width:12.5625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdUkEcK77mRHLLgIdL4vXdWrEbuSdB7G { top:15.25rem;left:7.6875rem;width:16.1875rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDs5hG56GvgOG8Kq9Rou38iaktVccwux { top:15.25rem;left:23.875rem;width:15.0625rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOx6zAADBVvDTevauBTlMBG6k4okzThs { top:0rem;left:23.875rem;width:12.5625rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOT5IxxBVXZ19Bge87PLcnTQtfwqfhUG { top:0rem;left:11.3125rem;width:12.5625rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b14eVQmzJaBDhVmFCIeVuBhxHgHOnnfX { top:0rem;left:0rem;width:12.5625rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn { display:block; }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5288AquzwJ5089Kfa4KAqfVCrXuo5L6 { top:1.6875rem;left:13.937500476837rem;width:22.5625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4r8Dp5371tICnZXbxJUt2TtSnrZgbk6 { display:block; }
 }@media only screen and (max-width: 763px) { #hxodrzXszTAkILG3ZBQ7gcfQXc5l20bf { display:block; }#hxodrzXszTAkILG3ZBQ7gcfQXc5l20bf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLWdrU6fzO4ltoAtI8LQHOQN3AvGSqLz { top:1rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgnU2TMAPD4vzoxI4ZI0bJtCZV7kT7gP { display:block; }#tgnU2TMAPD4vzoxI4ZI0bJtCZV7kT7gP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OuiRTo2d6CV5Qh813mlgo9qBGEUofE9N { top:2.125rem;left:0rem;width:4.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl7ZX2xQWaiXPqgkOtM0bTwmOHOsaiQl { top:6.9375rem;left:0rem;width:17.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ryqJpdlRpAKMC3COTkf5oan4GhphWZVl { top:7.125rem;left:6.8125rem;width:14.3125rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CW1co0W09sqVZqGK3Ir5CDA6b24Xrd1h { top:2.125rem;left:11.937499523163rem;width:4.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6xRQqKmoTzyEfHnJyvhpMOmTmhLBHVw { top:8.875rem;left:27.75rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsaU7FyEu2qEc0A6Smvpx14IFhLJ90Hb { top:10.125rem;left:6.125rem;width:15.6875rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LHTXlZf4gmxMnwSRuZTW9l55NinJ4Pip { top:10.125rem;left:25.46875333786rem;width:15.1875rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKl3TVRAIdDiwzADTplEShwgWdqzfwrT { top:9.8125rem;left:0rem;width:17.1875rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaTG652LkZpHmHnUVuD99kt8naPMNt5N { top:2.75rem;left:31.03125333786rem;width:4.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TziV46Q3RgcgJKDtZDmEZ2QwgFpZlttI { top:8.625rem;left:0rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiHSdbmfCRbPyQaaA5CLNhDsgGMuEzVq { top:7.125rem;left:26.0625rem;width:13.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMU2tzmO3prChKkGico8fP6IXvDtSDdI { top:1.1875rem;left:0rem;width:17rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGvXKwQZ1I5wQeEbZ4WgHefy4pwhMEMf { top:1.125rem;left:5.9375rem;width:17rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #isIQZymfSGdeBCDtuga5nvyQypkIKos3 { top:1.3125rem;left:24.56250333786rem;width:17rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSzaydBH26KNCzcyAE6xZuTGpc3RkNoe { top:8.8125rem;left:8.625rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf9Zd4HLyl62vWNGETwsV3mSthvlBR2s { top:1.3125rem;left:30.75rem;width:17rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsLbSNy7CFTXMfaUs0S4cLo7ZcoT5WpC { top:2.1875rem;left:43.6875rem;width:4.0625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #itegHsyP6zf6snQ8lDha5gfBT20QaaZT { top:7.125rem;left:33.8125rem;width:13.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEKZmRsdZk44XsZM01TZizVoJbQxGKKO { top:8.875rem;left:37.125rem;width:10.625rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpEs6yL8iRBxFkstdDzcRtFwsc4RpuIH { top:10.125rem;left:32.5625rem;width:15.1875rem;height:3.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lzs8taQ1ETCf5gKHmGrBwydSNsRTevxd { top:61.0625rem;left:15.031250476837rem;width:17.6875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PAvmAX9AqeKeyRHnus3b8k6hD3807Gn3 { display:block; }
 }@media only screen and (max-width: 763px) { #vAiMOfKTrrkmfzqGECLJ5gGIx07sTwMZ { top:18.75rem;left:0rem;width:47.75rem;height:12.932291666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTnt30htEhmKJ9tVWQyQe7k6u6NOCZwJ { top:40.3125rem;left:8.6562514305113rem;width:30.4375rem;height:18.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC { display:block; }#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ua5mMorPlxb3WgIR7LDhiDiUWvW76RP3 { top:1.5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTsZTZAdSAwrf734KhS2UuvLstmJkNFr { top:4.75rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwxUbqXZrVb8ZrTD4THHEKeQNf4HGZU7 { top:8.5625rem;left:0rem;width:12.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLwGekPfbc2r28zXsENNRBnKCqynT7VU { top:24.875rem;left:0rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7XUDOvMNm41lxthVOLxenHuWS85JFSK { display:block; }
 }@media only screen and (max-width: 763px) { #GfUGRHKdBKsKZQf9urzHJ13Ux9zhgdhk { top:8.5rem;left:3.5625rem;width:12.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEpifDaX47LQ9lXOWOKewmHaPgAyzAaX { top:9.4375rem;left:0rem;width:13.5625rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6kHSH9Qn0tTDWiKfNl6btzPvydcJCtg { top:8.9375rem;left:2.5354170799256rem;width:14.5625rem;height:14.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGTRGv8Z7Accds4JAsi2PNSzsadTLRk7 { top:8.875rem;left:16.53125333786rem;width:14.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsSzDtwZlt0uK9t7vVdkD9pHgvTWSuta { top:8.5rem;left:17.6875rem;width:12.1875rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khw58rFgCnhnNCO0hVdnAEJAAvflgncV { top:8.8125rem;left:30.342711925507rem;width:15.125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6Z2wz1kdU4A8ApBsedWDUiJr5a4DoTp { top:8.5rem;left:31.838542461395rem;width:12.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol32EtL1I8N1oVfqlBQ53mvD68AMpeDQ { top:8.5rem;left:35.25rem;width:12.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqfidTQ4e2XBA5SIqzx7Zhad3uLiZ0o0 { top:24.875rem;left:4.9760432243347rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVl9lFakw9OQNBFF0laM2Q2X0uBEEqHt { display:block; }
 }@media only screen and (max-width: 763px) { #IkZKd68cWpnRcCc8Td9QAwRriabUnqlf { top:24.875rem;left:19.038543224335rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLATvdLQg6Bu7ha36o24VItV87P6IfEc { display:block; }
 }@media only screen and (max-width: 763px) { #Zh1Q0Q8UKTkGTl9MSlpLogv5GegJX5sB { top:24.875rem;left:33.072917461395rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNVsqOfnct31MUOzInE4oXW8KVzd8xJb { display:block; }
 }@media only screen and (max-width: 763px) { #pFM8ipEeiEtxETGd6XiWH7FqDrWW0r94 { top:24.875rem;left:38.125rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIP0pvKPizlxtCE3uGo1W65PDAgHH38D { display:block; }
 }@media only screen and (max-width: 763px) { #eHzJp7vffwTzalpLGofETcVsVEep39Al { top:8.875rem;left:32.25rem;width:14.9375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5GNTLlnmJMi5xgcXJbX4ntxOhut44hA { display:block; }#r5GNTLlnmJMi5xgcXJbX4ntxOhut44hA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqEdDaTeVHTsboTRlv9H4NZdPFdXdrBI { top:0.8125rem;left:0rem;width:12.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZV4t7PL5CoL35T2ePNZ8l0OvfqtJIOp { top:17.125rem;left:0rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izPiilxFE51rhT8B32Slz19q8Ob43KPV { display:block; }
 }@media only screen and (max-width: 763px) { #izMBeAwCnJIJ5oDTakB0CGunTNrqXEwp { top:0.75rem;left:3.5625rem;width:12.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2lSB0yaGrWvGKo7bVgoWQt0KHlhOLxU { top:1.75rem;left:0rem;width:13.5625rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf12Za7J3TcI1JcCZM8imtfhqFzt8AQC { top:1.25rem;left:2.5625rem;width:14.5625rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmfH6manoC0QCENIRaWxDyg0oSkWXo7q { top:1.125rem;left:16.55416625rem;width:14.6875rem;height:14.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGUFs5EED2wUnzUWpRemJQkyMPq4hDTu { top:0.75rem;left:17.6875rem;width:12.1875rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKghdNclXwWgbJ8GQpxzHCbuikuSHLJp { top:1.3125rem;left:30.597918987274rem;width:14.9375rem;height:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqT5CRGCk5Tu55HQ7ilI8Gf8JkOCE99t { top:0.8125rem;left:31.8125rem;width:12.375rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiGttaXWZaHzrZrJBLUW16H7M2AavT32 { top:20.375rem;left:0rem;width:13.75rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDL9pubb2AGrpzdLbzfLdLAoPJrdtnMa { top:17.125rem;left:5rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSLqZb13rqPsdHoVHdqUrkhXaIJ5nPsA { display:block; }
 }@media only screen and (max-width: 763px) { #lg3tMlgEJx6M3An8deUuQPgtmO50fWK7 { top:17.125rem;left:19.0625rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4G92QS68gAToUGmexXuK64xZlXydVOg { display:block; }
 }@media only screen and (max-width: 763px) { #RKzQZCxTRg21h7TNBDqvGTzvdMivqnoC { top:17.125rem;left:33.23437833786rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkZV3l1Gb2PIAQbqnLZKuboLky3Wr2F4 { display:block; }
 }@media only screen and (max-width: 763px) { #UdmByUQmcVplm8TlVUUlAKVi5OUGKQ8S { top:36.625rem;left:0rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3hRGuk5OwdGSoGbloIOG4FNTkxQfsOm { display:block; }
 }@media only screen and (max-width: 763px) { #oEITTM1xyo2II4gThVKEGKmzqxyGOaNl { top:20.625rem;left:0rem;width:14.875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6MuzFmHp1E44Cv4biDcfHray6wRnP24 { top:20.625rem;left:3.5625014305115rem;width:14.875rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZltcwGiylqlgHQ6x64XDbFQqd7zD9O0 { top:20.3125rem;left:4.0572924613953rem;width:13.75rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV6BRwZnNWvFClDLJiv4c8UefdrxQe5L { top:36.625rem;left:6.1770834922791rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJbeTGnuTZWqnpNfahmXuM8bGDu1BNAo { display:block; }
 }@media only screen and (max-width: 763px) { #cUmzEcoRqMTTbB9hg2oUOOxnOKQUphTp { display:block; }#cUmzEcoRqMTTbB9hg2oUOOxnOKQUphTp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTHuDqt3vn0rmwDdXduF3UdpLDMTg3wk { top:4rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvkGOTf5vhHCO5z8lZRpfAnCCaqmeQcH { top:1.1875rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq98wgIm7uA7tRFu7FR9noHIgtdJqVvq { top:9rem;left:0rem;width:47.75rem;height:1.1875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwEitNPqUhATrInef2O0ybbE124c9Hdk { top:1.5rem;left:12.687499523163rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xv0RuD1I4GuewvHdDgb4RteePHNFVwMx { top:6.3125rem;left:19.625rem;width:1.6875rem;height:1.6875rem;display:block; }
#Xv0RuD1I4GuewvHdDgb4RteePHNFVwMx > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #AnEEG573tqH4FG5VL7oAmxvrxhm4Gtim { top:6.3125rem;left:23.03125333786rem;width:1.6875rem;height:1.6875rem;display:block; }
#AnEEG573tqH4FG5VL7oAmxvrxhm4Gtim > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #VuUNh6xJ5LOeuDmVI6pLxbI5lADI9z2o { top:6.4375rem;left:26.18750333786rem;width:1.5rem;height:1.5rem;display:block; }
#VuUNh6xJ5LOeuDmVI6pLxbI5lADI9z2o > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM { display:block; }#Jwf2cS4bV4sgGoQJLpcMt8RhnOfkfalM > .row .container { width:20rem;height:51.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nBrLlyp7MkiPTg4llBLTHvD2k9toTvZW { width:20rem;height:11.375rem;top:24rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FRJTP0HeXyVS9Ddb3IT0HxGldgwLPaci { top:45.500003814698rem;left:3.6875002980233rem;width:12.625rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFy6VrLfZUJBcXsfk5nKT15MQu3ODXtR { display:block; }
 }@media only screen and (max-width: 763px) { #DoD4JrrCPKfCvHg5h3PvpczI3JK4sZar { width:17.25rem;height:21.625rem;top:1.1875rem;left:1.5625000596046rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #IluBn2znIPTE5vLKoQwIe7GxlUVAyIM2 { width:20rem;height:6.5rem;top:36.875002861023rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z0RtZ6b12BKulqR29O819JeeOqFfAIUB { width:19.875rem;height:19.625rem;top:1.1875001192093rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w82L8fE8IJRUCCLiZznIIzSG31QcT2We { display:block; }#w82L8fE8IJRUCCLiZznIIzSG31QcT2We > .row .container { width:20rem;height:33.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MMTkVRFCFSODGu2hHix8ofUqQNgn7W3E { width:17.5rem;height:31.25rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M { display:block; }#sN2GPRFUgPmvsduAq6odSO2JxdJ5Ty6M > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rfkaraU8zd3KPk7X3yAZaDnTcviBEcF6 { width:20rem;height:4.225rem;top:0.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR { display:block; }#Rc0AXvSEruF6NKV4Bl3T57BJAQyI4zMR > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BQu2uPzu4u48kFL9w5QwsKE70lX9xy87 { width:19.1875rem;height:3.65625rem;top:1.09375rem;left:0.40625005960464rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BzBPn4ryzgqgP2yyv7aelUFxtklzBImy { display:block; }#BzBPn4ryzgqgP2yyv7aelUFxtklzBImy > .row .container { width:20rem;height:61.250030517578rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ui4A9v1bm9OBkWrr81OVbrcrr5pdCVzV { width:4.625rem;height:4.25rem;top:19.125000119209rem;left:7.6875007748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdEnEX6eypFWpEhlzCZfJn7mwCJ4xrnX { width:4.9375rem;height:4.4375rem;top:2.4375019073486rem;left:7.8750007748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #xymT64IyONgQOiFwkqli2Cp6uAAADw68 { width:3.875rem;height:3.5625rem;top:37.000005841255rem;left:8.0625007748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJHCykZavaCNlFMQMzffiM9uo2Sb3bPt { width:8.75rem;height:0.1875rem;top:43.312501907349rem;left:5.6250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #NWTpXHTQ3BA0wLoyDOZgXTp3LDNLdIb9 { width:8.75rem;height:0.1875rem;top:10.498959064484rem;left:5.6250002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ml2uWTDNLw4ONDxUwuWvzEStQ916qs7r { width:19.375rem;height:1.625rem;top:24.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#0073fe;display:block; }
 }@media only screen and (max-width: 763px) { #SzKaFkBdTpPT3wa9KH3yu9PTZIsyvCkT { width:20rem;height:1.625rem;top:41.125001907349rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#0073fe;display:block; }
 }@media only screen and (max-width: 763px) { #uZiLlQfaaWU5ZIVQnOT2VtUPGn9mB5oD { width:20rem;height:1.625rem;top:8.0000004768369rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#0073fe;display:block; }
 }@media only screen and (max-width: 763px) { #PK3KTraUl4c9JsTQkhBl0Tfasp9ApfNr { width:17.5rem;height:6rem;top:27.406252026558rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nunt5RtVz7RNxqrwXzu4Pb7TF9AU4IfD { width:18.1875rem;height:16.5rem;top:44.750001907349rem;left:0.93750005960463rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xUnzwn3Cvry0knBJIMXTzTB1JhNbLVpE { width:17.5rem;height:6rem;top:11.687500476837rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UfDTK1VzPIg7Pf8lB0ENFEBN0WR93VQ1 { width:10.625rem;height:0.1875rem;top:26.437501907349rem;left:4.6875002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 { display:block; }#hdwmdxksC4aMr9vypRNxrOl7GQSgS4i1 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vPnXAXSPgLra1ZdRLUIU2VvfGEsCmgvK { width:20rem;height:5.4166666666667rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq { display:block; }#nQfrw9oOinfT3H0N4hkSrAcpGMxddWiq > .row .container { width:20rem;height:1.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr { display:block; }#eCmpPshxV1u6tAf6ASg4MSTGC8pJNzcr > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rCpFOsmq0h3QEMzzvuFX6Aeq9XM7z4Ay { width:20rem;height:4.225rem;top:0.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNq5ldOizUJILusdrbbB77wtnUoVb6dT { display:block; }#KNq5ldOizUJILusdrbbB77wtnUoVb6dT > .row .container { width:20rem;height:6.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZPwxOATxn2dVDTeV0EBQ8U4J5u4053z9 { width:19.375rem;height:4.5rem;top:0.75rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vennRhzKpioRHvoRO3DOR2OeGuND2XNZ { display:block; }#vennRhzKpioRHvoRO3DOR2OeGuND2XNZ > .row .container { width:20rem;height:115.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CoGk4CF0K346w4061Zmu2wkOChl7lsha { width:15.125rem;height:26.0625rem;top:0.55312728881836rem;left:2.3697916865349rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTzaQJkLn1zdawp3b4G2XuNA5TTmT20H { width:11.3125rem;height:14.4375rem;top:0.55208349227905rem;left:4.3437502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #inCRnVJ1FNkdL7sRUUIWl34WS00eQaTX { width:10.6864375rem;height:1.4625rem;top:19.571875333786rem;left:4.6562502980232rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VBhR9y77CPZtfcVz6UpWcetOlkH8ClLg { width:14.6875rem;height:26.75rem;top:56.6875rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZFObZlZVIzQHZi2AH0S9EgcWZnkDHEeN { width:12.8125rem;height:15.25rem;top:28.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ftp23azh8rR6WaQkrs79PdbR0aUIpLnT { width:14.6875rem;height:26.75rem;top:87.625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWUwqN0tmO0pMpsI03Gy38ukiOnNpmvU { width:12.1875rem;height:15.25rem;top:56.75rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ux0nQVEMz7esAe5H0I10xggfeTXBDoRe { width:12.375rem;height:15.25rem;top:87.625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qD6yTHp9ulxvrV4FupEES4Jvw9FzIsgd { width:14.6875rem;height:26.75rem;top:28.375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E41Im5dMQ6zvnPThPdXpr0lugSwXwtzZ { top:50.0625rem;left:6.25rem;width:7.5rem;height:2.3125rem;background-color:#0066d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Vq5hd9wxZkC0x7JIaORJmqu1pA3Q6Fnp { display:block; }
 }@media only screen and (max-width: 763px) { #IKyCUN7cZ5GzoE1GIScdB0cc74pxsi07 { top:22.24063205719rem;left:6.2500002980231rem;width:7.5rem;height:2.3125rem;background-color:#0066d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #K4guTh8ZetN37wQNxs9BCXc2fafvquqk { display:block; }
 }@media only screen and (max-width: 763px) { #C5bFFDz9EbBeM4nqlZDMpLHmvX57NE6R { top:78.4375rem;left:6.125rem;width:7.5rem;height:2.3125rem;background-color:#0066d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #usFar8AkE1zzvx6VFFLG68LXkCXgElC4 { display:block; }
 }@media only screen and (max-width: 763px) { #JMdsP3bux0ENyyKV7iLpoJTkFnkLuFFC { top:109.375rem;left:6.125rem;width:7.5rem;height:2.3125rem;background-color:#0066d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #zq3FTG01aqyTdotvHPknkqAVWOopMhBZ { display:block; }
 }@media only screen and (max-width: 763px) { #EocHMiDuQx9Kxvp2s8kMVla8UBR0Pu9h { width:12.5625rem;height:1.70625rem;top:14.239583730698rem;left:3.4322918057442rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqTqZyKbwtU1r6dHqdV6sbBiLAIb0IGn { width:14.5rem;height:1.4625rem;top:17.069792509079rem;left:2.4635418057442rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0mqrBmOKCcBatSo4ebR8RsMqfLruRAM { width:16.1875rem;height:1.70625rem;top:42.625rem;left:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8aVLwM2pr8BiaHJupz4xSvUbNrRRT2w { width:14.5rem;height:1.4625rem;top:44.9375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AntKoiEZzIigTE7FXkHPbcEe9emQeuQE { width:14.5rem;height:1.4625rem;top:47.5rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIc8Kaz45pGp5zJDAl0gWqVWfzDcOdbf { width:14.5rem;height:1.4625rem;top:75.875rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRZiivhylw90mIdCX4NehxHsyRGmKBL6 { width:14.5rem;height:1.4625rem;top:73.25rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2TTxeMk6B7i8yt3DCfFRDPO7cDXH69b { width:14.5rem;height:1.4625rem;top:104.1875rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w92FMtBEgvWVNA9pfTASdtxQeZSsqu8m { width:14.5rem;height:1.4625rem;top:106.8125rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGPLT6eCag5Lg40WCw63ocpDTVgXrgVK { width:15.0625rem;height:1.70625rem;top:71.625rem;left:2.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Inut6f6NQCUaTMcpPakR8br1fd83e9QL { width:15.75rem;height:1.70625rem;top:102rem;left:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qq1tbNoMSr81FJe6TWobzooKya2Qub4s { display:block; }#Qq1tbNoMSr81FJe6TWobzooKya2Qub4s > .row .container { width:20rem;height:113rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nqeHeQQGxQN7poWrEsKQd1F4KXMiA5tq { width:15rem;height:23.8125rem;top:3.15625rem;left:2.5000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZA8LxSeqzxTxbDUtdek3rhh2mqREm8LM { width:13.0625rem;height:15.75rem;top:0.61041641235351rem;left:3.5625002980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #gtoQ9ai3WzBWK6DBJf7r7PZMbqPiuSJz { width:10.6864375rem;height:1.4625rem;top:20.737501144409rem;left:4.6562502980232rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsPlpmewiRD1Q6U7sgTeFor5uH5nVhfO { width:14.6875rem;height:26.75rem;top:56.5rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hvui5oPV8OtTOKZmOddGK8WkGOWqtMh9 { width:12.8125rem;height:14.25rem;top:28.75rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aasmyWGCTgT8kyt4BD9sHqnFNuQzch4O { width:14.6875rem;height:26.75rem;top:84.5625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5QF0MlWUxF2oJs7sFQzcSCZv6Tr1q63 { width:12.1875rem;height:15.25rem;top:56.5625rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPfBaeQMTViWSWZZCxiClWrWhqtTwb2A { width:12.375rem;height:15.0625rem;top:84.5625rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGGHdBL4CAPwDwBPxTEqFukST16eLpIi { width:14.6875rem;height:26.75rem;top:28.75rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kow8Oy5mrwZOKVLurp73rPB2eDTQ768a { top:50.4375rem;left:6.25rem;width:7.5rem;height:2.3125rem;background-color:#0066d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AaTP6htOyNTHNrKIdMhNIFd0CxqEX2Mv { display:block; }
 }@media only screen and (max-width: 763px) { #xnTd3hxeOBaXnZLVQDFvJnBT7W86HJW2 { top:23.489583969116rem;left:6.2500002980231rem;width:7.5rem;height:2.3125rem;background-color:#0066d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZMzT4qrl44GUrLTqABVLHsnsWmPrle6R { display:block; }
 }@media only screen and (max-width: 763px) { #XKGXxrJWlH7W2Prpcih6LurVLwofrCfF { top:78.25rem;left:6.25rem;width:7.5rem;height:2.3125rem;background-color:#0066d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ys3qMnkUpOf1Hw2cFLJMGf2Kp3qZt06B { display:block; }
 }@media only screen and (max-width: 763px) { #sQ7NEDWrqapH0gT3ck8wwX4UDf2wmkWt { top:106.3125rem;left:6.125rem;width:7.5rem;height:2.3125rem;background-color:#0066d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #RtUgDBg8GLC4S8ffTB5vfHkVs1EvLxqN { display:block; }
 }@media only screen and (max-width: 763px) { #K8VCDOQOqwEvsAh9dtJgFwtJbXxcU3CJ { width:12.5625rem;height:1.70625rem;top:15.489583492279rem;left:3.7187502980233rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpLTBJmFEsCRxoyf9DTG608wsOGBoeOL { width:14.5rem;height:1.4625rem;top:18.358334064484rem;left:2.7500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB0TGeitn4D2cNBJd6aK1bFrcxol0HWz { width:16.1875rem;height:1.70625rem;top:43rem;left:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHTQGIGwTJM5Ollrboezoydsgmuwhdx4 { width:14.5rem;height:1.4625rem;top:45.3125rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QyMTftV03vG2BTTPUQNf9uNTN2GHuiuN { width:14.5rem;height:1.4625rem;top:47.875rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsnO2Vg2IzqH56U9DmXapxCmpaP2x9K2 { width:14.5rem;height:1.4625rem;top:75.6875rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0xiDEraCFdiXSXUyLZmiWW0DenfdzpW { width:14.5rem;height:1.4625rem;top:73.0625rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay4N6rw5oL2v53kU07ALDIStGcs0quMS { width:14.5rem;height:1.4625rem;top:101.125rem;left:2.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xkbgl84cP2XLKo9UTmBOQC9oRL6ii7lN { width:14.5rem;height:1.4625rem;top:103.75rem;left:3.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #deZHFEXbRLdsTmGRbAi72L0qMcxU8MUS { width:15.0625rem;height:1.70625rem;top:70.75rem;left:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDasGLIRr4fhxEEvAxh5z1nJWKpEhKUR { width:15.75rem;height:1.70625rem;top:98.6875rem;left:2rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P7MSxgaUvf2BXUwyS5LC45toekWTqRpr { display:block; }#P7MSxgaUvf2BXUwyS5LC45toekWTqRpr > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WndVlBmw5hZ7TwD6Cil4TJNgBxmCsCme { width:14.125rem;height:25.25rem;top:0.55311584472656rem;left:2.7447916865349rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9Q2DECrGU4dbepgkv4dnaRxLPVxQNew { width:10.4375rem;height:13.6875rem;top:0.55210447311401rem;left:4.6552084088326rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZT4N6WIi4LTJUg1hROlWOJpoKPicdyS { width:10.6864375rem;height:1.4625rem;top:18.483333408833rem;left:4.6562502980232rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpb6CEsvuC8nJG05k2c9nkHC6yFQKK7N { width:11.25rem;height:14.125rem;top:28.749986886978rem;left:4.3750002980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #wX7SuEfb2elHunA32xvw3IcQeEgu7LZN { width:14.6875rem;height:26.75rem;top:27.6875rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zOu6UUuT1T5Flwac4MQr05P49k9s4atS { top:49.375rem;left:6.25rem;width:7.5rem;height:2.3125rem;background-color:#0066d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #lMtzqTAxGre3aZiL6ZVpy6gtQlisRSKJ { display:block; }
 }@media only screen and (max-width: 763px) { #myeGstwnx9Xo3pIinzSmmz2mdKM2u5DT { top:21.177096009254rem;left:6.2500002980231rem;width:7.5rem;height:2.3125rem;background-color:#0066d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #AavMlhI4hNUOoyTbl0DcV00Xsro9i91g { display:block; }
 }@media only screen and (max-width: 763px) { #zn29fwNyH8XZHWZ2bLMmrZrTXrQ2oUmf { width:12.5625rem;height:1.70625rem;top:13.677083790303rem;left:3.7187502980233rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMkCxJeT4IoQCZpoQ7uSKoE3C3MlHUKK { width:14.5rem;height:1.4625rem;top:15.883334934711rem;left:2.7500000596046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGrvPMMmoSdvgaOJdOPtS4ZpM9vyUSlU { width:16.1875rem;height:1.70625rem;top:43.3125rem;left:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EngvftV9gU00dcwoV8KcRaTaPHH8STXm { width:14.5rem;height:1.4625rem;top:44.9375rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wcLxTGVTUVyQim8FSrc5ekwLprFGB67q { width:14.5rem;height:1.4625rem;top:46.8125rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBVrW6O8zB74ZtZ8N66kEmJT3phieUq7 { display:block; }#WBVrW6O8zB74ZtZ8N66kEmJT3phieUq7 > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qBHT77Dt7Gd6KsetBKILn5bwnggMTdhR { width:20rem;height:4.225rem;top:0.0625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFZt6heqilJdp7tbRB9Kh0wIu0AyUVbz { display:block; }#uFZt6heqilJdp7tbRB9Kh0wIu0AyUVbz > .row .container { width:20rem;height:60.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #E53mfL80GNIx2vHGo026r6pX5Sp1JOtc { width:11.0625rem;height:13.75rem;top:2.8125rem;left:4.4687502980232rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHmCKbRrTw52GtAVN3D8z7XVuipu72Ov { width:12rem;height:15.0625rem;top:20.75rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyX1lW93PhR9Em4FrNkVMnBrSp3TKafg { width:12.1875rem;height:15.25rem;top:40.4375rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MmAfHSxhHskTNDdRwe03oKTvd5K0mSPI { width:12.5625rem;height:1.70625rem;top:17.796886444092rem;left:3.7187502980233rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdUkEcK77mRHLLgIdL4vXdWrEbuSdB7G { width:16.1875rem;height:1.70625rem;top:37rem;left:1.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDs5hG56GvgOG8Kq9Rou38iaktVccwux { width:15.0625rem;height:1.70625rem;top:56.9375rem;left:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wOx6zAADBVvDTevauBTlMBG6k4okzThs { width:12.5625rem;height:15.1875rem;top:40.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOT5IxxBVXZ19Bge87PLcnTQtfwqfhUG { width:12.5625rem;height:15.0625rem;top:20.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b14eVQmzJaBDhVmFCIeVuBhxHgHOnnfX { width:12.5625rem;height:14.375rem;top:2.5rem;left:3.7187502980233rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn { display:block; }#yNSkSqHcQNZJXLfSiOxSKd4OAF1PhVgn > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T5288AquzwJ5089Kfa4KAqfVCrXuo5L6 { top:1.25rem;left:1.125rem;width:17.6875rem;height:3.125rem;background-color:#0066d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4r8Dp5371tICnZXbxJUt2TtSnrZgbk6 { display:block; }
 }@media only screen and (max-width: 763px) { #hxodrzXszTAkILG3ZBQ7gcfQXc5l20bf { display:block; }#hxodrzXszTAkILG3ZBQ7gcfQXc5l20bf > .row .container { width:20rem;height:6.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RLWdrU6fzO4ltoAtI8LQHOQN3AvGSqLz { width:20rem;height:4.225rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgnU2TMAPD4vzoxI4ZI0bJtCZV7kT7gP { display:block; }#tgnU2TMAPD4vzoxI4ZI0bJtCZV7kT7gP > .row .container { width:20rem;height:95.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OuiRTo2d6CV5Qh813mlgo9qBGEUofE9N { width:4.0625rem;height:3.75rem;top:4.7375rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dl7ZX2xQWaiXPqgkOtM0bTwmOHOsaiQl { width:17.5625rem;height:1.3rem;top:9.4999809265138rem;left:1.2187500596046rem;font-size:1rem;text-align:center;text-align-last:center;color:#0073fe;display:block; }
 }@media only screen and (max-width: 763px) { #ryqJpdlRpAKMC3COTkf5oan4GhphWZVl { width:14.3125rem;height:1.3rem;top:26.3rem;left:2.375rem;font-size:1rem;text-align:center;text-align-last:center;color:#0073fe;display:block; }
 }@media only screen and (max-width: 763px) { #CW1co0W09sqVZqGK3Ir5CDA6b24Xrd1h { width:4.0625rem;height:3.75rem;top:21.862459182739rem;left:7.9687507748606rem;display:block; }
 }@media only screen and (max-width: 763px) { #h6xRQqKmoTzyEfHnJyvhpMOmTmhLBHVw { width:10.625rem;height:0.1875rem;top:44.33125rem;left:4.6874966621399rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsaU7FyEu2qEc0A6Smvpx14IFhLJ90Hb { width:15.6875rem;height:3.65625rem;top:29.3rem;left:1.6875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LHTXlZf4gmxMnwSRuZTW9l55NinJ4Pip { width:15.1875rem;height:4.875rem;top:45.581250953674rem;left:2.40625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hKl3TVRAIdDiwzADTplEShwgWdqzfwrT { width:17.1875rem;height:4.875rem;top:12.425rem;left:1.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kaTG652LkZpHmHnUVuD99kt8naPMNt5N { width:4.0625rem;height:3.75rem;top:37.51875rem;left:7.99999666214rem;display:block; }
 }@media only screen and (max-width: 763px) { #TziV46Q3RgcgJKDtZDmEZ2QwgFpZlttI { width:10.625rem;height:0.1875rem;top:11.2375rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xiHSdbmfCRbPyQaaA5CLNhDsgGMuEzVq { width:13.9375rem;height:1.3rem;top:42.58125rem;left:2.9999966621399rem;font-size:1rem;text-align:center;text-align-last:center;color:#0073fe;display:block; }
 }@media only screen and (max-width: 763px) { #sMU2tzmO3prChKkGico8fP6IXvDtSDdI { width:17.375rem;height:15.25rem;top:3.8000183105469rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGvXKwQZ1I5wQeEbZ4WgHefy4pwhMEMf { width:17.25rem;height:15.25rem;top:20.300018310547rem;left:1.1875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #isIQZymfSGdeBCDtuga5nvyQypkIKos3 { width:17.375rem;height:15.25rem;top:36.800018310547rem;left:1.0625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSzaydBH26KNCzcyAE6xZuTGpc3RkNoe { width:10.625rem;height:0.1875rem;top:27.9875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hf9Zd4HLyl62vWNGETwsV3mSthvlBR2s { width:17rem;height:14.375rem;top:53.3rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsLbSNy7CFTXMfaUs0S4cLo7ZcoT5WpC { width:4.0625rem;height:3.75rem;top:54.3rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #itegHsyP6zf6snQ8lDha5gfBT20QaaZT { width:13.9375rem;height:1.3rem;top:59.081257629394rem;left:3.03125rem;font-size:1rem;text-align:center;text-align-last:center;color:#0073fe;display:block; }
 }@media only screen and (max-width: 763px) { #TEKZmRsdZk44XsZM01TZizVoJbQxGKKO { width:10.625rem;height:0.1875rem;top:60.831250953674rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BpEs6yL8iRBxFkstdDzcRtFwsc4RpuIH { width:15.1875rem;height:3.65625rem;top:62.081250953674rem;left:2.40625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Lzs8taQ1ETCf5gKHmGrBwydSNsRTevxd { top:90.852090835569rem;left:1.1562500596046rem;width:17.6875rem;height:3.125rem;background-color:#0066d3;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #PAvmAX9AqeKeyRHnus3b8k6hD3807Gn3 { display:block; }
 }@media only screen and (max-width: 763px) { #vAiMOfKTrrkmfzqGECLJ5gGIx07sTwMZ { width:20rem;height:5.4166666666667rem;top:70.487504959106rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pTnt30htEhmKJ9tVWQyQe7k6u6NOCZwJ { width:20rem;height:13.3875rem;top:77.466651916506rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#0073fe;display:block; }
 }@media only screen and (max-width: 763px) { #dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC { display:block; }#dXJW1UFWWzM0pTDPsezPukcDNVZSv1OC > .row .container { width:20rem;height:116.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ua5mMorPlxb3WgIR7LDhiDiUWvW76RP3 { width:20rem;height:4.225rem;top:1.9999809265137rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTsZTZAdSAwrf734KhS2UuvLstmJkNFr { width:20rem;height:3rem;top:6.725rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwxUbqXZrVb8ZrTD4THHEKeQNf4HGZU7 { width:12.375rem;height:15.25rem;top:11.380208492279rem;left:3.7437503933906rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLwGekPfbc2r28zXsENNRBnKCqynT7VU { top:28.500001907349rem;left:5.1875002980232rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7XUDOvMNm41lxthVOLxenHuWS85JFSK { display:block; }
 }@media only screen and (max-width: 763px) { #GfUGRHKdBKsKZQf9urzHJ13Ux9zhgdhk { width:12.375rem;height:15.25rem;top:33.695833444596rem;left:3.7437503933906rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEpifDaX47LQ9lXOWOKewmHaPgAyzAaX { width:13.5625rem;height:13.5625rem;top:12.291691780091rem;left:3.2187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6kHSH9Qn0tTDWiKfNl6btzPvydcJCtg { width:14.5625rem;height:14.5625rem;top:34.108316421509rem;left:2.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGTRGv8Z7Accds4JAsi2PNSzsadTLRk7 { width:14.6875rem;height:14.6875rem;top:55.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsSzDtwZlt0uK9t7vVdkD9pHgvTWSuta { width:12.1875rem;height:15.125rem;top:55.151044845581rem;left:3.8375003933906rem;display:block; }
 }@media only screen and (max-width: 763px) { #khw58rFgCnhnNCO0hVdnAEJAAvflgncV { width:15.125rem;height:15.125rem;top:76.1875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p6Z2wz1kdU4A8ApBsedWDUiJr5a4DoTp { width:12.375rem;height:15.25rem;top:75.9375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ol32EtL1I8N1oVfqlBQ53mvD68AMpeDQ { width:12.375rem;height:15.25rem;top:96.8125rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqfidTQ4e2XBA5SIqzx7Zhad3uLiZ0o0 { top:50.312509536743rem;left:5.1875002980232rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVl9lFakw9OQNBFF0laM2Q2X0uBEEqHt { display:block; }
 }@media only screen and (max-width: 763px) { #IkZKd68cWpnRcCc8Td9QAwRriabUnqlf { top:71.62396502495rem;left:5.1875002980232rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLATvdLQg6Bu7ha36o24VItV87P6IfEc { display:block; }
 }@media only screen and (max-width: 763px) { #Zh1Q0Q8UKTkGTl9MSlpLogv5GegJX5sB { top:92.3125rem;left:5.1875rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNVsqOfnct31MUOzInE4oXW8KVzd8xJb { display:block; }
 }@media only screen and (max-width: 763px) { #pFM8ipEeiEtxETGd6XiWH7FqDrWW0r94 { top:113.1875rem;left:5.1875rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIP0pvKPizlxtCE3uGo1W65PDAgHH38D { display:block; }
 }@media only screen and (max-width: 763px) { #eHzJp7vffwTzalpLGofETcVsVEep39Al { width:14.9375rem;height:14.9375rem;top:97.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5GNTLlnmJMi5xgcXJbX4ntxOhut44hA { display:block; }#r5GNTLlnmJMi5xgcXJbX4ntxOhut44hA > .row .container { width:20rem;height:128.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iqEdDaTeVHTsboTRlv9H4NZdPFdXdrBI { width:12.375rem;height:15.25rem;top:0rem;left:3.7437503933906rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZV4t7PL5CoL35T2ePNZ8l0OvfqtJIOp { top:38.000001430511rem;left:5.2541669011116rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #izPiilxFE51rhT8B32Slz19q8Ob43KPV { display:block; }
 }@media only screen and (max-width: 763px) { #izMBeAwCnJIJ5oDTakB0CGunTNrqXEwp { width:12.375rem;height:15.25rem;top:21.878105044365rem;left:3.7437503933906rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2lSB0yaGrWvGKo7bVgoWQt0KHlhOLxU { width:13.5625rem;height:13.5625rem;top:1.25rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf12Za7J3TcI1JcCZM8imtfhqFzt8AQC { width:14.5625rem;height:14.5rem;top:22.320833206177rem;left:2.7187500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #UmfH6manoC0QCENIRaWxDyg0oSkWXo7q { width:14.6875rem;height:14.6875rem;top:42.3125rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QGUFs5EED2wUnzUWpRemJQkyMPq4hDTu { width:12.1875rem;height:15.125rem;top:42rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKghdNclXwWgbJ8GQpxzHCbuikuSHLJp { width:14.9375rem;height:14.9375rem;top:62.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqT5CRGCk5Tu55HQ7ilI8Gf8JkOCE99t { width:12.375rem;height:15.25rem;top:62.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiGttaXWZaHzrZrJBLUW16H7M2AavT32 { width:13.75rem;height:15.25rem;top:83.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDL9pubb2AGrpzdLbzfLdLAoPJrdtnMa { top:57.9375rem;left:5.1875rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HSLqZb13rqPsdHoVHdqUrkhXaIJ5nPsA { display:block; }
 }@media only screen and (max-width: 763px) { #lg3tMlgEJx6M3An8deUuQPgtmO50fWK7 { top:79rem;left:5.1875rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L4G92QS68gAToUGmexXuK64xZlXydVOg { display:block; }
 }@media only screen and (max-width: 763px) { #RKzQZCxTRg21h7TNBDqvGTzvdMivqnoC { top:15.937482833863rem;left:5.1875002980232rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkZV3l1Gb2PIAQbqnLZKuboLky3Wr2F4 { display:block; }
 }@media only screen and (max-width: 763px) { #UdmByUQmcVplm8TlVUUlAKVi5OUGKQ8S { top:100.5625rem;left:5.1875rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N3hRGuk5OwdGSoGbloIOG4FNTkxQfsOm { display:block; }
 }@media only screen and (max-width: 763px) { #oEITTM1xyo2II4gThVKEGKmzqxyGOaNl { width:14.875rem;height:14.875rem;top:83.8125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6MuzFmHp1E44Cv4biDcfHray6wRnP24 { width:14.875rem;height:14.875rem;top:106.1875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZltcwGiylqlgHQ6x64XDbFQqd7zD9O0 { width:13.75rem;height:15.25rem;top:105.75rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV6BRwZnNWvFClDLJiv4c8UefdrxQe5L { top:122.0625rem;left:5.1875rem;width:9.625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJbeTGnuTZWqnpNfahmXuM8bGDu1BNAo { display:block; }
 }@media only screen and (max-width: 763px) { #cUmzEcoRqMTTbB9hg2oUOOxnOKQUphTp { display:block; }#cUmzEcoRqMTTbB9hg2oUOOxnOKQUphTp > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTHuDqt3vn0rmwDdXduF3UdpLDMTg3wk { width:15.5rem;height:2.4375rem;top:4.5rem;left:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvkGOTf5vhHCO5z8lZRpfAnCCaqmeQcH { width:18.875rem;height:1.70625rem;top:2.0843753814698rem;left:1.1250000596046rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gq98wgIm7uA7tRFu7FR9noHIgtdJqVvq { width:20rem;height:1.03125rem;top:12.675000190735rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TwEitNPqUhATrInef2O0ybbE124c9Hdk { display:flex;width:1.375rem;height:1.375rem;top:2.25rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #Xv0RuD1I4GuewvHdDgb4RteePHNFVwMx { display:flex;width:1.6875rem;height:1.6875rem;top:7.9375rem;left:5.5rem; }
#Xv0RuD1I4GuewvHdDgb4RteePHNFVwMx > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #AnEEG573tqH4FG5VL7oAmxvrxhm4Gtim { display:flex;width:1.6875rem;height:1.6875rem;top:7.9375rem;left:8.3125rem; }
#AnEEG573tqH4FG5VL7oAmxvrxhm4Gtim > img { max-width: 100%;max-height:100%; width:1.6875rem; height:1.6875rem; } }@media only screen and (max-width: 763px) { #VuUNh6xJ5LOeuDmVI6pLxbI5lADI9z2o { display:flex;width:1.5rem;height:1.5rem;top:8.0625rem;left:11.375rem; }
#VuUNh6xJ5LOeuDmVI6pLxbI5lADI9z2o > img { max-width: 100%;max-height:100%; width:1.5rem; height:1.5rem; } }