.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;
}
.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: 1199px) {
    html {
        width: 1200px;
    }
}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); }#R3TmIBZx3ME1fzEkk3JsCUCAW9oqEzMf { position:relative;display:block; }#R3TmIBZx3ME1fzEkk3JsCUCAW9oqEzMf { background-color: transparent; background-image: none; }#R3TmIBZx3ME1fzEkk3JsCUCAW9oqEzMf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3TmIBZx3ME1fzEkk3JsCUCAW9oqEzMf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3TmIBZx3ME1fzEkk3JsCUCAW9oqEzMf > .row .container > .video-iframe-container { display: none; }#R3TmIBZx3ME1fzEkk3JsCUCAW9oqEzMf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R3TmIBZx3ME1fzEkk3JsCUCAW9oqEzMf > .row > .video-iframe-container { display: none; }#R3TmIBZx3ME1fzEkk3JsCUCAW9oqEzMf > .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); }#R3TmIBZx3ME1fzEkk3JsCUCAW9oqEzMf { border-width: 0; border-radius: 0; }#R3TmIBZx3ME1fzEkk3JsCUCAW9oqEzMf > .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:5rem;width:75rem;position:relative;display:block; }#I9L5zoNpSgt38869oB0u9ItuGT9bBfkU { background-color:#03989e;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-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:"dm sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.875rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:1.0625rem;left:46.5rem;display:block; }
#nMmSwBQOzv238giv4vT7sXTtkVCItdsO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#reyFkDlk9U75glk79cce3m5WKDcMv5b2 { background-color:#03989e;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-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:"dm sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.875rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:1rem;left:55.0625rem;display:block; }
#KPhrw1I7P19Co80f1fB2oBlmPOJcqqac { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#p1TbFHd8deyKXF4EaeUTqBaOzP7NztQ2 { background-color:#03989e;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-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:"dm sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.25rem;height:2.875rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:1rem;left:63.9375rem;display:block; }
#BymEAQqeuaEIh7tI6F6Gsr81fEI7IKov { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XnHgz5IeFHGh6PLkGhC0c9QFQl8RRr46 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d8efed;background-image:none;position:relative;display:block; }#XnHgz5IeFHGh6PLkGhC0c9QFQl8RRr46 > .row .container { background-color: transparent; background-image: none; }#XnHgz5IeFHGh6PLkGhC0c9QFQl8RRr46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnHgz5IeFHGh6PLkGhC0c9QFQl8RRr46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnHgz5IeFHGh6PLkGhC0c9QFQl8RRr46 > .row .container > .video-iframe-container { display: none; }#XnHgz5IeFHGh6PLkGhC0c9QFQl8RRr46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnHgz5IeFHGh6PLkGhC0c9QFQl8RRr46 > .row > .video-iframe-container { display: none; }#XnHgz5IeFHGh6PLkGhC0c9QFQl8RRr46 > .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); }#XnHgz5IeFHGh6PLkGhC0c9QFQl8RRr46 > .row .container { border-width: 0; border-radius: 0; }#XnHgz5IeFHGh6PLkGhC0c9QFQl8RRr46 > .row .container { font-size:0.875rem;font-family:arial;height:35.9375rem;width:75rem;position:relative;display:block; }#ILUCkFVNHHB8TT8acMAlJdU1aAzdgTKo { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:27.5625rem;width:34.9375rem;top:1.87109375rem;left:39.4541015625rem;overflow:hidden;display:block; }
#u6eiKGzzepBcUHm4VksUFB9TBK9A3p3T { color:#000000;display:block;width:23.125rem;position:absolute;font-family:bebasneue;font-size:4.0625rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:14.8125rem;left:6.125rem;height:10.5rem;text-align:center;text-align-last:center;display:block; }
#HXQH8p2DDFu0h21JHLzPwTJ7ttr8gE76 { color:#4c4c4c;display:block;width:25rem;position:absolute;font-family:"dm sans";font-size:1.875rem;font-weight:400;z-index:100011;line-height:1.1;letter-spacing:0;top:19.5rem;left:5.1875rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yQSuROs41X0Q2UIJt5ArI0CI44GSE6t0 { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:7.5rem;top:5.9375rem;left:13.9375rem;overflow:hidden;display:block; }
#JPUX6atXJ3dvWSJelsbBradAe2Oo3TUF { background-color:#03989e;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-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:"dm sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:100013;text-align:center;text-align-last:center;top:30.3125rem;left:3.75rem;display:block; }
#xHKG2Vtc7FfKrBdH1cfmRnC22VWiDKfA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#TsowNWUVnvx23avVXJURT6TDwvoNOP7C { background-color:#03989e;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-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:"dm sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:30.3125rem;left:20.8125rem;display:block; }
#arkZD31pnqc9a0yltU22SNcbeffUSvkP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#WauLG5lNZdMiI2x0RDS0a4ITZChDDvCh { background-color:#03989e;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-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:"dm sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:30.24609375rem;left:38.3291015625rem;display:block; }
#DIv4oELl3AndNKmvxg44607DsqozLpn4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Mel0M2ihByBu7zIHChJS70nUPSd5y6Zt { background-color:#03989e;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-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:"dm sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:30.30859375rem;left:55.7666015625rem;display:block; }
#eJT0HpvB54QByRw3sSdNF06qDrGuMaxT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OAatNXzfUOUwvplRM9plM4bLXluRgF1s { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/WyX7i4UA/SEGMENT_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#OAatNXzfUOUwvplRM9plM4bLXluRgF1s.adaptive-delivery-prevent-bg, #OAatNXzfUOUwvplRM9plM4bLXluRgF1s.lazyload, #OAatNXzfUOUwvplRM9plM4bLXluRgF1s.lazyloading { background-image: none; }#OAatNXzfUOUwvplRM9plM4bLXluRgF1s > .row .container { background-color: transparent; background-image: none; }#OAatNXzfUOUwvplRM9plM4bLXluRgF1s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAatNXzfUOUwvplRM9plM4bLXluRgF1s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAatNXzfUOUwvplRM9plM4bLXluRgF1s > .row .container > .video-iframe-container { display: none; }#OAatNXzfUOUwvplRM9plM4bLXluRgF1s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAatNXzfUOUwvplRM9plM4bLXluRgF1s > .row > .video-iframe-container { display: none; }#OAatNXzfUOUwvplRM9plM4bLXluRgF1s > .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); }#OAatNXzfUOUwvplRM9plM4bLXluRgF1s > .row .container { border-width: 0; border-radius: 0; }#OAatNXzfUOUwvplRM9plM4bLXluRgF1s > .row .container { font-size:0.875rem;font-family:arial;height:36.375rem;width:75rem;position:relative;display:block; }#BtsgLuGEE3sP6df1tyxlEk2L4Qe4LZgN { color:#fafcfc;display:block;width:32.5625rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:normal;z-index:100000;line-height:1.2;letter-spacing:0;top:13.9375rem;left:7.5rem;height:3rem;text-align:justify;text-align-last:initial;display:block; }
#h5N6Ted2Q0Ubb8rPIoCgqwETyTaI3xIQ { color:#fafcfc;display:block;width:32.5rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:normal;z-index:100009;line-height:1.2;letter-spacing:0;top:18.8125rem;left:7.5rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#Zloyw8SzmTVumbNRznvVV8uUJ1XmwlTk { box-sizing:content-box;color:#fafcfc;font-size:1.375rem;font-weight:400;line-height:1;height:1.9990234375rem;width:1.9990234375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:13.6875rem;left:5rem;display:block; }
#ZZ48sTVxWS9iKAJBQFKnB8BWZdWMKEaJ { box-sizing:content-box;color:#fafcfc;font-size:1.375rem;font-weight:400;line-height:1;height:1.998046875rem;width:1.998046875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:18.6875rem;left:5rem;display:block; }
#R8BzyqAAJITpkLkItqtJGyTVZTgAE65t { position:absolute;display:block;z-index:100015;background-color:rgba(227,227,227,0.3);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.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;height:29.25rem;width:21.875rem;top:3.6875rem;left:47.3125rem;display:block; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-form-header {  }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-regular-label { height:auto;display:block;font-family:"dm sans";font-size:0.75rem;font-weight:bold;color:#fafcfc;width:16.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.6875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"dm sans";vertical-align:top;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-input-text {padding-top: 0; padding-bottom: 0;}#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.6875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"dm sans";vertical-align:top;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.6875rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-input-select {padding-top: 0; padding-bottom: 0;}#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-input-button { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6332a, #be1622);background-image: -moz-linear-gradient(180deg, #e6332a, #be1622);background-image: -ms-linear-gradient(180deg, #e6332a, #be1622);background-image: -o-linear-gradient(180deg, #e6332a, #be1622);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6332a', endColorstr='#be1622' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6332a', endColorstr='#be1622' );";background-image: linear-gradient(180deg, #e6332a, #be1622);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:#f2f9ff;width:16.6875rem;height:3.4375rem;font-family:bebasneue;overflow:hidden;text-align:center;text-align-last:center; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"dm sans";line-height:1.3;font-size:0.6875rem;font-weight:400;color:#fafcfc;vertical-align:top;width:15.4375rem;overflow:hidden;font-style:normal; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-container:first-of-type{padding-top:0;}#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-container:last-of-type{padding-bottom:0;}#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD  { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:48.685546875rem;top:8.123046875rem;z-index:100016;position:absolute; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.6875rem;display:block;vertical-align:top; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD {display:block;}#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;left:48.685546875rem;top:8.123046875rem;z-index:100016;position:absolute; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #wccIyQEMg8BqKux5actG5yIsEd3wgulW { position:relative; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #tMmobmfkPlP9QCJSxNs0J5hmhd9bTCbE { position:relative; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #XabLIFTArqE8ke8k7zfH0SGUDFsu9w6R { position:relative; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #mhT3NgIxcLImTV94ryOOkXsp7WEBeQHm { position:relative; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #fGEb63Z0pA8b8fs4GKIT5PTgL8b11w46 { position:relative; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #ro2PfXcFmDLfhURy71z9eRREMhOgkx5y { position:relative; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #Ef4vak4Bo1rTwTGlHyGrEizxIyXQXrTZ { position:relative; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #pcGDb6gdpxkeTwTxFfJ8RGFxi2zFnoob { position:relative; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #oilrW8ZRR6PpS1IRu3rS8vnTNbMVzEin { position:relative; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #WWFaOBXMZqdLTwG4ygGOvik8Ncw1LQqS { position:relative; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #HdxSvy7oLmPFRwtvPblFL8JzWx3paODc { position:relative; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #tt84iw14myT0nncroaNVCxqDPQfLtq3m { position:relative; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #n5EpcqeVv6SKT8p5tDRevwePONncLXfw { position:relative; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #roi4UyTOfb4hXsPteaNsi65kLZuAWrH2 { position:relative;z-index:2; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #WQ0l0nAlZyuZrM5uLdnWLyx4B0C8UyWa { position:relative; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #zMBeFbNlT5E5QoUzvhBIEOvE9VTrQkGf { position:relative; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #EttlEXi7gCnK0J4yE4e07etvc4B6rpx3 { position:relative; }
#eUNiQ2FQFJbI3Rdp9KktBp0GZOrkRAMw { color:#fafcfc;display:block;width:16.93575rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:100017;line-height:1.2;letter-spacing:0;top:5.4375rem;left:49.9375rem;height:3.5625rem;text-align:center;text-align-last:center;display:block; }
#d91D8crIw2ifhy5aVR7uiS97uBG7NNnn { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#tJRUkXHLIPnIGUiVZQrcbRDT713Vnnx3 { box-sizing:content-box;color:#fafcfc;font-size:1.375rem;font-weight:400;line-height:1;height:1.998046875rem;width:1.998046875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:24.875rem;left:5rem;display:block; }
#mgTq5opzaWiOTgreBd8euAUiM0vd25Qc { color:#fafcfc;display:block;width:32.75rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:normal;z-index:100011;line-height:1.2;letter-spacing:0;top:25.1875rem;left:7.3125rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#SAyghW0aSFlPLQDNhkcHrlA48HmzMzxi { color:#ffffff;display:block;width:35rem;position:absolute;font-family:"dm sans";font-size:1.875rem;font-weight:400;z-index:100012;line-height:1.1;letter-spacing:0;top:6.5625rem;left:5rem;height:4.125rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#KO2uAFysTWh0Z1EP8A11SI3QkmF7u0J3 { position:relative;display:block; }#KO2uAFysTWh0Z1EP8A11SI3QkmF7u0J3 { background-color: transparent; background-image: none; }#KO2uAFysTWh0Z1EP8A11SI3QkmF7u0J3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO2uAFysTWh0Z1EP8A11SI3QkmF7u0J3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO2uAFysTWh0Z1EP8A11SI3QkmF7u0J3 > .row .container > .video-iframe-container { display: none; }#KO2uAFysTWh0Z1EP8A11SI3QkmF7u0J3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KO2uAFysTWh0Z1EP8A11SI3QkmF7u0J3 > .row > .video-iframe-container { display: none; }#KO2uAFysTWh0Z1EP8A11SI3QkmF7u0J3 > .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); }#KO2uAFysTWh0Z1EP8A11SI3QkmF7u0J3 { border-width: 0; border-radius: 0; }#KO2uAFysTWh0Z1EP8A11SI3QkmF7u0J3 > .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:24rem;width:75rem;position:relative;display:block; }#B4VkeX8ybLUetNJ1BiEcQnxQTTokTLMn { background-color:#03989e;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-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:"dm sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:100014;text-align:center;text-align-last:center;top:12.9375rem;left:39.5625rem;display:block; }
#tFTFhbPwSzSpZFq25v04cVOAydpxDS5O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zq6dZLwwMFOE9kc2UlVUCDD0emmdq4xe { background-color:#03989e;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-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:"dm sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:100015;text-align:center;text-align-last:center;top:13rem;left:56.25rem;display:block; }
#Xipe1V7uU2qZNfA0QyEoPey3hl5EGF62 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#z2B9QyTlQ8wBTKpQb5iCH5bqtTFV3Hn3 { background-color:#03989e;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-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:"dm sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:100016;text-align:center;text-align-last:center;top:17.9375rem;left:39.5625rem;display:block; }
#GE5KvKees4ES9D4IGfHUZ38U4U33kOZN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#bI4PPR7P52WNcMPFW8EvV9qxC2TQyHMO { background-color:#03989e;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-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:"dm sans";font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:3.4375rem;text-decoration:none;z-index:100017;text-align:center;text-align-last:center;top:18rem;left:56.25rem;display:block; }
#C5SSWIXalNXzTqnkpzbqDTGVEFGnMbOX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#dsdxFHLumFQVlqUEdkxpLrSUXSuFb16u { color:#005956;display:block;width:74.9375rem;position:absolute;font-family:bebasneue;font-size:3.4375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.6875rem;left:0.0625rem;height:4.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e63bFQVW3kHT7O9aWAfWT2suAHWN3L9g { position:absolute;display:block;z-index:100008;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.0625rem;width:30.5625rem;top:7.6875rem;left:3.75rem;overflow:hidden;display:block; }
#U3c7XiaSmMEdtXKmNIEiToyHMN5gQ3GN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d8efed;background-image:none;position:relative;display:block; }#U3c7XiaSmMEdtXKmNIEiToyHMN5gQ3GN > .row .container { background-color: transparent; background-image: none; }#U3c7XiaSmMEdtXKmNIEiToyHMN5gQ3GN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3c7XiaSmMEdtXKmNIEiToyHMN5gQ3GN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3c7XiaSmMEdtXKmNIEiToyHMN5gQ3GN > .row .container > .video-iframe-container { display: none; }#U3c7XiaSmMEdtXKmNIEiToyHMN5gQ3GN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U3c7XiaSmMEdtXKmNIEiToyHMN5gQ3GN > .row > .video-iframe-container { display: none; }#U3c7XiaSmMEdtXKmNIEiToyHMN5gQ3GN > .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); }#U3c7XiaSmMEdtXKmNIEiToyHMN5gQ3GN > .row .container { border-width: 0; border-radius: 0; }#U3c7XiaSmMEdtXKmNIEiToyHMN5gQ3GN > .row .container { font-size:0.875rem;font-family:arial;height:57.375rem;width:75rem;position:relative;display:block; }#QoyAfcidxTny9p3N1H4fALR9GPMqF8IB { color:#005956;display:block;width:67.5rem;position:absolute;font-family:bebasneue;font-size:3.4375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:2.5rem;left:3.75rem;height:8.875rem;font-style:normal;display:block; }
#rObdv3mpFBScsg3UE9gN3TySI058I01b { color:#4c4c4c;display:block;width:20.0625rem;position:absolute;font-family:bebasneue;font-size:1.5625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:28.75rem;left:51.25rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#pIJc8cn7bLyvVIeaXuaE0WhvCuwaMRQ6 { color:#4c4c4c;display:block;width:19.9375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:100020;line-height:1.5;letter-spacing:0;top:32.6875rem;left:51.25rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#Hi8xT4uGIX9QqJ9ToJClTVeFFAdBETPD { color:#4c4c4c;display:block;width:20.0625rem;position:absolute;font-family:bebasneue;font-size:1.5625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:8.75rem;left:51.25rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#t579kceSFLxVMHZKLNyTlaSp7geaXdR0 { color:#4c4c4c;display:block;width:20.125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:100021;line-height:1.5;letter-spacing:0;top:10.4375rem;left:51.25rem;height:4.5rem;text-align:center;text-align-last:center;display:block; }
#nUQPdWk828qt7QlRK3BTTtEpF8oql34a { color:#4c4c4c;display:block;width:21.375rem;position:absolute;font-family:bebasneue;font-size:1.5625rem;font-weight:normal;z-index:100005;line-height:1.3;letter-spacing:0;top:8.75rem;left:11.3125rem;height:4rem;text-align:center;text-align-last:center;display:block; }
#Jw1xV2INuTPrVOuMTH7renKnprETXF8h { color:#4c4c4c;display:block;width:21.3125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:100021;line-height:1.5;letter-spacing:0;top:10.5rem;left:11.25rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#zXfa2qQLSbK2ltQ96LLUzqzThGbZocKq { color:#4c4c4c;display:block;width:19.8125rem;position:absolute;font-family:bebasneue;font-size:1.5625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:17.25rem;left:51.375rem;height:8rem;text-align:center;text-align-last:center;display:block; }
#TxtmALGTFfmXAPRVTbnxy7IIQhKsTJCy { color:#4c4c4c;display:block;width:20.1875rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:100022;line-height:1.5;letter-spacing:0;top:23.0625rem;left:51.25rem;height:3rem;text-align:center;text-align-last:center;display:block; }
#pIxGc00ao8tvowa1pnKeXS1OzQ16pJ2D { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.6865234375rem;width:6.7490234375rem;top:27.5rem;left:43.75rem;overflow:hidden;display:block; }
#J912OBqTIXZhuB4s9SSr4GLxy9RwTwOI { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.625rem;width:6.625rem;top:7.5rem;left:3.75rem;overflow:hidden;display:block; }
#RAWcJ1lH0GoEZeX8X19APN9GqN35Nlfp { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.625rem;width:6.625rem;top:7.5rem;left:43.75rem;overflow:hidden;display:block; }
#GGnedOQNiRfWmHdIaJbbyDahxxJIwcBK { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.625rem;width:6.625rem;top:16.4375rem;left:43.75rem;overflow:hidden;display:block; }
#GsGJbqvZzbkPVOekHNDbOQyXsnOoJ6ac { color:#005956;display:block;width:41.124125rem;position:absolute;font-family:bebasneue;font-size:3.4375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:5.7204866409302rem;left:6.123046875rem;height:4.44444375rem;font-style:normal;display:none; }
#sXe79bGCZxQVra2aBvsTsi9LQVKiarEk { color:#4c4c4c;display:block;width:21.3125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:100022;line-height:1.5;letter-spacing:0;top:15.8125rem;left:11.25rem;height:20.75rem;text-align:justify;text-align-last:initial;display:block; }#sXe79bGCZxQVra2aBvsTsi9LQVKiarEk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#sXe79bGCZxQVra2aBvsTsi9LQVKiarEk li:before{  }
#OT2TKSmRiUsgolkPvsd8sE7tNbw8xDKu { color:#4c4c4c;display:block;width:21.3125rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:100022;line-height:1.2;letter-spacing:0;top:14rem;left:11.25rem;height:1.1875rem;text-align:left;text-align-last:left;display:block; }
#Igxdzvl2ftQkPk4iCPDRwXTBaAebwlA9 { color:#005956;display:block;width:2.7490234375rem;position:absolute;font-family:bebasneue;font-size:4.0625rem;font-weight:700;z-index:100036;line-height:1.3;letter-spacing:0;top:44.1875rem;left:3.75rem;height:5.25rem;font-style:normal;display:block; }
#WteFycsFURKrKoOBIzipZRLOfm9NNtmD { color:#4c4c4c;display:block;width:15rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100011;line-height:1.5;letter-spacing:0;top:45.4375rem;left:6.25rem;height:7.5rem;text-align:center;text-align-last:center;display:block; }
#aLVP3T07wJANSFkvThIzoAdgh0Foew5Z { position:absolute;display:block;z-index:100039;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:4.2490234375rem;top:44.1875rem;left:22.0009765625rem;overflow:hidden;display:block; }
#tl5OhcgBP1g0l7NnKcSWrChcgGemdKz1 { color:#005956;display:block;width:2.7490234375rem;position:absolute;font-family:bebasneue;font-size:4.0625rem;font-weight:700;z-index:100037;line-height:1.3;letter-spacing:0;top:44.1875rem;left:27.5rem;height:5.25rem;font-style:normal;display:block; }
#NIRsVeRFcD7HaeObv8smn1ehshQBpA3y { color:#4c4c4c;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100012;line-height:1.5;letter-spacing:0;top:45.4375rem;left:30rem;height:6rem;text-align:center;text-align-last:center;display:block; }
#xrANqIwnKnnFuvLSgTUZ1G7doUCsFL3W { color:#4c4c4c;display:block;width:17.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100013;line-height:1.5;letter-spacing:0;top:45.4375rem;left:53.75rem;height:10.5rem;text-align:center;text-align-last:center;display:block; }
#eFU7i0KQbS88yApdpUqyqJJpdBWVxWOX { color:#005956;display:block;width:2.7490234375rem;position:absolute;font-family:bebasneue;font-size:4.0625rem;font-weight:700;z-index:100038;line-height:1.3;letter-spacing:0;top:44.1875rem;left:51.0009765625rem;height:5.25rem;font-style:normal;display:block; }
#OhgVRC6UZVazVwVQ9TMNWaMelmEfP5Cv { color:#4c4c4c;display:block;width:21.375rem;position:absolute;font-family:bebasneue;font-size:1.5625rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:42.5rem;left:3.75rem;height:4rem;text-align:left;text-align-last:left;display:block; }
#bmpyNvJdcVDAOXJAAO3W97CGllh7sMe8 { position:absolute;display:block;z-index:100040;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:4.2490234375rem;top:44.1875rem;left:45.7509765625rem;overflow:hidden;display:block; }
#XrdA9SoZiO6y6rTrbwC3uhE1qrEZQygo { position:relative;display:block; }#XrdA9SoZiO6y6rTrbwC3uhE1qrEZQygo { background-color: transparent; background-image: none; }#XrdA9SoZiO6y6rTrbwC3uhE1qrEZQygo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrdA9SoZiO6y6rTrbwC3uhE1qrEZQygo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrdA9SoZiO6y6rTrbwC3uhE1qrEZQygo > .row .container > .video-iframe-container { display: none; }#XrdA9SoZiO6y6rTrbwC3uhE1qrEZQygo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XrdA9SoZiO6y6rTrbwC3uhE1qrEZQygo > .row > .video-iframe-container { display: none; }#XrdA9SoZiO6y6rTrbwC3uhE1qrEZQygo > .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); }#XrdA9SoZiO6y6rTrbwC3uhE1qrEZQygo { border-width: 0; border-radius: 0; }#XrdA9SoZiO6y6rTrbwC3uhE1qrEZQygo > .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:23.875rem;width:75rem;position:relative;display:block; }#tPmF5SB96FOSGWhxbFmCPalQlGfWynzL { color:#005956;display:block;width:30rem;position:absolute;font-family:bebasneue;font-size:3.4375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.3125rem;left:3.75rem;height:8.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mn6HzFlH2X6avC1eTHJfGm0ghtRwxNDz { color:#005956;display:block;width:30.1875rem;position:absolute;font-family:bebasneue;font-size:3.4375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:2.3125rem;left:41.25rem;height:8.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lJ8yuLguau2x5SX0ShyNTcsJ4zUUNITe { color:#4c4c4c;display:block;width:29.9375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:100023;line-height:1.5;letter-spacing:0;top:7.5rem;left:3.75rem;height:9rem;text-align:justify;text-align-last:initial;display:block; }
#QnTBMuP6PcmVOeaKTSN1guZaeUq7v0lQ { color:#4c4c4c;display:block;width:29.9375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:100024;line-height:1.5;letter-spacing:0;top:7.5625rem;left:41.25rem;height:3rem;text-align:justify;text-align-last:initial;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; }
#OzPnhccVBd4GtaQeTiRHD64yfcG7XwDQ { color:#4c4c4c;display:block;width:29.9375rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:100025;line-height:1.5;letter-spacing:0;top:10.75rem;left:41.25rem;height:10.5625rem;text-align:justify;text-align-last:initial;display:block; }#OzPnhccVBd4GtaQeTiRHD64yfcG7XwDQ li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OzPnhccVBd4GtaQeTiRHD64yfcG7XwDQ li:before{  }
#xRqcu1O0bGORzbORqMRThcaD1wXSdW8X { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d8efed;background-image:none;position:relative;display:block; }#xRqcu1O0bGORzbORqMRThcaD1wXSdW8X > .row .container { background-color: transparent; background-image: none; }#xRqcu1O0bGORzbORqMRThcaD1wXSdW8X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRqcu1O0bGORzbORqMRThcaD1wXSdW8X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRqcu1O0bGORzbORqMRThcaD1wXSdW8X > .row .container > .video-iframe-container { display: none; }#xRqcu1O0bGORzbORqMRThcaD1wXSdW8X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xRqcu1O0bGORzbORqMRThcaD1wXSdW8X > .row > .video-iframe-container { display: none; }#xRqcu1O0bGORzbORqMRThcaD1wXSdW8X > .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); }#xRqcu1O0bGORzbORqMRThcaD1wXSdW8X > .row .container { border-width: 0; border-radius: 0; }#xRqcu1O0bGORzbORqMRThcaD1wXSdW8X > .row .container { font-size:0.875rem;font-family:arial;height:21.25rem;width:75rem;position:relative;display:block; }#pz8VasT85VNXXIqWAkHuNWm51VLTSh6b { color:#005956;display:block;width:67.5rem;position:absolute;font-family:bebasneue;font-size:3.4375rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;top:2.4375rem;left:3.75rem;height:4.4375rem;font-style:normal;display:block; }
#eAlwy9JcAQPXBqaT2vkEFUrd09ylq6In { color:#4c4c4c;display:block;width:67.5625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:100024;line-height:1.5;letter-spacing:0;top:7.4375rem;left:3.75rem;height:10.5rem;text-align:justify;text-align-last:initial;display:block; }
#GAuyPL9kKOUpgPRuUrzeKaCmm83E6J4Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d8efed;background-image:none;position:relative;display:none; }#GAuyPL9kKOUpgPRuUrzeKaCmm83E6J4Z > .row .container { border-width: 0; border-radius: 0; }#GAuyPL9kKOUpgPRuUrzeKaCmm83E6J4Z > .row .container { font-size:0.875rem;font-family:arial;height:35.0625rem;width:75rem;position:relative;display:none; }#t2II4p9Q1UyDNZrzqn2e4D5ki3kbuh6k { color:#fafcfc;display:block;width:29.3120625rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:12.75rem;left:25rem;height:1.5rem;text-align:right;text-align-last:right;display:block; }
#UN8aVoO1VlJdnnFo6xk6DfvDO022sbJu { color:#fafcfc;display:block;width:18.4375rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:17.875rem;left:13.625rem;height:12rem;display:block; }
#O8kmk632G4ZsUz9cXyQ2Ur3B7tJznuTu { color:#fafcfc;display:block;width:27.061625rem;position:absolute;font-family:bebasneue;font-size:3.4375rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:5.6875rem;left:23.6875rem;height:4.4375rem;text-align:center;text-align-last:center;display:block; }
#PTbR0xu7NKOao3KJI40vDz84wUWUpWKO { color:#fafcfc;display:block;width:37.1245625rem;position:absolute;font-family:bebasneue;font-size:3.4375rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:9.0625rem;left:18.625rem;height:4.4375rem;text-align:center;text-align-last:center;display:block; }
#rDCa8m0OroFdRzrckxv42FcSz0yua3un { color:#fafcfc;display:block;width:24.561625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:18rem;left:39.375rem;height:10rem;display:block; }
#wPF2AxO45iT9Ds0hcqWgE9KNOkvWEmcD { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(117deg, #005956, #00a291);background-image: -moz-linear-gradient(117deg, #005956, #00a291);background-image: -ms-linear-gradient(117deg, #005956, #00a291);background-image: -o-linear-gradient(117deg, #005956, #00a291);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005956', endColorstr='#00a291' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005956', endColorstr='#00a291' );";background-image: linear-gradient(117deg, #005956, #00a291);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;height:33.936625rem;width:61.8120625rem;top:0.62174510955811rem;left:6.7469635009762rem;display:block; }
#lRArdIrPau7GQTwlh0utd8R9HxXAgLEn { box-sizing:content-box;color:#fafcfc;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100015;top:18.0625rem;left:11.375rem;display:block; }
#xivZGJhPqvcTp67tOW4fxLzgiTytdsQC { box-sizing:content-box;color:#fafcfc;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.81206875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100016;top:22.125rem;left:11.375rem;display:block; }
#AlBJ4fnV77EvqV1V9XgOT51MdsLte5mT { box-sizing:content-box;color:#fafcfc;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.81206875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:26.125rem;left:11.5rem;display:block; }
#eHM0MxltRQ4SEhstzvSTzdKUPWvdlgTV { box-sizing:content-box;color:#fafcfc;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100018;top:18.25rem;left:37rem;display:block; }
#DyR1fDHZKy3xe4Zz7XoyBkzhIEvSFCnQ { box-sizing:content-box;color:#fafcfc;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74913125rem;width:1.81206875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:22.3125rem;left:37rem;display:block; }
#iBfCavNiSngZdeisv1mqIPwTD9A28vbs { box-sizing:content-box;color:#fafcfc;font-size:1.1875rem;font-weight:400;line-height:1;height:1.74805rem;width:1.81206875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100020;top:26.3125rem;left:37.125rem;display:block; }
#PCCAlSEHqxZCUW9t4PKfFMb2f8orqncp { color:#fafcfc;display:block;width:18.4375rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.7;letter-spacing:0;top:17.875rem;left:13.625rem;height:12.083325rem;display:none; }
#UTNnBoFsKJ1XmeKAW4vylshtLi9WT9NG { color:#fafcfc;display:block;width:24.561625rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.7;letter-spacing:0;top:18rem;left:39.375rem;height:10.0694375rem;display:none; }
#Z6wWIobnVJlo0xUQiFFTDxmeusrTZvDK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d8efed;background-image:none;position:relative;display:none; }#Z6wWIobnVJlo0xUQiFFTDxmeusrTZvDK > .row .container { border-width: 0; border-radius: 0; }#Z6wWIobnVJlo0xUQiFFTDxmeusrTZvDK > .row .container { font-size:0.875rem;font-family:arial;height:45.5625rem;width:75rem;position:relative;display:none; }#A4TzuAiGiiOtapkgszpfcy0qdQ2Rb9KZ { color:#4c4c4c;display:block;width:17.4370625rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:normal;z-index:100002;line-height:1.2;letter-spacing:0;top:21.246745109558rem;left:11.653648376465rem;height:4.125rem;text-align:center;text-align-last:center;display:block; }
#Fwcr4ZCWlrEyuhG3k30qmW7oBLaORTe6 { color:#4c4c4c;display:block;width:17.999125rem;position:absolute;font-family:bebasneue;font-size:1.5625rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:18.0625rem;left:11.375rem;height:2rem;text-align:center;text-align-last:center;display:block; }
#xBG8FxGvIsAUssuXy28afySZaW606g4p { color:#4c4c4c;display:block;width:20.4373125rem;position:absolute;font-family:bebasneue;font-size:1.5625rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;top:18.0625rem;left:41.75rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dLmVcBDTMqivbyCloDhb8B96TEm658n1 { color:#4c4c4c;display:block;width:20.8745625rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:normal;z-index:100006;line-height:1.2;letter-spacing:0;top:21.75rem;left:41.6875rem;height:15.125rem;text-align:center;text-align-last:center;display:block; }
#XNASM97EdPMXaSRa9XEFA1LvIbqUvC70 { color:#005956;display:block;width:62.374125rem;position:absolute;font-family:bebasneue;font-size:3.4375rem;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:6.3658866882325rem;left:6.3129348754881rem;height:8.25rem;font-style:normal;display:block; }
#C4LTlSA8RbaTOqwOoCSrtS8FrOlcbNJp { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.874375rem;width:33.8748125rem;top:27.685548126698rem;left:3.433162689209rem;overflow:hidden;display:block; }
#EK6LKoyu6F6uRIXbDXTKLel061lNxz0B { color:#005956;display:block;width:62.374125rem;position:absolute;font-family:bebasneue;font-size:3.4375rem;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:6.3658866882325rem;left:6.3129348754881rem;height:8.1944375rem;font-style:normal;display:none; }
#pqQiwCGhMiJcitoL8kheEhXpF4Z0M1hv { color:#005956;display:block;width:62.374125rem;position:absolute;font-family:bebasneue;font-size:3.4375rem;font-weight:700;z-index:100001;line-height:1.2;letter-spacing:0;top:6.3658866882325rem;left:6.3129348754881rem;height:8.1944375rem;font-style:normal;display:none; }
#nhifmsU1gsP3IvCGTQHVLGDT5tTTkrSz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/WNxy5muB/segment_2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#nhifmsU1gsP3IvCGTQHVLGDT5tTTkrSz.adaptive-delivery-prevent-bg, #nhifmsU1gsP3IvCGTQHVLGDT5tTTkrSz.lazyload, #nhifmsU1gsP3IvCGTQHVLGDT5tTTkrSz.lazyloading { background-image: none; }#nhifmsU1gsP3IvCGTQHVLGDT5tTTkrSz > .row .container { background-color: transparent; background-image: none; }#nhifmsU1gsP3IvCGTQHVLGDT5tTTkrSz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhifmsU1gsP3IvCGTQHVLGDT5tTTkrSz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhifmsU1gsP3IvCGTQHVLGDT5tTTkrSz > .row .container > .video-iframe-container { display: none; }#nhifmsU1gsP3IvCGTQHVLGDT5tTTkrSz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nhifmsU1gsP3IvCGTQHVLGDT5tTTkrSz > .row > .video-iframe-container { display: none; }#nhifmsU1gsP3IvCGTQHVLGDT5tTTkrSz > .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); }#nhifmsU1gsP3IvCGTQHVLGDT5tTTkrSz > .row .container { border-width: 0; border-radius: 0; }#nhifmsU1gsP3IvCGTQHVLGDT5tTTkrSz > .row .container { font-size:0.875rem;font-family:arial;height:50.5625rem;width:75rem;position:relative;display:block; }#T6vEgewyrTwUC0UVGFTZckV9yyya1rbJ { color:#fafcfc;display:block;width:36.1870625rem;position:absolute;font-family:bebasneue;font-size:3.4375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:5.8029518127441rem;left:19.406467437744rem;height:13.3125rem;text-align:center;text-align-last:center;display:block; }
#CqhWCNr4HJkUgkxzWJkpVUNtOiThTnQE { color:#fafcfc;display:block;width:18.2498125rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:34.1875rem;left:6.1875rem;height:10.5rem;text-align:center;text-align-last:center;display:block; }
#xItgOTrpZrbvSCsyflRJe5Sb2mm4oAQW { color:#fafcfc;display:block;width:18.311625rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.4;letter-spacing:0;top:34.25rem;left:28.6875rem;height:11.375rem;text-align:center;text-align-last:center;display:block; }
#H9MaJ4gVREXUtT0FnAhldN3V7OuCUZmz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:100006;line-height:1.3;letter-spacing:0;top:29.3125rem;left:50.3125rem;height:1.25rem;display:block; }
#cha4LDwI6LzKaigm7374xECc3knofuvL { color:#fafcfc;display:block;width:18rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:34.25rem;left:50.75rem;height:9rem;text-align:center;text-align-last:center;display:block; }
#v2qZxlq1iC7u9eGOe911Tlig8zaOvwlx { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #f6f6f6, #b2b2b2);background-image: -moz-linear-gradient(160deg, #f6f6f6, #b2b2b2);background-image: -ms-linear-gradient(160deg, #f6f6f6, #b2b2b2);background-image: -o-linear-gradient(160deg, #f6f6f6, #b2b2b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#b2b2b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#b2b2b2' );";background-image: linear-gradient(160deg, #f6f6f6, #b2b2b2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.74978125rem;width:49.874125rem;top:14.765625rem;left:10.187717437744rem;display:block; }
#yghOltxCHHWSZU1QNMlnIGktr6agVZTg { color:#fafcfc;display:block;width:4.56163125rem;position:absolute;font-family:bebasneue;font-size:1.5625rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:14.125rem;left:62rem;height:2rem;display:block; }
#gDG66ZSw9SJl2VCCRcmTiOIKZr5aOshq { color:#fafcfc;display:block;width:12.5rem;position:absolute;font-family:bebasneue;font-size:1.5625rem;font-weight:normal;z-index:100010;line-height:1.3;letter-spacing:0;top:12.102865219116rem;left:14.360462188721rem;height:2rem;display:block; }
#xJuaHeWlkXlczTTWHbLtRugdElauMgMQ { color:#fafcfc;display:block;width:12.5rem;position:absolute;font-family:bebasneue;font-size:1.5625rem;font-weight:normal;z-index:100013;line-height:1.3;letter-spacing:0;top:18.416885375976rem;left:14.359809875488rem;height:2rem;display:block; }
#X0veeBkkXTWuhhlO8ARXF8CB9IROAthr { position:absolute;display:block;z-index:100011;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #f6f6f6, #b2b2b2);background-image: -moz-linear-gradient(160deg, #f6f6f6, #b2b2b2);background-image: -ms-linear-gradient(160deg, #f6f6f6, #b2b2b2);background-image: -o-linear-gradient(160deg, #f6f6f6, #b2b2b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#b2b2b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#b2b2b2' );";background-image: linear-gradient(160deg, #f6f6f6, #b2b2b2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.74978125rem;width:49.874125rem;top:21.125rem;left:10.1875rem;display:block; }
#XVhmLipTiG8vspPJ0IWPecIIbxD2LrEC { color:#fafcfc;display:block;width:4.56163125rem;position:absolute;font-family:bebasneue;font-size:1.5625rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:20.4375rem;left:62rem;height:2rem;display:block; }
#heqQxJsShUy1lRoqt3TnSN7IacqAST8y { color:#fafcfc;display:block;width:12.5rem;position:absolute;font-family:bebasneue;font-size:1.5625rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:24.457901000976rem;left:14.359809875488rem;height:2rem;display:block; }
#ibBdbsDeJA4QBidgcis4MsroRPLSvaZ0 { position:absolute;display:block;z-index:100014;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #f6f6f6, #b2b2b2);background-image: -moz-linear-gradient(160deg, #f6f6f6, #b2b2b2);background-image: -ms-linear-gradient(160deg, #f6f6f6, #b2b2b2);background-image: -o-linear-gradient(160deg, #f6f6f6, #b2b2b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#b2b2b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#b2b2b2' );";background-image: linear-gradient(160deg, #f6f6f6, #b2b2b2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.74978125rem;width:49.874125rem;top:27.1875rem;left:10.1875rem;display:block; }
#kSfl5DJk0zLxb5fznXyPoLhW2nzsKvKL { color:#fafcfc;display:block;width:4.56163125rem;position:absolute;font-family:bebasneue;font-size:1.5625rem;font-weight:normal;z-index:100015;line-height:1.3;letter-spacing:0;top:26.5625rem;left:62rem;height:2rem;display:block; }
#p3LQ86NCXEaeqT8VGQNru8IUn9MKpGXT { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.24978125rem;width:3.24978125rem;top:10.936415672303rem;left:10.187717437744rem;overflow:hidden;display:block; }
#mPZlT4ogaLh9TA59xKvODLTnxPHdHXbP { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.8125rem;width:3.8125rem;top:17.499349594116rem;left:10.000217437744rem;overflow:hidden;display:block; }
#yIfq4UzDdc6eQ4hvun8ywPzO9ustrL3K { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:3.1875rem;top:23.581815719604rem;left:10.187717437744rem;overflow:hidden;display:block; }
#rUORhzpSDQ6l9ZFn0d8xhXsFBpVBDr3V { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #f6f6f6, #b2b2b2);background-image: -moz-linear-gradient(160deg, #f6f6f6, #b2b2b2);background-image: -ms-linear-gradient(160deg, #f6f6f6, #b2b2b2);background-image: -o-linear-gradient(160deg, #f6f6f6, #b2b2b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#b2b2b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#b2b2b2' );";background-image: linear-gradient(160deg, #f6f6f6, #b2b2b2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.74978125rem;width:49.874125rem;top:14.765625rem;left:10.187717437744rem;display:none; }
#Zc1kpJQ91BrkOZB1bH1hFz1txsSL9p9m { color:#fafcfc;display:block;width:4.56163125rem;position:absolute;font-family:bebasneue;font-size:1.5625rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:14.125rem;left:62rem;height:2.08333125rem;display:none; }
#k0PUu9rRtm6JoC6DMKVqtMRCawDo5Rg6 { color:#fafcfc;display:block;width:18.2498125rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:normal;z-index:100004;line-height:1.3;letter-spacing:0;top:34.1875rem;left:6.1875rem;height:12.22225rem;text-align:center;text-align-last:center;display:none; }
#mG9dsmvER0NJ7qhP9veghCthV1KJeLEN { color:#fafcfc;display:block;width:18.311625rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:normal;z-index:100005;line-height:1.4;letter-spacing:0;top:34.25rem;left:28.6875rem;height:11.1805375rem;text-align:center;text-align-last:center;display:none; }
#I1u66ECMHd9FzyZWDaLWOAKxO4qgL7CR { color:#fafcfc;display:block;width:4.56163125rem;position:absolute;font-family:bebasneue;font-size:1.5625rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:14.125rem;left:62rem;height:2.08333125rem;display:none; }
#DKrRywEovv1UOyHEA6523shfmDi2Qmmb { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #f6f6f6, #b2b2b2);background-image: -moz-linear-gradient(160deg, #f6f6f6, #b2b2b2);background-image: -ms-linear-gradient(160deg, #f6f6f6, #b2b2b2);background-image: -o-linear-gradient(160deg, #f6f6f6, #b2b2b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#b2b2b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#b2b2b2' );";background-image: linear-gradient(160deg, #f6f6f6, #b2b2b2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.74978125rem;width:49.874125rem;top:14.765625rem;left:10.187717437744rem;display:none; }
#cGnJobTX0dzn9VwbE28yAZTbC7l0G868 { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #f6f6f6, #b2b2b2);background-image: -moz-linear-gradient(160deg, #f6f6f6, #b2b2b2);background-image: -ms-linear-gradient(160deg, #f6f6f6, #b2b2b2);background-image: -o-linear-gradient(160deg, #f6f6f6, #b2b2b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#b2b2b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#b2b2b2' );";background-image: linear-gradient(160deg, #f6f6f6, #b2b2b2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.74978125rem;width:49.874125rem;top:14.765625rem;left:10.187717437744rem;display:none; }
#T7LmUogJIoqW9QAqccUrTou7z9S6kfDg { color:#fafcfc;display:block;width:18rem;position:absolute;font-family:"dm sans";font-size:1.1875rem;font-weight:normal;z-index:100007;line-height:1.3;letter-spacing:0;top:34.25rem;left:50.75rem;height:9.1666875rem;text-align:center;text-align-last:center;display:none; }
#uQumUTcBTEWScXG82xooSwUbducGrWMa { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #f6f6f6, #b2b2b2);background-image: -moz-linear-gradient(160deg, #f6f6f6, #b2b2b2);background-image: -ms-linear-gradient(160deg, #f6f6f6, #b2b2b2);background-image: -o-linear-gradient(160deg, #f6f6f6, #b2b2b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#b2b2b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#b2b2b2' );";background-image: linear-gradient(160deg, #f6f6f6, #b2b2b2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.74978125rem;width:49.874125rem;top:14.765625rem;left:10.187717437744rem;display:block; }
#T5nmqE5xVeLdRHaw82imdBUzoeEeFPdn { position:absolute;display:block;z-index:100008;background-color:transparent;background-image: -webkit-linear-gradient(160deg, #f6f6f6, #b2b2b2);background-image: -moz-linear-gradient(160deg, #f6f6f6, #b2b2b2);background-image: -ms-linear-gradient(160deg, #f6f6f6, #b2b2b2);background-image: -o-linear-gradient(160deg, #f6f6f6, #b2b2b2);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#b2b2b2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#b2b2b2' );";background-image: linear-gradient(160deg, #f6f6f6, #b2b2b2);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.74978125rem;width:49.874125rem;top:14.765625rem;left:10.187717437744rem;display:block; }
#PWfytMIe4GMLXMWxHrc2xnLRoUBga0AT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d8efed;background-image:url("https://images.assets-landingi.com/X8kaoJPw/segment_3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#PWfytMIe4GMLXMWxHrc2xnLRoUBga0AT.adaptive-delivery-prevent-bg, #PWfytMIe4GMLXMWxHrc2xnLRoUBga0AT.lazyload, #PWfytMIe4GMLXMWxHrc2xnLRoUBga0AT.lazyloading { background-image: none; }#PWfytMIe4GMLXMWxHrc2xnLRoUBga0AT > .row .container { background-color: transparent; background-image: none; }#PWfytMIe4GMLXMWxHrc2xnLRoUBga0AT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWfytMIe4GMLXMWxHrc2xnLRoUBga0AT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWfytMIe4GMLXMWxHrc2xnLRoUBga0AT > .row .container > .video-iframe-container { display: none; }#PWfytMIe4GMLXMWxHrc2xnLRoUBga0AT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PWfytMIe4GMLXMWxHrc2xnLRoUBga0AT > .row > .video-iframe-container { display: none; }#PWfytMIe4GMLXMWxHrc2xnLRoUBga0AT > .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); }#PWfytMIe4GMLXMWxHrc2xnLRoUBga0AT > .row .container { border-width: 0; border-radius: 0; }#PWfytMIe4GMLXMWxHrc2xnLRoUBga0AT > .row .container { font-size:0.875rem;font-family:arial;height:27rem;width:75rem;position:relative;display:block; }#gEgeeIPNtKriqf3f6TClQ1pRZn0plk5l { color:#005956;display:block;width:49.3120625rem;position:absolute;font-family:bebasneue;font-size:3.125rem;font-weight:normal;z-index:100002;line-height:1.2;letter-spacing:0;top:6.8125rem;left:12.875rem;height:11.25rem;text-align:center;text-align-last:center;display:block; }
#cF5sFUqrd4P6EHrTyk39bzmWJhvWyFTx { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #03989e, #03989e);background-image: -moz-linear-gradient(180deg, #03989e, #03989e);background-image: -ms-linear-gradient(180deg, #03989e, #03989e);background-image: -o-linear-gradient(180deg, #03989e, #03989e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#03989e', endColorstr='#03989e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#03989e', endColorstr='#03989e' );";background-image: linear-gradient(180deg, #03989e, #03989e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem 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:bebasneue;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:16.3125rem;left:28.75rem;display:block; }
#HTCAKM5vTMTuK6mn0kGzwcvuONFzrsTm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#QoXNe829SfLPNKqTIBIFzvk6UFxyJ451 { color:#005956;display:block;width:49.3120625rem;position:absolute;font-family:bebasneue;font-size:3.125rem;font-weight:normal;z-index:100002;line-height:1.2;letter-spacing:0;top:6.8125rem;left:12.875rem;height:7.7083125rem;text-align:center;text-align-last:center;display:none; }
#fGvdslogmxekdN2c8uqyKJpLRQlP0NMI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(353deg, #005956, #00a291);background-image: -moz-linear-gradient(353deg, #005956, #00a291);background-image: -ms-linear-gradient(353deg, #005956, #00a291);background-image: -o-linear-gradient(353deg, #005956, #00a291);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#005956', endColorstr='#00a291' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#005956', endColorstr='#00a291' );";background-image: linear-gradient(353deg, #005956, #00a291);background-size:auto !important;position:relative;display:none; }#fGvdslogmxekdN2c8uqyKJpLRQlP0NMI > .row .container { border-width: 0; border-radius: 0; }#fGvdslogmxekdN2c8uqyKJpLRQlP0NMI > .row .container { font-size:0.875rem;font-family:arial;height:25.875rem;width:75rem;position:relative;display:none; }#L72JXha8MIbT2ttswbK5FFvPhzvyBRNB { color:#fafcfc;display:block;width:33.2498125rem;position:absolute;font-family:bebasneue;font-size:3.4375rem;font-weight:normal;z-index:100000;line-height:.6;letter-spacing:0;top:7.125rem;left:22.5625rem;height:6.1875rem;text-align:center;text-align-last:center;display:block; }
#G3p6MnwH6LqnzqHWlbNDAAMEWQf1GcBb { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #e6332a, #be1622);background-image: -moz-linear-gradient(180deg, #e6332a, #be1622);background-image: -ms-linear-gradient(180deg, #e6332a, #be1622);background-image: -o-linear-gradient(180deg, #e6332a, #be1622);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6332a', endColorstr='#be1622' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6332a', endColorstr='#be1622' );";background-image: linear-gradient(180deg, #e6332a, #be1622);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.3125rem 0.3125rem 0.9375rem rgba(0,0,0,0.4) ;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:bebasneue;font-size:1.5625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:15.5625rem;left:30.4375rem;display:block; }
#HxrgZVrzChAX5TThyteqBWdi8prTXABR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#v10WwkqGlM2tIfyvk42LAE6K5w3tk2Bt { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.9375rem;width:54.5rem;top:40.061850547791rem;left:0.68684959411619rem;overflow:hidden;display:none; }
#a8zdZwL9xUPde3bgLpXuRE8KDffru6Tx { position:absolute;display:block;z-index:99999;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.9375rem;width:54.5rem;top:40.061850547791rem;left:0.68684959411619rem;overflow:hidden;display:none; }
#sp9gQV9VZAXfyM7eoRGyEPM1a2Cyta0Z { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#d8efed;background-image:none;position:relative;display:block; }#sp9gQV9VZAXfyM7eoRGyEPM1a2Cyta0Z > .row .container { background-color: transparent; background-image: none; }#sp9gQV9VZAXfyM7eoRGyEPM1a2Cyta0Z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sp9gQV9VZAXfyM7eoRGyEPM1a2Cyta0Z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sp9gQV9VZAXfyM7eoRGyEPM1a2Cyta0Z > .row .container > .video-iframe-container { display: none; }#sp9gQV9VZAXfyM7eoRGyEPM1a2Cyta0Z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sp9gQV9VZAXfyM7eoRGyEPM1a2Cyta0Z > .row > .video-iframe-container { display: none; }#sp9gQV9VZAXfyM7eoRGyEPM1a2Cyta0Z > .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); }#sp9gQV9VZAXfyM7eoRGyEPM1a2Cyta0Z > .row .container { border-width: 0; border-radius: 0; }#sp9gQV9VZAXfyM7eoRGyEPM1a2Cyta0Z > .row .container { font-size:0.875rem;font-family:arial;height:23.5rem;width:75rem;position:relative;display:block; }#gF66ty0n6ezsTLZsGXEDBUiEqUoQ7ADC { color:#005956;display:block;width:22.5rem;position:absolute;font-family:bebasneue;font-size:3.4375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:10.875rem;left:5rem;height:8.875rem;text-align:center;text-align-last:center;display:block; }
#QpnPFowHUyAgq2AXxT7iZxzf8dpIyPIl { color:#4c4c4c;display:block;width:22.4375rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:14.625rem;left:5rem;height:3.25rem;display:block; }
#GX2qHS3Z9EDHfkT9SElbDpDndCpQ4hfs { color:#4c4c4c;display:block;width:24.8123125rem;position:absolute;font-family:"dm sans";font-size:1.25rem;font-weight:normal;z-index:100003;line-height:1.3;letter-spacing:0;top:9.5rem;left:40.375rem;height:3.19444375rem;display:none; }
#huPQ3qcKA6NTtFpXhMJnMm5kIQ0meEZG { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:7.5rem;top:3.375rem;left:12.5rem;overflow:hidden;display:block; }
#adQFeTxMwJCmoDoTapkt8XHH2twVGwVm { color:#4c4c4c;display:block;width:36.0625rem;position:absolute;font-family:"dm sans";font-size:1rem;font-weight:normal;z-index:100024;line-height:1.5;letter-spacing:0;top:7.125rem;left:33.75rem;height:13.5rem;text-align:justify;text-align-last:initial;display:block; }
#LNnVr6x76wV53gRU7d58p5gXNEs88wkO { color:#005956;display:block;width:7.5625rem;position:absolute;font-family:bebasneue;font-size:3.4375rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:3.375rem;left:33.75rem;height:8.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #R3TmIBZx3ME1fzEkk3JsCUCAW9oqEzMf { display:block; }#R3TmIBZx3ME1fzEkk3JsCUCAW9oqEzMf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9L5zoNpSgt38869oB0u9ItuGT9bBfkU { width:15.4375rem;height:3.4375rem;top:48.12109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMmSwBQOzv238giv4vT7sXTtkVCItdsO { display:block; }
 }@media only screen and (max-width: 763px) { #reyFkDlk9U75glk79cce3m5WKDcMv5b2 { width:15.4375rem;height:3.4375rem;top:48.12109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPhrw1I7P19Co80f1fB2oBlmPOJcqqac { display:block; }
 }@media only screen and (max-width: 763px) { #p1TbFHd8deyKXF4EaeUTqBaOzP7NztQ2 { width:15.4375rem;height:3.4375rem;top:48.12109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BymEAQqeuaEIh7tI6F6Gsr81fEI7IKov { display:block; }
 }@media only screen and (max-width: 763px) { #XnHgz5IeFHGh6PLkGhC0c9QFQl8RRr46 { display:block; }#XnHgz5IeFHGh6PLkGhC0c9QFQl8RRr46 > .row .container { width:47.75rem;height:53.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILUCkFVNHHB8TT8acMAlJdU1aAzdgTKo { width:46.25rem;height:36.4995625rem;top:14.99783039093rem;left:0.74761283397675rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6eiKGzzepBcUHm4VksUFB9TBK9A3p3T { width:23.125rem;height:4.0625rem;top:4.625rem;left:21.125rem;font-size:3.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #HXQH8p2DDFu0h21JHLzPwTJ7ttr8gE76 { width:25rem;height:3.375rem;top:8.875rem;left:21.125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #yQSuROs41X0Q2UIJt5ArI0CI44GSE6t0 { width:8.75rem;height:8.811875rem;top:4rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPUX6atXJ3dvWSJelsbBradAe2Oo3TUF { width:15.4375rem;height:3.4375rem;top:48.12109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHKG2Vtc7FfKrBdH1cfmRnC22VWiDKfA { display:block; }
 }@media only screen and (max-width: 763px) { #TsowNWUVnvx23avVXJURT6TDwvoNOP7C { width:15.4375rem;height:3.4375rem;top:48.12109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #arkZD31pnqc9a0yltU22SNcbeffUSvkP { display:block; }
 }@media only screen and (max-width: 763px) { #WauLG5lNZdMiI2x0RDS0a4ITZChDDvCh { width:15.4375rem;height:3.4375rem;top:48.12109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIv4oELl3AndNKmvxg44607DsqozLpn4 { display:block; }
 }@media only screen and (max-width: 763px) { #Mel0M2ihByBu7zIHChJS70nUPSd5y6Zt { width:15.4375rem;height:3.4375rem;top:48.12109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJT0HpvB54QByRw3sSdNF06qDrGuMaxT { display:block; }
 }@media only screen and (max-width: 763px) { #OAatNXzfUOUwvplRM9plM4bLXluRgF1s { display:block; }#OAatNXzfUOUwvplRM9plM4bLXluRgF1s > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtsgLuGEE3sP6df1tyxlEk2L4Qe4LZgN { width:17.5rem;height:4.125rem;top:11.75rem;left:3.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5N6Ted2Q0Ubb8rPIoCgqwETyTaI3xIQ { width:20.499125rem;height:6.875rem;top:17.3125rem;left:3.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zloyw8SzmTVumbNRznvVV8uUJ1XmwlTk { width:1.9375rem;height:1.9375rem;top:11.5625rem;left:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ48sTVxWS9iKAJBQFKnB8BWZdWMKEaJ { width:1.9375rem;height:1.9375rem;top:17.1875rem;left:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8BzyqAAJITpkLkItqtJGyTVZTgAE65t { width:19.9375rem;height:28.1875rem;top:4.125rem;left:25.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-regular-label { width:16.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-input-text { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-input-text {padding-top: 0; padding-bottom: 0;}#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-textarea { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-input-select { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-input-select {padding-top: 0; padding-bottom: 0;}#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-input-button { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-checkbox-label { width:15.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD  { width:16.624375rem;height:auto;top:8.3125rem;left:25.75rem; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .radio-container { width:16.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD {display:block;}#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD { width:16.624375rem;height:auto;top:8.3125rem;left:25.75rem; }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #wccIyQEMg8BqKux5actG5yIsEd3wgulW {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #tMmobmfkPlP9QCJSxNs0J5hmhd9bTCbE {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #XabLIFTArqE8ke8k7zfH0SGUDFsu9w6R {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #mhT3NgIxcLImTV94ryOOkXsp7WEBeQHm {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #fGEb63Z0pA8b8fs4GKIT5PTgL8b11w46 {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #ro2PfXcFmDLfhURy71z9eRREMhOgkx5y {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #Ef4vak4Bo1rTwTGlHyGrEizxIyXQXrTZ {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #pcGDb6gdpxkeTwTxFfJ8RGFxi2zFnoob {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #oilrW8ZRR6PpS1IRu3rS8vnTNbMVzEin {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #WWFaOBXMZqdLTwG4ygGOvik8Ncw1LQqS {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #HdxSvy7oLmPFRwtvPblFL8JzWx3paODc {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #tt84iw14myT0nncroaNVCxqDPQfLtq3m {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #n5EpcqeVv6SKT8p5tDRevwePONncLXfw {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #roi4UyTOfb4hXsPteaNsi65kLZuAWrH2 { z-index:2; }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #WQ0l0nAlZyuZrM5uLdnWLyx4B0C8UyWa {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #zMBeFbNlT5E5QoUzvhBIEOvE9VTrQkGf {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #EttlEXi7gCnK0J4yE4e07etvc4B6rpx3 {  }
 }@media only screen and (max-width: 763px) { #eUNiQ2FQFJbI3Rdp9KktBp0GZOrkRAMw { width:16.875rem;height:3.5625rem;top:4.875rem;left:26.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d91D8crIw2ifhy5aVR7uiS97uBG7NNnn { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJRUkXHLIPnIGUiVZQrcbRDT713Vnnx3 { width:1.9375rem;height:1.9375rem;top:17.1875rem;left:1.875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgTq5opzaWiOTgreBd8euAUiM0vd25Qc { width:20.499125rem;height:5.5rem;top:17.3125rem;left:3.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAyghW0aSFlPLQDNhkcHrlA48HmzMzxi { width:25rem;height:5.0625rem;top:8.875rem;left:21.125rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KO2uAFysTWh0Z1EP8A11SI3QkmF7u0J3 { display:block; }#KO2uAFysTWh0Z1EP8A11SI3QkmF7u0J3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4VkeX8ybLUetNJ1BiEcQnxQTTokTLMn { width:15.4375rem;height:3.4375rem;top:48.12109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFTFhbPwSzSpZFq25v04cVOAydpxDS5O { display:block; }
 }@media only screen and (max-width: 763px) { #zq6dZLwwMFOE9kc2UlVUCDD0emmdq4xe { width:15.4375rem;height:3.4375rem;top:48.12109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xipe1V7uU2qZNfA0QyEoPey3hl5EGF62 { display:block; }
 }@media only screen and (max-width: 763px) { #z2B9QyTlQ8wBTKpQb5iCH5bqtTFV3Hn3 { width:15.4375rem;height:3.4375rem;top:48.12109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE5KvKees4ES9D4IGfHUZ38U4U33kOZN { display:block; }
 }@media only screen and (max-width: 763px) { #bI4PPR7P52WNcMPFW8EvV9qxC2TQyHMO { width:15.4375rem;height:3.4375rem;top:48.12109375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5SSWIXalNXzTqnkpzbqDTGVEFGnMbOX { display:block; }
 }@media only screen and (max-width: 763px) { #dsdxFHLumFQVlqUEdkxpLrSUXSuFb16u { width:33.499375rem;height:3.625rem;top:3.8736991882324rem;left:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e63bFQVW3kHT7O9aWAfWT2suAHWN3L9g { width:23.25rem;height:12.1875rem;top:22.686625rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #U3c7XiaSmMEdtXKmNIEiToyHMN5gQ3GN { display:block; }#U3c7XiaSmMEdtXKmNIEiToyHMN5gQ3GN > .row .container { width:47.75rem;height:37.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoyAfcidxTny9p3N1H4fALR9GPMqF8IB { width:33.499375rem;height:7.25rem;top:3.8736991882324rem;left:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rObdv3mpFBScsg3UE9gN3TySI058I01b { width:20.0625rem;height:4rem;top:28.75rem;left:27.6875rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pIJc8cn7bLyvVIeaXuaE0WhvCuwaMRQ6 { width:12.75rem;height:4.6875rem;top:13.875rem;left:9.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hi8xT4uGIX9QqJ9ToJClTVeFFAdBETPD { width:8.4375rem;height:3.375rem;top:10.1875rem;left:31.8125rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #t579kceSFLxVMHZKLNyTlaSp7geaXdR0 { width:11.1875rem;height:9.375rem;top:13.937067031861rem;left:31.750434398651rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUQPdWk828qt7QlRK3BTTtEpF8oql34a { width:13.311625rem;height:3.375rem;top:23.625rem;left:9.375rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Jw1xV2INuTPrVOuMTH7renKnprETXF8h { width:12.7495625rem;height:7.8125rem;top:27.4375rem;left:9.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXfa2qQLSbK2ltQ96LLUzqzThGbZocKq { width:14.561625rem;height:6.75rem;top:23.623048782349rem;left:31.750434398651rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #TxtmALGTFfmXAPRVTbnxy7IIQhKsTJCy { width:13.624125rem;height:4.6875rem;top:29.185546875rem;left:31.812285900116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pIxGc00ao8tvowa1pnKeXS1OzQ16pJ2D { width:5.87456875rem;height:5.87456875rem;top:9.3125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J912OBqTIXZhuB4s9SSr4GLxy9RwTwOI { width:5.81163125rem;height:5.81163125rem;top:23.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAWcJ1lH0GoEZeX8X19APN9GqN35Nlfp { width:5.81163125rem;height:5.81163125rem;top:9.3125rem;left:25.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGnedOQNiRfWmHdIaJbbyDahxxJIwcBK { width:6.375rem;height:6.3125rem;top:23.402778625488rem;left:24.876600017569rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsGJbqvZzbkPVOekHNDbOQyXsnOoJ6ac { width:20rem;height:5.125rem;top:1.5625rem;left:0rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #sXe79bGCZxQVra2aBvsTsi9LQVKiarEk { width:12.7495625rem;height:45rem;top:27.4375rem;left:9.375rem;font-size:1.0625rem;display:block; }#sXe79bGCZxQVra2aBvsTsi9LQVKiarEk li:before{  }
 }@media only screen and (max-width: 763px) { #OT2TKSmRiUsgolkPvsd8sE7tNbw8xDKu { width:12.7495625rem;height:1.25rem;top:27.4375rem;left:9.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igxdzvl2ftQkPk4iCPDRwXTBaAebwlA9 { width:2.68663125rem;height:5.25rem;top:17.8125rem;left:2.375rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WteFycsFURKrKoOBIzipZRLOfm9NNtmD { width:9.8123125rem;height:13.5rem;top:18.375rem;left:5.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLVP3T07wJANSFkvThIzoAdgh0Foew5Z { width:4.18728125rem;height:3.079425rem;top:30.427520751953rem;left:15.684680461884rem;display:none; }
 }@media only screen and (max-width: 763px) { #tl5OhcgBP1g0l7NnKcSWrChcgGemdKz1 { width:2.68663125rem;height:5.25rem;top:17.799263000488rem;left:16.778213024139rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIRsVeRFcD7HaeObv8smn1ehshQBpA3y { width:10.374375rem;height:10.5rem;top:18.486330032349rem;left:19.871963024139rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xrANqIwnKnnFuvLSgTUZ1G7doUCsFL3W { width:10.061875rem;height:15rem;top:18.625rem;left:35.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eFU7i0KQbS88yApdpUqyqJJpdBWVxWOX { width:2.68663125rem;height:5.25rem;top:17.875rem;left:32.5rem;font-size:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhgVRC6UZVazVwVQ9TMNWaMelmEfP5Cv { width:13.311625rem;height:3.375rem;top:23.625rem;left:9.375rem;font-size:1.5625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #bmpyNvJdcVDAOXJAAO3W97CGllh7sMe8 { width:4.18728125rem;height:3.079425rem;top:30.427520751953rem;left:15.684680461884rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrdA9SoZiO6y6rTrbwC3uhE1qrEZQygo { display:block; }#XrdA9SoZiO6y6rTrbwC3uhE1qrEZQygo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPmF5SB96FOSGWhxbFmCPalQlGfWynzL { width:33.499375rem;height:3.625rem;top:3.8736991882324rem;left:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mn6HzFlH2X6avC1eTHJfGm0ghtRwxNDz { width:33.499375rem;height:3.625rem;top:3.8736991882324rem;left:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJ8yuLguau2x5SX0ShyNTcsJ4zUUNITe { width:12.7495625rem;height:26.5625rem;top:27.4375rem;left:9.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnTBMuP6PcmVOeaKTSN1guZaeUq7v0lQ { width:12.7495625rem;height:7.8125rem;top:27.4375rem;left:9.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzPnhccVBd4GtaQeTiRHD64yfcG7XwDQ { width:12.7495625rem;height:21.875rem;top:27.4375rem;left:9.375rem;font-size:1.0625rem;display:block; }#OzPnhccVBd4GtaQeTiRHD64yfcG7XwDQ li:before{  }
 }@media only screen and (max-width: 763px) { #xRqcu1O0bGORzbORqMRThcaD1wXSdW8X { display:block; }#xRqcu1O0bGORzbORqMRThcaD1wXSdW8X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pz8VasT85VNXXIqWAkHuNWm51VLTSh6b { width:33.499375rem;height:3.625rem;top:3.8736991882324rem;left:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAlwy9JcAQPXBqaT2vkEFUrd09ylq6In { width:12.7495625rem;height:59.375rem;top:27.4375rem;left:9.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAuyPL9kKOUpgPRuUrzeKaCmm83E6J4Z { display:block; }#GAuyPL9kKOUpgPRuUrzeKaCmm83E6J4Z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t2II4p9Q1UyDNZrzqn2e4D5ki3kbuh6k { width:29.249125rem;height:1.5rem;top:9.7981758117675rem;left:8.6870665550231rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UN8aVoO1VlJdnnFo6xk6DfvDO022sbJu { width:11.8120625rem;height:18rem;top:13.22265625rem;left:7.9351134300231rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8kmk632G4ZsUz9cXyQ2Ur3B7tJznuTu { width:27rem;height:3.625rem;top:3.25rem;left:10.375rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTbR0xu7NKOao3KJI40vDz84wUWUpWKO { width:37.0625rem;height:3.625rem;top:6.1875rem;left:5.3125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDCa8m0OroFdRzrckxv42FcSz0yua3un { width:13.499375rem;height:16rem;top:13.22265625rem;left:28.934463024139rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPF2AxO45iT9Ds0hcqWgE9KNOkvWEmcD { width:42.25rem;height:31.3125rem;top:1.1245651245118rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRArdIrPau7GQTwlh0utd8R9HxXAgLEn { width:1.74913125rem;height:1.68836875rem;top:13.534505844116rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xivZGJhPqvcTp67tOW4fxLzgiTytdsQC { width:1.74913125rem;height:1.68728125rem;top:19.559896469116rem;left:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlBJ4fnV77EvqV1V9XgOT51MdsLte5mT { width:1.74913125rem;height:1.68728125rem;top:25.620660781861rem;left:5.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHM0MxltRQ4SEhstzvSTzdKUPWvdlgTV { width:1.74913125rem;height:1.68836875rem;top:13.59765625rem;left:26.311851024628rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyR1fDHZKy3xe4Zz7XoyBkzhIEvSFCnQ { width:1.74913125rem;height:1.68728125rem;top:19.624784469604rem;left:26.309680461884rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBfCavNiSngZdeisv1mqIPwTD9A28vbs { width:1.74913125rem;height:1.68728125rem;top:25.623048782349rem;left:26.278213024139rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCCAlSEHqxZCUW9t4PKfFMb2f8orqncp { width:14.5rem;height:14.0625rem;top:16.25rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTNnBoFsKJ1XmeKAW4vylshtLi9WT9NG { width:14.375rem;height:12.0625rem;top:33.875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z6wWIobnVJlo0xUQiFFTDxmeusrTZvDK { display:block; }#Z6wWIobnVJlo0xUQiFFTDxmeusrTZvDK > .row .container { width:47.75rem;height:34.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A4TzuAiGiiOtapkgszpfcy0qdQ2Rb9KZ { width:17.375rem;height:2.375rem;top:17.8125rem;left:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwcr4ZCWlrEyuhG3k30qmW7oBLaORTe6 { width:17.9375rem;height:2rem;top:14.6875rem;left:3.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBG8FxGvIsAUssuXy28afySZaW606g4p { width:20.375rem;height:2rem;top:14.6875rem;left:23.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLmVcBDTMqivbyCloDhb8B96TEm658n1 { width:20.8125rem;height:11.875rem;top:18.375rem;left:23.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNASM97EdPMXaSRa9XEFA1LvIbqUvC70 { width:39.375rem;height:9rem;top:2.2493495941162rem;left:4.1861982345581rem;font-size:2.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4LTlSA8RbaTOqwOoCSrtS8FrOlcbNJp { width:23.25rem;height:12.1875rem;top:22.686625rem;left:0rem;z-index:100000;display:block; }
 }@media only screen and (max-width: 763px) { #EK6LKoyu6F6uRIXbDXTKLel061lNxz0B { width:20rem;height:5.375rem;top:0rem;left:0rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #pqQiwCGhMiJcitoL8kheEhXpF4Z0M1hv { width:20rem;height:8.125rem;top:10.375rem;left:0rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nhifmsU1gsP3IvCGTQHVLGDT5tTTkrSz { display:block; }#nhifmsU1gsP3IvCGTQHVLGDT5tTTkrSz > .row .container { width:47.75rem;height:46.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6vEgewyrTwUC0UVGFTZckV9yyya1rbJ { width:36.124125rem;height:6.5rem;top:3.6870708465576rem;left:5.8116321563721rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqhWCNr4HJkUgkxzWJkpVUNtOiThTnQE { width:13.5623125rem;height:11.25rem;top:30.5rem;left:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xItgOTrpZrbvSCsyflRJe5Sb2mm4oAQW { width:13.6870625rem;height:12.375rem;top:30.5rem;left:17.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9MaJ4gVREXUtT0FnAhldN3V7OuCUZmz { width:12.5rem;height:1.25rem;top:29.25rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cha4LDwI6LzKaigm7374xECc3knofuvL { width:12.1875rem;height:10rem;top:30.5rem;left:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2qZxlq1iC7u9eGOe911Tlig8zaOvwlx { width:36.875rem;height:0.625rem;top:14.851346969604rem;left:3.8118491172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #yghOltxCHHWSZU1QNMlnIGktr6agVZTg { width:4.49978125rem;height:2rem;top:14.122179031372rem;left:41.934680461884rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDG66ZSw9SJl2VCCRcmTiOIKZr5aOshq { width:12.5rem;height:2rem;top:12.538194656372rem;left:8.2964415550231rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJuaHeWlkXlczTTWHbLtRugdElauMgMQ { width:12.5rem;height:2rem;top:17.801866531372rem;left:8.295790195465rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0veeBkkXTWuhhlO8ARXF8CB9IROAthr { width:47.75rem;height:0.6875rem;top:21.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XVhmLipTiG8vspPJ0IWPecIIbxD2LrEC { width:4.49978125rem;height:2rem;top:19.227430343628rem;left:41.932944774628rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #heqQxJsShUy1lRoqt3TnSN7IacqAST8y { width:12.5rem;height:2rem;top:23.791005134583rem;left:8.2964415550231rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibBdbsDeJA4QBidgcis4MsroRPLSvaZ0 { width:47.75rem;height:0.6875rem;top:27.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kSfl5DJk0zLxb5fznXyPoLhW2nzsKvKL { width:4.5rem;height:2rem;top:25.1875rem;left:41.937285900116rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3LQ86NCXEaeqT8VGQNru8IUn9MKpGXT { width:3.18685rem;height:3.18685rem;top:11.121095657349rem;left:3.8118491172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPZlT4ogaLh9TA59xKvODLTnxPHdHXbP { width:3.81185rem;height:3.81185rem;top:16.686849594116rem;left:3.4368491172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIfq4UzDdc6eQ4hvun8ywPzO9ustrL3K { width:3.18685rem;height:3.18685rem;top:22.309668540954rem;left:3.7493491172791rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUORhzpSDQ6l9ZFn0d8xhXsFBpVBDr3V { width:47.75rem;height:0.6875rem;top:14.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zc1kpJQ91BrkOZB1bH1hFz1txsSL9p9m { width:4.5rem;height:2.0625rem;top:14.125rem;left:43.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0PUu9rRtm6JoC6DMKVqtMRCawDo5Rg6 { width:16.5625rem;height:7.25rem;top:17.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #mG9dsmvER0NJ7qhP9veghCthV1KJeLEN { width:18.875rem;height:6.375rem;top:43.9375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #I1u66ECMHd9FzyZWDaLWOAKxO4qgL7CR { width:4.5rem;height:2.0625rem;top:14.125rem;left:43.25rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DKrRywEovv1UOyHEA6523shfmDi2Qmmb { width:47.75rem;height:0.6875rem;top:14.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cGnJobTX0dzn9VwbE28yAZTbC7l0G868 { width:47.75rem;height:0.6875rem;top:14.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7LmUogJIoqW9QAqccUrTou7z9S6kfDg { width:17.9375rem;height:9.125rem;top:34.25rem;left:29.75rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #uQumUTcBTEWScXG82xooSwUbducGrWMa { width:36.875rem;height:0.625rem;top:19.893663406372rem;left:3.8118491172791rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #T5nmqE5xVeLdRHaw82imdBUzoeEeFPdn { width:36.875rem;height:0.625rem;top:25.915583610534rem;left:3.8118491172791rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #PWfytMIe4GMLXMWxHrc2xnLRoUBga0AT { display:block; }#PWfytMIe4GMLXMWxHrc2xnLRoUBga0AT > .row .container { width:47.75rem;height:25.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEgeeIPNtKriqf3f6TClQ1pRZn0plk5l { width:47.75rem;height:6.75rem;top:6.8125rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF5sFUqrd4P6EHrTyk39bzmWJhvWyFTx { width:17.5rem;height:3.4375rem;top:15.436189651489rem;left:15.123698711395rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTCAKM5vTMTuK6mn0kGzwcvuONFzrsTm { display:block; }
 }@media only screen and (max-width: 763px) { #QoXNe829SfLPNKqTIBIFzvk6UFxyJ451 { width:47.75rem;height:7.6875rem;top:6.8125rem;left:0rem;font-size:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #fGvdslogmxekdN2c8uqyKJpLRQlP0NMI { display:block; }#fGvdslogmxekdN2c8uqyKJpLRQlP0NMI > .row .container { width:47.75rem;height:24.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L72JXha8MIbT2ttswbK5FFvPhzvyBRNB { width:33.186875rem;height:6.1875rem;top:6.4375rem;left:7.25rem;font-size:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3p6MnwH6LqnzqHWlbNDAAMEWQf1GcBb { width:17.5rem;height:3.4375rem;top:14.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxrgZVrzChAX5TThyteqBWdi8prTXABR { display:block; }
 }@media only screen and (max-width: 763px) { #v10WwkqGlM2tIfyvk42LAE6K5w3tk2Bt { width:47.75rem;height:17.468176605504rem;top:40rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #a8zdZwL9xUPde3bgLpXuRE8KDffru6Tx { width:47.7495625rem;height:17.4674375rem;top:0rem;left:0rem;z-index:99998;display:block; }
 }@media only screen and (max-width: 763px) { #sp9gQV9VZAXfyM7eoRGyEPM1a2Cyta0Z { display:block; }#sp9gQV9VZAXfyM7eoRGyEPM1a2Cyta0Z > .row .container { width:47.75rem;height:27.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gF66ty0n6ezsTLZsGXEDBUiEqUoQ7ADC { width:16.9998125rem;height:3.25rem;top:4.625rem;left:29.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QpnPFowHUyAgq2AXxT7iZxzf8dpIyPIl { width:11.749125rem;height:6.5rem;top:8.5rem;left:29.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GX2qHS3Z9EDHfkT9SElbDpDndCpQ4hfs { width:20rem;height:6.375rem;top:6.5rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #huPQ3qcKA6NTtFpXhMJnMm5kIQ0meEZG { width:8.75rem;height:8.811875rem;top:4rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #adQFeTxMwJCmoDoTapkt8XHH2twVGwVm { width:12.7495625rem;height:50rem;top:27.4375rem;left:9.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNnVr6x76wV53gRU7d58p5gXNEs88wkO { width:33.499375rem;height:3.625rem;top:3.8736991882324rem;left:2.8125rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #R3TmIBZx3ME1fzEkk3JsCUCAW9oqEzMf { display:block; }#R3TmIBZx3ME1fzEkk3JsCUCAW9oqEzMf > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9L5zoNpSgt38869oB0u9ItuGT9bBfkU { width:4.375rem;height:2.4375rem;top:1.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMmSwBQOzv238giv4vT7sXTtkVCItdsO { display:block; }
 }@media only screen and (max-width: 763px) { #reyFkDlk9U75glk79cce3m5WKDcMv5b2 { width:4.375rem;height:2.4375rem;top:1.25rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPhrw1I7P19Co80f1fB2oBlmPOJcqqac { display:block; }
 }@media only screen and (max-width: 763px) { #p1TbFHd8deyKXF4EaeUTqBaOzP7NztQ2 { width:8.125rem;height:2.375rem;top:1.25rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BymEAQqeuaEIh7tI6F6Gsr81fEI7IKov { display:block; }
 }@media only screen and (max-width: 763px) { #XnHgz5IeFHGh6PLkGhC0c9QFQl8RRr46 { background-color:#d8efed;background-image:url("https://images.assets-landingi.com/WpK9EJW7/szkoleniowiec_landing4.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#XnHgz5IeFHGh6PLkGhC0c9QFQl8RRr46.adaptive-delivery-prevent-bg, #XnHgz5IeFHGh6PLkGhC0c9QFQl8RRr46.lazyload, #XnHgz5IeFHGh6PLkGhC0c9QFQl8RRr46.lazyloading { background-image: none; }#XnHgz5IeFHGh6PLkGhC0c9QFQl8RRr46 > .row .container { background-color: transparent; background-image: none; }#XnHgz5IeFHGh6PLkGhC0c9QFQl8RRr46::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnHgz5IeFHGh6PLkGhC0c9QFQl8RRr46 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnHgz5IeFHGh6PLkGhC0c9QFQl8RRr46 > .row .container > .video-iframe-container { display: none; }#XnHgz5IeFHGh6PLkGhC0c9QFQl8RRr46 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XnHgz5IeFHGh6PLkGhC0c9QFQl8RRr46 > .row > .video-iframe-container { display: none; }#XnHgz5IeFHGh6PLkGhC0c9QFQl8RRr46 > .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); }#XnHgz5IeFHGh6PLkGhC0c9QFQl8RRr46 > .row .container { width:20rem;height:33.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ILUCkFVNHHB8TT8acMAlJdU1aAzdgTKo { width:20rem;height:15.783783783784rem;top:19.1645rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #u6eiKGzzepBcUHm4VksUFB9TBK9A3p3T { width:20rem;height:2.5625rem;top:11.5615234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HXQH8p2DDFu0h21JHLzPwTJ7ttr8gE76 { width:20rem;height:3.375rem;top:6.9365234375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yQSuROs41X0Q2UIJt5ArI0CI44GSE6t0 { width:4.4365234375rem;height:4.4365234375rem;top:1.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPUX6atXJ3dvWSJelsbBradAe2Oo3TUF { width:15.4375rem;height:3.4375rem;top:14.75rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHKG2Vtc7FfKrBdH1cfmRnC22VWiDKfA { display:block; }
 }@media only screen and (max-width: 763px) { #TsowNWUVnvx23avVXJURT6TDwvoNOP7C { width:15.4375rem;height:3.4375rem;top:19.5rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #arkZD31pnqc9a0yltU22SNcbeffUSvkP { display:block; }
 }@media only screen and (max-width: 763px) { #WauLG5lNZdMiI2x0RDS0a4ITZChDDvCh { width:15.4375rem;height:3.4375rem;top:24.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIv4oELl3AndNKmvxg44607DsqozLpn4 { display:block; }
 }@media only screen and (max-width: 763px) { #Mel0M2ihByBu7zIHChJS70nUPSd5y6Zt { width:15.4375rem;height:3.4375rem;top:28.625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJT0HpvB54QByRw3sSdNF06qDrGuMaxT { display:block; }
 }@media only screen and (max-width: 763px) { #OAatNXzfUOUwvplRM9plM4bLXluRgF1s { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/fb9NLtJR/back.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#OAatNXzfUOUwvplRM9plM4bLXluRgF1s.adaptive-delivery-prevent-bg, #OAatNXzfUOUwvplRM9plM4bLXluRgF1s.lazyload, #OAatNXzfUOUwvplRM9plM4bLXluRgF1s.lazyloading { background-image: none; }#OAatNXzfUOUwvplRM9plM4bLXluRgF1s > .row .container { background-color: transparent; background-image: none; }#OAatNXzfUOUwvplRM9plM4bLXluRgF1s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAatNXzfUOUwvplRM9plM4bLXluRgF1s > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAatNXzfUOUwvplRM9plM4bLXluRgF1s > .row .container > .video-iframe-container { display: none; }#OAatNXzfUOUwvplRM9plM4bLXluRgF1s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OAatNXzfUOUwvplRM9plM4bLXluRgF1s > .row > .video-iframe-container { display: none; }#OAatNXzfUOUwvplRM9plM4bLXluRgF1s > .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); }#OAatNXzfUOUwvplRM9plM4bLXluRgF1s > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BtsgLuGEE3sP6df1tyxlEk2L4Qe4LZgN { width:19.125rem;height:2rem;top:13.498046875rem;left:0.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h5N6Ted2Q0Ubb8rPIoCgqwETyTaI3xIQ { width:19.1875rem;height:4rem;top:17.185546875rem;left:0.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zloyw8SzmTVumbNRznvVV8uUJ1XmwlTk { width:1.625rem;height:1.6875rem;top:15.685546875rem;left:9.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ48sTVxWS9iKAJBQFKnB8BWZdWMKEaJ { width:1.9365234375rem;height:1.7490234375rem;top:11.8740234375rem;left:9.03125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R8BzyqAAJITpkLkItqtJGyTVZTgAE65t { width:20rem;height:29.249125rem;top:15.123698234558rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-form-header {  }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.75rem;font-weight:bold;color:#909090;width:16.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-input-text {padding-top: 0; padding-bottom: 0;}#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:16.625rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-input-select {padding-top: 0; padding-bottom: 0;}#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#03989e;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:16.625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:15.375rem;overflow:hidden;font-style:normal; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-container:first-of-type{padding-top:0;}#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-container:last-of-type{padding-bottom:0;}#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0.4375rem;top:30.1240234375rem;z-index:100002; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.625rem;display:block;vertical-align:top; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2rem;line-height:1.3;font-weight:700;color:#3c3c3b;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD {display:block;}#aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:0.4375rem;top:30.1240234375rem;z-index:100002; }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #wccIyQEMg8BqKux5actG5yIsEd3wgulW {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #tMmobmfkPlP9QCJSxNs0J5hmhd9bTCbE {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #XabLIFTArqE8ke8k7zfH0SGUDFsu9w6R {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #mhT3NgIxcLImTV94ryOOkXsp7WEBeQHm {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #fGEb63Z0pA8b8fs4GKIT5PTgL8b11w46 {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #ro2PfXcFmDLfhURy71z9eRREMhOgkx5y {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #Ef4vak4Bo1rTwTGlHyGrEizxIyXQXrTZ {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #pcGDb6gdpxkeTwTxFfJ8RGFxi2zFnoob {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #oilrW8ZRR6PpS1IRu3rS8vnTNbMVzEin {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #WWFaOBXMZqdLTwG4ygGOvik8Ncw1LQqS {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #HdxSvy7oLmPFRwtvPblFL8JzWx3paODc {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #tt84iw14myT0nncroaNVCxqDPQfLtq3m {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #n5EpcqeVv6SKT8p5tDRevwePONncLXfw {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #roi4UyTOfb4hXsPteaNsi65kLZuAWrH2 { z-index:2; }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #WQ0l0nAlZyuZrM5uLdnWLyx4B0C8UyWa {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #zMBeFbNlT5E5QoUzvhBIEOvE9VTrQkGf {  }
 }@media only screen and (max-width: 763px) { #aaTzpWBgPvxKoouwwz6nPgky9K0dpHKD #EttlEXi7gCnK0J4yE4e07etvc4B6rpx3 {  }
 }@media only screen and (max-width: 763px) { #eUNiQ2FQFJbI3Rdp9KktBp0GZOrkRAMw { width:16.875rem;height:3.5625rem;top:25.6875rem;left:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d91D8crIw2ifhy5aVR7uiS97uBG7NNnn { top:24.0615234375rem;left:0rem;width:20rem;height:32.5625rem;z-index:99999;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:rgba(227,227,227,0.3);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) { #tJRUkXHLIPnIGUiVZQrcbRDT713Vnnx3 { width:1.9375rem;height:1.9375rem;top:39.3740234375rem;left:17.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mgTq5opzaWiOTgreBd8euAUiM0vd25Qc { width:18.875rem;height:3rem;top:7.7490234375rem;left:0.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAyghW0aSFlPLQDNhkcHrlA48HmzMzxi { width:20rem;height:5.0625rem;top:1.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KO2uAFysTWh0Z1EP8A11SI3QkmF7u0J3 { display:block; }#KO2uAFysTWh0Z1EP8A11SI3QkmF7u0J3 > .row .container { width:20rem;height:34.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B4VkeX8ybLUetNJ1BiEcQnxQTTokTLMn { width:15.4375rem;height:3.4375rem;top:6.0732421875rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFTFhbPwSzSpZFq25v04cVOAydpxDS5O { display:block; }
 }@media only screen and (max-width: 763px) { #zq6dZLwwMFOE9kc2UlVUCDD0emmdq4xe { width:15.4375rem;height:3.4375rem;top:10.7607421875rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xipe1V7uU2qZNfA0QyEoPey3hl5EGF62 { display:block; }
 }@media only screen and (max-width: 763px) { #z2B9QyTlQ8wBTKpQb5iCH5bqtTFV3Hn3 { width:15.4375rem;height:3.4375rem;top:15.5rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE5KvKees4ES9D4IGfHUZ38U4U33kOZN { display:block; }
 }@media only screen and (max-width: 763px) { #bI4PPR7P52WNcMPFW8EvV9qxC2TQyHMO { width:15.4375rem;height:3.4375rem;top:20.4482421875rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C5SSWIXalNXzTqnkpzbqDTGVEFGnMbOX { display:block; }
 }@media only screen and (max-width: 763px) { #dsdxFHLumFQVlqUEdkxpLrSUXSuFb16u { width:20rem;height:2.5625rem;top:2.3857421875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e63bFQVW3kHT7O9aWAfWT2suAHWN3L9g { width:20rem;height:10.5107421875rem;top:23.8232421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3c7XiaSmMEdtXKmNIEiToyHMN5gQ3GN { display:block; }#U3c7XiaSmMEdtXKmNIEiToyHMN5gQ3GN > .row .container { width:20rem;height:120.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QoyAfcidxTny9p3N1H4fALR9GPMqF8IB { width:20rem;height:5.55555625rem;top:1.25rem;left:0rem;font-size:2.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rObdv3mpFBScsg3UE9gN3TySI058I01b { width:12.9375rem;height:8rem;top:71.5615234375rem;left:6.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pIJc8cn7bLyvVIeaXuaE0WhvCuwaMRQ6 { width:17.4375rem;height:4.5rem;top:79.5615234375rem;left:1.375rem;font-size:1rem;text-align:center;text-align-last:center;color:#03989e;display:block; }
 }@media only screen and (max-width: 763px) { #Hi8xT4uGIX9QqJ9ToJClTVeFFAdBETPD { width:14.5625rem;height:3.375rem;top:45.09375rem;left:5.4375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t579kceSFLxVMHZKLNyTlaSp7geaXdR0 { width:17.875rem;height:6rem;top:48.8740234375rem;left:1.03125rem;font-size:1rem;text-align:center;text-align-last:center;color:#03989e;display:block; }
 }@media only screen and (max-width: 763px) { #nUQPdWk828qt7QlRK3BTTtEpF8oql34a { width:14.6875rem;height:3.375rem;top:7.46875rem;left:4.6240234375rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jw1xV2INuTPrVOuMTH7renKnprETXF8h { width:18rem;height:4.5rem;top:11.875rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;color:#03989e;display:block; }
 }@media only screen and (max-width: 763px) { #zXfa2qQLSbK2ltQ96LLUzqzThGbZocKq { width:14.6875rem;height:6.75rem;top:57.6865234375rem;left:5.2509765625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TxtmALGTFfmXAPRVTbnxy7IIQhKsTJCy { width:17.3115234375rem;height:4.5rem;top:64.4365234375rem;left:1.34375rem;font-size:1rem;text-align:center;text-align-last:center;color:#03989e;display:block; }
 }@media only screen and (max-width: 763px) { #pIxGc00ao8tvowa1pnKeXS1OzQ16pJ2D { width:3.9375rem;height:3.875rem;top:71.5615234375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J912OBqTIXZhuB4s9SSr4GLxy9RwTwOI { width:4.1875rem;height:4.1875rem;top:7.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAWcJ1lH0GoEZeX8X19APN9GqN35Nlfp { width:4.0625rem;height:4.0625rem;top:44.75rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGnedOQNiRfWmHdIaJbbyDahxxJIwcBK { width:3.875rem;height:3.875rem;top:57.5615234375rem;left:1.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsGJbqvZzbkPVOekHNDbOQyXsnOoJ6ac { width:20rem;height:4.375rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:100001;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sXe79bGCZxQVra2aBvsTsi9LQVKiarEk { width:20rem;height:23.75rem;top:18.375rem;left:0.0625rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }#sXe79bGCZxQVra2aBvsTsi9LQVKiarEk li:before{  }
 }@media only screen and (max-width: 763px) { #OT2TKSmRiUsgolkPvsd8sE7tNbw8xDKu { width:20rem;height:1.1875rem;top:17rem;left:0rem;font-size:1rem;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Igxdzvl2ftQkPk4iCPDRwXTBaAebwlA9 { width:2.6875rem;height:2.5625rem;top:90.9375rem;left:1.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WteFycsFURKrKoOBIzipZRLOfm9NNtmD { width:15.75rem;height:7.5rem;top:90.9375rem;left:3.5rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #aLVP3T07wJANSFkvThIzoAdgh0Foew5Z { width:4.1875rem;height:3.0797517811998rem;top:44.1875rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #tl5OhcgBP1g0l7NnKcSWrChcgGemdKz1 { width:2.6875rem;height:2.5625rem;top:99.9375rem;left:1.375rem;font-size:2rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #NIRsVeRFcD7HaeObv8smn1ehshQBpA3y { width:15.9375rem;height:6rem;top:99.9375rem;left:3.3125rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #xrANqIwnKnnFuvLSgTUZ1G7doUCsFL3W { width:16rem;height:10.5rem;top:107.9375rem;left:3.25rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #eFU7i0KQbS88yApdpUqyqJJpdBWVxWOX { width:2.6875rem;height:2.5625rem;top:107.9375rem;left:1.03125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhgVRC6UZVazVwVQ9TMNWaMelmEfP5Cv { width:20rem;height:1.6875rem;top:88rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;color:#005956;display:block; }
 }@media only screen and (max-width: 763px) { #bmpyNvJdcVDAOXJAAO3W97CGllh7sMe8 { width:4.1875rem;height:3.0797517811998rem;top:44.1875rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #XrdA9SoZiO6y6rTrbwC3uhE1qrEZQygo { display:block; }#XrdA9SoZiO6y6rTrbwC3uhE1qrEZQygo > .row .container { width:20rem;height:43.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tPmF5SB96FOSGWhxbFmCPalQlGfWynzL { width:20rem;height:2.5625rem;top:2.625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mn6HzFlH2X6avC1eTHJfGm0ghtRwxNDz { width:20rem;height:2.5625rem;top:23.5625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lJ8yuLguau2x5SX0ShyNTcsJ4zUUNITe { width:20rem;height:15rem;top:5.125rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #QnTBMuP6PcmVOeaKTSN1guZaeUq7v0lQ { width:20rem;height:4.5rem;top:26.8125rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #OzPnhccVBd4GtaQeTiRHD64yfcG7XwDQ { width:20rem;height:10.5625rem;top:31.3125rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }#OzPnhccVBd4GtaQeTiRHD64yfcG7XwDQ li:before{  }
 }@media only screen and (max-width: 763px) { #xRqcu1O0bGORzbORqMRThcaD1wXSdW8X { display:block; }#xRqcu1O0bGORzbORqMRThcaD1wXSdW8X > .row .container { width:20rem;height:37.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pz8VasT85VNXXIqWAkHuNWm51VLTSh6b { width:20rem;height:2.5625rem;top:1.8125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eAlwy9JcAQPXBqaT2vkEFUrd09ylq6In { width:20rem;height:31.5rem;top:4.375rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #GAuyPL9kKOUpgPRuUrzeKaCmm83E6J4Z { display:none; }#GAuyPL9kKOUpgPRuUrzeKaCmm83E6J4Z > .row .container { width:20rem;height:44.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t2II4p9Q1UyDNZrzqn2e4D5ki3kbuh6k { width:20rem;height:3rem;top:13.37890625rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UN8aVoO1VlJdnnFo6xk6DfvDO022sbJu { width:14.561625rem;height:18.1249875rem;top:18.50390625rem;left:5.438375rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #O8kmk632G4ZsUz9cXyQ2Ur3B7tJznuTu { width:20rem;height:2.5625rem;top:6.31640625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTbR0xu7NKOao3KJI40vDz84wUWUpWKO { width:20rem;height:5.125rem;top:9.69140625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rDCa8m0OroFdRzrckxv42FcSz0yua3un { width:14.436875rem;height:16.1111rem;top:18.62890625rem;left:5.563125rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPF2AxO45iT9Ds0hcqWgE9KNOkvWEmcD { width:20rem;height:42.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lRArdIrPau7GQTwlh0utd8R9HxXAgLEn { width:1.75rem;height:1.6884765625rem;top:18.69140625rem;left:4.62890625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xivZGJhPqvcTp67tOW4fxLzgiTytdsQC { width:1.7490234375rem;height:1.6865234375rem;top:22.75390625rem;left:4.62890625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlBJ4fnV77EvqV1V9XgOT51MdsLte5mT { width:1.7490234375rem;height:1.6865234375rem;top:26.75390625rem;left:4.75390625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHM0MxltRQ4SEhstzvSTzdKUPWvdlgTV { width:1.7490234375rem;height:1.6875rem;top:18.87890625rem;left:18.2509765625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyR1fDHZKy3xe4Zz7XoyBkzhIEvSFCnQ { width:1.7490234375rem;height:1.6865234375rem;top:22.94140625rem;left:18.2509765625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBfCavNiSngZdeisv1mqIPwTD9A28vbs { width:1.7490234375rem;height:1.6865234375rem;top:26.94140625rem;left:18.2509765625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCCAlSEHqxZCUW9t4PKfFMb2f8orqncp { width:14.560546875rem;height:14rem;top:18.503253936767rem;left:5.439453125rem;font-size:1.1875rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #UTNnBoFsKJ1XmeKAW4vylshtLi9WT9NG { width:14.4365234375rem;height:12rem;top:18.628040313721rem;left:5.5634765625rem;font-size:1.1875rem;z-index:100006;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z6wWIobnVJlo0xUQiFFTDxmeusrTZvDK { display:none; }#Z6wWIobnVJlo0xUQiFFTDxmeusrTZvDK > .row .container { width:20rem;height:49.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #A4TzuAiGiiOtapkgszpfcy0qdQ2Rb9KZ { width:17.373046875rem;height:2.375rem;top:19.5rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fwcr4ZCWlrEyuhG3k30qmW7oBLaORTe6 { width:17.9365234375rem;height:2rem;top:13rem;left:1rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBG8FxGvIsAUssuXy28afySZaW606g4p { width:20rem;height:2rem;top:16.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLmVcBDTMqivbyCloDhb8B96TEm658n1 { width:18.6240234375rem;height:13.0625rem;top:34.9267578125rem;left:0.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNASM97EdPMXaSRa9XEFA1LvIbqUvC70 { width:20rem;height:13.5416875rem;top:1.25rem;left:0rem;font-size:2.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #C4LTlSA8RbaTOqwOoCSrtS8FrOlcbNJp { width:20rem;height:10.5517578125rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK6LKoyu6F6uRIXbDXTKLel061lNxz0B { width:20rem;height:4.375rem;top:6.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;z-index:100002;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #pqQiwCGhMiJcitoL8kheEhXpF4Z0M1hv { width:13.3115234375rem;height:3.75rem;top:1.25rem;left:3.3125rem;font-size:1.0625rem;text-align:center;text-align-last:center;z-index:100003;font-family:"dm sans";color:#4c4c4c;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #nhifmsU1gsP3IvCGTQHVLGDT5tTTkrSz { display:block; }#nhifmsU1gsP3IvCGTQHVLGDT5tTTkrSz > .row .container { width:20rem;height:52.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T6vEgewyrTwUC0UVGFTZckV9yyya1rbJ { width:15.4990234375rem;height:6.5625rem;top:2.875rem;left:2.25rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #CqhWCNr4HJkUgkxzWJkpVUNtOiThTnQE { width:17.874375rem;height:6.25rem;top:39.976129531861rem;left:0rem;font-size:1rem;line-height:1.1;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #xItgOTrpZrbvSCsyflRJe5Sb2mm4oAQW { width:18.2498125rem;height:11.1805375rem;top:43.249784469604rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #H9MaJ4gVREXUtT0FnAhldN3V7OuCUZmz { width:12.5rem;height:1.25rem;top:43.998046875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cha4LDwI6LzKaigm7374xECc3knofuvL { width:17.9373125rem;height:9.1666875rem;top:60.436197280884rem;left:1.0308160185814rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v2qZxlq1iC7u9eGOe911Tlig8zaOvwlx { width:15.1875rem;height:0.6875rem;top:11.625rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yghOltxCHHWSZU1QNMlnIGktr6agVZTg { width:3.3125rem;height:2rem;top:22.185546875rem;left:16.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gDG66ZSw9SJl2VCCRcmTiOIKZr5aOshq { width:12.5rem;height:2rem;top:8.78125rem;left:5.3115234375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xJuaHeWlkXlczTTWHbLtRugdElauMgMQ { width:12.5rem;height:2rem;top:14.373046875rem;left:5.3115234375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X0veeBkkXTWuhhlO8ARXF8CB9IROAthr { width:20rem;height:0.6875rem;top:29.1415rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XVhmLipTiG8vspPJ0IWPecIIbxD2LrEC { width:4.49978125rem;height:2.08333125rem;top:31.079rem;left:7.75rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #heqQxJsShUy1lRoqt3TnSN7IacqAST8y { width:12.5rem;height:2rem;top:20.185546875rem;left:5.3115234375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ibBdbsDeJA4QBidgcis4MsroRPLSvaZ0 { width:20rem;height:0.6875rem;top:42.181rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #kSfl5DJk0zLxb5fznXyPoLhW2nzsKvKL { width:4.49978125rem;height:2.08333125rem;top:44.1185rem;left:7.75rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3LQ86NCXEaeqT8VGQNru8IUn9MKpGXT { width:2.625rem;height:2.625rem;top:8.46875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPZlT4ogaLh9TA59xKvODLTnxPHdHXbP { width:2.9990234375rem;height:2.9990234375rem;top:13.8740234375rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yIfq4UzDdc6eQ4hvun8ywPzO9ustrL3K { width:2.4365234375rem;height:2.4365234375rem;top:19.6865234375rem;left:1.3759765625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUORhzpSDQ6l9ZFn0d8xhXsFBpVBDr3V { width:15.1865234375rem;height:0.6865234375rem;top:17.3818359375rem;left:1.1259765625rem;z-index:100010;display:block; }
 }@media only screen and (max-width: 763px) { #Zc1kpJQ91BrkOZB1bH1hFz1txsSL9p9m { width:3.3125rem;height:2rem;top:16.435546875rem;left:16.6875rem;font-size:1.5625rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #k0PUu9rRtm6JoC6DMKVqtMRCawDo5Rg6 { width:18.75rem;height:6.375rem;top:26.560546875rem;left:0.78125rem;font-size:1rem;line-height:1.1;text-align:justify;text-align-last:initial;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #mG9dsmvER0NJ7qhP9veghCthV1KJeLEN { width:18.875rem;height:6.375rem;top:43.998046875rem;left:0.5625rem;font-size:1rem;z-index:100006;line-height:1.1;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #I1u66ECMHd9FzyZWDaLWOAKxO4qgL7CR { width:3.3115234375rem;height:2rem;top:10.96875rem;left:16.6884765625rem;font-size:1.5625rem;z-index:100013;display:block; }
 }@media only screen and (max-width: 763px) { #DKrRywEovv1UOyHEA6523shfmDi2Qmmb { width:15.186625rem;height:0.68685rem;top:42.878904342651rem;left:-42.721795022487rem;z-index:100012;display:block; }
 }@media only screen and (max-width: 763px) { #cGnJobTX0dzn9VwbE28yAZTbC7l0G868 { width:15.185546875rem;height:0.6865234375rem;top:22.9990234375rem;left:1.126953125rem;z-index:100011;display:block; }
 }@media only screen and (max-width: 763px) { #T7LmUogJIoqW9QAqccUrTou7z9S6kfDg { width:18.8125rem;height:6.375rem;top:35.248046875rem;left:0.5634765625rem;font-size:1rem;z-index:100008;line-height:1.1;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #uQumUTcBTEWScXG82xooSwUbducGrWMa { width:15.186625rem;height:0.68685rem;top:51.252166748047rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5nmqE5xVeLdRHaw82imdBUzoeEeFPdn { width:15.186625rem;height:0.68685rem;top:53.189016748047rem;left:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PWfytMIe4GMLXMWxHrc2xnLRoUBga0AT { display:block; }#PWfytMIe4GMLXMWxHrc2xnLRoUBga0AT > .row .container { width:20rem;height:15.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gEgeeIPNtKriqf3f6TClQ1pRZn0plk5l { width:20rem;height:7.22225rem;top:1.25rem;left:0rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #cF5sFUqrd4P6EHrTyk39bzmWJhvWyFTx { width:17.5rem;height:3.4375rem;top:11.25rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HTCAKM5vTMTuK6mn0kGzwcvuONFzrsTm { display:block; }
 }@media only screen and (max-width: 763px) { #QoXNe829SfLPNKqTIBIFzvk6UFxyJ451 { width:20rem;height:7.125rem;top:1.25rem;left:0rem;font-size:2rem;z-index:100003;display:block; }
 }@media only screen and (max-width: 763px) { #fGvdslogmxekdN2c8uqyKJpLRQlP0NMI { display:none; }#fGvdslogmxekdN2c8uqyKJpLRQlP0NMI > .row .container { width:20rem;height:19.3125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #L72JXha8MIbT2ttswbK5FFvPhzvyBRNB { width:20rem;height:3.5625rem;top:1.25rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3p6MnwH6LqnzqHWlbNDAAMEWQf1GcBb { width:17.5rem;height:3.4375rem;top:6.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxrgZVrzChAX5TThyteqBWdi8prTXABR { display:block; }
 }@media only screen and (max-width: 763px) { #v10WwkqGlM2tIfyvk42LAE6K5w3tk2Bt { width:20rem;height:7.3154296875rem;top:10.75rem;left:0rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #a8zdZwL9xUPde3bgLpXuRE8KDffru6Tx { width:20rem;height:7.3165137614681rem;top:59.87845rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sp9gQV9VZAXfyM7eoRGyEPM1a2Cyta0Z { display:block; }#sp9gQV9VZAXfyM7eoRGyEPM1a2Cyta0Z > .row .container { width:20rem;height:53.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gF66ty0n6ezsTLZsGXEDBUiEqUoQ7ADC { width:20rem;height:2.5625rem;top:42.875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QpnPFowHUyAgq2AXxT7iZxzf8dpIyPIl { width:20rem;height:6.388875rem;top:8.3051223754881rem;left:0rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #GX2qHS3Z9EDHfkT9SElbDpDndCpQ4hfs { width:20rem;height:5rem;top:45.4375rem;left:0rem;font-size:1rem;z-index:100004;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #huPQ3qcKA6NTtFpXhMJnMm5kIQ0meEZG { width:7.5rem;height:7.5rem;top:33.625rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #adQFeTxMwJCmoDoTapkt8XHH2twVGwVm { width:20rem;height:25.5rem;top:5.1875rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #LNnVr6x76wV53gRU7d58p5gXNEs88wkO { width:7.5625rem;height:2.5625rem;top:1.875rem;left:5.625rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }