.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-input-select option {
  color: #000;
}
.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 {
  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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;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); }#HT57NtRUPREhXUZFD1b8m3qdvl9zW7CV { position:relative;display:block; }#HT57NtRUPREhXUZFD1b8m3qdvl9zW7CV { background-color: transparent; background-image: none; }#HT57NtRUPREhXUZFD1b8m3qdvl9zW7CV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT57NtRUPREhXUZFD1b8m3qdvl9zW7CV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT57NtRUPREhXUZFD1b8m3qdvl9zW7CV > .row .container > .video-iframe-container { display: none; }#HT57NtRUPREhXUZFD1b8m3qdvl9zW7CV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT57NtRUPREhXUZFD1b8m3qdvl9zW7CV > .row > .video-iframe-container { display: none; }#HT57NtRUPREhXUZFD1b8m3qdvl9zW7CV > .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); }#HT57NtRUPREhXUZFD1b8m3qdvl9zW7CV { border-width: 0; border-radius: 0; }#HT57NtRUPREhXUZFD1b8m3qdvl9zW7CV > .row .container > .video-iframe-container {  }#HT57NtRUPREhXUZFD1b8m3qdvl9zW7CV > .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:38.1875rem;width:60rem;position:relative;display:block; }#htDg3pKLmNiVsNgvO2xeHFGTFCvVFrZq { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.5625rem;width:2rem;top:22.25rem;left:29rem;overflow:hidden;display:block; }
