.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/1S6aWRhf/Medicine.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.28); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.28); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { border-width: 0; border-radius: 0; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:60rem;overflow:visible;position:relative;display:block; }#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-form-header {  }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-regular-label { height:auto;display:none;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:24.5625rem;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;vertical-align:top;text-align:left;text-align-last:left; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-text { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;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:24.5625rem;box-sizing:border-box;height:3.75rem;color:#161616;font-size:1.1875rem;overflow:hidden;font-family:rakkas;vertical-align:top;font-weight:400;font-style:normal; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-text {padding-top: 0; padding-bottom: 0;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-textarea { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;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:24.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:1.1875rem;overflow:hidden;font-family:rakkas;vertical-align:top;font-weight:400;font-style:normal; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:24.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-select {padding-top: 0; padding-bottom: 0;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-button { background-color:#e21c48;background-image:none;background-position:top left !important;background-repeat: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:1.25rem;font-weight:bold;color:#f2f9ff;width:24.5625rem;height:3.75rem;font-family:roboto;overflow:hidden;text-align:center;text-align-last:center; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir [class*="-text"]:-moz-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir [class*="-text"]::-moz-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir [class*="-text"]:-ms-input-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir [class*="-text"]::-webkit-input-placeholder { color:#7e7e7e;font-family:roboto;font-size:1.25rem;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .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";font-size:0.75rem;font-weight:300;color:#ffffff;vertical-align:top;width:23.5rem;overflow:hidden;font-style:normal;line-height:1.7; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .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; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .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.3;text-align:right;text-align-last:right; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-container:first-of-type{padding-top:0;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-container:last-of-type{padding-bottom:0;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100013;position:absolute;top:18.857421875rem;left:0rem; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:24.5625rem;display:block;vertical-align:top; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir {display:block;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:24.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100013;position:absolute;top:18.857421875rem;left:0rem; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #wf0ux9X657bfubNghgHVE3bs5oBkaTgC { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #lT495KJkJ5e3qT2bu1u9v2QuWQxgU5LV { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #QaBtvwr80WG2NXq1nSxUpwnhIqUodFyr { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #wZn7J0V7oFaxF0TcCTVXTLxHnqRlyD1A { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #iBILoL2MUMQ2MiCMWCtoDOQ5xp9GabEU { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #ZQNUgPlg6PEpkPMTHfnAWTRl2GVcQqep { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #k2WR26zJiTLkinqKxEtHDzy5AzZGoiT9 { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #Wmp69Hwqcq6aWIALeVFXctOxnTt3TT1d { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #NXOwN4ZVmcMBeTyR4vM5T17wikGi6MTT { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #iv8SkCM8lyh8el1gxNqUXaSHM6TRQTON { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #iv8SkCM8lyh8el1gxNqUXaSHM6TRQTON .container-column{width:50%;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #TIhnK0gpCLvOS06Tm5SGgfFnp1oPG3M4 { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #XrI5LoprRksT81LmrvbECXE9vhkACVLp { position:relative;z-index:2; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #k673BLNxKrkIdwu5Cnz5hXfXAX4Uu3sW { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #yH1mW5sFrbWP0irJAJnifLv1rrbAwDNq { position:relative;z-index:2; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #OhpRTOCDk3BVf3RNG5QHRcbfQwNeQzHc { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #INN7R4TuyR7wXKEkrMcf4LXWI1bqOERP { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #OkfGhSkHWMOyPTL484GyhMb60KbThFXp { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #stroGDR3L2T0sGABPbdphW6Au609iwww { position:relative; }
#M09rmbKMmT5RX25Er1ySmsyDzESTbEdD { position:relative;display:block; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #RquBn5pAX420Ae2MZZ5yUoPRA0gRdKSZ { position:relative; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #hVSc2ltqykn3wboSzTuoz0UVILia7IwG { position:relative; }
#MZSvDvnTEP0L6a5upFb08lAheR558CrH { color:#4f4f4f;display:block;width:45.5620625rem;position:absolute;font-family:roboto;font-size:4rem;font-weight:400;z-index:100021;line-height:1;letter-spacing:0;top:4.0614151954651rem;left:0rem;height:8rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#v3apOWQxmzgbTr5t1idLAacbJ2be1Os5 { position:absolute;display:block;z-index:100022;background-color:#00acf8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.124783125rem;width:21.5625rem;top:12.560764312744rem;left:9.8795566558837rem;display:block; }
#cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { color:#4f4f4f;display:block;width:25.2495625rem;position:absolute;font-family:"mykonos ar";font-size:1.8125rem;font-weight:400;z-index:100021;line-height:1.5;letter-spacing:0;top:13.497179031372rem;left:0.90386199951175rem;height:5.4362rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { background-color: transparent; background-image: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container > .video-iframe-container { display: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row > .video-iframe-container { display: none; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .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); }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { border-width: 0; border-radius: 0; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { font-size:0.875rem;font-family:arial;height:15.4375rem;width:60rem;position:relative;display:block; }#SM3drtyy9RdfJpnzMxnut6JpQSvpT7T1 { color:#717171;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:2.2862415313721rem;left:0rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GAv2XJXDNvJNqNVJbsTOAN19JzAp31wM { color:#4f4f4f;display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.8125rem;font-weight:700;z-index:100025;line-height:.9;letter-spacing:0;top:5.875rem;left:0.09375rem;height:3.4309875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JfGJm7lE1y4uAq8GTF3s9xNpLO5oeOEf { position:absolute;display:block;z-index:100026;background-color:#00acf8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.124783125rem;width:14.375rem;top:5.2484807968139rem;left:22.8125rem;display:block; }
#nJGXD3AoSp10KL02J9tUVTT5tI7XvAeU { color:#4f4f4f;display:block;width:60rem;position:absolute;font-family:play;font-size:2.5625rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:9.8741302490238rem;left:0rem;height:3.3311625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row .container { background-color: transparent; background-image: none; }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row .container > .video-iframe-container { display: none; }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row > .video-iframe-container { display: none; }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .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); }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row .container { border-width: 0; border-radius: 0; }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row .container { font-size:0.875rem;font-family:arial;height:33.5625rem;width:60rem;position:relative;display:block; }#SXgUL5STvp3qPThKJGk9KTVXZo2b7IDI { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;height:25.8125rem;width:19rem;top:5.125rem;left:0.4375rem;display:block; }
#cLQyyQrbXlFTSyT3KzCcdJiqRpmU7LTl { position:absolute;display:block;z-index:100001;background-color:#752bd7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:19rem;top:5.125rem;left:0.5rem;display:block; }
#Tu2ZhXUgOrTTLoc69KUkBUM40EkE7bIK { color:#ffffff;display:block;width:13.9995625rem;position:absolute;font-family:roboto;font-size:2.125rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:5.5598961114883rem;left:2.9991302490234rem;height:2.7615rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FJhvMMFZoskTEfVgGIUtmAPbE2xbnKUb { background-color:#752bd7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.499375rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:27.061634063721rem;left:3.2486972808838rem;display:block; }
#c4fpFtQUhOObwJMQ5NpUxNmNKhbm80uG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#zOKMv5IOyzHhytQ7uKvgVwm7G2AUldC9 { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;height:25.375rem;width:18.8125rem;top:5.5603078137207rem;left:20.414896599002rem;display:block; }
#LZV1ULS192TvoagXE0tD4MnTtXB7s6V7 { background-color:#15c7fe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.499375rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:27.061634063721rem;left:23.249782562256rem;display:block; }
#xE6UfpqlvDAPAS5yNTQ9NlaKwtxAUrWP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XxxKyukPPqLD6yTdVQzfdgfZNey1v7R2 { position:absolute;display:block;z-index:100008;background-color:#15c7fe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.6875rem;width:19rem;top:5.374568939209rem;left:20.499130249024rem;display:block; }
#BTxQFqc3h3ktMuEqaUIuKKBQctfPWJfv { color:#ffffff;display:block;width:15.374375rem;position:absolute;font-family:roboto;font-size:1.9375rem;font-weight:700;z-index:100009;line-height:1.7;letter-spacing:0;top:5.1247832179069rem;left:22.312282562256rem;height:3.29426875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U7Gq9ggzFcwVuXiOptVdQyQvar0Ru3Zg { position:absolute;display:block;z-index:100008;background-color:#ba375c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:19rem;top:5.0625rem;left:40.5rem;display:block; }
#xlLB1nXbL9W0g5WyhDhUGOPmazllIUDZ { color:#ffffff;display:block;width:13.9375rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:5.1226196289062rem;left:43.781467437744rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rZXMunDZL0mS03OdfbXBRHlwLttEONae { color:#ffffff;display:block;width:6.4985rem;position:absolute;font-family:roboto;font-size:3.625rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:7.2688808441163rem;left:46.750217437744rem;height:4.71245625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e8RTzTyX278KaQ6Ey0OhKqcrMF6GJgLt { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;height:25.811625rem;width:18.9995625rem;top:5.0922311544418rem;left:40.398220062256rem;display:block; }
#pwqvL0cv3OzRkZGpxQpcpm0gRRTVO9nn { background-color:#ba375c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.499375rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:27.061634063721rem;left:43.249782562256rem;display:block; }
#I1vkV3c0iRWcVm69RtcPArNkMarNVTIi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#H42fHCcl0hEAh5rC7cR4xDgIfsm6stFg { color:#e9f1f1;display:block;width:8.125rem;position:absolute;font-family:cairo;font-size:3.625rem;font-weight:700;z-index:100172;line-height:1.3;letter-spacing:0;top:7.236328125rem;left:25.777996063233rem;height:4.71245625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oebg4Qle9ZxX8q8F8ttKz2d2SDGchGF7 { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:400;z-index:100149;line-height:1.7;letter-spacing:0;top:14.929473876953rem;left:21.124782562256rem;height:8.501525rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ll3zxTtR7Jg1qfSv713eb3iVgil5rTUV { color:#e9f1f1;display:block;width:9.6875rem;position:absolute;font-family:cairo;font-size:3.625rem;font-weight:700;z-index:100165;line-height:1.3;letter-spacing:0;top:7.236328125rem;left:5.1236972808838rem;height:4.71245625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#miwxylqyG9ICRd5uVy5zv227oHTkJBZC { color:#000000;display:block;width:18.75rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:400;z-index:100132;line-height:1.9;letter-spacing:0;top:14.187284946442rem;left:0.37521553039551rem;height:10.09115rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#anlfy2vbfgy3uA7MIIT12JCU9JgT7wWN { color:#ffffff;display:block;width:9.7471875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100182;line-height:1.7;letter-spacing:0;top:12.539063453674rem;left:43.781467437744rem;height:1.59375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#LZ7GEpP5hozmTgdTUDgOl2Rp6MiltgVU { color:#ffffff;display:block;width:9.7471875rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100172;line-height:1.7;letter-spacing:0;top:12.539063453674rem;left:24.162326812744rem;height:1.59375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rK2NqtvFSoB9tEl8QZFUyT8XoognUcNT { color:#ffffff;display:block;width:9.810125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100165;line-height:1.7;letter-spacing:0;top:12.539063453674rem;left:3.2454414367676rem;height:1.59375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HM6emNTx6wNRu8IUHDTKAM9yoriEJMTT { color:#000000;display:block;width:15.30925rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:400;z-index:100150;line-height:1.7;letter-spacing:0;top:14.92947101593rem;left:42.312282562256rem;height:8.92795rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HwB9QkzGKSwMXzS18ezDgJAQ5wkGXn5z { color:#fdcf3c;display:block;width:2.87435rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100202;line-height:1.7;letter-spacing:0;top:9.1742630004881rem;left:44.468318939209rem;height:2.2319875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#B6G8o6HI0dW4TG8MQffb1g9mF2nkkTBi { color:#fdcf3c;display:block;width:2.87435rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100203;line-height:1.7;letter-spacing:0;top:9.1731777191163rem;left:23.249782562256rem;height:2.2319875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GqAd4DmGMQ373MTSiKTHIonsL9hVlyHX { color:#fdcf3c;display:block;width:2.87435rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100204;line-height:1.7;letter-spacing:0;top:9.1731777191163rem;left:2.998046875rem;height:2.2319875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#wLsHf1pq6zVfvdbEw3SULQgiCEnB2Hbf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wLsHf1pq6zVfvdbEw3SULQgiCEnB2Hbf > .row .container { background-color: transparent; background-image: none; }#wLsHf1pq6zVfvdbEw3SULQgiCEnB2Hbf::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wLsHf1pq6zVfvdbEw3SULQgiCEnB2Hbf > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wLsHf1pq6zVfvdbEw3SULQgiCEnB2Hbf > .row .container > .video-iframe-container { display: none; }#wLsHf1pq6zVfvdbEw3SULQgiCEnB2Hbf > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#wLsHf1pq6zVfvdbEw3SULQgiCEnB2Hbf > .row > .video-iframe-container { display: none; }#wLsHf1pq6zVfvdbEw3SULQgiCEnB2Hbf > .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); }#wLsHf1pq6zVfvdbEw3SULQgiCEnB2Hbf > .row .container { border-width: 0; border-radius: 0; }#wLsHf1pq6zVfvdbEw3SULQgiCEnB2Hbf > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:block; }#HeniIQGpWThPqMhud93UUK7yJ3U0X4Pc { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;height:25.8125rem;width:19rem;top:5.125rem;left:0.4375rem;display:block; }
#dHh6yhanlQRqI4wNokb9bDNLh0yh0taL { position:absolute;display:block;z-index:100001;background-color:#752bd7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:19rem;top:5.125rem;left:0.5rem;display:block; }
#iFvdpVJCGqGA8ZDLlqbHTiz5G1NQfAIC { color:#ffffff;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.6;letter-spacing:0;top:5.1247768402099rem;left:2.5rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sg4wQKJUAuhuDFlHBtfQWXHrsRsbZaDV { background-color:#752bd7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.499375rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:27.061633110046rem;left:3.2486972808838rem;display:block; }
#mPnNHkKFynnVCrlnGWd7bTA6JbMBLHCq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#OmV3GeauOODwoA2OzqINQRvpTVMODT4x { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;height:25.5rem;width:19.0625rem;top:5.3116321563721rem;left:20.437282562256rem;display:block; }
#H0LD2a7M8Feync1ThwMl9VbZZ1qsIWT2 { background-color:#15c7fe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.499375rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:27.061633110046rem;left:23.249782562256rem;display:block; }
#NVAIHfiJzh4PgTgoCOVwsiibfCZ6CToy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DdVRmeazlkz2AhNdcAb4tgLuH08tCIGK { position:absolute;display:block;z-index:100008;background-color:#15c7fe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.936625rem;width:18.9995625rem;top:5.1877174377441rem;left:20.499130249024rem;display:block; }
#gIo80rfNkZlzDK9m9gNMiBVL9DaUDcDl { color:#ffffff;display:block;width:15.8745625rem;position:absolute;font-family:roboto;font-size:1.6875rem;font-weight:700;z-index:100009;line-height:2.3;letter-spacing:0;top:5.1247844696045rem;left:22.062717437744rem;height:3.8808625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vybJlb5DpkDT5BTXMLiT1VvVRezPRThu { position:absolute;display:block;z-index:100008;background-color:#ba375c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:19rem;top:5.0625rem;left:40.5rem;display:block; }
#OaDoto1lZBkdJLHu6hvFtBm3aQ2baGEL { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:100009;line-height:2;letter-spacing:0;top:5.1226119995117rem;left:40.531467437744rem;height:3.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oT9w9E74baxxCoCFusbTDJ15wA8JXyTU { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;height:25.8125rem;width:19rem;top:5.0625rem;left:40.4375rem;display:block; }
#hBEZhTpvGDPwfJANKE34rKmoyWhGtLTn { background-color:#ba375c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.499375rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:27.061633110046rem;left:43.249782562256rem;display:block; }
#mKVszmmnHXTW7Gs56VVRMEV4Nn4DsfH3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#SMdWd2NxO80c945WzWfIFtLFCbqTEyh7 { color:#f8f8f8;display:block;width:8.5623125rem;position:absolute;font-family:cairo;font-size:3.3125rem;font-weight:700;z-index:100188;line-height:1.3;letter-spacing:0;top:8.2465229034425rem;left:45.685764312744rem;height:4.3066375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JEc4Ouui6iPTgJZDvV0z7v9Pg0aw8T0U { color:#000000;display:block;width:15.30925rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:400;z-index:100165;line-height:1.7;letter-spacing:0;top:15.571831703186rem;left:42.344837188721rem;height:7.647575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dlhnWQZ0EG6ZGO6ezssbxShgomqqTmiK { color:#fdcf3c;display:block;width:2.87435rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100201;line-height:1.7;letter-spacing:0;top:9.2816791534425rem;left:43.186851501465rem;height:2.2319875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PV22AJbseIMa6pLxrpVrCfvGHkU6nriW { color:#f4eeef;display:block;width:11.4985rem;position:absolute;font-family:cairo;font-size:3.5625rem;font-weight:700;z-index:100181;line-height:1.3;letter-spacing:0;top:8.2465229034425rem;left:24.250217437744rem;height:4.6308625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Pv5bGg34OgBKB9ttCMMouhXazwSyi8WD { color:#f4eeef;display:block;width:11.7480625rem;position:absolute;font-family:cairo;font-size:3.75rem;font-weight:700;z-index:100190;line-height:1.3;letter-spacing:0;top:7.2189617156981rem;left:3.1846771240234rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xr9lmErv4oFwQOEzzCAIoM2z14n9ktlH { color:#000000;display:block;width:16.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:400;z-index:100150;line-height:2.2;letter-spacing:0;top:14.18728351593rem;left:21.5625rem;height:9.900175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fFQpsE41UdWkCBhgaLhQ6SBPSBonVsHN { color:#000000;display:block;width:17.686625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:400;z-index:100159;line-height:1.7;letter-spacing:0;top:14.932726860046rem;left:1.1555976867676rem;height:9.02778125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#diE8rTso4o790vNOSiLFeS6h0QieCFdT { color:#ffffff;display:block;width:9.810125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100188;line-height:1.7;letter-spacing:0;top:12.60090637207rem;left:44.004993438721rem;height:1.59375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#GGynVDPOqTblJzeiP38bk61UpC3aoSIP { color:#ffffff;display:block;width:7.561875rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:700;z-index:100181;line-height:1.7;letter-spacing:0;top:12.555334091186rem;left:26.217449188233rem;height:1.70030625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#oKwOdiSGpKMDlQI26uXixNl4yhOGlshQ { color:#ffffff;display:block;width:9.810125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100190;line-height:1.7;letter-spacing:0;top:12.539056777954rem;left:4.1514759063721rem;height:1.59375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#AJsr5pJXW4On29UoL7vUZNJIhkoXLaAc { color:#fdcf3c;display:block;width:2.87435rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100202;line-height:1.7;letter-spacing:0;top:9.2816791534425rem;left:23.185764312744rem;height:2.2319875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Z3aErsKiyBKmgXXJGrPQCqDa1GNSXBiF { color:#fdcf3c;display:block;width:2.87435rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100203;line-height:1.7;letter-spacing:0;top:9.0039005279544rem;left:2.5rem;height:2.2319875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#Oi9Op5vSyl0vaibTW8fsoNTdzPwne0kG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#Oi9Op5vSyl0vaibTW8fsoNTdzPwne0kG > .row .container { background-color: transparent; background-image: none; }#Oi9Op5vSyl0vaibTW8fsoNTdzPwne0kG::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Oi9Op5vSyl0vaibTW8fsoNTdzPwne0kG > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Oi9Op5vSyl0vaibTW8fsoNTdzPwne0kG > .row .container > .video-iframe-container { display: none; }#Oi9Op5vSyl0vaibTW8fsoNTdzPwne0kG > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#Oi9Op5vSyl0vaibTW8fsoNTdzPwne0kG > .row > .video-iframe-container { display: none; }#Oi9Op5vSyl0vaibTW8fsoNTdzPwne0kG > .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); }#Oi9Op5vSyl0vaibTW8fsoNTdzPwne0kG > .row .container { border-width: 0; border-radius: 0; }#Oi9Op5vSyl0vaibTW8fsoNTdzPwne0kG > .row .container { font-size:0.875rem;font-family:arial;height:33rem;width:60rem;position:relative;display:block; }#hV42EgJCAc2KIv8HfIPuK33VTPwtNZgw { position:absolute;display:block;z-index:100000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;height:25.8125rem;width:19rem;top:5.125rem;left:0.4375rem;display:block; }
#gGX2b0EFF9Pw2LnPS1U7WkNUs5xxriWB { position:absolute;display:block;z-index:100001;background-color:#752bd7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:19rem;top:5.125rem;left:0.5rem;display:block; }
#y3C9kACHF30DleMDv5NVwx1OTNPFHOPf { color:#ffffff;display:block;width:15rem;position:absolute;font-family:roboto;font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:5.6749124526978rem;left:2.5rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#spVnTDMZpCRUDnVlwBwNVAKZo0cvvWbA { background-color:#752bd7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.499375rem;height:3.4375rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:26.955299377441rem;left:3.2486972808838rem;display:block; }
#Jf6wLGM4K2dnpGP3kMoDX9JVIe6M2ig0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wvMEKgQ4em7VxRbOr002Q2XJRr0TMID1 { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;height:25.5rem;width:19.0625rem;top:5.3116321563721rem;left:20.437282562256rem;display:block; }
#GifCixcyfQDJSiCeJzbRWab5M2ooVPOl { background-color:#15c7fe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.499375rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:26.955299377441rem;left:23.249782562256rem;display:block; }
#eQ1eoMDmWNGVUduRdUGbH7xAMATvzTCJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#sHCk4fnVwVwa0cwE10O9tGMQhr5VwNba { position:absolute;display:block;z-index:100008;background-color:#15c7fe;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.936625rem;width:18.9995625rem;top:5.1877174377441rem;left:20.499130249024rem;display:block; }
#u9iZHlz1QnIVLydPdM4SNmwBCrsgKfx8 { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:roboto;font-size:1.625rem;font-weight:700;z-index:100009;line-height:2.1;letter-spacing:0;top:5.1247787475586rem;left:20.500217437744rem;height:3.41254375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rputF8ksNUkuvVgLvBbnxqNQy5ZxlMMe { position:absolute;display:block;z-index:100008;background-color:#ba375c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:9.0625rem;width:19rem;top:5.0625rem;left:40.5rem;display:block; }
#WVZBvo2NNyBczTEDR4bdmT1etKdRgOs2 { color:#ffffff;display:block;width:18.5rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:100009;line-height:1.9;letter-spacing:0;top:5.1226119995117rem;left:40.531467437744rem;height:2.9692375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HFGnkzpbDLZ2lFBJryTE2JfHlGGRqTnh { position:absolute;display:block;z-index:100007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;height:25.8125rem;width:19rem;top:5.0625rem;left:40.4375rem;display:block; }
#ZTwEpfB40Pnsp8M2NUkhIcu5AaVOgq7o { background-color:#ba375c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.499375rem;height:3.4375rem;text-decoration:none;z-index:100011;text-align:center;text-align-last:center;top:26.955299377441rem;left:43.249782562256rem;display:block; }
#XlM2Z1byXwJhku9sK5uZXNO83eWuGiS5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#A2SwwHRgSM1WacIXAK9xb9OpU2PhTd3r { color:#f4eeef;display:block;width:11.7480625rem;position:absolute;font-family:cairo;font-size:3.75rem;font-weight:700;z-index:100190;line-height:1.3;letter-spacing:0;top:8.1108942031863rem;left:4.1243476867676rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FnlL26sGoLFzqeD73Si5rZSihH9wfaMm { color:#efeeee;display:block;width:12.4956875rem;position:absolute;font-family:cairo;font-size:3rem;font-weight:700;z-index:100185;line-height:1.3;letter-spacing:0;top:7.7050819396975rem;left:44.258899688721rem;height:3.8997375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eayBTk9ON5moUn0XO2ymSOHcLhzhN3gs { color:#efeeee;display:block;width:12.4956875rem;position:absolute;font-family:cairo;font-size:3.0625rem;font-weight:700;z-index:100179;line-height:1.3;letter-spacing:0;top:8.1108951568606rem;left:24.258899688721rem;height:3.9800375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LZ57HhCdFXH01QLFs7a97p1ypTTi6FI5 { color:#ffffff;display:block;width:9.810125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100185;line-height:1.7;letter-spacing:0;top:12.600914001465rem;left:44.258899688721rem;height:1.59375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#G2TfbqU4Ex21TM1IWyO5gR7FlvugHTSm { color:#ffffff;display:block;width:9.810125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100179;line-height:1.7;letter-spacing:0;top:12.537979125976rem;left:23.719619750976rem;height:1.59375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZT06aC8J3HWiCycLR8rcbE8pBrREiIJX { color:#ffffff;display:block;width:9.810125rem;position:absolute;font-family:cairo;font-size:0.9375rem;font-weight:700;z-index:100180;line-height:1.7;letter-spacing:0;top:12.537978172303rem;left:3.1846771240234rem;height:1.59375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#HxJMpuh6e6hfNWS5Jw7x8vOn124tGTuX { color:#fdcf3c;display:block;width:2.87435rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100206;line-height:1.7;letter-spacing:0;top:8.5394992828369rem;left:43.186851501465rem;height:2.2319875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JxWe6B1VA0vIxFtAC6BHXrQMuabfDBQX { color:#fdcf3c;display:block;width:2.87435rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100205;line-height:1.7;letter-spacing:0;top:8.5394964218137rem;left:23.185764312744rem;height:2.2319875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#KMlI4oJOLJhJ0RbpqKev6UNdi9OpgSq7 { color:#fdcf3c;display:block;width:2.87435rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100204;line-height:1.7;letter-spacing:0;top:9.4422750473025rem;left:3.1846771240234rem;height:2.2319875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ug0vI2N0zay0AgQ99mAfDNzOoS8EOzHf { color:#000000;display:block;width:16.875rem;position:absolute;font-family:cairo;font-size:1.125rem;font-weight:400;z-index:100151;line-height:2.2;letter-spacing:0;top:14.587675094604rem;left:1.5625rem;height:7.42513125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dWTTepDlAnhiOdX5l6B29niTcN1MhVVT { color:#000000;display:block;width:17.6855625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:400;z-index:100160;line-height:1.7;letter-spacing:0;top:15.136720657349rem;left:21.156684875488rem;height:9.02778125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETCuaBgedE2XcTChGb62DnCaesLFaNoo { color:#000000;display:block;width:17.6855625rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:400;z-index:100161;line-height:1.7;letter-spacing:0;top:15.135635375976rem;left:41.880428314209rem;height:7.222225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e2e2e2;background-image:none;position:relative;display:block; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { background-color: transparent; background-image: none; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container > .video-iframe-container { display: none; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row > .video-iframe-container { display: none; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .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); }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { border-width: 0; border-radius: 0; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { font-size:0.875rem;font-family:arial;height:44.375rem;width:60rem;position:relative;display:block; }#BqbOW36S005xGDW63inxkom2nKNfqc10 { color:#717171;display:block;width:30.75rem;position:absolute;font-family:"russo one";font-size:2.4375rem;font-weight:400;z-index:100030;line-height:1.3;letter-spacing:0;top:5.0625rem;left:24.75rem;height:3.16731875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#rvJDRKLUwz9kzUUhMJR0dJZ3lBWlgpZl { position:absolute;display:block;z-index:100032;background-color:#00acf8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:13.75rem;top:17.125rem;left:39.6875rem;display:block; }
#VQry3cJRTDbqtv0BRT29IkksG3F6ykV0 { position:absolute;display:block;z-index:100033;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.5) ;height:17rem;width:24.0625rem;top:1.3857421875rem;left:1.560546875rem;overflow:hidden;display:block; }
#gIATEPiG16PUP0kTDfRf6iMXPvigTgvc { color:#044819;display:block;width:35.249rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:300;z-index:100109;line-height:2.2;letter-spacing:0;top:19.635009765625rem;left:24.140625rem;height:20.2192rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#JBpQQngK1dwMLHzEITRxVlBKbTkevtxD { box-sizing:content-box;color:#151515;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.1875rem 0.125rem 0.1875rem #050505;display:block;z-index:100066;top:8.22998046875rem;left:54.246826171875rem;display:block; }
#s5E6BAvLMIzkTLDSArU8UEizXcTTWGII { color:#000000;display:block;width:23.7480625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100069;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem rgba(0,0,0,0.5);top:9.2353515625rem;left:30.5rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#ncqb07bUUxzHOtrmEDTgrFWEQO0Nzprx { box-sizing:content-box;color:#151515;font-size:1.75rem;font-weight:400;line-height:1;height:2.561525rem;width:2.561525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.1875rem 0.125rem 0.1875rem #050505;display:block;z-index:100067;top:10.792236328125rem;left:54.246826171875rem;display:block; }
#nTdSXdMiffWZ5yyLDCwo2FoNEwbn4rhz { color:#000000;display:block;width:19.9980625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100070;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem rgba(0,0,0,0.5);top:14.4990234375rem;left:34.3115234375rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#vtCOHDhiGu3kNCZBlTnz32RLK3cTI4F2 { box-sizing:content-box;color:#151515;font-size:1.75rem;font-weight:400;line-height:1;height:2.56055rem;width:2.56055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.1875rem 0.125rem 0.1875rem #050505;display:block;z-index:100068;top:13.865966796875rem;left:54.246826171875rem;display:block; }
#DXER7h4rWZ3kdvdf19hJKlyivgTNlDr9 { color:#000000;display:block;width:23.621125rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100071;line-height:1.3;letter-spacing:0;text-shadow:0.3125rem 0.3125rem 0.3125rem rgba(0,0,0,0.5);top:11.9375rem;left:30.5625rem;height:1.2999125rem;text-align:right;text-align-last:right;display:block; }
#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container { background-color: transparent; background-image: none; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container > .video-iframe-container { display: none; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row > .video-iframe-container { display: none; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .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); }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container { border-width: 0; border-radius: 0; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container { font-size:0.875rem;font-family:arial;height:71.8125rem;width:60rem;position:relative;display:block; }#xA0mk6UU4Pc2kLUZRCPT5fc2J53x5RXF { color:#717171;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100028;line-height:1.3;letter-spacing:0;top:1rem;left:0rem;height:2.0317375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#knnsq3gXrKTExAppOpttSX4dUNtWJezI { position:absolute;display:block;z-index:100030;background-color:#00acf8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.125rem;width:14.375rem;top:4.125rem;left:22.8125rem;display:block; }
#REKy5Xv4WKiJHkTL45gNhEkvf9ENsD1O { position:absolute;display:block;z-index:100031;background-color:transparent;background-image:none;border-top:0.0625rem solid #bdbdbd;border-left:0.0625rem solid #bdbdbd;border-right:0.0625rem solid #bdbdbd;border-bottom:0.0625rem solid #bdbdbd;height:26.8125rem;width:57.375rem;top:35.875rem;left:2.375rem;display:block; }
#dVubBBI9fgURqcX8gEBmPWdTrHnx2HIQ { position:absolute;display:block;z-index:100032;background-color:#00acf8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.375rem;width:60rem;top:35.875rem;left:0rem;display:block; }
#Sd5z9dG2hJ4zXi729ys0QK4mr33TyHGu { box-sizing:content-box;color:#00acf8;font-size:5.6875rem;font-weight:400;line-height:1;height:8.1865rem;width:8.1865rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100033;top:36.685791015625rem;left:26.6552734375rem;display:block; }
#ky9ZgcAuLtWMXm0qn2c7T2IFz1uTpzfw { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.1875rem;font-weight:400;z-index:100034;line-height:.9;letter-spacing:0;top:37.5625rem;left:0.75rem;height:1.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZW4V8H7iTN6vkZu8q8p7JLTeegnN9rAV { position:absolute;display:block;z-index:100043;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/6RyWDZdG/meeting_2.jpg");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.5rem rgba(0,0,0,0.5) ;height:15.9375rem;width:26.8120625rem;top:44.125rem;left:3.5rem;display:block; }#ZW4V8H7iTN6vkZu8q8p7JLTeegnN9rAV.adaptive-delivery-prevent-bg, #ZW4V8H7iTN6vkZu8q8p7JLTeegnN9rAV.lazyload, #ZW4V8H7iTN6vkZu8q8p7JLTeegnN9rAV.lazyloading { background-image: none; }
#d6cE0zUGkltGGmAZyuV2FCddJbO4GfnT { background-color:#36c4b2;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:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.0615rem;height:3.561525rem;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:47.57568359375rem;left:34.840087890625rem;display:block; }
#HaMQA6yLnKR7VSBEE1WI3HP5MeKg9suy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#y4454058krAhLCQTQ7FFl0GKTUXyM58o { box-sizing:content-box;color:#36c4b2;font-size:3.5rem;font-weight:400;line-height:1;height:5.061525rem;width:5.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.625rem #000000;display:block;z-index:100032;top:43.623046875rem;left:43.33984375rem;display:block; }
#zCT65xbTGBu9G3WmWk8raWAFlmH7sRhm { box-sizing:content-box;color:#36c4b2;font-size:3.5rem;font-weight:400;line-height:1;height:5.061525rem;width:5.061525rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.6875rem #000000;display:block;z-index:100033;top:54.373779296875rem;left:43.33984375rem;display:block; }
#l7UG5x9FeauxK7KWchJl04sF83SRcXk2 { color:#136d2f;display:block;width:54.56175rem;position:absolute;font-family:cairo;font-size:1.3125rem;font-weight:700;z-index:100044;line-height:2.4;letter-spacing:0;top:4.124755859375rem;left:3.890380859375rem;height:22.05731875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#U21HAofS8OGvPV1lad0oPi10s1Pfc0cK { z-index:100001;top:29.81201171875rem;left:44.60205078125rem;background-color:transparent;background-image:none;border-top:0.125rem solid #12cc94;border-left:0.125rem solid #12cc94;border-right:0.125rem solid #12cc94;border-bottom:0.125rem solid #12cc94;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-sizing:border-box;color:#12cc94;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.8125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.37597625rem;height:3.62597625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#M33aFT1wtOqXT4XRdeA5yCKRRTTTtlcH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qRDaRTZ4PHLUHqaM8KUv8s9X1RXGoIkg { background-color:#36c4b2;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:1.1875rem;border-top-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-bottom-right-radius:1.1875rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:22.5rem;height:3.499025rem;text-decoration:none;z-index:100037;text-align:center;text-align-last:center;top:58.43505859375rem;left:34.840087890625rem;display:block; }
#ru3mZ0bXk5XTW5yWh8Ks5qP4Mv10x6T6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/wZrKG4N7/Medicine_bg.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w.adaptive-delivery-prevent-bg, #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w.lazyload, #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w.lazyloading { background-image: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { background-color: transparent; background-image: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,172,248,0.76); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container > .video-iframe-container { display: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,172,248,0.76); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row > .video-iframe-container { display: none; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .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); }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { border-width: 0; border-radius: 0; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { font-size:0.875rem;font-family:arial;height:39.625rem;width:60rem;position:relative;display:block; }#ozTWZNx4vTqKIy0w1JWSSvKnKuDskTZ8 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100032;line-height:1.3;letter-spacing:0;top:1.6232538223267rem;left:0rem;height:2.0317375rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#I3mNsSubMeT6gpgLgngFA4GmFpOIkL26 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:3.4375rem;font-weight:700;z-index:100033;line-height:.9;letter-spacing:0;top:4.7482538223267rem;left:0rem;height:3.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#h52FVMViyueUobMEMnqtVsTBr4KTNwAP { position:absolute;display:block;z-index:100034;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.124783125rem;width:14.375rem;top:3.5959100723267rem;left:22.8125rem;display:block; }
#LRWNVlIUGldOg6TuAiWPgK3go88D0Xr6 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"mykonos ar";font-size:1.4375rem;font-weight:400;z-index:100033;line-height:1.8;letter-spacing:0;top:9.183349609375rem;left:0rem;height:5.17578125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ArGkzxcQqKQnDClc70RGLA7c8XqcycxA { position:absolute;display:block;z-index:100120;border-top:0.3125rem solid #044819;border-left:0.3125rem solid #044819;border-right:0.3125rem solid #044819;border-bottom:0.3125rem solid #044819;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;height:20.3125rem;width:30.68725rem;top:15.826416015625rem;left:14.3408203125rem;overflow:hidden;display:block; }
#a79D8zz60xT34bTimpEJEUwBnEZ6uB4u { color:#3f4827;display:block;width:21.624rem;position:absolute;font-family:cairo;font-size:1.0625rem;font-weight:normal;z-index:100035;line-height:1.3;letter-spacing:0;top:37.459716796875rem;left:19.18701171875rem;height:1.3808625rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-regular-label { width:24.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-text { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-text {padding-top: 0; padding-bottom: 0;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-textarea { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-select { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-select {padding-top: 0; padding-bottom: 0;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-button { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-checkbox-label { width:23.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir  { width:24.5rem;height:auto;top:18.8125rem;left:0rem; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .radio-container { width:24.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir {display:block;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir { width:24.5rem;height:auto;top:18.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #wf0ux9X657bfubNghgHVE3bs5oBkaTgC {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #lT495KJkJ5e3qT2bu1u9v2QuWQxgU5LV {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #QaBtvwr80WG2NXq1nSxUpwnhIqUodFyr {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #wZn7J0V7oFaxF0TcCTVXTLxHnqRlyD1A {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #iBILoL2MUMQ2MiCMWCtoDOQ5xp9GabEU {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #ZQNUgPlg6PEpkPMTHfnAWTRl2GVcQqep {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #k2WR26zJiTLkinqKxEtHDzy5AzZGoiT9 {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #Wmp69Hwqcq6aWIALeVFXctOxnTt3TT1d {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #NXOwN4ZVmcMBeTyR4vM5T17wikGi6MTT {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #iv8SkCM8lyh8el1gxNqUXaSHM6TRQTON {  }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #iv8SkCM8lyh8el1gxNqUXaSHM6TRQTON .container-column{width:50%;} }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #TIhnK0gpCLvOS06Tm5SGgfFnp1oPG3M4 {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #XrI5LoprRksT81LmrvbECXE9vhkACVLp {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #k673BLNxKrkIdwu5Cnz5hXfXAX4Uu3sW {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #yH1mW5sFrbWP0irJAJnifLv1rrbAwDNq {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #OhpRTOCDk3BVf3RNG5QHRcbfQwNeQzHc {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #INN7R4TuyR7wXKEkrMcf4LXWI1bqOERP {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #OkfGhSkHWMOyPTL484GyhMb60KbThFXp {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #stroGDR3L2T0sGABPbdphW6Au609iwww {  }
 }@media only screen and (max-width: 763px) { #M09rmbKMmT5RX25Er1ySmsyDzESTbEdD { display:block; }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #RquBn5pAX420Ae2MZZ5yUoPRA0gRdKSZ {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #hVSc2ltqykn3wboSzTuoz0UVILia7IwG {  }
 }@media only screen and (max-width: 763px) { #MZSvDvnTEP0L6a5upFb08lAheR558CrH { width:45.5rem;height:7.9375rem;top:4rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3apOWQxmzgbTr5t1idLAacbJ2be1Os5 { width:21.5625rem;height:0.0625rem;top:12.5rem;left:3.7545566558838rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { width:25.1875rem;height:5.375rem;top:13.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { display:block; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SM3drtyy9RdfJpnzMxnut6JpQSvpT7T1 { width:47.75rem;height:2rem;top:2.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAv2XJXDNvJNqNVJbsTOAN19JzAp31wM { width:47.75rem;height:3.375rem;top:5.8125rem;left:0rem;font-size:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfGJm7lE1y4uAq8GTF3s9xNpLO5oeOEf { width:14.375rem;height:0.0625rem;top:5.1875rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJGXD3AoSp10KL02J9tUVTT5tI7XvAeU { width:47.75rem;height:3.3125rem;top:9.8125rem;left:0rem;font-size:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp { display:block; }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXgUL5STvp3qPThKJGk9KTVXZo2b7IDI { width:19rem;height:25.8125rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLQyyQrbXlFTSyT3KzCcdJiqRpmU7LTl { width:19rem;height:9.0625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu2ZhXUgOrTTLoc69KUkBUM40EkE7bIK { width:13.9375rem;height:2.75rem;top:5.5rem;left:0.93663024902344rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJhvMMFZoskTEfVgGIUtmAPbE2xbnKUb { width:13.4375rem;height:3.4375rem;top:27rem;left:1.1861972808838rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4fpFtQUhOObwJMQ5NpUxNmNKhbm80uG { display:block; }
 }@media only screen and (max-width: 763px) { #zOKMv5IOyzHhytQ7uKvgVwm7G2AUldC9 { width:18.8125rem;height:25.375rem;top:5.5rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZV1ULS192TvoagXE0tD4MnTtXB7s6V7 { width:13.4375rem;height:3.4375rem;top:27rem;left:17.062282562256rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE6UfpqlvDAPAS5yNTQ9NlaKwtxAUrWP { display:block; }
 }@media only screen and (max-width: 763px) { #XxxKyukPPqLD6yTdVQzfdgfZNey1v7R2 { width:19rem;height:8.6875rem;top:5.3125rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTxQFqc3h3ktMuEqaUIuKKBQctfPWJfv { width:15.3125rem;height:3.25rem;top:5.0625rem;left:16.124782562256rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7Gq9ggzFcwVuXiOptVdQyQvar0Ru3Zg { width:19rem;height:9.0625rem;top:5.0625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlLB1nXbL9W0g5WyhDhUGOPmazllIUDZ { width:13.9375rem;height:2.4375rem;top:5.0625rem;left:33.468967437744rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZXMunDZL0mS03OdfbXBRHlwLttEONae { width:6.4375rem;height:4.75rem;top:7.25rem;left:36.437717437744rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8RTzTyX278KaQ6Ey0OhKqcrMF6GJgLt { width:18.9375rem;height:25.75rem;top:5.0625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwqvL0cv3OzRkZGpxQpcpm0gRRTVO9nn { width:13.4375rem;height:3.4375rem;top:27rem;left:32.937282562256rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1vkV3c0iRWcVm69RtcPArNkMarNVTIi { display:block; }
 }@media only screen and (max-width: 763px) { #H42fHCcl0hEAh5rC7cR4xDgIfsm6stFg { top:7.1875rem;left:19.589845657349rem;width:8.125rem;height:4.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oebg4Qle9ZxX8q8F8ttKz2d2SDGchGF7 { top:14.875rem;left:14.375rem;width:17.375rem;height:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ll3zxTtR7Jg1qfSv713eb3iVgil5rTUV { top:7.1875rem;left:3.0611972808838rem;width:9.6875rem;height:4.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miwxylqyG9ICRd5uVy5zv227oHTkJBZC { top:14.125rem;left:0rem;width:18.75rem;height:10.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #anlfy2vbfgy3uA7MIIT12JCU9JgT7wWN { top:12.5rem;left:33.468967437744rem;width:9.6875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ7GEpP5hozmTgdTUDgOl2Rp6MiltgVU { top:12.5rem;left:17.974826812744rem;width:9.6875rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rK2NqtvFSoB9tEl8QZFUyT8XoognUcNT { top:12.5rem;left:1.1829414367676rem;width:9.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM6emNTx6wNRu8IUHDTKAM9yoriEJMTT { top:14.875rem;left:31.999782562256rem;width:15.25rem;height:8.9375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HwB9QkzGKSwMXzS18ezDgJAQ5wkGXn5z { top:9.125rem;left:34.155818939209rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6G8o6HI0dW4TG8MQffb1g9mF2nkkTBi { top:9.125rem;left:17.062282562256rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GqAd4DmGMQ373MTSiKTHIonsL9hVlyHX { top:9.125rem;left:0.935546875rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLsHf1pq6zVfvdbEw3SULQgiCEnB2Hbf { display:block; }#wLsHf1pq6zVfvdbEw3SULQgiCEnB2Hbf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeniIQGpWThPqMhud93UUK7yJ3U0X4Pc { width:19rem;height:25.8125rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHh6yhanlQRqI4wNokb9bDNLh0yh0taL { width:19rem;height:9.0625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFvdpVJCGqGA8ZDLlqbHTiz5G1NQfAIC { width:15rem;height:2.9375rem;top:5.0625rem;left:0.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg4wQKJUAuhuDFlHBtfQWXHrsRsbZaDV { width:13.4375rem;height:3.4375rem;top:27rem;left:1.1861972808838rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPnNHkKFynnVCrlnGWd7bTA6JbMBLHCq { display:block; }
 }@media only screen and (max-width: 763px) { #OmV3GeauOODwoA2OzqINQRvpTVMODT4x { width:19.0625rem;height:25.5rem;top:5.25rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0LD2a7M8Feync1ThwMl9VbZZ1qsIWT2 { width:13.4375rem;height:3.4375rem;top:27rem;left:17.062282562256rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVAIHfiJzh4PgTgoCOVwsiibfCZ6CToy { display:block; }
 }@media only screen and (max-width: 763px) { #DdVRmeazlkz2AhNdcAb4tgLuH08tCIGK { width:18.9375rem;height:8.875rem;top:5.1875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIo80rfNkZlzDK9m9gNMiBVL9DaUDcDl { width:15.8125rem;height:3.875rem;top:5.0625rem;left:15.875217437744rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vybJlb5DpkDT5BTXMLiT1VvVRezPRThu { width:19rem;height:9.0625rem;top:5.0625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaDoto1lZBkdJLHu6hvFtBm3aQ2baGEL { width:18.4375rem;height:3.125rem;top:5.0625rem;left:29.1875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oT9w9E74baxxCoCFusbTDJ15wA8JXyTU { width:19rem;height:25.8125rem;top:5.0625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBEZhTpvGDPwfJANKE34rKmoyWhGtLTn { width:13.4375rem;height:3.4375rem;top:27rem;left:32.937282562256rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKVszmmnHXTW7Gs56VVRMEV4Nn4DsfH3 { display:block; }
 }@media only screen and (max-width: 763px) { #SMdWd2NxO80c945WzWfIFtLFCbqTEyh7 { top:8.1875rem;left:35.373264312744rem;width:8.5rem;height:4.25rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEc4Ouui6iPTgJZDvV0z7v9Pg0aw8T0U { top:15.5625rem;left:32.032337188721rem;width:15.25rem;height:9.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlhnWQZ0EG6ZGO6ezssbxShgomqqTmiK { top:9.25rem;left:32.874351501465rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV22AJbseIMa6pLxrpVrCfvGHkU6nriW { top:8.1875rem;left:18.062717437744rem;width:11.4375rem;height:4.625rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv5bGg34OgBKB9ttCMMouhXazwSyi8WD { top:7.1875rem;left:1.12109375rem;width:11.6875rem;height:4.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr9lmErv4oFwQOEzzCAIoM2z14n9ktlH { top:14.125rem;left:14.875rem;width:16.875rem;height:12.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFQpsE41UdWkCBhgaLhQ6SBPSBonVsHN { top:14.875rem;left:0rem;width:17.625rem;height:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #diE8rTso4o790vNOSiLFeS6h0QieCFdT { top:12.5625rem;left:33.692493438721rem;width:9.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGynVDPOqTblJzeiP38bk61UpC3aoSIP { top:12.5rem;left:20.029949188233rem;width:7.5rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKwOdiSGpKMDlQI26uXixNl4yhOGlshQ { top:12.5rem;left:2.0889759063721rem;width:9.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJsr5pJXW4On29UoL7vUZNJIhkoXLaAc { top:9.25rem;left:16.998264312744rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z3aErsKiyBKmgXXJGrPQCqDa1GNSXBiF { top:9rem;left:0.4375rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oi9Op5vSyl0vaibTW8fsoNTdzPwne0kG { display:block; }#Oi9Op5vSyl0vaibTW8fsoNTdzPwne0kG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hV42EgJCAc2KIv8HfIPuK33VTPwtNZgw { width:19rem;height:25.8125rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGX2b0EFF9Pw2LnPS1U7WkNUs5xxriWB { width:19rem;height:9.0625rem;top:5.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3C9kACHF30DleMDv5NVwx1OTNPFHOPf { width:15rem;height:2.375rem;top:5.625rem;left:0.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #spVnTDMZpCRUDnVlwBwNVAKZo0cvvWbA { width:13.4375rem;height:3.4375rem;top:26.9375rem;left:1.1861972808838rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf6wLGM4K2dnpGP3kMoDX9JVIe6M2ig0 { display:block; }
 }@media only screen and (max-width: 763px) { #wvMEKgQ4em7VxRbOr002Q2XJRr0TMID1 { width:19.0625rem;height:25.5rem;top:5.25rem;left:12.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GifCixcyfQDJSiCeJzbRWab5M2ooVPOl { width:13.4375rem;height:3.4375rem;top:26.9375rem;left:17.062282562256rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ1eoMDmWNGVUduRdUGbH7xAMATvzTCJ { display:block; }
 }@media only screen and (max-width: 763px) { #sHCk4fnVwVwa0cwE10O9tGMQhr5VwNba { width:18.9375rem;height:8.875rem;top:5.1875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9iZHlz1QnIVLydPdM4SNmwBCrsgKfx8 { width:18.75rem;height:3.375rem;top:5.0625rem;left:13rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rputF8ksNUkuvVgLvBbnxqNQy5ZxlMMe { width:19rem;height:9.0625rem;top:5.0625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVZBvo2NNyBczTEDR4bdmT1etKdRgOs2 { width:18.4375rem;height:2.9375rem;top:5.0625rem;left:29.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFGnkzpbDLZ2lFBJryTE2JfHlGGRqTnh { width:19rem;height:25.8125rem;top:5.0625rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTwEpfB40Pnsp8M2NUkhIcu5AaVOgq7o { width:13.4375rem;height:3.4375rem;top:26.9375rem;left:32.937282562256rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlM2Z1byXwJhku9sK5uZXNO83eWuGiS5 { display:block; }
 }@media only screen and (max-width: 763px) { #A2SwwHRgSM1WacIXAK9xb9OpU2PhTd3r { top:8.0625rem;left:2.06103515625rem;width:11.6875rem;height:4.875rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnlL26sGoLFzqeD73Si5rZSihH9wfaMm { top:7.6875rem;left:33.945314407349rem;width:12.4375rem;height:3.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eayBTk9ON5moUn0XO2ymSOHcLhzhN3gs { top:8.0625rem;left:18.071399688721rem;width:12.4375rem;height:3.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ57HhCdFXH01QLFs7a97p1ypTTi6FI5 { top:12.5625rem;left:33.946399688721rem;width:9.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2TfbqU4Ex21TM1IWyO5gR7FlvugHTSm { top:12.5rem;left:17.532119750976rem;width:9.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT06aC8J3HWiCycLR8rcbE8pBrREiIJX { top:12.5rem;left:1.1221771240234rem;width:9.75rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HxJMpuh6e6hfNWS5Jw7x8vOn124tGTuX { top:8.5rem;left:32.874351501465rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JxWe6B1VA0vIxFtAC6BHXrQMuabfDBQX { top:8.5rem;left:16.998264312744rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMlI4oJOLJhJ0RbpqKev6UNdi9OpgSq7 { top:9.4375rem;left:1.1221771240234rem;width:2.8125rem;height:2.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ug0vI2N0zay0AgQ99mAfDNzOoS8EOzHf { top:14.5625rem;left:0rem;width:16.875rem;height:9.875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dWTTepDlAnhiOdX5l6B29niTcN1MhVVT { top:15.125rem;left:14.125rem;width:17.625rem;height:10.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETCuaBgedE2XcTChGb62DnCaesLFaNoo { top:15.125rem;left:30rem;width:17.625rem;height:9rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ { display:block; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqbOW36S005xGDW63inxkom2nKNfqc10 { width:30.75rem;height:3.125rem;top:5.0625rem;left:17rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvJDRKLUwz9kzUUhMJR0dJZ3lBWlgpZl { width:13.75rem;height:0.125rem;top:17.125rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQry3cJRTDbqtv0BRT29IkksG3F6ykV0 { width:24.0625rem;height:17rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIATEPiG16PUP0kTDfRf6iMXPvigTgvc { top:19.625rem;left:12.5rem;width:35.1875rem;height:23.1875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBpQQngK1dwMLHzEITRxVlBKbTkevtxD { top:8.1875rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5E6BAvLMIzkTLDSArU8UEizXcTTWGII { top:9.1875rem;left:24.0625rem;width:23.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncqb07bUUxzHOtrmEDTgrFWEQO0Nzprx { top:10.75rem;left:45.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTdSXdMiffWZ5yyLDCwo2FoNEwbn4rhz { top:14.4375rem;left:27.8125rem;width:19.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtCOHDhiGu3kNCZBlTnz32RLK3cTI4F2 { top:13.8125rem;left:45.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXER7h4rWZ3kdvdf19hJKlyivgTNlDr9 { top:11.9375rem;left:24.1875rem;width:23.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd { display:block; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xA0mk6UU4Pc2kLUZRCPT5fc2J53x5RXF { width:47.75rem;height:2rem;top:1rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #knnsq3gXrKTExAppOpttSX4dUNtWJezI { width:14.375rem;height:0.125rem;top:4.125rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #REKy5Xv4WKiJHkTL45gNhEkvf9ENsD1O { width:47.625rem;height:26.8125rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVubBBI9fgURqcX8gEBmPWdTrHnx2HIQ { width:47.75rem;height:5.375rem;top:35.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd5z9dG2hJ4zXi729ys0QK4mr33TyHGu { width:8.125rem;height:8.125rem;top:36.625rem;left:20.5302734375rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky9ZgcAuLtWMXm0qn2c7T2IFz1uTpzfw { width:47.75rem;height:1.9375rem;top:37.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZW4V8H7iTN6vkZu8q8p7JLTeegnN9rAV { width:26.75rem;height:15.9375rem;top:44.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6cE0zUGkltGGmAZyuV2FCddJbO4GfnT { width:22rem;height:3.5rem;top:47.5625rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaMQA6yLnKR7VSBEE1WI3HP5MeKg9suy { display:block; }
 }@media only screen and (max-width: 763px) { #y4454058krAhLCQTQ7FFl0GKTUXyM58o { top:43.5625rem;left:37.21484375rem;width:5rem;height:5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCT65xbTGBu9G3WmWk8raWAFlmH7sRhm { top:54.3125rem;left:37.21484375rem;width:5rem;height:5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7UG5x9FeauxK7KWchJl04sF83SRcXk2 { top:4.0625rem;left:0rem;width:47.75rem;height:28.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U21HAofS8OGvPV1lad0oPi10s1Pfc0cK { top:29.75rem;left:35.375rem;width:12.375rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M33aFT1wtOqXT4XRdeA5yCKRRTTTtlcH { display:block; }
 }@media only screen and (max-width: 763px) { #qRDaRTZ4PHLUHqaM8KUv8s9X1RXGoIkg { width:22.5rem;height:3.4375rem;top:58.375rem;left:25.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru3mZ0bXk5XTW5yWh8Ks5qP4Mv10x6T6 { display:block; }
 }@media only screen and (max-width: 763px) { #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w { display:block; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozTWZNx4vTqKIy0w1JWSSvKnKuDskTZ8 { width:47.75rem;height:2rem;top:1.5625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3mNsSubMeT6gpgLgngFA4GmFpOIkL26 { width:47.75rem;height:3.125rem;top:4.6875rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h52FVMViyueUobMEMnqtVsTBr4KTNwAP { width:14.375rem;height:0.0625rem;top:3.5625rem;left:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRWNVlIUGldOg6TuAiWPgK3go88D0Xr6 { width:47.75rem;height:5.125rem;top:9.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArGkzxcQqKQnDClc70RGLA7c8XqcycxA { top:15.8125rem;left:8.2158203125rem;width:30.625rem;height:20.271295489169rem;display:block; }
 }@media only screen and (max-width: 763px) { #a79D8zz60xT34bTimpEJEUwBnEZ6uB4u { top:37.4375rem;left:13.06201171875rem;width:21.5625rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R { background-color:transparent;background-image:url("https://images.assets-landingi.com/5SwarNQK/Medicine.jpg");background-position:center right !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.adaptive-delivery-prevent-bg, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyload, #OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R.lazyloading { background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { background-color: transparent; background-image: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.34); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.34); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row > .video-iframe-container { display: none; }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .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); }#OdNOflJ4TKdKHQhLrdkHeG4xVUDdzg1R > .row .container { width:20rem;height:43.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-text {padding-top: 0; padding-bottom: 0;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-select {padding-top: 0; padding-bottom: 0;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir  { width:17.5rem;height:auto;top:14.740669250488rem;left:0rem; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir {display:block;}#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir { width:17.5rem;height:auto;top:14.740669250488rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #wf0ux9X657bfubNghgHVE3bs5oBkaTgC {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #lT495KJkJ5e3qT2bu1u9v2QuWQxgU5LV {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #QaBtvwr80WG2NXq1nSxUpwnhIqUodFyr {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #wZn7J0V7oFaxF0TcCTVXTLxHnqRlyD1A {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #iBILoL2MUMQ2MiCMWCtoDOQ5xp9GabEU {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #ZQNUgPlg6PEpkPMTHfnAWTRl2GVcQqep {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #k2WR26zJiTLkinqKxEtHDzy5AzZGoiT9 {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #Wmp69Hwqcq6aWIALeVFXctOxnTt3TT1d {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #NXOwN4ZVmcMBeTyR4vM5T17wikGi6MTT {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #iv8SkCM8lyh8el1gxNqUXaSHM6TRQTON {  }
#zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #iv8SkCM8lyh8el1gxNqUXaSHM6TRQTON .container-column{width:50%;} }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #TIhnK0gpCLvOS06Tm5SGgfFnp1oPG3M4 {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #XrI5LoprRksT81LmrvbECXE9vhkACVLp {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #k673BLNxKrkIdwu5Cnz5hXfXAX4Uu3sW {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #yH1mW5sFrbWP0irJAJnifLv1rrbAwDNq {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #OhpRTOCDk3BVf3RNG5QHRcbfQwNeQzHc {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #INN7R4TuyR7wXKEkrMcf4LXWI1bqOERP {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #OkfGhSkHWMOyPTL484GyhMb60KbThFXp {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #stroGDR3L2T0sGABPbdphW6Au609iwww {  }
 }@media only screen and (max-width: 763px) { #M09rmbKMmT5RX25Er1ySmsyDzESTbEdD { display:block; }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #RquBn5pAX420Ae2MZZ5yUoPRA0gRdKSZ {  }
 }@media only screen and (max-width: 763px) { #zrhv8avMOsemtF2pnOG03fyhwE1ap5ir #hVSc2ltqykn3wboSzTuoz0UVILia7IwG {  }
 }@media only screen and (max-width: 763px) { #MZSvDvnTEP0L6a5upFb08lAheR558CrH { width:18.186875rem;height:4.375rem;top:2.9361979961395rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;font-family:"mykonos ar";line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #v3apOWQxmzgbTr5t1idLAacbJ2be1Os5 { width:10rem;height:0.123698125rem;top:7.8721790313719rem;left:4.0928822159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #cPId7UPOHbS0V2kxIWMKpRxqrT8gKUqa { width:18.311625rem;height:3.75rem;top:9.6864156723025rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#717171;display:block; }
 }@media only screen and (max-width: 763px) { #yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx { display:block; }#yTeyvluzT4cZLXhxBPvSWP8lJNDOTrPx > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SM3drtyy9RdfJpnzMxnut6JpQSvpT7T1 { width:20rem;height:1.625rem;top:0.8740234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAv2XJXDNvJNqNVJbsTOAN19JzAp31wM { width:20rem;height:3.375rem;top:3.185763835907rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfGJm7lE1y4uAq8GTF3s9xNpLO5oeOEf { width:13.75rem;height:0.124783125rem;top:7.1864156723025rem;left:3.1250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJGXD3AoSp10KL02J9tUVTT5tI7XvAeU { width:20rem;height:1.70605625rem;top:7.9524745941163rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp { display:block; }#mh78cyKf3NABWP9vTm92bS2Ur5yU4xFp > .row .container { width:20rem;height:93.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXgUL5STvp3qPThKJGk9KTVXZo2b7IDI { width:18.9995625rem;height:25.811625rem;top:0rem;left:0.79969614744188rem;display:block; }
 }@media only screen and (max-width: 763px) { #cLQyyQrbXlFTSyT3KzCcdJiqRpmU7LTl { width:19rem;height:9.0625rem;top:0.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tu2ZhXUgOrTTLoc69KUkBUM40EkE7bIK { width:18.3125rem;height:2.5996125rem;top:1.1241340637207rem;left:0.56250005960464rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJhvMMFZoskTEfVgGIUtmAPbE2xbnKUb { width:13.499375rem;height:3.4375rem;top:22.643230438233rem;left:3.2497830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4fpFtQUhOObwJMQ5NpUxNmNKhbm80uG { display:block; }
 }@media only screen and (max-width: 763px) { #zOKMv5IOyzHhytQ7uKvgVwm7G2AUldC9 { width:19rem;height:27.25rem;top:28.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZV1ULS192TvoagXE0tD4MnTtXB7s6V7 { width:13.499375rem;height:3.4375rem;top:52.77018737793rem;left:3.2497830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #xE6UfpqlvDAPAS5yNTQ9NlaKwtxAUrWP { display:block; }
 }@media only screen and (max-width: 763px) { #XxxKyukPPqLD6yTdVQzfdgfZNey1v7R2 { width:19rem;height:8.1875rem;top:28.75rem;left:0.56206601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTxQFqc3h3ktMuEqaUIuKKBQctfPWJfv { width:16.311875rem;height:3.61230625rem;top:28.750002861023rem;left:1.8435330986977rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7Gq9ggzFcwVuXiOptVdQyQvar0Ru3Zg { width:18.999rem;height:9.0625rem;top:59rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xlLB1nXbL9W0g5WyhDhUGOPmazllIUDZ { width:14.6245625rem;height:2.5996125rem;top:59.874135971069rem;left:2.6866319775581rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZXMunDZL0mS03OdfbXBRHlwLttEONae { width:7.6248125rem;height:4.0625rem;top:3.220486164093rem;left:6.1870661377907rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8RTzTyX278KaQ6Ey0OhKqcrMF6GJgLt { width:19rem;height:29.75rem;top:58.998481750488rem;left:0.35807293653488rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwqvL0cv3OzRkZGpxQpcpm0gRRTVO9nn { width:13.499375rem;height:3.4375rem;top:85.498046875rem;left:3.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1vkV3c0iRWcVm69RtcPArNkMarNVTIi { display:block; }
 }@media only screen and (max-width: 763px) { #H42fHCcl0hEAh5rC7cR4xDgIfsm6stFg { width:8.125rem;height:4.0625rem;top:61.5rem;left:5.9375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oebg4Qle9ZxX8q8F8ttKz2d2SDGchGF7 { width:17.0625rem;height:12.59866875rem;top:70.25rem;left:1.46875rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.8;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #Ll3zxTtR7Jg1qfSv713eb3iVgil5rTUV { width:9.6875rem;height:4.0625rem;top:31.3193359375rem;left:4.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #miwxylqyG9ICRd5uVy5zv227oHTkJBZC { width:15rem;height:15.85351875rem;top:35.3818359375rem;left:2.71875rem;font-size:1.1875rem;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #anlfy2vbfgy3uA7MIIT12JCU9JgT7wWN { width:9.6875rem;height:1.6875rem;top:6.8457036018369rem;left:5.1562500596046rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#88fa87;display:block; }
 }@media only screen and (max-width: 763px) { #LZ7GEpP5hozmTgdTUDgOl2Rp6MiltgVU { width:9.6875rem;height:1.6875rem;top:65.5615234375rem;left:5.15625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#88fa87;display:block; }
 }@media only screen and (max-width: 763px) { #rK2NqtvFSoB9tEl8QZFUyT8XoognUcNT { width:9.7485rem;height:1.6875rem;top:34.749755859375rem;left:5.12451171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#88fa87;display:block; }
 }@media only screen and (max-width: 763px) { #HM6emNTx6wNRu8IUHDTKAM9yoriEJMTT { width:15.2485rem;height:9.449225rem;top:11.3251953125rem;left:2.375rem;font-size:1.3125rem;text-align:center;text-align-last:center;line-height:1.8;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #HwB9QkzGKSwMXzS18ezDgJAQ5wkGXn5z { width:2.8125rem;height:auto;top:9.125rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
 }@media only screen and (max-width: 763px) { #B6G8o6HI0dW4TG8MQffb1g9mF2nkkTBi { width:2.8125rem;height:auto;top:9.125rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
 }@media only screen and (max-width: 763px) { #GqAd4DmGMQ373MTSiKTHIonsL9hVlyHX { width:2.8125rem;height:auto;top:9.125rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
 }@media only screen and (max-width: 763px) { #wLsHf1pq6zVfvdbEw3SULQgiCEnB2Hbf { display:block; }#wLsHf1pq6zVfvdbEw3SULQgiCEnB2Hbf > .row .container { width:20rem;height:86.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HeniIQGpWThPqMhud93UUK7yJ3U0X4Pc { width:19rem;height:26.125rem;top:0.061851501464844rem;left:0.56206601858139rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHh6yhanlQRqI4wNokb9bDNLh0yh0taL { width:19rem;height:9.0625rem;top:0.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iFvdpVJCGqGA8ZDLlqbHTiz5G1NQfAIC { width:15.4373125rem;height:3.19921875rem;top:0.810546875rem;left:2.2808161377907rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg4wQKJUAuhuDFlHBtfQWXHrsRsbZaDV { width:13.499375rem;height:3.4375rem;top:22.9365234375rem;left:3.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPnNHkKFynnVCrlnGWd7bTA6JbMBLHCq { display:block; }
 }@media only screen and (max-width: 763px) { #OmV3GeauOODwoA2OzqINQRvpTVMODT4x { width:19.0625rem;height:24.0625rem;top:30.4375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0LD2a7M8Feync1ThwMl9VbZZ1qsIWT2 { width:13.499375rem;height:3.4375rem;top:51.25rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NVAIHfiJzh4PgTgoCOVwsiibfCZ6CToy { display:block; }
 }@media only screen and (max-width: 763px) { #DdVRmeazlkz2AhNdcAb4tgLuH08tCIGK { width:19rem;height:8.125rem;top:30.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIo80rfNkZlzDK9m9gNMiBVL9DaUDcDl { width:20rem;height:4.45605625rem;top:29.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vybJlb5DpkDT5BTXMLiT1VvVRezPRThu { width:18.999rem;height:9.0625rem;top:58rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OaDoto1lZBkdJLHu6hvFtBm3aQ2baGEL { width:19.125rem;height:4.04948125rem;top:58rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #oT9w9E74baxxCoCFusbTDJ15wA8JXyTU { width:19.0625rem;height:25.875rem;top:58rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBEZhTpvGDPwfJANKE34rKmoyWhGtLTn { width:13.499375rem;height:3.4375rem;top:80.1240234375rem;left:3.2490234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mKVszmmnHXTW7Gs56VVRMEV4Nn4DsfH3 { display:block; }
 }@media only screen and (max-width: 763px) { #SMdWd2NxO80c945WzWfIFtLFCbqTEyh7 { width:8.499375rem;height:3.4121125rem;top:62.0625rem;left:5.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JEc4Ouui6iPTgJZDvV0z7v9Pg0aw8T0U { width:17.1875rem;height:8.99903125rem;top:69.125rem;left:1.40625rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.6;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dlhnWQZ0EG6ZGO6ezssbxShgomqqTmiK { width:2.8125rem;height:auto;top:9.25rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
 }@media only screen and (max-width: 763px) { #PV22AJbseIMa6pLxrpVrCfvGHkU6nriW { width:11.4355625rem;height:3.8183625rem;top:33.125rem;left:4.3125rem;font-size:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pv5bGg34OgBKB9ttCMMouhXazwSyi8WD { width:11.6873125rem;height:4.0625rem;top:3.4375rem;left:4.1552734375rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xr9lmErv4oFwQOEzzCAIoM2z14n9ktlH { width:15.2485rem;height:9.56055rem;top:40.0625rem;left:2.375rem;font-size:1.0625rem;text-align:center;text-align-last:center;line-height:1.8;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #fFQpsE41UdWkCBhgaLhQ6SBPSBonVsHN { width:15.2485rem;height:12.59866875rem;top:9.7309045791625rem;left:2.3752170205116rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.8;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #diE8rTso4o790vNOSiLFeS6h0QieCFdT { width:9.7485rem;height:1.6875rem;top:36.312255859375rem;left:5.12451171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#88fa87;display:block; }
 }@media only screen and (max-width: 763px) { #GGynVDPOqTblJzeiP38bk61UpC3aoSIP { width:7.5rem;height:1.6875rem;top:65.390625rem;left:6.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#88fa87;display:block; }
 }@media only screen and (max-width: 763px) { #oKwOdiSGpKMDlQI26uXixNl4yhOGlshQ { width:9.7485rem;height:1.6875rem;top:6.875rem;left:5.12451171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#88fa87;display:block; }
 }@media only screen and (max-width: 763px) { #AJsr5pJXW4On29UoL7vUZNJIhkoXLaAc { width:2.8125rem;height:auto;top:9.25rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
 }@media only screen and (max-width: 763px) { #Z3aErsKiyBKmgXXJGrPQCqDa1GNSXBiF { width:2.8125rem;height:auto;top:9rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
 }@media only screen and (max-width: 763px) { #Oi9Op5vSyl0vaibTW8fsoNTdzPwne0kG { display:block; }#Oi9Op5vSyl0vaibTW8fsoNTdzPwne0kG > .row .container { width:20rem;height:100.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hV42EgJCAc2KIv8HfIPuK33VTPwtNZgw { width:18.9995625rem;height:25.811625rem;top:0.873046875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gGX2b0EFF9Pw2LnPS1U7WkNUs5xxriWB { width:18.9995625rem;height:9.0625rem;top:0.873046875rem;left:0.4990234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3C9kACHF30DleMDv5NVwx1OTNPFHOPf { width:12.5rem;height:2.5996125rem;top:0.87347221374512rem;left:3.7500000596046rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #spVnTDMZpCRUDnVlwBwNVAKZo0cvvWbA { width:13.499375rem;height:3.4375rem;top:22.706164836884rem;left:3.2497830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jf6wLGM4K2dnpGP3kMoDX9JVIe6M2ig0 { display:block; }
 }@media only screen and (max-width: 763px) { #wvMEKgQ4em7VxRbOr002Q2XJRr0TMID1 { width:19rem;height:30.6875rem;top:30.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GifCixcyfQDJSiCeJzbRWab5M2ooVPOl { width:13.499375rem;height:3.4375rem;top:57.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQ1eoMDmWNGVUduRdUGbH7xAMATvzTCJ { display:block; }
 }@media only screen and (max-width: 763px) { #sHCk4fnVwVwa0cwE10O9tGMQhr5VwNba { width:19rem;height:10.75rem;top:30.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9iZHlz1QnIVLydPdM4SNmwBCrsgKfx8 { width:15.9375rem;height:3.8984375rem;top:30.8125rem;left:2rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rputF8ksNUkuvVgLvBbnxqNQy5ZxlMMe { width:19rem;height:10.4375rem;top:65.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVZBvo2NNyBczTEDR4bdmT1etKdRgOs2 { width:18.186875rem;height:4.54948125rem;top:65.3271484375rem;left:0.90625rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #HFGnkzpbDLZ2lFBJryTE2JfHlGGRqTnh { width:19rem;height:33.4375rem;top:65.0625rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTwEpfB40Pnsp8M2NUkhIcu5AaVOgq7o { width:13.499375rem;height:3.4375rem;top:95.25rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XlM2Z1byXwJhku9sK5uZXNO83eWuGiS5 { display:block; }
 }@media only screen and (max-width: 763px) { #A2SwwHRgSM1WacIXAK9xb9OpU2PhTd3r { width:11.6873125rem;height:4.54980625rem;top:2.3187942504883rem;left:4.1558161377907rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FnlL26sGoLFzqeD73Si5rZSihH9wfaMm { width:12.436rem;height:4.0625rem;top:69.8125rem;left:3.875rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eayBTk9ON5moUn0XO2ymSOHcLhzhN3gs { width:12.436rem;height:4.0625rem;top:35rem;left:3.75rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZ57HhCdFXH01QLFs7a97p1ypTTi6FI5 { width:9.7485rem;height:1.6875rem;top:73.311767578125rem;left:5.12451171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#88fa87;display:block; }
 }@media only screen and (max-width: 763px) { #G2TfbqU4Ex21TM1IWyO5gR7FlvugHTSm { width:9.7485rem;height:1.6875rem;top:38.49853515625rem;left:5.12451171875rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#88fa87;display:block; }
 }@media only screen and (max-width: 763px) { #ZT06aC8J3HWiCycLR8rcbE8pBrREiIJX { width:9.749375rem;height:1.6875rem;top:7.0062942504881rem;left:5.2875438332558rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#88fa87;display:block; }
 }@media only screen and (max-width: 763px) { #HxJMpuh6e6hfNWS5Jw7x8vOn124tGTuX { width:2.8125rem;height:auto;top:8.5rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
 }@media only screen and (max-width: 763px) { #JxWe6B1VA0vIxFtAC6BHXrQMuabfDBQX { width:2.8125rem;height:auto;top:8.5rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
 }@media only screen and (max-width: 763px) { #KMlI4oJOLJhJ0RbpqKev6UNdi9OpgSq7 { width:2.8125rem;height:auto;top:9.4375rem;left:8.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.8;color:#10610f;display:none; }
 }@media only screen and (max-width: 763px) { #ug0vI2N0zay0AgQ99mAfDNzOoS8EOzHf { width:16.875rem;height:9.89844375rem;top:10.875rem;left:1.5625rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.8;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #dWTTepDlAnhiOdX5l6B29niTcN1MhVVT { width:17.6248125rem;height:12.14648125rem;top:43.4375rem;left:1.125rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1.8;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #ETCuaBgedE2XcTChGb62DnCaesLFaNoo { width:17.6248125rem;height:14.62403125rem;top:76.25rem;left:1.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:2.6;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ { display:block; }#qMBTwC7r7n4HB4Od6Wokp3QwTWMIs3bJ > .row .container { width:20rem;height:59.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BqbOW36S005xGDW63inxkom2nKNfqc10 { width:20rem;height:1.94921875rem;top:1.8120670318604rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvJDRKLUwz9kzUUhMJR0dJZ3lBWlgpZl { width:13.749rem;height:0.124511875rem;top:4.55859375rem;left:3.78076171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQry3cJRTDbqtv0BRT29IkksG3F6ykV0 { width:13.9375rem;height:8.5625rem;top:5.6328125rem;left:3.03125rem;box-shadow: 0.0625rem 0.0625rem 1rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #gIATEPiG16PUP0kTDfRf6iMXPvigTgvc { width:19.9995rem;height:30.875rem;top:25.2099609375rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #JBpQQngK1dwMLHzEITRxVlBKbTkevtxD { width:2.5rem;height:2.5rem;top:14.75rem;left:17.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5E6BAvLMIzkTLDSArU8UEizXcTTWGII { width:15.7498125rem;height:1.29980625rem;top:15.375rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncqb07bUUxzHOtrmEDTgrFWEQO0Nzprx { width:2.5rem;height:2.5rem;top:17.4375rem;left:17.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTdSXdMiffWZ5yyLDCwo2FoNEwbn4rhz { width:12.9373125rem;height:1.29980625rem;top:18.037109375rem;left:4.6259765625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vtCOHDhiGu3kNCZBlTnz32RLK3cTI4F2 { width:2.5rem;height:2.5rem;top:20.5244140625rem;left:17.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXER7h4rWZ3kdvdf19hJKlyivgTNlDr9 { width:15.374375rem;height:1.29980625rem;top:21.1240234375rem;left:2.3115234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd { display:block; }#BqufLQ4Tf2XrbT73lSgdTqfSXkESmpOd > .row .container { width:20rem;height:78.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xA0mk6UU4Pc2kLUZRCPT5fc2J53x5RXF { width:20rem;height:1.7871125rem;top:1.8115234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #knnsq3gXrKTExAppOpttSX4dUNtWJezI { width:14.375rem;height:0.124511875rem;top:4.37255859375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REKy5Xv4WKiJHkTL45gNhEkvf9ENsD1O { width:19.875rem;height:35.0625rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVubBBI9fgURqcX8gEBmPWdTrHnx2HIQ { width:20rem;height:6.25rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sd5z9dG2hJ4zXi729ys0QK4mr33TyHGu { width:8.1875rem;height:8.1875rem;top:42.5625rem;left:5.9375rem;font-size:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ky9ZgcAuLtWMXm0qn2c7T2IFz1uTpzfw { width:16.31225rem;height:3.57421875rem;top:43.8125rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZW4V8H7iTN6vkZu8q8p7JLTeegnN9rAV { width:13.75rem;height:7.374125rem;top:58.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6cE0zUGkltGGmAZyuV2FCddJbO4GfnT { width:19rem;height:3.5rem;top:52.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaMQA6yLnKR7VSBEE1WI3HP5MeKg9suy { display:block; }
 }@media only screen and (max-width: 763px) { #y4454058krAhLCQTQ7FFl0GKTUXyM58o { width:5rem;height:5rem;top:48.375rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCT65xbTGBu9G3WmWk8raWAFlmH7sRhm { width:5rem;height:5rem;top:65.75rem;left:7.5rem;font-size:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l7UG5x9FeauxK7KWchJl04sF83SRcXk2 { width:18.4375rem;height:34.1787rem;top:5.079345703125rem;left:0.65478515625rem;font-size:0.875rem;line-height:2.6;display:block; }
 }@media only screen and (max-width: 763px) { #U21HAofS8OGvPV1lad0oPi10s1Pfc0cK { top:36.60498046875rem;left:5.93701171875rem;width:10.18847625rem;height:3.56298875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M33aFT1wtOqXT4XRdeA5yCKRRTTTtlcH { display:block; }
 }@media only screen and (max-width: 763px) { #qRDaRTZ4PHLUHqaM8KUv8s9X1RXGoIkg { width:18.186875rem;height:3.49935rem;top:69.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ru3mZ0bXk5XTW5yWh8Ks5qP4Mv10x6T6 { display:block; }
 }@media only screen and (max-width: 763px) { #PClPf4oLdXV7bZehLFgqTReJxT3EUu7w { display:block; }#PClPf4oLdXV7bZehLFgqTReJxT3EUu7w > .row .container { width:20rem;height:44.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ozTWZNx4vTqKIy0w1JWSSvKnKuDskTZ8 { width:20rem;height:1.94921875rem;top:2.18701171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3mNsSubMeT6gpgLgngFA4GmFpOIkL26 { width:20rem;height:1.9121125rem;top:6.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h52FVMViyueUobMEMnqtVsTBr4KTNwAP { width:14.375rem;height:0.125rem;top:10.625rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRWNVlIUGldOg6TuAiWPgK3go88D0Xr6 { width:20rem;height:8.999rem;top:12.37353515625rem;left:-0.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArGkzxcQqKQnDClc70RGLA7c8XqcycxA { width:19.624rem;height:12.99925rem;top:24.27685546875rem;left:0rem;border-top:0.1875rem solid #044819;border-left:0.1875rem solid #044819;border-right:0.1875rem solid #044819;border-bottom:0.1875rem solid #044819;display:block; }
 }@media only screen and (max-width: 763px) { #a79D8zz60xT34bTimpEJEUwBnEZ6uB4u { width:20rem;height:1.21875rem;top:38.689453125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }