.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@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:#ebebeb;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); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL { background-color:transparent;background-image:url("https://images.assets-landingi.com/Hb6uWq0i4MI/unsplash/the-climate-reality-project-Hb6uWq0i4MI-photo-1503428593586-e225b39bddfe.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL.adaptive-delivery-prevent-bg, #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL.lazyload, #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL.lazyloading { background-image: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { background-color: transparent; background-image: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.31); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container > .video-iframe-container { display: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.31); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container { display: none; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .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); }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { border-width: 0; border-radius: 0; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;overflow:visible;position:relative;display:block; }#iUZvfsqrN4XwyZvLsDCtIcermT7rFbJw { color:#ffffff;display:block;width:55.4373125rem;position:absolute;font-family:lato;font-size:4.0625rem;font-weight:700;z-index:14999;line-height:1.5;letter-spacing:0;top:4.8125rem;left:9.75rem;height:6.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aJxKCMVhyNe6DFBE3ufMotkpVo9wembT { color:#ffffff;display:block;width:55.4373125rem;position:absolute;font-family:lato;font-size:4.0625rem;font-weight:700;z-index:15000;line-height:1.5;letter-spacing:0;top:12.125rem;left:9.8125rem;height:6.09375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FDdkcTWDPBTxGiGQ77ozZ5T6vKL6Mr82 { display:block;width:39.436875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:15003;line-height:1.7;letter-spacing:0;top:22.312284469604rem;left:17.781032562256rem;height:8.60514375rem;color:#ffffff;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ynDDfONp8RPuzfdLiZz023T1ih2ctNKC { background-color:#ebebeb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ynDDfONp8RPuzfdLiZz023T1ih2ctNKC > .row .container { background-color: transparent; background-image: none; }#ynDDfONp8RPuzfdLiZz023T1ih2ctNKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynDDfONp8RPuzfdLiZz023T1ih2ctNKC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynDDfONp8RPuzfdLiZz023T1ih2ctNKC > .row .container > .video-iframe-container { display: none; }#ynDDfONp8RPuzfdLiZz023T1ih2ctNKC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ynDDfONp8RPuzfdLiZz023T1ih2ctNKC > .row > .video-iframe-container { display: none; }#ynDDfONp8RPuzfdLiZz023T1ih2ctNKC > .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); }#ynDDfONp8RPuzfdLiZz023T1ih2ctNKC > .row .container { border-width: 0; border-radius: 0; }#ynDDfONp8RPuzfdLiZz023T1ih2ctNKC > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ynDDfONp8RPuzfdLiZz023T1ih2ctNKC > .row .container { font-size:0.875rem;font-family:arial;height:65.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#AxmMVPMGClUhgcdL7Qn1gMR4npRey2SO { box-sizing:content-box;color:#5d92ff;font-size:6.125rem;font-weight:400;line-height:1;height:8.75rem;width:8.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:43.999027252198rem;left:66.249462127687rem; }
#noh9VomaoZ2TTCsIloM2uZCgOyps6ehT { display:block;width:47.0621875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:300;z-index:15002;line-height:1.5;letter-spacing:0;top:14.218751907349rem;left:23.123912811279rem;height:32.996425rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MiG5yCd2sKH9wRvuK7erAJcCTy3WtJ7g { 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:30rem;width:22.1875rem;top:15.716689109803rem;left:0rem;overflow:hidden;display:block; }
#OsCIP6TNG1podqN9Ds4tLBaNk5iyhOSV { color:#2f4c6f;display:block;width:74.874375rem;position:absolute;font-family:lato;font-size:4rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:3.8123893737793rem;left:0rem;height:4.79980625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VcuQechXOETJHFCKkIiIQLt0L9ResKns { background-color:#ce4b3d;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ebebeb;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:33.499375rem;height:5.1237rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:55.244686126709rem;left:20.749782562256rem;display:block; }
#GN7ub8DkCAEhNGqRgv39C8TCBWHNhNIi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr { background-color:#fff0d0;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row .container { background-color: transparent; background-image: none; }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row .container > .video-iframe-container { display: none; }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row > .video-iframe-container { display: none; }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .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); }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row .container { border-width: 0; border-radius: 0; }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row .container { font-size:0.875rem;font-family:arial;height:11.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#UIkTcuDSdLhtwolIDXBEI8xbfRTPpPMW { color:#2f2f2f;display:block;width:55.687375rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:3.5677084326744rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NMBi0HnidZeCFNZl74nsHrGcZa9kkKmU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fff0d0;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; }#NMBi0HnidZeCFNZl74nsHrGcZa9kkKmU > .row .container { background-color: transparent; background-image: none; }#NMBi0HnidZeCFNZl74nsHrGcZa9kkKmU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMBi0HnidZeCFNZl74nsHrGcZa9kkKmU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMBi0HnidZeCFNZl74nsHrGcZa9kkKmU > .row .container > .video-iframe-container { display: none; }#NMBi0HnidZeCFNZl74nsHrGcZa9kkKmU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMBi0HnidZeCFNZl74nsHrGcZa9kkKmU > .row > .video-iframe-container { display: none; }#NMBi0HnidZeCFNZl74nsHrGcZa9kkKmU > .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); }#NMBi0HnidZeCFNZl74nsHrGcZa9kkKmU > .row .container { border-width: 0; border-radius: 0; }#NMBi0HnidZeCFNZl74nsHrGcZa9kkKmU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NMBi0HnidZeCFNZl74nsHrGcZa9kkKmU > .row .container { font-size:0.875rem;font-family:arial;height:28.5625rem;width:75rem;position:relative;display:block; }#refz5Tr7TbeKtll7TQ8NvHFfUcM62xK0 { color:#2f2f2f;display:block;width:29.1875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:20.125rem;left:4.375rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WXsuJaLXhTvkx5lTboODEurPQfyG30Pr { color:#5e5e5e;display:block;width:32.7495625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15018;line-height:1.5;letter-spacing:0;top:22.8125rem;left:4.375rem;height:1.687825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vJvMD9mLO5HlTTKzct0NiI4zUOFJ8255 { color:#5e5e5e;display:block;width:31.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15015;line-height:1.5;letter-spacing:0;top:14.4375rem;left:4.375rem;height:1.687825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O2tVw2QHVMo3d6SkQwdquWiEygVqgm6a { color:#2f2f2f;display:block;width:26.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:11.75rem;left:4.375rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VUqyM7Ld1e3lfURlMeV4gnDPChuShFsZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:11.3125rem;left:0rem; }
#BByoHpTmC1DkVUpTyd0zSolWzVBwGqQL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:19.6875rem;left:0rem; }
#QuemLr1sx4GPZOa3B7z4LQW79y4L3UQ7 { color:#5e5e5e;display:block;width:32.7495625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:6.0625rem;left:4.375rem;height:1.687825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oPsh4cLNg0NPryq5l9agSUl3sJ170hFz { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:2.9375rem;left:0rem; }
#MAWwMHMyieMVAMTbzkKCvZvEl4hymBT5 { color:#2f2f2f;display:block;width:32.4375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:3.375rem;left:4.375rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g7xGMTlIhbQBDtybQONUxJz8FPTZOZHK { color:#5e5e5e;display:block;width:32.749rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.5;letter-spacing:0;top:22.811958312988rem;left:42.250436782837rem;height:1.687825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#x7gAbs09WT1QXmKveJ6Nlu4fKuQDN6XN { color:#2f2f2f;display:block;width:29.1873125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:20.124782562256rem;left:42.312284469604rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WJBwEB0D8fmsMw9tXMVE1H1d9IAM85R6 { color:#5e5e5e;display:block;width:31.6873125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:14.436847686767rem;left:42.312284469604rem;height:3.37565rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZLD0AfPfTfShorhGqRPG9JuF6nEiRBR3 { color:#2f2f2f;display:block;width:26.0623125rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:11.749130249024rem;left:42.312284469604rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xPxWnbg5UqDc30TPxPXowL7s6IqRQMvE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.346569061279rem;left:37.500001907349rem; }
#KVJi1ZIroEFzuXXrfqo13WiTaZTG5N5k { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:19.686958312988rem;left:37.500001907349rem; }
#nUgxhomW0SUwIZB8fzZo23nDerqqAyef { color:#5e5e5e;display:block;width:32.749rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:6.0617408752441rem;left:42.250436782837rem;height:1.687825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vtlee9sSJvI29XG5MCviUNNWv3aNgixQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.9720039367676rem;left:37.500001907349rem; }
#ScUJhttMGTEVbFrGPm81HJKFQTyvecZT { color:#2f2f2f;display:block;width:32.4370625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:3.3745651245117rem;left:42.405057907104rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cO9owkz0ZzMhLG716fBLlIMALcCOE3Ot { background-color:#ebebeb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#cO9owkz0ZzMhLG716fBLlIMALcCOE3Ot > .row .container { background-color: transparent; background-image: none; }#cO9owkz0ZzMhLG716fBLlIMALcCOE3Ot::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cO9owkz0ZzMhLG716fBLlIMALcCOE3Ot > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cO9owkz0ZzMhLG716fBLlIMALcCOE3Ot > .row .container > .video-iframe-container { display: none; }#cO9owkz0ZzMhLG716fBLlIMALcCOE3Ot > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cO9owkz0ZzMhLG716fBLlIMALcCOE3Ot > .row > .video-iframe-container { display: none; }#cO9owkz0ZzMhLG716fBLlIMALcCOE3Ot > .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); }#cO9owkz0ZzMhLG716fBLlIMALcCOE3Ot > .row .container { border-width: 0; border-radius: 0; }#cO9owkz0ZzMhLG716fBLlIMALcCOE3Ot > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#cO9owkz0ZzMhLG716fBLlIMALcCOE3Ot > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;overflow:visible;position:relative;display:block; }#EFfJg3wt0HpWqU76CK8GeOHmBvrvZTlS { color:#2f2f2f;display:block;width:75rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:3.3740224838257rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TA4ZIsmVhp0Ie1wSaPkWZ1tTLgAmCrJT { position:absolute;display:block;z-index:15009;background-color:transparent;background-image:none;border-top:0.125rem solid #6d20f7;border-left:0.125rem solid #6d20f7;border-right:0.125rem solid #6d20f7;border-bottom:0.125rem solid #6d20f7;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.25rem;width:23.75rem;top:18.0625rem;left:51.25rem;display:block; }
#IGsTyDComtp7QoZT8UwSZENNAnpLUrBw { position:absolute;display:block;z-index:15010;background-color:transparent;background-image:none;border-top:0.125rem solid #e13725;border-left:0.125rem solid #e13725;border-right:0.125rem solid #e13725;border-bottom:0.125rem solid #e13725;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.25rem;width:23.75rem;top:18.0625rem;left:25.625rem;display:block; }
#NHZiwqTyTBOiP0O4qhA5XVNOvgRxsdMs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:19.875rem;left:53.125rem; }
#fG1sp8QpzqhipMP0eVGrLyuJ8Bs9EdpV { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:19.875rem;left:1.875rem; }
#nOVrsiTde3Iy9iQlP3P5v96MfDc33wST { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:32.375rem;left:16.75rem; }
#Ziw722Fq1TZEw5EWud62yVIJda6KBAN4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:28.875rem;left:13.25rem; }
#povFAE58kLDk5t1WWJlK6KLeGtyQyTXP { position:absolute;display:block;z-index:15008;background-color:#f8eb95;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.3125rem;width:33.125rem;top:36.1875rem;left:19.875rem;display:block; }
#tg8iey8lrXlVGH2NTfgnA29opJic9Obq { color:#38445e;display:block;width:14.625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.2;letter-spacing:0;top:20.6875rem;left:57.9375rem;height:1.80013125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v9M9kqmxU2FyoNppU8QqmccTSdsFcZTK { color:#38445e;display:block;width:16.0625rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15032;line-height:1.2;letter-spacing:0;top:20.6875rem;left:31.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#F6g0xMD6lvK3eQm5R92RZ3LH0ZJDR71J { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:19.9375rem;left:27.5rem; }
#EduTm2NnRAwo0SRny0ttKT2VZrtiNUCm { color:#38445e;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:24.624563217163rem;left:53.229169845581rem;height:4.780275rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#q3MpspQd3tDV3MSCJTdB2XBOCCDIMhQh { color:#38445e;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:24.625rem;left:27.5rem;height:3.18685rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WAfzO6RoAFne8GUUi3xhxL2zXEqBD3lB { position:absolute;display:block;z-index:15014;background-color:transparent;background-image:none;border-top:0.125rem solid #6d20f7;border-left:0.125rem solid #6d20f7;border-right:0.125rem solid #6d20f7;border-bottom:0.125rem solid #6d20f7;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;box-shadow: none;height:13.25rem;width:23.75rem;top:18.0625rem;left:0rem;display:block; }
#CdzOF80eIQcTevRm5t9ORbz9SgHhTMPv { color:#4915a5;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:24.625rem;left:1.875rem;height:3.18685rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hatLZCv2tI4HVi9Mrl1npAURLGhwhsbL { color:#4915a5;display:block;width:15.4375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15036;line-height:1.2;letter-spacing:0;top:20.6875rem;left:6.25rem;height:1.80013125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rANTliTk95f6cixPPJptkE2GayP9pd4J { background-color:transparent;background-image:none;border-top:0.125rem solid #ce4b3d;border-left:0.125rem solid #ce4b3d;border-right:0.125rem solid #ce4b3d;border-bottom:0.125rem solid #ce4b3d;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;box-sizing:border-box;color:#ce4b3d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.375rem;height:4.3125rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.155817031861rem;left:54.499677658081rem;display:block; }
#r98LZbNXAm5l3yOIL5iSfLpTeCU9fnUy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XgtZ1vqJBQv6eyg6AksHHuqWTu7nfVvG { color:#5e5e5e;display:block;width:52.561875rem;position:absolute;font-family:lato;font-size:1.6875rem;font-weight:normal;z-index:15011;line-height:2.1;letter-spacing:0;top:9.2800579071044rem;left:0rem;height:3.54345625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq { background-color:#faf1cb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq > .row .container { background-color: transparent; background-image: none; }#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq > .row .container > .video-iframe-container { display: none; }#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq > .row > .video-iframe-container { display: none; }#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq > .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); }#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq > .row .container { border-width: 0; border-radius: 0; }#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#vE60EXbFi8MvdCMZe9skdMBwt23yAiXy { color:#2f2f2f;display:block;width:75rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:4.7493495941162rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#VvUwgeVfcZgpFOTTa0ta9b72oFlhRCQw { 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:13.1875rem;width:19.8125rem;top:13.625rem;left:0rem;overflow:hidden;display:block; }
#EGzzIuBmJbqb2yFrsuCVAClyC0FbIIXM { 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.1875rem;width:19.8125rem;top:24rem;left:55rem;overflow:hidden;display:block; }
#zTarch8MXs0WmbqrM3zga4796yiaLZQb { color:#2f2f2f;display:block;width:31.6873125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:12.820638537407rem;left:21.655818939209rem;height:7.87326875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#eDPFSe2gTUTsDEFfE9RDKtQIH0WTFKK6 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8eb95, #b48dfa);background-image: -moz-linear-gradient(180deg, #f8eb95, #b48dfa);background-image: -ms-linear-gradient(180deg, #f8eb95, #b48dfa);background-image: -o-linear-gradient(180deg, #f8eb95, #b48dfa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8eb95', endColorstr='#b48dfa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8eb95', endColorstr='#b48dfa' );";background-image: linear-gradient(180deg, #f8eb95, #b48dfa);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:19.375rem;left:12.4375rem;display:block; }
#uqqNQqcg6R8VycXI6TfvOfQybefC26xc { color:#2f2f2f;display:block;width:26.875rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:21.567926287651rem;left:21.655818939209rem;height:15.6531875rem;text-align:left;text-align-last:left;display:block; }#uqqNQqcg6R8VycXI6TfvOfQybefC26xc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#uqqNQqcg6R8VycXI6TfvOfQybefC26xc li:before{  }
#gvFKL8IhuB7TsIfPJMvbQyvsPJlWsK40 { box-sizing:content-box;color:#5d92ff;font-size:6.125rem;font-weight:400;line-height:1;height:8.75rem;width:8.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:15.25rem;left:66.25rem; }
#AMCoAyUVk5vm948zztG5s32AGSi1tk7d { background-color:#ebebeb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#AMCoAyUVk5vm948zztG5s32AGSi1tk7d > .row .container { background-color: transparent; background-image: none; }#AMCoAyUVk5vm948zztG5s32AGSi1tk7d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMCoAyUVk5vm948zztG5s32AGSi1tk7d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMCoAyUVk5vm948zztG5s32AGSi1tk7d > .row .container > .video-iframe-container { display: none; }#AMCoAyUVk5vm948zztG5s32AGSi1tk7d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AMCoAyUVk5vm948zztG5s32AGSi1tk7d > .row > .video-iframe-container { display: none; }#AMCoAyUVk5vm948zztG5s32AGSi1tk7d > .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); }#AMCoAyUVk5vm948zztG5s32AGSi1tk7d > .row .container { border-width: 0; border-radius: 0; }#AMCoAyUVk5vm948zztG5s32AGSi1tk7d > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#AMCoAyUVk5vm948zztG5s32AGSi1tk7d > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#cDfM1yulxCFKzzdeHikT1skUxppoDopi { color:#2f2f2f;display:block;width:75rem;position:absolute;font-family:lato;font-size:4rem;font-weight:normal;z-index:15059;line-height:1.2;letter-spacing:0;top:5.375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Pron2fk7MA97yP93k6JaB2XF6O9vVK2f { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:11.875rem;left:15.4375rem; }
#pq5cQMWWFU8uwoyBHPEFZLF1XD3qxDXC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.9375rem;width:7.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:15.375rem;left:11.875rem; }
#Xvh7mF6p24Vla6Vl5C4pTJV4z1ko1PJu { position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #b48dfa, #f8eb95);background-image: -moz-linear-gradient(180deg, #b48dfa, #f8eb95);background-image: -ms-linear-gradient(180deg, #b48dfa, #f8eb95);background-image: -o-linear-gradient(180deg, #b48dfa, #f8eb95);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#b48dfa', endColorstr='#f8eb95' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#b48dfa', endColorstr='#f8eb95' );";background-image: linear-gradient(180deg, #b48dfa, #f8eb95);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-shadow: none;height:12.5rem;width:12.5rem;top:18rem;left:4.9375rem;display:block; }
#m2U9IAhUcn8Dgg5i6uGoQaa8rUyFsT5m { box-sizing:content-box;height:12.1875rem;width:46.0625rem;position:absolute;display:block;z-index:15076;background-color:#a76ed0;background-image:none;top:15.375rem;left:29rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#uVL9aNGtDBgFNJa6fTT80DiuxOg2vNXt { color:#ffffff;display:block;width:28.6246875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:17.125rem;left:30.75rem;height:1.625rem;font-style:normal;display:block; }
#elnFyf4aVVqIGP0d02TsKy5DFysTFZHl { color:#ffffff;display:block;width:42.3746875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15078;line-height:1.6;letter-spacing:0;top:19.8125rem;left:30.8125rem;height:5.40039375rem;display:block; }
#qoi7gCVx2QwTuAO4NfyXECCNwo6LNiGr { box-sizing:content-box;height:11.75rem;width:46.0625rem;position:absolute;display:block;z-index:15079;background-color:#a76ed0;background-image:none;top:30.875rem;left:29rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#RoVQkJmoHtiJdKB08VGiCWWLSca7DRGl { color:#ffffff;display:block;width:42.3746875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15081;line-height:1.6;letter-spacing:0;top:35.3125rem;left:30.8125rem;height:5.40039375rem;display:block; }
#MnnfLqvVQrpUdGyyPNMHu30hlPnPoBvi { color:#ffffff;display:block;width:28.6246875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15080;line-height:1.3;letter-spacing:0;top:32.625rem;left:30.75rem;height:1.625rem;font-style:normal;display:block; }
#T5y0ryMkdzTEL7nIwT4pV9FmQHtq4W9F { background-color:#fff0d0;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#T5y0ryMkdzTEL7nIwT4pV9FmQHtq4W9F > .row .container { background-color: transparent; background-image: none; }#T5y0ryMkdzTEL7nIwT4pV9FmQHtq4W9F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5y0ryMkdzTEL7nIwT4pV9FmQHtq4W9F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5y0ryMkdzTEL7nIwT4pV9FmQHtq4W9F > .row .container > .video-iframe-container { display: none; }#T5y0ryMkdzTEL7nIwT4pV9FmQHtq4W9F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T5y0ryMkdzTEL7nIwT4pV9FmQHtq4W9F > .row > .video-iframe-container { display: none; }#T5y0ryMkdzTEL7nIwT4pV9FmQHtq4W9F > .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); }#T5y0ryMkdzTEL7nIwT4pV9FmQHtq4W9F > .row .container { border-width: 0; border-radius: 0; }#T5y0ryMkdzTEL7nIwT4pV9FmQHtq4W9F > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#T5y0ryMkdzTEL7nIwT4pV9FmQHtq4W9F > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;overflow:visible;position:relative;display:block; }#gLH2THPwcRBw8A3tnBh1WT8BJsEQezdi { color:#65169d;display:block;width:75rem;position:absolute;font-family:lato;font-size:4rem;font-weight:700;z-index:15002;line-height:1.2;letter-spacing:0;top:3.9382591247559rem;left:0rem;height:4.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v5W8NZIkVH6zuhVcF8lShknzSHlEFG78 { position:absolute;display:block;z-index:15003;height:21.7496875rem;width:32.874875rem;top:11.437174320221rem;left:21.061740875244rem;display:block; }
#iw7ImyvV0ZNKtW37nRmWpXB88hHUaguf { background-color:#ebebeb;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#iw7ImyvV0ZNKtW37nRmWpXB88hHUaguf > .row .container { background-color: transparent; background-image: none; }#iw7ImyvV0ZNKtW37nRmWpXB88hHUaguf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iw7ImyvV0ZNKtW37nRmWpXB88hHUaguf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iw7ImyvV0ZNKtW37nRmWpXB88hHUaguf > .row .container > .video-iframe-container { display: none; }#iw7ImyvV0ZNKtW37nRmWpXB88hHUaguf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iw7ImyvV0ZNKtW37nRmWpXB88hHUaguf > .row > .video-iframe-container { display: none; }#iw7ImyvV0ZNKtW37nRmWpXB88hHUaguf > .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); }#iw7ImyvV0ZNKtW37nRmWpXB88hHUaguf > .row .container { border-width: 0; border-radius: 0; }#iw7ImyvV0ZNKtW37nRmWpXB88hHUaguf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#iw7ImyvV0ZNKtW37nRmWpXB88hHUaguf > .row .container { font-size:0.875rem;font-family:arial;height:15.625rem;width:75rem;overflow:visible;position:relative;display:block; }#NheF3N3aIlUIfpaJw7gZDllvfcTygtB8 { color:#8d8d8d;display:block;width:75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:8.1863098144531rem;left:0rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sUFGbEbN6pp8hDp2qlOCzo8q6n3UL3lT { position:absolute;display:block;z-index:15009;background-color:#bcbcbc;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.125rem;width:75rem;top:7.125rem;left:0rem;display:block; }
#nF9M1WMhqELJvSCAnTAhf3Pp1vFhMnvT { position:absolute;display:block;z-index:15011;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:2.24989375rem;width:5.37489375rem;top:4.0489349365234rem;left:34.812284469604rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL { display:block; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUZvfsqrN4XwyZvLsDCtIcermT7rFbJw { top:4.75rem;left:0rem;width:47.75rem;height:;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aJxKCMVhyNe6DFBE3ufMotkpVo9wembT { top:12.125rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDdkcTWDPBTxGiGQ77ozZ5T6vKL6Mr82 { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynDDfONp8RPuzfdLiZz023T1ih2ctNKC { display:block; }#ynDDfONp8RPuzfdLiZz023T1ih2ctNKC > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AxmMVPMGClUhgcdL7Qn1gMR4npRey2SO { top:43.9375rem;left:39rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #noh9VomaoZ2TTCsIloM2uZCgOyps6ehT { width:47.75rem;height:1.75rem;top:7.5rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiG5yCd2sKH9wRvuK7erAJcCTy3WtJ7g { top:15.6875rem;left:0rem;width:22.1875rem;height:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsCIP6TNG1podqN9Ds4tLBaNk5iyhOSV { top:3.75rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcuQechXOETJHFCKkIiIQLt0L9ResKns { width:11.25rem;height:3.75rem;top:34.6875rem;left:0.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN7ub8DkCAEhNGqRgv39C8TCBWHNhNIi { display:block; }
 }@media only screen and (max-width: 763px) { #Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr { display:block; }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIkTcuDSdLhtwolIDXBEI8xbfRTPpPMW { top:3.5625rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMBi0HnidZeCFNZl74nsHrGcZa9kkKmU { display:block; }#NMBi0HnidZeCFNZl74nsHrGcZa9kkKmU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #refz5Tr7TbeKtll7TQ8NvHFfUcM62xK0 { top:20.125rem;left:0rem;width:29.1875rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXsuJaLXhTvkx5lTboODEurPQfyG30Pr { top:22.8125rem;left:0rem;width:32.6875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJvMD9mLO5HlTTKzct0NiI4zUOFJ8255 { top:14.375rem;left:0rem;width:31.625rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2tVw2QHVMo3d6SkQwdquWiEygVqgm6a { top:11.75rem;left:0rem;width:26.0625rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUqyM7Ld1e3lfURlMeV4gnDPChuShFsZ { top:11.3125rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BByoHpTmC1DkVUpTyd0zSolWzVBwGqQL { top:19.6875rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QuemLr1sx4GPZOa3B7z4LQW79y4L3UQ7 { top:6.0625rem;left:0rem;width:32.6875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPsh4cLNg0NPryq5l9agSUl3sJ170hFz { top:2.9375rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MAWwMHMyieMVAMTbzkKCvZvEl4hymBT5 { top:3.375rem;left:0rem;width:32.4375rem;height:2.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7xGMTlIhbQBDtybQONUxJz8FPTZOZHK { top:22.75rem;left:15.0625rem;width:32.6875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7gAbs09WT1QXmKveJ6Nlu4fKuQDN6XN { top:20.0625rem;left:18.625rem;width:29.125rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJBwEB0D8fmsMw9tXMVE1H1d9IAM85R6 { top:14.375rem;left:16.125rem;width:31.625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLD0AfPfTfShorhGqRPG9JuF6nEiRBR3 { top:11.6875rem;left:21.75rem;width:26rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPxWnbg5UqDc30TPxPXowL7s6IqRQMvE { top:11.3125rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KVJi1ZIroEFzuXXrfqo13WiTaZTG5N5k { top:19.625rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUgxhomW0SUwIZB8fzZo23nDerqqAyef { top:6rem;left:15.0625rem;width:32.6875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtlee9sSJvI29XG5MCviUNNWv3aNgixQ { top:2.9375rem;left:23.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ScUJhttMGTEVbFrGPm81HJKFQTyvecZT { top:3.3125rem;left:15.375rem;width:32.375rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO9owkz0ZzMhLG716fBLlIMALcCOE3Ot { display:block; }#cO9owkz0ZzMhLG716fBLlIMALcCOE3Ot > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EFfJg3wt0HpWqU76CK8GeOHmBvrvZTlS { top:3.3125rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA4ZIsmVhp0Ie1wSaPkWZ1tTLgAmCrJT { top:18.0625rem;left:24rem;width:23.75rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGsTyDComtp7QoZT8UwSZENNAnpLUrBw { top:18.0625rem;left:12rem;width:23.75rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHZiwqTyTBOiP0O4qhA5XVNOvgRxsdMs { top:19.875rem;left:39.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fG1sp8QpzqhipMP0eVGrLyuJ8Bs9EdpV { top:19.875rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOVrsiTde3Iy9iQlP3P5v96MfDc33wST { top:32.375rem;left:3.125rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ziw722Fq1TZEw5EWud62yVIJda6KBAN4 { top:28.875rem;left:0rem;width:7.875rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #povFAE58kLDk5t1WWJlK6KLeGtyQyTXP { top:36.1875rem;left:6.25rem;width:33.125rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg8iey8lrXlVGH2NTfgnA29opJic9Obq { top:20.625rem;left:33.1875rem;width:14.5625rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9M9kqmxU2FyoNppU8QqmccTSdsFcZTK { top:20.625rem;left:18.250003814698rem;width:16rem;height:;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6g0xMD6lvK3eQm5R92RZ3LH0ZJDR71J { top:19.9375rem;left:13.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EduTm2NnRAwo0SRny0ttKT2VZrtiNUCm { top:24.5625rem;left:27.75rem;width:20rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3MpspQd3tDV3MSCJTdB2XBOCCDIMhQh { top:24.5625rem;left:13.875003814698rem;width:20rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAfzO6RoAFne8GUUi3xhxL2zXEqBD3lB { top:18.0625rem;left:0rem;width:23.75rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdzOF80eIQcTevRm5t9ORbz9SgHhTMPv { top:24.5625rem;left:0rem;width:20rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hatLZCv2tI4HVi9Mrl1npAURLGhwhsbL { top:20.6875rem;left:0rem;width:15.375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rANTliTk95f6cixPPJptkE2GayP9pd4J { width:11.25rem;height:3.75rem;top:30.125rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r98LZbNXAm5l3yOIL5iSfLpTeCU9fnUy { display:block; }
 }@media only screen and (max-width: 763px) { #XgtZ1vqJBQv6eyg6AksHHuqWTu7nfVvG { top:9.25rem;left:0rem;width:47.75rem;height:3.5rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq { display:block; }#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vE60EXbFi8MvdCMZe9skdMBwt23yAiXy { top:4.6875rem;left:0rem;width:47.75rem;height:4.75rem;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvUwgeVfcZgpFOTTa0ta9b72oFlhRCQw { top:13.625rem;left:0rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGzzIuBmJbqb2yFrsuCVAClyC0FbIIXM { top:24rem;left:27.75rem;width:19.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTarch8MXs0WmbqrM3zga4796yiaLZQb { top:12.8125rem;left:8.0308189392087rem;width:31.625rem;height:7.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDPFSe2gTUTsDEFfE9RDKtQIH0WTFKK6 { top:19.375rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqqNQqcg6R8VycXI6TfvOfQybefC26xc { top:21.5625rem;left:8.0308189392087rem;width:26.875rem;height:15.625rem;font-size:1.3125rem;display:block; }#uqqNQqcg6R8VycXI6TfvOfQybefC26xc li:before{  }
 }@media only screen and (max-width: 763px) { #gvFKL8IhuB7TsIfPJMvbQyvsPJlWsK40 { top:15.25rem;left:39rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AMCoAyUVk5vm948zztG5s32AGSi1tk7d { display:block; }#AMCoAyUVk5vm948zztG5s32AGSi1tk7d > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDfM1yulxCFKzzdeHikT1skUxppoDopi { top:5.3125rem;left:0rem;width:47.75rem;height:;font-size:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pron2fk7MA97yP93k6JaB2XF6O9vVK2f { top:11.875rem;left:1.8125rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pq5cQMWWFU8uwoyBHPEFZLF1XD3qxDXC { top:15.375rem;left:0rem;width:7.9375rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvh7mF6p24Vla6Vl5C4pTJV4z1ko1PJu { top:18rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m2U9IAhUcn8Dgg5i6uGoQaa8rUyFsT5m { top:15.375rem;left:1.6875rem;width:46rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVL9aNGtDBgFNJa6fTT80DiuxOg2vNXt { top:17.125rem;left:17.125rem;width:28.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #elnFyf4aVVqIGP0d02TsKy5DFysTFZHl { top:19.75rem;left:5.4375rem;width:42.3125rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoi7gCVx2QwTuAO4NfyXECCNwo6LNiGr { top:30.875rem;left:1.6875rem;width:46rem;height:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoVQkJmoHtiJdKB08VGiCWWLSca7DRGl { top:35.3125rem;left:5.4375rem;width:42.3125rem;height:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnnfLqvVQrpUdGyyPNMHu30hlPnPoBvi { top:32.625rem;left:17.125rem;width:28.5625rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5y0ryMkdzTEL7nIwT4pV9FmQHtq4W9F { display:block; }#T5y0ryMkdzTEL7nIwT4pV9FmQHtq4W9F > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLH2THPwcRBw8A3tnBh1WT8BJsEQezdi { top:3.9375rem;left:0rem;width:47.75rem;height:;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5W8NZIkVH6zuhVcF8lShknzSHlEFG78 { top:11.375rem;left:7.4367408752444rem;width:32.8125rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw7ImyvV0ZNKtW37nRmWpXB88hHUaguf { display:block; }#iw7ImyvV0ZNKtW37nRmWpXB88hHUaguf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NheF3N3aIlUIfpaJw7gZDllvfcTygtB8 { top:8.125rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sUFGbEbN6pp8hDp2qlOCzo8q6n3UL3lT { top:7.125rem;left:0rem;width:47.75rem;height:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF9M1WMhqELJvSCAnTAhf3Pp1vFhMnvT { top:4rem;left:21.187284469604rem;width:5.3125rem;height:2.2237761531333rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #RTPyKvomNK584zGumK9yQm6sL4PSf1ZL { display:block; }#RTPyKvomNK584zGumK9yQm6sL4PSf1ZL > .row .container { width:20rem;height:29.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iUZvfsqrN4XwyZvLsDCtIcermT7rFbJw { width:20rem;height:3.094075rem;top:2.75rem;left:0rem;font-size:2.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aJxKCMVhyNe6DFBE3ufMotkpVo9wembT { width:20rem;height:3.375rem;top:7.0849614143369rem;left:0rem;font-size:2.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FDdkcTWDPBTxGiGQ77ozZ5T6vKL6Mr82 { width:20rem;height:9.77649375rem;top:13.521051406861rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynDDfONp8RPuzfdLiZz023T1ih2ctNKC { display:block; }#ynDDfONp8RPuzfdLiZz023T1ih2ctNKC > .row .container { width:20rem;height:76.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AxmMVPMGClUhgcdL7Qn1gMR4npRey2SO { display:flex;width:4.375rem;height:4.375rem;top:33.902453422546rem;left:15.624457657337rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #noh9VomaoZ2TTCsIloM2uZCgOyps6ehT { width:20rem;height:25.58813125rem;top:8.3143453598025rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MiG5yCd2sKH9wRvuK7erAJcCTy3WtJ7g { width:20rem;height:27.042125rem;top:46.615672111511rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OsCIP6TNG1podqN9Ds4tLBaNk5iyhOSV { width:20rem;height:2.3999rem;top:4.0614147186279rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VcuQechXOETJHFCKkIiIQLt0L9ResKns { width:20rem;height:4.93706875rem;top:39.558379173279rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GN7ub8DkCAEhNGqRgv39C8TCBWHNhNIi { display:block; }
 }@media only screen and (max-width: 763px) { #Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr { display:block; }#Dn8mp7GwTJgZQoDVg7WPAWmKVlLNTVLr > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UIkTcuDSdLhtwolIDXBEI8xbfRTPpPMW { width:20rem;height:4.7992625rem;top:2.802734375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMBi0HnidZeCFNZl74nsHrGcZa9kkKmU { display:block; }#NMBi0HnidZeCFNZl74nsHrGcZa9kkKmU > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #refz5Tr7TbeKtll7TQ8NvHFfUcM62xK0 { width:16.875rem;height:1.687825rem;top:15.25rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXsuJaLXhTvkx5lTboODEurPQfyG30Pr { width:20rem;height:2.99913125rem;top:18rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vJvMD9mLO5HlTTKzct0NiI4zUOFJ8255 { width:20rem;height:2.99913125rem;top:10.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2tVw2QHVMo3d6SkQwdquWiEygVqgm6a { width:16.875rem;height:1.687825rem;top:8rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VUqyM7Ld1e3lfURlMeV4gnDPChuShFsZ { display:flex;width:2.5rem;height:2.5rem;top:7.5625rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #BByoHpTmC1DkVUpTyd0zSolWzVBwGqQL { display:flex;width:2.5rem;height:2.5rem;top:14.875rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #QuemLr1sx4GPZOa3B7z4LQW79y4L3UQ7 { width:20rem;height:1.5rem;top:4.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPsh4cLNg0NPryq5l9agSUl3sJ170hFz { display:flex;width:2.5rem;height:2.5rem;top:1.5rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #MAWwMHMyieMVAMTbzkKCvZvEl4hymBT5 { width:16.875rem;height:1.687825rem;top:1.875rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g7xGMTlIhbQBDtybQONUxJz8FPTZOZHK { width:20rem;height:2.99913125rem;top:41.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x7gAbs09WT1QXmKveJ6Nlu4fKuQDN6XN { width:12.562375rem;height:1.687825rem;top:38.25rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJBwEB0D8fmsMw9tXMVE1H1d9IAM85R6 { width:20rem;height:2.99913125rem;top:32.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLD0AfPfTfShorhGqRPG9JuF6nEiRBR3 { width:14.4998125rem;height:1.687825rem;top:29.4375rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPxWnbg5UqDc30TPxPXowL7s6IqRQMvE { display:flex;width:2.5rem;height:2.5rem;top:29rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #KVJi1ZIroEFzuXXrfqo13WiTaZTG5N5k { display:flex;width:2.5rem;height:2.5rem;top:37.8125rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #nUgxhomW0SUwIZB8fzZo23nDerqqAyef { width:20rem;height:1.5rem;top:25.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtlee9sSJvI29XG5MCviUNNWv3aNgixQ { display:flex;width:2.5rem;height:2.5rem;top:22.5rem;left:0rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #ScUJhttMGTEVbFrGPm81HJKFQTyvecZT { width:12.1245625rem;height:1.687825rem;top:22.875rem;left:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cO9owkz0ZzMhLG716fBLlIMALcCOE3Ot { display:block; }#cO9owkz0ZzMhLG716fBLlIMALcCOE3Ot > .row .container { width:20rem;height:71rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EFfJg3wt0HpWqU76CK8GeOHmBvrvZTlS { width:20rem;height:4.7992625rem;top:2.5rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA4ZIsmVhp0Ie1wSaPkWZ1tTLgAmCrJT { width:20rem;height:12.8125rem;top:44.3125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGsTyDComtp7QoZT8UwSZENNAnpLUrBw { width:20rem;height:12.8125rem;top:30.5625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHZiwqTyTBOiP0O4qhA5XVNOvgRxsdMs { display:flex;width:2.5rem;height:2.5rem;top:46.1875rem;left:1.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #fG1sp8QpzqhipMP0eVGrLyuJ8Bs9EdpV { display:flex;width:2.5rem;height:2.5rem;top:18.4375rem;left:1.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #nOVrsiTde3Iy9iQlP3P5v96MfDc33wST { display:flex;width:4.375rem;height:4.375rem;top:57.875rem;left:1.9375rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #Ziw722Fq1TZEw5EWud62yVIJda6KBAN4 { display:flex;width:4.375rem;height:4.375rem;top:55.9375rem;left:0rem;z-index:15037;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #povFAE58kLDk5t1WWJlK6KLeGtyQyTXP { width:10rem;height:0.1875rem;top:59.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tg8iey8lrXlVGH2NTfgnA29opJic9Obq { width:14.375rem;height:1.64930625rem;top:46.625rem;left:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9M9kqmxU2FyoNppU8QqmccTSdsFcZTK { width:14.375rem;height:1.64930625rem;top:32.875rem;left:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F6g0xMD6lvK3eQm5R92RZ3LH0ZJDR71J { display:flex;width:2.5rem;height:2.5rem;top:32.4375rem;left:1.25rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #EduTm2NnRAwo0SRny0ttKT2VZrtiNUCm { width:17.5rem;height:5.9982625rem;top:49.9375rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3MpspQd3tDV3MSCJTdB2XBOCCDIMhQh { width:17.5rem;height:2.99913125rem;top:36.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAfzO6RoAFne8GUUi3xhxL2zXEqBD3lB { width:19.75rem;height:12.8125rem;top:16.5625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CdzOF80eIQcTevRm5t9ORbz9SgHhTMPv { width:17.5rem;height:2.99913125rem;top:22.1875rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hatLZCv2tI4HVi9Mrl1npAURLGhwhsbL { width:14.375rem;height:1.64930625rem;top:18.8125rem;left:4.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rANTliTk95f6cixPPJptkE2GayP9pd4J { width:17.95810375rem;height:4.08279125rem;top:63.311635494231rem;left:0.97873264551162rem;z-index:15038;background-color:transparent;background-image:none;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r98LZbNXAm5l3yOIL5iSfLpTeCU9fnUy { display:block; }
 }@media only screen and (max-width: 763px) { #XgtZ1vqJBQv6eyg6AksHHuqWTu7nfVvG { width:20rem;height:4.19921875rem;top:9.9462895393369rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq { display:block; }#mft9aBOdnKErk3z9lI1NzwtpEWVQ2AKq > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vE60EXbFi8MvdCMZe9skdMBwt23yAiXy { width:10.5rem;height:4.7992625rem;top:2.9372787475586rem;left:9.3746746182444rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VvUwgeVfcZgpFOTTa0ta9b72oFlhRCQw { width:19.8746875rem;height:13.2498125rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGzzIuBmJbqb2yFrsuCVAClyC0FbIIXM { width:19.8125rem;height:13.1875rem;top:49.5625rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #zTarch8MXs0WmbqrM3zga4796yiaLZQb { width:20rem;height:8.4391375rem;top:10.499674797058rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eDPFSe2gTUTsDEFfE9RDKtQIH0WTFKK6 { width:12.5rem;height:12.5rem;top:38.4375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqqNQqcg6R8VycXI6TfvOfQybefC26xc { width:20rem;height:17.6215rem;top:20.850704193115rem;left:0rem;font-size:1.3125rem;text-align:left;text-align-last:left;display:block; }#uqqNQqcg6R8VycXI6TfvOfQybefC26xc li:before{  }
 }@media only screen and (max-width: 763px) { #gvFKL8IhuB7TsIfPJMvbQyvsPJlWsK40 { display:flex;width:4.375rem;height:4.375rem;top:4.3046875rem;left:0.5625rem;font-size:3.0625rem; }
 }@media only screen and (max-width: 763px) { #AMCoAyUVk5vm948zztG5s32AGSi1tk7d { display:block; }#AMCoAyUVk5vm948zztG5s32AGSi1tk7d > .row .container { width:20rem;height:48.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cDfM1yulxCFKzzdeHikT1skUxppoDopi { width:20rem;height:2.39963125rem;top:4.5100917816162rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Pron2fk7MA97yP93k6JaB2XF6O9vVK2f { display:flex;width:3.75rem;height:3.75rem;top:8.4375rem;left:16.25rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #pq5cQMWWFU8uwoyBHPEFZLF1XD3qxDXC { display:flex;width:3.75rem;height:3.75rem;top:6.75rem;left:14.625rem;font-size:2.625rem; }
 }@media only screen and (max-width: 763px) { #Xvh7mF6p24Vla6Vl5C4pTJV4z1ko1PJu { width:10.0625rem;height:10.0625rem;top:0.6796875rem;left:9.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #f8eb95, #b48dfa);background-image: -moz-linear-gradient(180deg, #f8eb95, #b48dfa);background-image: -ms-linear-gradient(180deg, #f8eb95, #b48dfa);background-image: -o-linear-gradient(180deg, #f8eb95, #b48dfa);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8eb95', endColorstr='#b48dfa' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8eb95', endColorstr='#b48dfa' );";background-image: linear-gradient(180deg, #f8eb95, #b48dfa);background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #m2U9IAhUcn8Dgg5i6uGoQaa8rUyFsT5m { width:20rem;height:16.6875rem;top:13.499908447266rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVL9aNGtDBgFNJa6fTT80DiuxOg2vNXt { width:19.375rem;height:1.62489375rem;top:15.375rem;left:0.3125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #elnFyf4aVVqIGP0d02TsKy5DFysTFZHl { width:19.375rem;height:10.8007875rem;top:18.1875rem;left:0.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qoi7gCVx2QwTuAO4NfyXECCNwo6LNiGr { width:20rem;height:14.9375rem;top:31.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RoVQkJmoHtiJdKB08VGiCWWLSca7DRGl { width:19.25rem;height:9.00065625rem;top:35.6875rem;left:0.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnnfLqvVQrpUdGyyPNMHu30hlPnPoBvi { width:19.1875rem;height:1.62489375rem;top:33rem;left:0.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5y0ryMkdzTEL7nIwT4pV9FmQHtq4W9F { display:block; }#T5y0ryMkdzTEL7nIwT4pV9FmQHtq4W9F > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLH2THPwcRBw8A3tnBh1WT8BJsEQezdi { width:20rem;height:2.5499125rem;top:1.7355599403381rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5W8NZIkVH6zuhVcF8lShknzSHlEFG78 { width:20rem;height:21.6875rem;top:5.5343846191406rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iw7ImyvV0ZNKtW37nRmWpXB88hHUaguf { display:block; }#iw7ImyvV0ZNKtW37nRmWpXB88hHUaguf > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NheF3N3aIlUIfpaJw7gZDllvfcTygtB8 { width:18.5623125rem;height:1.5rem;top:6.6536445617675rem;left:0.71831601858137rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sUFGbEbN6pp8hDp2qlOCzo8q6n3UL3lT { width:20rem;height:0.124783125rem;top:5.4866523742676rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nF9M1WMhqELJvSCAnTAhf3Pp1vFhMnvT { width:4.375rem;height:1.875rem;top:2.9231758117676rem;left:7.8125002980231rem;display:block; }
 }