#yOHIOVsxdIHv7CeIbixmTeQnnIdWfder { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.5rem;width:31.1875rem;top:13.28125rem;left:2.53125rem;display:block; }
#qFPAPiRJoZ5TFNW8GPW2og8Ilpl7RE5w { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.82);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 1.25rem 1.875rem 6.5rem rgba(21,24,36,0.34) ;height:25.9375rem;width:26.8125rem;top:9.0625rem;left:32.25rem;display:block; }
#vhvzfHtZ9bSWfZpqnzHoyIqAiFk4D42s { color:#332f30;display:block;width:22.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:14.125rem;left:35.4375rem;height:14.1723875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#liJZrTbHfMGURap3GxxNuELtl5scMDGt { background-color:#fda818;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(0,0,0,0.5) ;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:biryani;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30.125rem;left:37.84375rem;display:block; }
#iXAIPLDfIBGQSI002sDTB59qoWCwdUk2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kB06bDguuyOSPUKn01dwV1oIUruVnc2K { color:#003c8d;display:block;width:54.9375rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #314756;top:1.25rem;left:2.53125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#nD10rewOdmw1e1GiINhNbVKvCB0p8Dhu { color:rgba(51,47,48,0.77);display:block;width:22.8125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:31.75rem;left:6.71875rem;height:3.1494125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#Jo3zzzN0xvnbgfQCtigkx2dNCD647L94 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#513e43;background-image:url("https://images.assets-landingi.com/uc/ccd44d69-b770-4c54-bf3c-e4eb7a93823f/Projektbeztytuu3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#Jo3zzzN0xvnbgfQCtigkx2dNCD647L94.adaptive-delivery-prevent-bg, #Jo3zzzN0xvnbgfQCtigkx2dNCD647L94.lazyload, #Jo3zzzN0xvnbgfQCtigkx2dNCD647L94.lazyloading { background-image: none; }#Jo3zzzN0xvnbgfQCtigkx2dNCD647L94 > .row .container { background-color: transparent; background-image: none; }#Jo3zzzN0xvnbgfQCtigkx2dNCD647L94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jo3zzzN0xvnbgfQCtigkx2dNCD647L94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jo3zzzN0xvnbgfQCtigkx2dNCD647L94 > .row .container > .video-iframe-container { display: none; }#Jo3zzzN0xvnbgfQCtigkx2dNCD647L94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jo3zzzN0xvnbgfQCtigkx2dNCD647L94 > .row > .video-iframe-container { display: none; }#Jo3zzzN0xvnbgfQCtigkx2dNCD647L94 > .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); }#Jo3zzzN0xvnbgfQCtigkx2dNCD647L94 > .row .container { border-width: 0; border-radius: 0; }#Jo3zzzN0xvnbgfQCtigkx2dNCD647L94 > .row > .video-iframe-container {  }#Jo3zzzN0xvnbgfQCtigkx2dNCD647L94 > .row .container { font-size:0.875rem;font-family:arial;height:33.875rem;width:60rem;position:relative;display:block; }#SvDFRBDy05We7J1ryuNXS8199dHHP3Ag { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.0625rem;width:10.0625rem;top:19.3125rem;left:49.9375rem;overflow:hidden;display:none; }
#bRrD6NWBtPSEoo6zeI8t7DTgWRgdSZ97 { color:#ffffff;display:block;width:7.5rem;position:absolute;font-family:"tenor sans";font-size:1.75rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:21.8125rem;left:50.9384765625rem;height:0;font-style:normal;display:none; }
#rgeshBoGhs99OVhCulHzkwTdcZAICmIg { color:#415562;display:block;width:28.875rem;position:absolute;font-family:biryani;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:9.125rem;left:1.1875rem;height:9.4482375rem;font-style:normal;display:block; }
#DQbDTVXWwFcQG80Z2ZDe4nI8rQ6dWmdn { color:rgba(106,57,70,0.48);display:block;width:24.125rem;position:absolute;font-family:biryani;font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:27.4375rem;left:1.1875rem;height:3.1494125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DKpRstbGukyieEUPZkb8mgVtwpWFSyuJ { background-color:#ffc200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(0,0,0,0.5) ;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:biryani;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:4.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:21.125rem;left:3.5rem;display:block; }
#o1zobmWBhrOOIgkeULoqBuFOoAo8itys { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#m8qGxndOgi9I6WI6aPLpCGgqITWdIuNN { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:30.3125rem;width:30.3125rem;top:0.90625rem;left:29.5625rem;overflow:hidden;display:block; }
#iG3mT8Fe9UUaBPgwb0o6WIgE4sbaExmb { color:#003c8d;display:block;width:54.9375rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #314756;top:1.5rem;left:0rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;background-image:none;position:relative;display:block; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container { background-color: transparent; background-image: none; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container > .video-iframe-container { display: none; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row > .video-iframe-container { display: none; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .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); }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container { border-width: 0; border-radius: 0; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row > .video-iframe-container {  }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container { font-size:0.875rem;font-family:arial;height:65.9375rem;width:60rem;position:relative;display:block; }#WlfDeXcGuTgZm65MAd5AUWvqrE7quGZB { color:#2e3951;display:block;width:56.5rem;position:absolute;font-family:biryani;font-size:1rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:7.6875rem;left:1.625rem;height:48.99653125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zmwB4k3OuHpFhm5tC7A7FJIm03UT7H0B { background-color:#fda818;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:"tenor sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.1875rem;left:22.1875rem;display:none; }
#f198uHcwZcuzI7fUNTbQsPMQZx1QoJAw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C2vprBwKxF3T1RDv10TtHCQurn3utO9b { background-color:#ffc200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(0,0,0,0.5) ;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:biryani;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:4.5625rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:59.8125rem;left:20.25rem;display:block; }
#Cc6a904wyKElU8MymxyLaDF2593oylBb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RwoeUxBITmkbtnxm4tO02PgbKdrXQJxC { color:#003c8d;display:block;width:54.9375rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #314756;top:1.0625rem;left:2.53125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#cTdKIShPrA72ons6JAaCevvl1sLSX58V { position:relative;display:block; }#cTdKIShPrA72ons6JAaCevvl1sLSX58V { background-color: transparent; background-image: none; }#cTdKIShPrA72ons6JAaCevvl1sLSX58V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTdKIShPrA72ons6JAaCevvl1sLSX58V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTdKIShPrA72ons6JAaCevvl1sLSX58V > .row .container > .video-iframe-container { display: none; }#cTdKIShPrA72ons6JAaCevvl1sLSX58V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cTdKIShPrA72ons6JAaCevvl1sLSX58V > .row > .video-iframe-container { display: none; }#cTdKIShPrA72ons6JAaCevvl1sLSX58V > .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); }#cTdKIShPrA72ons6JAaCevvl1sLSX58V { border-width: 0; border-radius: 0; }#cTdKIShPrA72ons6JAaCevvl1sLSX58V > .row .container > .video-iframe-container {  }#cTdKIShPrA72ons6JAaCevvl1sLSX58V > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:41.9375rem;width:60rem;position:relative;display:block; }#iVhBBozdzoqSByDTNKE56dPp2vBUemt8 { color:#003c8d;display:block;width:54.9375rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #314756;top:1.375rem;left:5.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#OtuQXz1qa5VOnb0RzdVLbgTpqcN1cMwb { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;height:27rem;width:27rem;top:6.25rem;left:1.5rem;overflow:hidden;display:block; }
#AH448f9IZXKCzWbofbxJ7dDioJWt1eWa { color:#4f4f4f;display:block;width:28.1875rem;position:absolute;font-family:biryani;font-size:1.1875rem;font-weight:300;z-index:15004;line-height:1.4;letter-spacing:0;top:7.4375rem;left:30.90625rem;height:23.2695375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O83LEbw8IxBDR8OpAwf21pR6rbMP95uc { background-color:#ffc200;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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;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:"open sans";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.125rem;height:3.875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:36.125rem;left:18.875rem;display:block; }
#B7foW5aCRxBLHs14TWDX1Gp6SGc82x4N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yHWOccxEnv0qT7SP47smGlAbyvzRqNGk { color:#314756;display:block;width:26.0625rem;position:absolute;font-family:biryani;font-size:1.25rem;font-weight:300;z-index:15008;line-height:1.4;letter-spacing:0;top:0.4375rem;left:16.6875rem;height:1.75rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#uG5J350CorQuE3eIgT1UvIew5fygAfJi { position:relative;display:block; }#uG5J350CorQuE3eIgT1UvIew5fygAfJi { background-color: transparent; background-image: none; }#uG5J350CorQuE3eIgT1UvIew5fygAfJi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uG5J350CorQuE3eIgT1UvIew5fygAfJi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uG5J350CorQuE3eIgT1UvIew5fygAfJi > .row .container > .video-iframe-container { display: none; }#uG5J350CorQuE3eIgT1UvIew5fygAfJi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uG5J350CorQuE3eIgT1UvIew5fygAfJi > .row > .video-iframe-container { display: none; }#uG5J350CorQuE3eIgT1UvIew5fygAfJi > .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); }#uG5J350CorQuE3eIgT1UvIew5fygAfJi { border-width: 0; border-radius: 0; }#uG5J350CorQuE3eIgT1UvIew5fygAfJi > .row .container > .video-iframe-container {  }#uG5J350CorQuE3eIgT1UvIew5fygAfJi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:47.25rem;width:60rem;position:relative;display:block; }#INXZvz5zmfuwhamUAAPMcChl5K67bizx { background-color:#fda818;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;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:"tenor sans";font-size:1.5rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:31.0625rem;left:22.8125rem;display:none; }
#XH3yS8HJstODWqImEidJ0hCLghDTTdsf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HwI1Dlktzca3BRlIC0TxtNqNphgpPlgx { color:rgba(0,0,0,0.7);display:block;width:35rem;position:absolute;font-family:"tenor sans";font-size:1rem;font-weight:400;z-index:15008;line-height:1.625;letter-spacing:0;top:33.822265625rem;left:14.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:none; }
#VPlFrKdPc7nNzdrM1LV9vBD5pNSId01O { color:#314756;display:block;width:28.375rem;position:absolute;font-family:biryani;font-size:1rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:7.1875rem;left:30.8125rem;height:24.6963rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Qt5cKiyQvdipSlriylOKLSbsGi5LmlIu { background-color:#ffc200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(0,0,0,0.5) ;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:biryani;font-size:1.0625rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.5rem;height:4.5625rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:39.375rem;left:20.25rem;display:block; }
#eRvsG6Ao2FWyDSQdo7h3tIkeJiOMJxo8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#U2nv9H38Q2OeENeCssfeQQkMF3WQZoWW { color:#003c8d;display:block;width:54.9375rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:400;z-index:15010;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #314756;top:1rem;left:2.53125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#RXRnDv8p50HryXoWe140fINW38OTHo92 { position:absolute;display:block;z-index:15030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:31.0625rem;width:21.9375rem;top:4.9375rem;left:5.6875rem;overflow:hidden;display:block; }
#K11FCl26vQ1SUSWqlvZzeHfguXcPiZgx { position:relative;display:block; }#K11FCl26vQ1SUSWqlvZzeHfguXcPiZgx { background-color: transparent; background-image: none; }#K11FCl26vQ1SUSWqlvZzeHfguXcPiZgx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K11FCl26vQ1SUSWqlvZzeHfguXcPiZgx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K11FCl26vQ1SUSWqlvZzeHfguXcPiZgx > .row .container > .video-iframe-container { display: none; }#K11FCl26vQ1SUSWqlvZzeHfguXcPiZgx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K11FCl26vQ1SUSWqlvZzeHfguXcPiZgx > .row > .video-iframe-container { display: none; }#K11FCl26vQ1SUSWqlvZzeHfguXcPiZgx > .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); }#K11FCl26vQ1SUSWqlvZzeHfguXcPiZgx { border-width: 0; border-radius: 0; }#K11FCl26vQ1SUSWqlvZzeHfguXcPiZgx > .row .container > .video-iframe-container {  }#K11FCl26vQ1SUSWqlvZzeHfguXcPiZgx > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:6.9375rem;width:60rem;position:relative;display:block; }#W6Vn5eJbHPIf4Wbix0HsfbAPBl1cAgwv { color:#003c8d;display:block;width:54.9375rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #314756;top:1.5625rem;left:1.28125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#clgSbDZehdIa47bFGP1Ud2OvMpxAVE0p { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#clgSbDZehdIa47bFGP1Ud2OvMpxAVE0p > .row .container { background-color: transparent; background-image: none; }#clgSbDZehdIa47bFGP1Ud2OvMpxAVE0p::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clgSbDZehdIa47bFGP1Ud2OvMpxAVE0p > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clgSbDZehdIa47bFGP1Ud2OvMpxAVE0p > .row .container > .video-iframe-container { display: none; }#clgSbDZehdIa47bFGP1Ud2OvMpxAVE0p > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#clgSbDZehdIa47bFGP1Ud2OvMpxAVE0p > .row > .video-iframe-container { display: none; }#clgSbDZehdIa47bFGP1Ud2OvMpxAVE0p > .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); }#clgSbDZehdIa47bFGP1Ud2OvMpxAVE0p > .row .container { border-width: 0; border-radius: 0; }#clgSbDZehdIa47bFGP1Ud2OvMpxAVE0p > .row > .video-iframe-container {  }#clgSbDZehdIa47bFGP1Ud2OvMpxAVE0p > .row .container { font-size:0.875rem;font-family:arial;height:28.3125rem;width:60rem;position:relative;display:block; }#TTBxQHETRHd1BHo3PBV509z5elof1RRw { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:2.0625rem;left:20rem;overflow:hidden;display:block; }
#z81ME9Bk8si3Z1N8PeTiWzVXZHKm4AgR { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:biryani;font-size:0.875rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:5.125rem;left:22.5rem;height:2.625rem;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; }
#tAoAKypnG3p8eDmGBOtwGMtzULso9EEV { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"tenor sans";font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:2.125rem;left:22.5rem;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;font-style:normal;display:block; }
#I3MvaUKbC812ULE6Kt4efdukMTLioGyG { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:10.1875rem;left:20rem;overflow:hidden;display:block; }
#J9gpwt9k6ICmgdzbJ8Ef2tkAFT9mKg9M { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"tenor sans";font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:10.3125rem;left:22.5rem;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;font-style:normal;display:block; }
#drlaMoZHp7wRLTTZtLy3xUhp8Vvwof7N { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:biryani;font-size:0.875rem;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:13.3125rem;left:22.5rem;height:3.9375rem;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; }
#XuBSUXVOG9NFIDzKr1M9GJFDhpxE4a6r { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:18.375rem;left:20rem;overflow:hidden;display:block; }
#caIKK3JT4gzWRquDkB2qQT9UZzGzyqgA { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:"tenor sans";font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:18.5rem;left:22.5rem;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;font-style:normal;display:block; }
#Hm5RM5XQBnWTTMbAuxLwb9ydFqF0nnt5 { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:biryani;font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:21.5rem;left:22.5rem;height:2.625rem;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; }
#gipvDkzKMHhp4BrUIk4Cf0trgz0UpNqN { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:biryani;font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:6.09375rem;left:43.4375rem;height:2.625rem;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; }
#SGvQHqb5lnIgZ6fR3TkhqV8yDVMn4v7O { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"tenor sans";font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:2.125rem;left:43.4375rem;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;font-style:normal;display:block; }
#XuaKQOVl5cNbli1MqoBJusFxNUqEhFJc { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"tenor sans";font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:10.3125rem;left:43.4375rem;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;font-style:normal;display:block; }
#F29xyOZhSbnFZKmiqgBvLnKAsf1W8gvz { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:2.0625rem;left:40.9375rem;overflow:hidden;display:block; }
#VNLEfPZX5GK48GRgmPwQ9P4hm1a025HC { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:10.1875rem;left:40.9375rem;overflow:hidden;display:block; }
#M1VLXRFg56kpT7TsM1vF05TKV2vZUf8O { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:biryani;font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:13.3125rem;left:43.4375rem;height:2.625rem;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; }
#T1qnxBNDuuDUNniKk8fun7ZGErUw2Le3 { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.875rem;width:1.875rem;top:18.375rem;left:40.9375rem;overflow:hidden;display:block; }
#Tr7095LIiTMIxJh0abdkHS68CdOg37Cp { color:#000000;display:block;width:15.625rem;position:absolute;font-family:"tenor sans";font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:18.5rem;left:43.4375rem;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;font-style:normal;display:block; }
#DVr6MM1J5M0hre10K49656R4fkQIebAc { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:biryani;font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:22.15625rem;left:43.4375rem;height:2.625rem;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; }
#RaSlsDHJ3e7Udk7xBCIPcZ4qPDWzposh { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.9375rem;width:23.9375rem;top:1.5rem;left:-5.3125rem;overflow:hidden;display:block; }
#rdQK1UrX0eQsLOgfOSaVXOA7QlQgCIid { background-color:#fda818;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:biryani;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.1875rem;left:19rem;display:none; }
#uZdboFTszvO0rzvC8odwDMWqkcPRuEKc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#si6SKOMTkc2qIfxbtM1Bu3bM1dqz3c0y { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#si6SKOMTkc2qIfxbtM1Bu3bM1dqz3c0y > .row .container { background-color: transparent; background-image: none; }#si6SKOMTkc2qIfxbtM1Bu3bM1dqz3c0y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#si6SKOMTkc2qIfxbtM1Bu3bM1dqz3c0y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#si6SKOMTkc2qIfxbtM1Bu3bM1dqz3c0y > .row .container > .video-iframe-container { display: none; }#si6SKOMTkc2qIfxbtM1Bu3bM1dqz3c0y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#si6SKOMTkc2qIfxbtM1Bu3bM1dqz3c0y > .row > .video-iframe-container { display: none; }#si6SKOMTkc2qIfxbtM1Bu3bM1dqz3c0y > .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); }#si6SKOMTkc2qIfxbtM1Bu3bM1dqz3c0y > .row .container { border-width: 0; border-radius: 0; }#si6SKOMTkc2qIfxbtM1Bu3bM1dqz3c0y > .row > .video-iframe-container {  }#si6SKOMTkc2qIfxbtM1Bu3bM1dqz3c0y > .row .container { font-size:0.875rem;font-family:arial;height:41.0625rem;width:60rem;position:relative;display:block; }#qQcSRNBaWbrUhSO5D0TIJxSoGlPxVMaX { position:absolute;display:block;z-index:15004;background-color:#021262;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0rem;height:24rem;width:18.75rem;top:10.5625rem;left:1.3125rem;display:block; }
#qErRPFMyFRf6VShu11yJW49Mc4zfVyXT { position:absolute;display:block;z-index:15005;background-color:#0b28c8;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;height:29.5625rem;width:20rem;top:9rem;left:20rem;display:block; }
#PTXxhcIrT6upi8v9c2u1yq0D3Gnffno5 { position:absolute;display:block;z-index:15003;background-color:#021262;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.6875rem;height:24.8125rem;width:18.75rem;top:10.5625rem;left:40rem;display:block; }
#MrsKKX9BD15s39FLq7ZwNJpcdiZtGbhc { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:11.3125rem;left:35.4375rem;height:1.625rem;font-style:normal;display:block; }
#Twi1NmEMnaLyNisNw78LB9cTSDCPrcdq { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:9.9375rem;left:20.3125rem;height:1.3808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CLM7IGKxHwuuELfnUWA1AcTHdRKoV4Z2 { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:3.75rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:13.875rem;left:20.3125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BlFuKDgWSh5ydwwoNZkfPHJs0lsfTb5r { color:#e8f7ff;display:block;width:19.375rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:12.125rem;left:20.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sVCdEabnwDNrJlibXcZBvd2bEygSuz8O { color:#e8f7ff;display:block;width:17.3125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:18.75rem;left:21.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#sVCdEabnwDNrJlibXcZBvd2bEygSuz8O li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sVCdEabnwDNrJlibXcZBvd2bEygSuz8O li:before{  }
#OEUmCgGrFt4JueC6u2G8l5fDL7Lgaexb { color:#e8f7ff;display:block;width:17.75rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:11.625rem;left:1.1875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#idfwNqdP2fKHoMa7p6SoDBN7i0yx70R4 { color:#e8f7ff;display:block;width:17.4375rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:14.625rem;left:1.3125rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DkSgvxDAnLPi8C931TedR4JxbRinEh49 { color:#e8f7ff;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:20.8125rem;left:2.75rem;height:11.3720625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#i6NBiVR4W1bWqQLpcO7XxWMZ3T75BCT3 { color:#e8f7ff;display:block;width:17.1875rem;position:absolute;font-family:roboto;font-size:0.9375rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:11.6875rem;left:41.375rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l5UO8RavSlKRsvudZMmnCbHPfpWFlKLV { color:#e8f7ff;display:block;width:16.8125rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:14.6875rem;left:41.5625rem;height:4.46875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Odm8IZrlxna5ecTKbxH8WiBn9ku1qADH { background-color:#ff6554;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-sizing:border-box;color:#e8f7ff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:34.6875rem;left:23.625rem;display:block; }
#Fb1RDmtJ37li4OI8K25TL7VTXXT7nugS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vLWAtuRddOVbBieTGTgVh6Dqo1QbnAZt { background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid #ff6554;border-left:0.1875rem solid #ff6554;border-right:0.1875rem solid #ff6554;border-bottom:0.1875rem solid #ff6554;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-sizing:border-box;color:#e8f7ff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:30.75rem;left:3.6875rem;display:block; }
#ndQlLuWqutWX02ehpQbOC2JI7mySd8Hr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ATG4JsChK9ZarZZSX0p0FoWib1THHeq9 { background-color:rgba(0,0,0,0);background-image:none;border-top:0.1875rem solid #ff6554;border-left:0.1875rem solid #ff6554;border-right:0.1875rem solid #ff6554;border-bottom:0.1875rem solid #ff6554;border-top-left-radius:0.1875rem;border-top-right-radius:0.1875rem;border-bottom-left-radius:0.1875rem;border-bottom-right-radius:0.1875rem;box-sizing:border-box;color:#e8f7ff;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:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5746875rem;height:2.94970625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:30.875rem;left:43.625rem;display:block; }
#Uewz9f2F3HQcCwMcVZSQWrmXTuqT3kmU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KLsTlNWHJqlDV98bDZX7S4zxixeu1UsS { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(110deg, #ffbbb5, #ff6554);background-image: -moz-linear-gradient(110deg, #ffbbb5, #ff6554);background-image: -ms-linear-gradient(110deg, #ffbbb5, #ff6554);background-image: -o-linear-gradient(110deg, #ffbbb5, #ff6554);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbbb5', endColorstr='#ff6554' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbbb5', endColorstr='#ff6554' );";background-image: linear-gradient(110deg, #ffbbb5, #ff6554);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:0rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:0rem;height:2.625rem;width:5.0625rem;top:10.8125rem;left:35rem;display:block; }
#qBAMM5k27GpFOgwTG8lWDTnO6cBu5T65 { color:#003c8d;display:block;width:54.9375rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #314756;top:1.1875rem;left:5.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#QQelsl7nzmtIPXpllXDrxL44x3tdZmdc { color:#314756;display:block;width:60rem;position:absolute;font-family:biryani;font-size:1rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:5.25rem;left:0rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hGNLVTUnTzIuhvUC9GWClE3P8m35ufbn { color:#e8f7ff;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:20.71875rem;left:41.25rem;height:10.23485625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#ZItPiavWBPiDewPoieSSBTl2ZGgr5NU0 { position:relative;display:block; }#ZItPiavWBPiDewPoieSSBTl2ZGgr5NU0 { background-color: transparent; background-image: none; }#ZItPiavWBPiDewPoieSSBTl2ZGgr5NU0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZItPiavWBPiDewPoieSSBTl2ZGgr5NU0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZItPiavWBPiDewPoieSSBTl2ZGgr5NU0 > .row .container > .video-iframe-container { display: none; }#ZItPiavWBPiDewPoieSSBTl2ZGgr5NU0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZItPiavWBPiDewPoieSSBTl2ZGgr5NU0 > .row > .video-iframe-container { display: none; }#ZItPiavWBPiDewPoieSSBTl2ZGgr5NU0 > .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); }#ZItPiavWBPiDewPoieSSBTl2ZGgr5NU0 { border-width: 0; border-radius: 0; }#ZItPiavWBPiDewPoieSSBTl2ZGgr5NU0 > .row .container > .video-iframe-container {  }#ZItPiavWBPiDewPoieSSBTl2ZGgr5NU0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:block; }#OWOxko8FfhDMNio8hhB6RBdbHtNTC0s2 { color:#314756;display:block;width:54.125rem;position:absolute;font-family:biryani;font-size:1rem;font-weight:300;z-index:15030;line-height:1.3;letter-spacing:0;top:5.5rem;left:2.9375rem;height:6.49903125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uLP8QKmZz6DDsBzo1plhN08ZKy4MOGS9 { color:#003c8d;display:block;width:54.9375rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #314756;top:1.125rem;left:2.53125rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f5f6f9;background-image:none;position:relative;display:block; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container { background-color: transparent; background-image: none; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container > .video-iframe-container { display: none; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row > .video-iframe-container { display: none; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .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); }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container { border-width: 0; border-radius: 0; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row > .video-iframe-container {  }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:block; }#uI6TbaHIQnRRp43tctc5lUrH7ttdTiQR { background-color:#ffc200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:biryani;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.1875rem;left:19rem;display:block; }
#SuZRh2DdUZpwT8JCXcOTgqk4xauzXDXw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a05nfbuJUaR2xAms4qhcI6lTXASa72OC { position:relative;display:block; }#a05nfbuJUaR2xAms4qhcI6lTXASa72OC { background-color: transparent; background-image: none; }#a05nfbuJUaR2xAms4qhcI6lTXASa72OC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a05nfbuJUaR2xAms4qhcI6lTXASa72OC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a05nfbuJUaR2xAms4qhcI6lTXASa72OC > .row .container > .video-iframe-container { display: none; }#a05nfbuJUaR2xAms4qhcI6lTXASa72OC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a05nfbuJUaR2xAms4qhcI6lTXASa72OC > .row > .video-iframe-container { display: none; }#a05nfbuJUaR2xAms4qhcI6lTXASa72OC > .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); }#a05nfbuJUaR2xAms4qhcI6lTXASa72OC { border-width: 0; border-radius: 0; }#a05nfbuJUaR2xAms4qhcI6lTXASa72OC > .row .container > .video-iframe-container {  }#a05nfbuJUaR2xAms4qhcI6lTXASa72OC > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:31.3125rem;width:60rem;position:relative;display:block; }#lrTHSEHklvvq1rbGkfNl5kI9T6FCtHyE { color:#2e3951;display:block;width:42.125rem;position:absolute;font-family:biryani;font-size:1rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:7.4375rem;left:11.46875rem;height:15.3989125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#IgsrDsNErMOG0ThC4r3GTR9H93o7lF7V { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8rem;width:8rem;top:5.375rem;left:1.75rem;overflow:hidden;display:block; }
#MdmHFv8hS8TT42vIZS8kMD5f2c2eKXG1 { background-color:#ffc200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:biryani;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.6875rem;left:18.25rem;display:block; }
#S6ED1w5xA46B7oVRSWXUgCRccQRdVNgO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#q9lRalR4r3RgLM6S6KmdlcKSE0alMO1S { color:#003c8d;display:block;width:54.9375rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #314756;top:2.875rem;left:5.0625rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#v4EkPKfCzJo0XTVWKInkPdmTrLmy3oh9 { position:relative;display:block; }#v4EkPKfCzJo0XTVWKInkPdmTrLmy3oh9 { background-color: transparent; background-image: none; }#v4EkPKfCzJo0XTVWKInkPdmTrLmy3oh9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4EkPKfCzJo0XTVWKInkPdmTrLmy3oh9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4EkPKfCzJo0XTVWKInkPdmTrLmy3oh9 > .row .container > .video-iframe-container { display: none; }#v4EkPKfCzJo0XTVWKInkPdmTrLmy3oh9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v4EkPKfCzJo0XTVWKInkPdmTrLmy3oh9 > .row > .video-iframe-container { display: none; }#v4EkPKfCzJo0XTVWKInkPdmTrLmy3oh9 > .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); }#v4EkPKfCzJo0XTVWKInkPdmTrLmy3oh9 { border-width: 0; border-radius: 0; }#v4EkPKfCzJo0XTVWKInkPdmTrLmy3oh9 > .row .container > .video-iframe-container {  }#v4EkPKfCzJo0XTVWKInkPdmTrLmy3oh9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:53.75rem;width:60rem;position:relative;display:block; }#PK54qTStzN1DkRba2fWPXseCT6g9wMzK { color:rgba(0,0,0,0.7);display:block;width:48.4375rem;position:absolute;font-family:biryani;font-size:1rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:5.375rem;left:5.78125rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Rd7oHrdQOxSFpTSz7Kxy61XkKgMEshWs { background-color:#ffc200;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#fdfdfd;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"tenor sans";font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:2.6875rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:46.1875rem;left:22.78125rem;display:block; }
#hPDgxQHVUPTvootPdVMn4pziFTrzKFFI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cv7CCfbCTET4P0IbR4ONZfzkFEQhss1U { color:#003c8d;display:block;width:54.9375rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:400;z-index:15012;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #314756;top:1.375rem;left:4.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#JAJCoqLb9hbFFlBSRNGK5oSZZBeAuo8C { color:#003c8d;display:block;width:54.9375rem;position:absolute;font-family:montserrat;font-size:2.5625rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem #314756;top:11.875rem;left:4.5rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#fDw2DmUkKdmZMTy4ztc3h98qrIuhgDH0 { color:#314756;display:block;width:16rem;position:absolute;font-family:biryani;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.4;letter-spacing:0;top:49.5625rem;left:22rem;height:1.57470625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EZtaNrAsRKZq4zmmKBkC5s5CKc0WUED4 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.5625rem;width:39.125rem;top:15.9375rem;left:10.4375rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HT57NtRUPREhXUZFD1b8m3qdvl9zW7CV { display:block; }#HT57NtRUPREhXUZFD1b8m3qdvl9zW7CV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htDg3pKLmNiVsNgvO2xeHFGTFCvVFrZq { top:22.25rem;left:22.875rem;width:2rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOHIOVsxdIHv7CeIbixmTeQnnIdWfder { top:13.25rem;left:0rem;width:31.1875rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFPAPiRJoZ5TFNW8GPW2og8Ilpl7RE5w { width:26.8125rem;height:25.9375rem;top:9.0625rem;left:20.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhvzfHtZ9bSWfZpqnzHoyIqAiFk4D42s { top:14.125rem;left:24.9375rem;width:22.8125rem;height:14.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #liJZrTbHfMGURap3GxxNuELtl5scMDGt { width:15.625rem;height:3.75rem;top:30.125rem;left:31.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXAIPLDfIBGQSI002sDTB59qoWCwdUk2 { display:block; }
 }@media only screen and (max-width: 763px) { #kB06bDguuyOSPUKn01dwV1oIUruVnc2K { width:47.75rem;height:5.125rem;top:1.25rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD10rewOdmw1e1GiINhNbVKvCB0p8Dhu { top:31.75rem;left:0.625rem;width:22.8125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jo3zzzN0xvnbgfQCtigkx2dNCD647L94 { display:block; }#Jo3zzzN0xvnbgfQCtigkx2dNCD647L94 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SvDFRBDy05We7J1ryuNXS8199dHHP3Ag { top:19.3125rem;left:37.6875rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bRrD6NWBtPSEoo6zeI8t7DTgWRgdSZ97 { top:21.8125rem;left:40.25rem;width:7.5rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgeshBoGhs99OVhCulHzkwTdcZAICmIg { top:9.125rem;left:0rem;width:28.875rem;height:9.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQbDTVXWwFcQG80Z2ZDe4nI8rQ6dWmdn { top:27.4375rem;left:0rem;width:24.125rem;height:3.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKpRstbGukyieEUPZkb8mgVtwpWFSyuJ { width:19.5rem;height:4.5625rem;top:21.125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1zobmWBhrOOIgkeULoqBuFOoAo8itys { display:block; }
 }@media only screen and (max-width: 763px) { #m8qGxndOgi9I6WI6aPLpCGgqITWdIuNN { top:0.875rem;left:0rem;width:30.3125rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG3mT8Fe9UUaBPgwb0o6WIgE4sbaExmb { width:47.75rem;height:;top:1.5rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv { display:block; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlfDeXcGuTgZm65MAd5AUWvqrE7quGZB { top:7.6875rem;left:0rem;width:47.75rem;height:50.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmwB4k3OuHpFhm5tC7A7FJIm03UT7H0B { width:15.625rem;height:3.75rem;top:1.1875rem;left:16.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #f198uHcwZcuzI7fUNTbQsPMQZx1QoJAw { display:block; }
 }@media only screen and (max-width: 763px) { #C2vprBwKxF3T1RDv10TtHCQurn3utO9b { width:19.5rem;height:4.5625rem;top:59.8125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cc6a904wyKElU8MymxyLaDF2593oylBb { display:block; }
 }@media only screen and (max-width: 763px) { #RwoeUxBITmkbtnxm4tO02PgbKdrXQJxC { width:47.75rem;height:;top:1.0625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTdKIShPrA72ons6JAaCevvl1sLSX58V { display:block; }#cTdKIShPrA72ons6JAaCevvl1sLSX58V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVhBBozdzoqSByDTNKE56dPp2vBUemt8 { width:47.75rem;height:;top:1.375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtuQXz1qa5VOnb0RzdVLbgTpqcN1cMwb { top:6.25rem;left:0rem;width:27rem;height:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH448f9IZXKCzWbofbxJ7dDioJWt1eWa { width:28.1875rem;height:26rem;top:7.4375rem;left:19.5625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O83LEbw8IxBDR8OpAwf21pR6rbMP95uc { width:22.125rem;height:3.875rem;top:36.125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7foW5aCRxBLHs14TWDX1Gp6SGc82x4N { display:block; }
 }@media only screen and (max-width: 763px) { #yHWOccxEnv0qT7SP47smGlAbyvzRqNGk { width:26.0625rem;height:1.75rem;top:0.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uG5J350CorQuE3eIgT1UvIew5fygAfJi { display:block; }#uG5J350CorQuE3eIgT1UvIew5fygAfJi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INXZvz5zmfuwhamUAAPMcChl5K67bizx { width:17.5rem;height:3.4375rem;top:31.0625rem;left:16.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XH3yS8HJstODWqImEidJ0hCLghDTTdsf { display:block; }
 }@media only screen and (max-width: 763px) { #HwI1Dlktzca3BRlIC0TxtNqNphgpPlgx { width:20rem;height:1.8125rem;top:45.375rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VPlFrKdPc7nNzdrM1LV9vBD5pNSId01O { top:7.1875rem;left:19.375rem;width:28.375rem;height:25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt5cKiyQvdipSlriylOKLSbsGi5LmlIu { width:19.5rem;height:4.5625rem;top:39.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRvsG6Ao2FWyDSQdo7h3tIkeJiOMJxo8 { display:block; }
 }@media only screen and (max-width: 763px) { #U2nv9H38Q2OeENeCssfeQQkMF3WQZoWW { width:47.75rem;height:;top:1rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXRnDv8p50HryXoWe140fINW38OTHo92 { top:4.9375rem;left:1.9375rem;width:21.9375rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K11FCl26vQ1SUSWqlvZzeHfguXcPiZgx { display:block; }#K11FCl26vQ1SUSWqlvZzeHfguXcPiZgx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6Vn5eJbHPIf4Wbix0HsfbAPBl1cAgwv { width:47.75rem;height:;top:1.5625rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #clgSbDZehdIa47bFGP1Ud2OvMpxAVE0p { display:block; }#clgSbDZehdIa47bFGP1Ud2OvMpxAVE0p > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTBxQHETRHd1BHo3PBV509z5elof1RRw { width:1.875rem;height:1.875rem;top:2.0625rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z81ME9Bk8si3Z1N8PeTiWzVXZHKm4AgR { width:16.5625rem;height:3.9375rem;top:5.125rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAoAKypnG3p8eDmGBOtwGMtzULso9EEV { width:15.625rem;height:;top:2.125rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3MvaUKbC812ULE6Kt4efdukMTLioGyG { width:1.875rem;height:1.875rem;top:10.1875rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9gpwt9k6ICmgdzbJ8Ef2tkAFT9mKg9M { width:15.625rem;height:;top:10.3125rem;left:16.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #drlaMoZHp7wRLTTZtLy3xUhp8Vvwof7N { width:16.5625rem;height:3.9375rem;top:13.3125rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuBSUXVOG9NFIDzKr1M9GJFDhpxE4a6r { width:1.875rem;height:1.875rem;top:18.375rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #caIKK3JT4gzWRquDkB2qQT9UZzGzyqgA { width:17.0625rem;height:;top:18.5rem;left:14.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm5RM5XQBnWTTMbAuxLwb9ydFqF0nnt5 { width:16.5625rem;height:3.9375rem;top:21.5rem;left:15.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gipvDkzKMHhp4BrUIk4Cf0trgz0UpNqN { width:16.5625rem;height:3.9375rem;top:6.0625rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGvQHqb5lnIgZ6fR3TkhqV8yDVMn4v7O { width:15.625rem;height:;top:2.125rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuaKQOVl5cNbli1MqoBJusFxNUqEhFJc { width:15.625rem;height:;top:10.3125rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F29xyOZhSbnFZKmiqgBvLnKAsf1W8gvz { width:1.875rem;height:1.875rem;top:2.0625rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNLEfPZX5GK48GRgmPwQ9P4hm1a025HC { width:1.875rem;height:1.875rem;top:10.1875rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1VLXRFg56kpT7TsM1vF05TKV2vZUf8O { width:16.5625rem;height:3.9375rem;top:13.3125rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1qnxBNDuuDUNniKk8fun7ZGErUw2Le3 { width:1.875rem;height:1.875rem;top:18.375rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr7095LIiTMIxJh0abdkHS68CdOg37Cp { width:15.625rem;height:;top:18.5rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVr6MM1J5M0hre10K49656R4fkQIebAc { width:16.5625rem;height:2.625rem;top:22.125rem;left:31.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaSlsDHJ3e7Udk7xBCIPcZ4qPDWzposh { top:1.5rem;left:0rem;width:23.9375rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdQK1UrX0eQsLOgfOSaVXOA7QlQgCIid { width:22rem;height:3.75rem;top:1.1875rem;left:12.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #uZdboFTszvO0rzvC8odwDMWqkcPRuEKc { display:block; }
 }@media only screen and (max-width: 763px) { #si6SKOMTkc2qIfxbtM1Bu3bM1dqz3c0y { display:block; }#si6SKOMTkc2qIfxbtM1Bu3bM1dqz3c0y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQcSRNBaWbrUhSO5D0TIJxSoGlPxVMaX { top:10.5625rem;left:0rem;width:18.75rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #qErRPFMyFRf6VShu11yJW49Mc4zfVyXT { top:9rem;left:11.75rem;width:20rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTXxhcIrT6upi8v9c2u1yq0D3Gnffno5 { top:10.5625rem;left:28.875rem;width:18.75rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrsKKX9BD15s39FLq7ZwNJpcdiZtGbhc { top:11.3125rem;left:27.125rem;width:4.625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twi1NmEMnaLyNisNw78LB9cTSDCPrcdq { top:9.9375rem;left:12.375rem;width:19.375rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLM7IGKxHwuuELfnUWA1AcTHdRKoV4Z2 { top:13.875rem;left:12.375rem;width:19.375rem;height:4.875rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlFuKDgWSh5ydwwoNZkfPHJs0lsfTb5r { top:12.125rem;left:12.375rem;width:19.375rem;height:1.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVCdEabnwDNrJlibXcZBvd2bEygSuz8O { top:18.75rem;left:14.4375rem;width:17.3125rem;height:;font-size:1rem;display:block; }#sVCdEabnwDNrJlibXcZBvd2bEygSuz8O li:before{  }
 }@media only screen and (max-width: 763px) { #OEUmCgGrFt4JueC6u2G8l5fDL7Lgaexb { top:11.625rem;left:0rem;width:17.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idfwNqdP2fKHoMa7p6SoDBN7i0yx70R4 { top:14.625rem;left:0rem;width:17.4375rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkSgvxDAnLPi8C931TedR4JxbRinEh49 { top:20.8125rem;left:0rem;width:16.25rem;height:10.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6NBiVR4W1bWqQLpcO7XxWMZ3T75BCT3 { top:11.6875rem;left:30.4375rem;width:17.1875rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5UO8RavSlKRsvudZMmnCbHPfpWFlKLV { top:14.6875rem;left:30.8125rem;width:16.8125rem;height:4.4375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odm8IZrlxna5ecTKbxH8WiBn9ku1qADH { width:12.625rem;height:3rem;top:34.6875rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb1RDmtJ37li4OI8K25TL7VTXXT7nugS { display:block; }
 }@media only screen and (max-width: 763px) { #vLWAtuRddOVbBieTGTgVh6Dqo1QbnAZt { width:12.625rem;height:3rem;top:30.75rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndQlLuWqutWX02ehpQbOC2JI7mySd8Hr { display:block; }
 }@media only screen and (max-width: 763px) { #ATG4JsChK9ZarZZSX0p0FoWib1THHeq9 { width:12.5625rem;height:2.9375rem;top:30.875rem;left:33.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uewz9f2F3HQcCwMcVZSQWrmXTuqT3kmU { display:block; }
 }@media only screen and (max-width: 763px) { #KLsTlNWHJqlDV98bDZX7S4zxixeu1UsS { width:5.0625rem;height:2.625rem;top:10.8125rem;left:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBAMM5k27GpFOgwTG8lWDTnO6cBu5T65 { width:47.75rem;height:;top:1.1875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQelsl7nzmtIPXpllXDrxL44x3tdZmdc { top:5.25rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGNLVTUnTzIuhvUC9GWClE3P8m35ufbn { top:20.6875rem;left:31.375rem;width:16.25rem;height:9rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZItPiavWBPiDewPoieSSBTl2ZGgr5NU0 { display:block; }#ZItPiavWBPiDewPoieSSBTl2ZGgr5NU0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWOxko8FfhDMNio8hhB6RBdbHtNTC0s2 { top:5.5rem;left:0rem;width:47.75rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLP8QKmZz6DDsBzo1plhN08ZKy4MOGS9 { width:47.75rem;height:;top:1.125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa { display:block; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uI6TbaHIQnRRp43tctc5lUrH7ttdTiQR { width:22rem;height:3.75rem;top:1.1875rem;left:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuZRh2DdUZpwT8JCXcOTgqk4xauzXDXw { display:block; }
 }@media only screen and (max-width: 763px) { #a05nfbuJUaR2xAms4qhcI6lTXASa72OC { display:block; }#a05nfbuJUaR2xAms4qhcI6lTXASa72OC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrTHSEHklvvq1rbGkfNl5kI9T6FCtHyE { top:7.4375rem;left:5.34375rem;width:42.125rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgsrDsNErMOG0ThC4r3GTR9H93o7lF7V { top:5.375rem;left:0rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdmHFv8hS8TT42vIZS8kMD5f2c2eKXG1 { width:22rem;height:3.75rem;top:25.6875rem;left:12.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6ED1w5xA46B7oVRSWXUgCRccQRdVNgO { display:block; }
 }@media only screen and (max-width: 763px) { #q9lRalR4r3RgLM6S6KmdlcKSE0alMO1S { width:47.75rem;height:;top:2.875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4EkPKfCzJo0XTVWKInkPdmTrLmy3oh9 { display:block; }#v4EkPKfCzJo0XTVWKInkPdmTrLmy3oh9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PK54qTStzN1DkRba2fWPXseCT6g9wMzK { width:47.75rem;height:7.5rem;top:5.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd7oHrdQOxSFpTSz7Kxy61XkKgMEshWs { width:14.0625rem;height:2.6875rem;top:46.1875rem;left:16.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPDgxQHVUPTvootPdVMn4pziFTrzKFFI { display:block; }
 }@media only screen and (max-width: 763px) { #cv7CCfbCTET4P0IbR4ONZfzkFEQhss1U { width:47.75rem;height:2.5625rem;top:1.375rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAJCoqLb9hbFFlBSRNGK5oSZZBeAuo8C { width:47.75rem;height:2.5625rem;top:11.875rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDw2DmUkKdmZMTy4ztc3h98qrIuhgDH0 { top:49.5625rem;left:15.875rem;width:16rem;height:1.5625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZtaNrAsRKZq4zmmKBkC5s5CKc0WUED4 { top:15.9375rem;left:4.3125rem;width:39.125rem;height:27.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #HT57NtRUPREhXUZFD1b8m3qdvl9zW7CV { display:block; }#HT57NtRUPREhXUZFD1b8m3qdvl9zW7CV { background-color: transparent; background-image: none; }#HT57NtRUPREhXUZFD1b8m3qdvl9zW7CV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT57NtRUPREhXUZFD1b8m3qdvl9zW7CV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT57NtRUPREhXUZFD1b8m3qdvl9zW7CV > .row .container > .video-iframe-container { display: none; }#HT57NtRUPREhXUZFD1b8m3qdvl9zW7CV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HT57NtRUPREhXUZFD1b8m3qdvl9zW7CV > .row > .video-iframe-container { display: none; }#HT57NtRUPREhXUZFD1b8m3qdvl9zW7CV > .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); }#HT57NtRUPREhXUZFD1b8m3qdvl9zW7CV > .row .container { width:20rem;height:50.6875rem;background-color:#ffffff;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #htDg3pKLmNiVsNgvO2xeHFGTFCvVFrZq { width:2.375rem;height:1.8125rem;top:31.8125rem;left:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOHIOVsxdIHv7CeIbixmTeQnnIdWfder { height:11.2216796875rem;width:20rem;top:8.2470703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFPAPiRJoZ5TFNW8GPW2og8Ilpl7RE5w { width:20rem;height:26.6875rem;top:52.7529296875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vhvzfHtZ9bSWfZpqnzHoyIqAiFk4D42s { width:18.875rem;height:16.875rem;top:20.625rem;left:0.5625rem;font-size:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.8;text-align:center;text-align-last:center;font-family:biryani;display:block; }
 }@media only screen and (max-width: 763px) { #liJZrTbHfMGURap3GxxNuELtl5scMDGt { width:15.625rem;height:3.75rem;top:39rem;left:2.1875rem;background-color:#fda818;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #iXAIPLDfIBGQSI002sDTB59qoWCwdUk2 { display:block; }
 }@media only screen and (max-width: 763px) { #kB06bDguuyOSPUKn01dwV1oIUruVnc2K { width:20rem;height:5.625rem;top:1.1845703125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nD10rewOdmw1e1GiINhNbVKvCB0p8Dhu { width:20rem;height:5.0625rem;top:43.875rem;left:0rem;font-size:0.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:-0.3125rem;padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.8;text-align:center;text-align-last:center;font-family:biryani;display:block; }
 }@media only screen and (max-width: 763px) { #Jo3zzzN0xvnbgfQCtigkx2dNCD647L94 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ccd44d69-b770-4c54-bf3c-e4eb7a93823f/Projektbeztytuu3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#Jo3zzzN0xvnbgfQCtigkx2dNCD647L94.adaptive-delivery-prevent-bg, #Jo3zzzN0xvnbgfQCtigkx2dNCD647L94.lazyload, #Jo3zzzN0xvnbgfQCtigkx2dNCD647L94.lazyloading { background-image: none; }#Jo3zzzN0xvnbgfQCtigkx2dNCD647L94 > .row .container { background-color: transparent; background-image: none; }#Jo3zzzN0xvnbgfQCtigkx2dNCD647L94::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jo3zzzN0xvnbgfQCtigkx2dNCD647L94 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jo3zzzN0xvnbgfQCtigkx2dNCD647L94 > .row .container > .video-iframe-container { display: none; }#Jo3zzzN0xvnbgfQCtigkx2dNCD647L94 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Jo3zzzN0xvnbgfQCtigkx2dNCD647L94 > .row > .video-iframe-container { display: none; }#Jo3zzzN0xvnbgfQCtigkx2dNCD647L94 > .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); }#Jo3zzzN0xvnbgfQCtigkx2dNCD647L94 > .row .container { width:20rem;height:57.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SvDFRBDy05We7J1ryuNXS8199dHHP3Ag { width:10.0625rem;height:10.0625rem;top:75.12109375rem;left:4.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #bRrD6NWBtPSEoo6zeI8t7DTgWRgdSZ97 { width:7.5rem;height:2.25rem;top:55.091796875rem;left:6.25rem;font-size:1.75rem;color:#314756;display:none; }
 }@media only screen and (max-width: 763px) { #rgeshBoGhs99OVhCulHzkwTdcZAICmIg { width:20rem;height:14.0625rem;top:11.0625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DQbDTVXWwFcQG80Z2ZDe4nI8rQ6dWmdn { width:20rem;height:3.125rem;top:53.1875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;color:rgba(49,71,86,0.83);display:block; }
 }@media only screen and (max-width: 763px) { #DKpRstbGukyieEUPZkb8mgVtwpWFSyuJ { width:19.125rem;height:3.75rem;top:47.5rem;left:0.4375rem;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.8125rem 0.75rem 0.5625rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #o1zobmWBhrOOIgkeULoqBuFOoAo8itys { display:block; }
 }@media only screen and (max-width: 763px) { #m8qGxndOgi9I6WI6aPLpCGgqITWdIuNN { width:20rem;height:20rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iG3mT8Fe9UUaBPgwb0o6WIgE4sbaExmb { width:20rem;height:7.5rem;top:1.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv { display:block; }#NMq3gqIUEI4wqTJnDGEOgMFNyiwrUoDv > .row .container { width:20rem;height:121.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WlfDeXcGuTgZm65MAd5AUWvqrE7quGZB { width:20rem;height:96.25rem;top:13.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmwB4k3OuHpFhm5tC7A7FJIm03UT7H0B { width:15.625rem;height:3.75rem;top:88.875rem;left:2.1875rem;z-index:15005;display:none; }
 }@media only screen and (max-width: 763px) { #f198uHcwZcuzI7fUNTbQsPMQZx1QoJAw { display:block; }
 }@media only screen and (max-width: 763px) { #C2vprBwKxF3T1RDv10TtHCQurn3utO9b { width:19.5rem;height:4.5625rem;top:113.75rem;left:0rem;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.8125rem 0.75rem 0.5625rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #Cc6a904wyKElU8MymxyLaDF2593oylBb { display:block; }
 }@media only screen and (max-width: 763px) { #RwoeUxBITmkbtnxm4tO02PgbKdrXQJxC { width:20rem;height:7.5rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTdKIShPrA72ons6JAaCevvl1sLSX58V { display:block; }#cTdKIShPrA72ons6JAaCevvl1sLSX58V > .row .container { width:20rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iVhBBozdzoqSByDTNKE56dPp2vBUemt8 { width:20rem;height:1.875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtuQXz1qa5VOnb0RzdVLbgTpqcN1cMwb { width:19.0625rem;height:19.0625rem;top:6.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AH448f9IZXKCzWbofbxJ7dDioJWt1eWa { width:20rem;height:34.125rem;top:26.8642578125rem;left:0rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O83LEbw8IxBDR8OpAwf21pR6rbMP95uc { width:19rem;height:3.875rem;top:63.0517578125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7foW5aCRxBLHs14TWDX1Gp6SGc82x4N { display:block; }
 }@media only screen and (max-width: 763px) { #yHWOccxEnv0qT7SP47smGlAbyvzRqNGk { width:20rem;height:0;top:67.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #uG5J350CorQuE3eIgT1UvIew5fygAfJi { display:block; }#uG5J350CorQuE3eIgT1UvIew5fygAfJi > .row .container { width:20rem;height:71.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #INXZvz5zmfuwhamUAAPMcChl5K67bizx { width:17.5rem;height:3.4375rem;top:66rem;left:1.25rem;z-index:15017;display:block; }
 }@media only screen and (max-width: 763px) { #XH3yS8HJstODWqImEidJ0hCLghDTTdsf { display:block; }
 }@media only screen and (max-width: 763px) { #HwI1Dlktzca3BRlIC0TxtNqNphgpPlgx { width:20rem;height:0;top:48.3115234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;color:#314756;z-index:15009;display:none; }
 }@media only screen and (max-width: 763px) { #VPlFrKdPc7nNzdrM1LV9vBD5pNSId01O { width:20rem;height:32.5rem;top:31.78125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qt5cKiyQvdipSlriylOKLSbsGi5LmlIu { width:19.5rem;height:4.5625rem;top:62.9375rem;left:0rem;background-color:#fda818;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(0,0,0,0.5) ;display:none; }
 }@media only screen and (max-width: 763px) { #eRvsG6Ao2FWyDSQdo7h3tIkeJiOMJxo8 { display:block; }
 }@media only screen and (max-width: 763px) { #U2nv9H38Q2OeENeCssfeQQkMF3WQZoWW { width:20rem;height:3.75rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RXRnDv8p50HryXoWe140fINW38OTHo92 { width:16.3125rem;height:23.125rem;top:5.65625rem;left:1.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #K11FCl26vQ1SUSWqlvZzeHfguXcPiZgx { display:block; }#K11FCl26vQ1SUSWqlvZzeHfguXcPiZgx > .row .container { width:20rem;height:5.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #W6Vn5eJbHPIf4Wbix0HsfbAPBl1cAgwv { width:20rem;height:3.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #clgSbDZehdIa47bFGP1Ud2OvMpxAVE0p { display:block; }#clgSbDZehdIa47bFGP1Ud2OvMpxAVE0p > .row .container { width:20rem;height:88.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TTBxQHETRHd1BHo3PBV509z5elof1RRw { width:1.875rem;height:1.875rem;top:0.625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z81ME9Bk8si3Z1N8PeTiWzVXZHKm4AgR { width:16.5625rem;height:4.5rem;top:5.625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAoAKypnG3p8eDmGBOtwGMtzULso9EEV { width:15.625rem;height:1.5rem;top:4.125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3MvaUKbC812ULE6Kt4efdukMTLioGyG { width:1.875rem;height:1.875rem;top:10.9375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9gpwt9k6ICmgdzbJ8Ef2tkAFT9mKg9M { width:15.625rem;height:1.5rem;top:13.375rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #drlaMoZHp7wRLTTZtLy3xUhp8Vvwof7N { width:16.5625rem;height:6rem;top:14.875rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuBSUXVOG9NFIDzKr1M9GJFDhpxE4a6r { width:1.875rem;height:1.875rem;top:21.6875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #caIKK3JT4gzWRquDkB2qQT9UZzGzyqgA { width:15.625rem;height:1.5rem;top:24.3125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hm5RM5XQBnWTTMbAuxLwb9ydFqF0nnt5 { width:16.5625rem;height:4.5rem;top:25.8125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gipvDkzKMHhp4BrUIk4Cf0trgz0UpNqN { width:16.5625rem;height:4.5rem;top:37.8125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGvQHqb5lnIgZ6fR3TkhqV8yDVMn4v7O { width:15.625rem;height:1.5rem;top:34.125rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuaKQOVl5cNbli1MqoBJusFxNUqEhFJc { width:15.625rem;height:1.5rem;top:47rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #F29xyOZhSbnFZKmiqgBvLnKAsf1W8gvz { width:1.875rem;height:1.875rem;top:31.6875rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VNLEfPZX5GK48GRgmPwQ9P4hm1a025HC { width:1.875rem;height:1.875rem;top:44.375rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M1VLXRFg56kpT7TsM1vF05TKV2vZUf8O { width:16.5625rem;height:4.5rem;top:49.125rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1qnxBNDuuDUNniKk8fun7ZGErUw2Le3 { width:1.875rem;height:1.875rem;top:53.5625rem;left:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tr7095LIiTMIxJh0abdkHS68CdOg37Cp { width:15.625rem;height:1.5rem;top:56.5rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DVr6MM1J5M0hre10K49656R4fkQIebAc { width:16.5625rem;height:3rem;top:58.625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaSlsDHJ3e7Udk7xBCIPcZ4qPDWzposh { width:18.4375rem;height:18.4375rem;top:63.125rem;left:0.78125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #rdQK1UrX0eQsLOgfOSaVXOA7QlQgCIid { width:15.625rem;height:3.75rem;top:83.4375rem;left:2.1875rem;z-index:15005;background-color:#ffc201;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) { #uZdboFTszvO0rzvC8odwDMWqkcPRuEKc { display:block; }
 }@media only screen and (max-width: 763px) { #si6SKOMTkc2qIfxbtM1Bu3bM1dqz3c0y { display:block; }#si6SKOMTkc2qIfxbtM1Bu3bM1dqz3c0y > .row .container { width:20rem;height:98.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qQcSRNBaWbrUhSO5D0TIJxSoGlPxVMaX { width:20rem;height:25.3125rem;top:71.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qErRPFMyFRf6VShu11yJW49Mc4zfVyXT { width:20rem;height:27.5625rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTXxhcIrT6upi8v9c2u1yq0D3Gnffno5 { width:20rem;height:25.3125rem;top:15.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrsKKX9BD15s39FLq7ZwNJpcdiZtGbhc { width:4.5rem;height:1.4375rem;top:44.375rem;left:15.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Twi1NmEMnaLyNisNw78LB9cTSDCPrcdq { width:20rem;height:1.375rem;top:44.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLM7IGKxHwuuELfnUWA1AcTHdRKoV4Z2 { width:20rem;height:3.125rem;top:47.6875rem;left:0rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BlFuKDgWSh5ydwwoNZkfPHJs0lsfTb5r { width:20rem;height:1.375rem;top:46.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sVCdEabnwDNrJlibXcZBvd2bEygSuz8O { width:17.3125rem;height:12.5rem;top:50.875rem;left:1.375rem;font-size:1rem;display:block; }#sVCdEabnwDNrJlibXcZBvd2bEygSuz8O li:before{  }
 }@media only screen and (max-width: 763px) { #OEUmCgGrFt4JueC6u2G8l5fDL7Lgaexb { width:20rem;height:1.1875rem;top:18.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #idfwNqdP2fKHoMa7p6SoDBN7i0yx70R4 { width:20rem;height:3.25rem;top:20.5625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkSgvxDAnLPi8C931TedR4JxbRinEh49 { width:17.1875rem;height:12.5rem;top:24.9375rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i6NBiVR4W1bWqQLpcO7XxWMZ3T75BCT3 { width:20rem;height:1.1875rem;top:73.6875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l5UO8RavSlKRsvudZMmnCbHPfpWFlKLV { width:20rem;height:3.25rem;top:75.625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Odm8IZrlxna5ecTKbxH8WiBn9ku1qADH { width:12.625rem;height:3rem;top:64.8125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fb1RDmtJ37li4OI8K25TL7VTXXT7nugS { display:block; }
 }@media only screen and (max-width: 763px) { #vLWAtuRddOVbBieTGTgVh6Dqo1QbnAZt { width:12.625rem;height:3rem;top:36.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ndQlLuWqutWX02ehpQbOC2JI7mySd8Hr { display:block; }
 }@media only screen and (max-width: 763px) { #ATG4JsChK9ZarZZSX0p0FoWib1THHeq9 { width:12.5625rem;height:2.9375rem;top:92.0625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uewz9f2F3HQcCwMcVZSQWrmXTuqT3kmU { display:block; }
 }@media only screen and (max-width: 763px) { #KLsTlNWHJqlDV98bDZX7S4zxixeu1UsS { width:5.0625rem;height:2.625rem;top:43.75rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qBAMM5k27GpFOgwTG8lWDTnO6cBu5T65 { width:20rem;height:1.875rem;top:0.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQelsl7nzmtIPXpllXDrxL44x3tdZmdc { width:20rem;height:5rem;top:6.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hGNLVTUnTzIuhvUC9GWClE3P8m35ufbn { width:16.25rem;height:11.25rem;top:80.875rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZItPiavWBPiDewPoieSSBTl2ZGgr5NU0 { display:block; }#ZItPiavWBPiDewPoieSSBTl2ZGgr5NU0 > .row .container { width:20rem;height:23.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OWOxko8FfhDMNio8hhB6RBdbHtNTC0s2 { width:20rem;height:13.75rem;top:8rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLP8QKmZz6DDsBzo1plhN08ZKy4MOGS9 { width:20rem;height:3.75rem;top:2rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa { display:block; }#sc8uma7GLHbPaBSgTF3pdSvRDSsTInNa > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uI6TbaHIQnRRp43tctc5lUrH7ttdTiQR { width:15.625rem;height:3.75rem;top:1.25rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuZRh2DdUZpwT8JCXcOTgqk4xauzXDXw { display:block; }
 }@media only screen and (max-width: 763px) { #a05nfbuJUaR2xAms4qhcI6lTXASa72OC { display:block; }#a05nfbuJUaR2xAms4qhcI6lTXASa72OC > .row .container { width:20rem;height:50.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lrTHSEHklvvq1rbGkfNl5kI9T6FCtHyE { width:20rem;height:24.75rem;top:18.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgsrDsNErMOG0ThC4r3GTR9H93o7lF7V { width:8rem;height:8rem;top:7.625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdmHFv8hS8TT42vIZS8kMD5f2c2eKXG1 { width:19rem;height:3.75rem;top:44.9375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #S6ED1w5xA46B7oVRSWXUgCRccQRdVNgO { display:block; }
 }@media only screen and (max-width: 763px) { #q9lRalR4r3RgLM6S6KmdlcKSE0alMO1S { width:20rem;height:3.75rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4EkPKfCzJo0XTVWKInkPdmTrLmy3oh9 { display:block; }#v4EkPKfCzJo0XTVWKInkPdmTrLmy3oh9 > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PK54qTStzN1DkRba2fWPXseCT6g9wMzK { width:20rem;height:12rem;top:8.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rd7oHrdQOxSFpTSz7Kxy61XkKgMEshWs { width:10.0625rem;height:2.875rem;top:33.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPDgxQHVUPTvootPdVMn4pziFTrzKFFI { display:block; }
 }@media only screen and (max-width: 763px) { #cv7CCfbCTET4P0IbR4ONZfzkFEQhss1U { width:20rem;height:5.625rem;top:0.654296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAJCoqLb9hbFFlBSRNGK5oSZZBeAuo8C { width:20rem;height:0;top:37.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fDw2DmUkKdmZMTy4ztc3h98qrIuhgDH0 { width:16rem;height:0.9375rem;top:32rem;left:2rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EZtaNrAsRKZq4zmmKBkC5s5CKc0WUED4 { width:20rem;height:14.08945686901rem;top:17.625rem;left:0rem;display:block; }
 }