.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#siRn2ia5b6FwXXDH3xDmnpLAAsSb8c1I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#siRn2ia5b6FwXXDH3xDmnpLAAsSb8c1I > .row .container { background-color: transparent; background-image: none; }#siRn2ia5b6FwXXDH3xDmnpLAAsSb8c1I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siRn2ia5b6FwXXDH3xDmnpLAAsSb8c1I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siRn2ia5b6FwXXDH3xDmnpLAAsSb8c1I > .row .container > .video-iframe-container { display: none; }#siRn2ia5b6FwXXDH3xDmnpLAAsSb8c1I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#siRn2ia5b6FwXXDH3xDmnpLAAsSb8c1I > .row > .video-iframe-container { display: none; }#siRn2ia5b6FwXXDH3xDmnpLAAsSb8c1I > .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); }#siRn2ia5b6FwXXDH3xDmnpLAAsSb8c1I > .row .container { border-width: 0; border-radius: 0; }#siRn2ia5b6FwXXDH3xDmnpLAAsSb8c1I > .row > .video-iframe-container {  }#siRn2ia5b6FwXXDH3xDmnpLAAsSb8c1I > .row .container { font-size:0.875rem;font-family:"mykonos ar";height:6.0625rem;width:60rem;position:relative;display:block; }#ehDvCyEzTnPz1BzZNyx067tCKGK8VhGe { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:22rem;top:1.21875rem;left:19rem;overflow:hidden;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/YzwPGKnR/office_provo_dental_room_green_span.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(100,69,147,0.68); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(100,69,147,0.68); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"mykonos ar";height:37.25rem;width:60rem;overflow:visible;position:relative;display:block; }#aeaqS5UIrdSMeMeQrzfIKManTKmNVKVl { color:#ffffff;display:block;width:9.8125rem;position:absolute;font-family:"mykonos ar";font-size:1.375rem;font-weight:normal;z-index:100012;line-height:1.3;letter-spacing:0;top:10.275000691414rem;left:11.875rem;height:1.7875rem;text-align:center;text-align-last:center;display:block; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-form-header {  }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-regular-label { height:auto;display:none;font-family:"mykonos ar";font-size:0.875rem;font-weight:bold;color:#000000;width:21.875rem;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; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-input-text { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"mykonos ar";vertical-align:top;text-align:center;text-align-last:center; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-input-text {padding-top: 0; padding-bottom: 0;}#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-textarea { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"mykonos ar";vertical-align:top;text-align:center;text-align-last:center; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-input-select { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.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:21.875rem;box-sizing:border-box;height:2.8125rem;color:#000000;font-family:"mykonos ar";font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-input-select {padding-top: 0; padding-bottom: 0;}#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .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; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-input-button { border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;background-color:#e5972b;background-image:none;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.4375rem;font-weight:bold;color:#ffffff;width:21.875rem;height:3.4375rem;font-family:"mykonos ar";overflow:hidden;text-align:center;text-align-last:center; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G [class*="-text"]:-moz-placeholder { color:#000000;font-family:"mykonos ar";font-size:0.875rem;text-align:center;text-align-last:center; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G [class*="-text"]::-moz-placeholder { color:#000000;font-family:"mykonos ar";font-size:0.875rem;text-align:center;text-align-last:center; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"mykonos ar";font-size:0.875rem;text-align:center;text-align-last:center; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"mykonos ar";font-size:0.875rem;text-align:center;text-align-last:center; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .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:"mykonos ar";font-size:0.75rem;font-weight:300;color:rgba(255,255,255,0.75);vertical-align:top;width:20.8125rem;overflow:hidden;font-style:normal;line-height:1.5; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .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; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .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:"mykonos ar";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-container:first-of-type{padding-top:0;}#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-container:last-of-type{padding-bottom:0;}#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100013;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;position:absolute;top:12rem;left:1.6875rem; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.875rem;display:block;vertical-align:top; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-info-text { display:block;height:auto;font-family:"mykonos ar";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G {display:block;}#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100013;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;position:absolute;top:12rem;left:1.6875rem; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #xxdWRtVnkP8cWHUWZ0B0IIOdnewVrmAf { position:relative; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #faGdrEwPoQ2Lr9fdtpuL3qZL4dQWlezZ { position:relative; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #oGFweB3CoyQJ0fu4a9mmTQSlQwOs2F9T { position:relative; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #oy8n8sQAlM2dTwnelx6q1XIreEobiiD9 { position:relative; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #vlf38U0nzoWIEzByOvssiFJzZndgzGRh { position:relative; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #gGTkOuie2Qn6pCori40Zwto8m84ykABW { position:relative; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #VxcCVFKVrZ4rU4iqDqDKpfwsUATE1n8W { position:relative; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #NwwXwuMpFRm8cuD0Zi9UHlqCvAwK0I2m { position:relative; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #FGrvWPrIdrRg7H42U837c5xgC89Jmrhu { position:relative; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #s7KXgPuG6AEelUHAROFoleRG6VTqQ9LH { position:relative; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #NBcmZd389lsNEwsGh1P5KMvaJd2aqbAE { position:relative; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #FlBv34xmsz0g1GiLdHHeQxlkak9yR7aq { position:relative; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #XIAJ99k0tsWEqQcVtA1dmCBoLmHf7mS2 { position:relative; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #xyibUM9OWUTBFtapXemLgNp8RhfplqLZ { position:relative; }
#y5gzThlGgplBWZqgWsBmnr19F5ddULrg { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:"mykonos ar";font-size:2rem;font-weight:300;z-index:100002;line-height:1.6;letter-spacing:0;top:2.75rem;left:27.6875rem;height:;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Uk2SQMy75UpmlUP3tSX9Bn97fsowD6xl { position:absolute;display:block;z-index:100003;background-color:rgba(6,81,32,0.41);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;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;height:31.9375rem;width:24.5rem;top:5.3117232322693rem;left:1.6875rem;display:block; }
#IUX9uATyVylSyLCAEobGg59L5k9auxFv { box-sizing:content-box;color:#ffe2a5;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100014;top:9.6062508821487rem;left:6.6875rem;display:block; }
#nOCtsXM4gvOTfhmiuFRpcDIl50VEHPwl { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:8.1875rem;width:13rem;top:29.061715364456rem;left:37.343751907349rem;overflow:hidden;display:block; }
#xsb83TnAfD3K9GwhsP6cTIArztszH21Z { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"mykonos ar";font-size:1rem;font-weight:normal;z-index:100016;line-height:1.3;letter-spacing:0;top:5.76953125rem;left:7.625rem;height:3.8994125rem;text-align:center;text-align-last:center;display:none; }
#b3NcguMArI9BtCZ8W18wRwRWiU3dNqko { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#405466;background-image:url("https://images.assets-landingi.com/LE1HxmxT/happy_friendship_day_background_fJIq1pd_.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#b3NcguMArI9BtCZ8W18wRwRWiU3dNqko.adaptive-delivery-prevent-bg, #b3NcguMArI9BtCZ8W18wRwRWiU3dNqko.lazyload, #b3NcguMArI9BtCZ8W18wRwRWiU3dNqko.lazyloading { background-image: none; }#b3NcguMArI9BtCZ8W18wRwRWiU3dNqko > .row .container { background-color: transparent; background-image: none; }#b3NcguMArI9BtCZ8W18wRwRWiU3dNqko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3NcguMArI9BtCZ8W18wRwRWiU3dNqko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3NcguMArI9BtCZ8W18wRwRWiU3dNqko > .row .container > .video-iframe-container { display: none; }#b3NcguMArI9BtCZ8W18wRwRWiU3dNqko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3NcguMArI9BtCZ8W18wRwRWiU3dNqko > .row > .video-iframe-container { display: none; }#b3NcguMArI9BtCZ8W18wRwRWiU3dNqko > .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); }#b3NcguMArI9BtCZ8W18wRwRWiU3dNqko > .row .container { border-width: 0; border-radius: 0; }#b3NcguMArI9BtCZ8W18wRwRWiU3dNqko > .row > .video-iframe-container {  }#b3NcguMArI9BtCZ8W18wRwRWiU3dNqko > .row .container { font-size:0.875rem;font-family:"mykonos ar";height:71.75rem;width:60rem;position:relative;display:block; }#eWSTLHGBSUCSD1g8D3Gb0UPbPrZA1fBU { position:absolute;display:block;z-index:99995;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;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.2) ;height:26.125rem;width:19.125rem;top:12rem;left:36.875rem;display:block; }
#VlEC8TFgxluiQDZhEX6qtc8ovK50u6ph { background-color:#53d7b4;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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-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:"mykonos ar";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:100052;text-align:center;text-align-last:center;top:35.9375rem;left:38.75rem;display:block; }
#yNJlRnz9bichtUp9S1aWMECPQryxg9XU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#LHJLy27TieXVlpi7Ml74sOGoGEVro1RW { color:#53d7b4;display:block;width:2.375rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:28.84375rem;left:44.0625rem;height:0;text-align:right;text-align-last:right;display:none; }
#m1faO3nPa0LGOJwsA1uzghB7LpyDKdZv { color:#1d2d51;display:block;width:16.875rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:300;z-index:100053;line-height:1.3;letter-spacing:0;top:29.2236328125rem;left:38rem;height:3.574225rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qHdk0WEx18lBSB2Ca4iZp8brDgZCMwvn { color:#53d7b4;display:block;width:2.375rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:100025;line-height:1.3;letter-spacing:0;top:28.75rem;left:21.75rem;height:0;text-align:right;text-align-last:right;display:none; }
#J9P3zEWoR0HTXf1OHOk5MGHdp9Jts219 { color:#1d2d51;display:block;width:12.4375rem;position:absolute;font-family:"mykonos ar";font-size:1.875rem;font-weight:700;z-index:99996;line-height:1.3;letter-spacing:0;top:14.6875rem;left:40.21875rem;height:12.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vMUwATpn9IcmpLLhLxoycWBaAEPXCmOv { position:absolute;display:block;z-index:99998;background-color:rgba(14,25,61,0.7);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:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:9.8125rem;width:60rem;top:0rem;left:0rem;display:block; }
#AqKDd53yLpc3DCFNIF4N461IB0OOuUzJ { position:absolute;display:block;z-index:100003;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;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.2) ;height:26.125rem;width:19.125rem;top:12rem;left:3.75rem;display:block; }
#tTC303VRUHhJS0kSmWpgkigy7uL3bXpW { background-color:#53d7b4;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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-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:"mykonos ar";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:100029;text-align:center;text-align-last:center;top:35.9375rem;left:5.625rem;display:block; }
#sWItBgMrGuoGqXPapaSTxgHx2qCTWH6h { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#th87ovGC3IyB3kT125Hs56yGp4DaHtZF { color:#1d2d51;display:block;width:16.0625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:27.375rem;left:5.28125rem;height:5.3613375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ox405boKxTqZ684ADTWZ3mOPOdlh81xl { color:#000000;display:block;width:19.25rem;position:absolute;font-family:"mykonos ar";font-size:1rem;font-weight:normal;z-index:100051;line-height:1.4;letter-spacing:0;top:20.875rem;left:3.75rem;height:2.798825rem;text-align:center;text-align-last:center;display:block; }
#WyTypJwwWBZtIJkAF36Nd0TU4Oixzq1v { color:#1d2d51;display:block;width:12.3125rem;position:absolute;font-family:"mykonos ar";font-size:1.875rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:14.6875rem;left:7.15625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G69W5lRApQWJihnhV3gZQvKueuec8RgV { position:absolute;display:block;z-index:100016;background-color:#006ecb;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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.25rem;width:2.5rem;top:19.3125rem;left:11.375rem;display:block; }
#D6gnRavu8b81qtUHHsTVd97pn87yT9EC { position:absolute;display:block;z-index:100017;background-color:#50bbd3;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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.25rem;width:0.625rem;top:19.3125rem;left:14.125rem;display:block; }
#gmnaW6F6CLSnvTIEL91in52Vvaihn1gx { position:absolute;display:block;z-index:100017;background-color:#df4a8d;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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.25rem;width:0.3125rem;top:19.3125rem;left:15rem;display:block; }
#MINhMnkNpgE4IL31RcPd5BnqNwT3TA92 { background-color:#53d7b4;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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-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:"mykonos ar";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:100068;text-align:center;text-align-last:center;top:64.0625rem;left:21.000001907349rem;display:block; }
#UNxcmgAx95ZCTobHy2mqfbhyz5bT0Q6g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#co97QVeifD2VH31ICt8tyc77X5DI0Gro { position:absolute;display:block;z-index:100013;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;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.2) ;height:26.125rem;width:19.125rem;top:40.0625rem;left:18.9375rem;display:block; }
#GvgJGMqmJyeqFiihe57iDZVS6WxFZnqA { color:#000000;display:block;width:15.4375rem;position:absolute;font-family:"mykonos ar";font-size:1rem;font-weight:normal;z-index:100062;line-height:1.4;letter-spacing:0;top:50rem;left:21.031251907349rem;height:2.798825rem;text-align:center;text-align-last:center;display:block; }
#s2pQt7gNdWn2VIUQk5Js3wBahE9p31gr { color:#1d2d51;display:block;width:13.5625rem;position:absolute;font-family:"mykonos ar";font-size:1.875rem;font-weight:700;z-index:100070;line-height:1.3;letter-spacing:0;top:41.8125rem;left:21.968751907349rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yKsRkWyXIoI4DXToIfRNCw44LbemJyRy { position:absolute;display:block;z-index:100036;background-color:#df4a8d;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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.25rem;width:0.3125rem;top:46.625rem;left:29.843751907349rem;display:block; }
#Qngrrg0q3HLqTxmWLo3QQf90D1AGf25e { position:absolute;display:block;z-index:100036;background-color:#50bbd3;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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.125rem;width:0.5rem;top:46.6875rem;left:28.500001907349rem;display:block; }
#DrGkITwRGfAFo8bbWQCJWDLgTkr8229N { position:absolute;display:block;z-index:100035;background-color:#006ecb;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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.25rem;width:2.5rem;top:46.625rem;left:26.062501907349rem;display:block; }
#ksUrSxqBrisH3oeaJmQTNDfD3lISDK1y { color:#405466;display:block;width:17.5rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.6875rem rgba(37,41,46,0.99);top:23.4375rem;left:21.25rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FObkPt9xSbmRQc836gmoXzz1XUB7A3Ih { box-sizing:content-box;color:#405466;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;display:block;z-index:100071;top:25rem;left:28.4375rem;display:block; }
#iDZBG2bPpKMGD85o0J3uFUWt5kscoURU { color:#1d2d51;display:block;width:16.0625rem;position:absolute;font-family:cairo;font-size:1.375rem;font-weight:300;z-index:100020;line-height:1.3;letter-spacing:0;top:55.625rem;left:20.875001907349rem;height:5.36133125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#riTdKqhB2L50RvwLOrUysSoT0oTBNLAJ { color:#dfdfdf;display:block;width:39.4375rem;position:absolute;font-family:"mykonos ar";font-size:2.1875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:2.0617187023163rem;left:10.28125rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MqEyydB9bWX8SwsJqh8rrHcDAZ0dtpH7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/syBkj18M/OH1WD50_min_min.jpg");background-position:top left !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:contain !important;position:relative;display:block; }#MqEyydB9bWX8SwsJqh8rrHcDAZ0dtpH7.adaptive-delivery-prevent-bg, #MqEyydB9bWX8SwsJqh8rrHcDAZ0dtpH7.lazyload, #MqEyydB9bWX8SwsJqh8rrHcDAZ0dtpH7.lazyloading { background-image: none; }#MqEyydB9bWX8SwsJqh8rrHcDAZ0dtpH7 > .row .container { background-color: transparent; background-image: none; }#MqEyydB9bWX8SwsJqh8rrHcDAZ0dtpH7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(223,223,223,0.35); }#MqEyydB9bWX8SwsJqh8rrHcDAZ0dtpH7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqEyydB9bWX8SwsJqh8rrHcDAZ0dtpH7 > .row .container > .video-iframe-container { display: none; }#MqEyydB9bWX8SwsJqh8rrHcDAZ0dtpH7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(223,223,223,0.35); }#MqEyydB9bWX8SwsJqh8rrHcDAZ0dtpH7 > .row > .video-iframe-container { display: none; }#MqEyydB9bWX8SwsJqh8rrHcDAZ0dtpH7 > .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); }#MqEyydB9bWX8SwsJqh8rrHcDAZ0dtpH7 > .row .container { border-width: 0; border-radius: 0; }#MqEyydB9bWX8SwsJqh8rrHcDAZ0dtpH7::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#MqEyydB9bWX8SwsJqh8rrHcDAZ0dtpH7 > .row > .video-iframe-container {  }#MqEyydB9bWX8SwsJqh8rrHcDAZ0dtpH7 > .row .container { font-size:0.875rem;font-family:"mykonos ar";height:36.875rem;width:60rem;position:relative;display:block; }#Gg33pqCGvKgSNR895lavVvdhyU8L4Pe8 { position:absolute;display:block;z-index:100024;background-color:rgba(255,255,255,0.9);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;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.2) ;height:25rem;width:23.1875rem;top:10.9375rem;left:26.6875rem;display:block; }
#dfB34ZizG1ixgLhK51B0rSRqfL5FWsTf { color:#0e193d;display:block;width:13.25rem;position:absolute;font-family:"mykonos ar";font-size:4.9375rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:23.1875rem;left:31.625rem;height:6.418rem;font-style:normal;display:block; }
#zsIwHuFDOv4yNZFn0A1hDLVgOufD4Sht { color:#0e193d;display:block;width:26rem;position:absolute;font-family:"mykonos ar";font-size:2.5rem;font-weight:300;z-index:100045;line-height:1.3;letter-spacing:0;top:13.812497138977rem;left:25.281251907349rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p4N6ffphd6r2uqMoFzAFJlTaUTNB3AN3 { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"mykonos ar";font-size:0.875rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:18.91250038147rem;left:27.500001907349rem;height:3.41015625rem;text-align:center;text-align-last:center;display:block; }
#TTU3Juz58Jo9qESszrwTWqc82FJxJ50L { color:#bdc0c4;display:block;width:2.375rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:28rem;left:29.3125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#OzOShRsaatoIfDLTBClIM4ExE1Qqwa7g { position:absolute;display:block;z-index:100023;background-color:rgba(255,255,255,0.9);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;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.2) ;height:18.5rem;width:18.875rem;top:12.625rem;left:8.25rem;display:block; }
#Un7q3VaEnDtoTpXVQ7kdwShLVZLtqZbL { color:#1d2d51;display:block;width:17.3125rem;position:absolute;font-family:"mykonos ar";font-size:2.125rem;font-weight:300;z-index:100023;line-height:1.3;letter-spacing:0;top:14.061718940735rem;left:9rem;height:2.7625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SQdKZlQFhCvwph2zJJsvlXK3zJ9XkiCg { color:#000000;display:block;width:14.5625rem;position:absolute;font-family:"mykonos ar";font-size:0.875rem;font-weight:normal;z-index:100044;line-height:1.4;letter-spacing:0;top:18.074999809265rem;left:10.78125rem;height:3.67383125rem;text-align:center;text-align-last:center;display:block; }
#gpSBhSrZHgrmIOdF939eNl9IMSmWm7QX { color:#011d2f;display:block;width:13.5rem;position:absolute;font-family:"mykonos ar";font-size:4.375rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:21.6875rem;left:9.0625rem;height:5.6875rem;font-style:normal;display:block; }
#wJtuhv57ArkTxVlfCFTU9pKguVRZr1up { color:#bdc0c4;display:block;width:2.375rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:21.5rem;left:9.6875rem;height:0;text-align:right;text-align-last:right;display:none; }
#vn8KL9RVH1mKD1nRhbZhMJhBOfSAVr4t { background-color:#fdbd61;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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-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:"mykonos ar";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:100038;text-align:center;text-align-last:center;top:29.125rem;left:10.3125rem;display:block; }
#AVQaKSJJ5xfcePxztKx2nGGlrvTucTzB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#csCCWgJx4CBbaiQuGu9PmizCt9VueA16 { background-color:#fdbd61;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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-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:"mykonos ar";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:100037;text-align:center;text-align-last:center;top:31.124999523163rem;left:30.593751907349rem;display:block; }
#RN4TahDRIEJVB7rNSXMhkgF0LTgOrC5x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ao8BmX75osoCOkcRs5g0fxxP0dGRX2fT { color:#bdc0c4;display:block;width:2.375rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:27.375rem;left:29.000001907349rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#VLvcVCNp9R4Mwxx5ZylR8QfXb08wAcvo { color:#dfdfdf;display:block;width:39.3125rem;position:absolute;font-family:"mykonos ar";font-size:2.1875rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:2.796875rem;left:8.25rem;height:5.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tPILOwiK5hLeH0kO8GLTLxZbulny7B70 { position:absolute;display:block;z-index:100001;background-color:rgba(14,25,61,0.7);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:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:9.8125rem;width:60rem;top:0rem;left:0rem;display:block; }
#engEvAS2qkGEGFyHSA8RXWddSJbSd4kF { color:#bdc0c4;display:block;width:2.375rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:25.124999523163rem;left:9rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#VhQBKuezbMdg02dhcQT9GIFcAfVG9mEZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#405466;background-image:url("https://images.assets-landingi.com/EiqfBweB/images.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#VhQBKuezbMdg02dhcQT9GIFcAfVG9mEZ.adaptive-delivery-prevent-bg, #VhQBKuezbMdg02dhcQT9GIFcAfVG9mEZ.lazyload, #VhQBKuezbMdg02dhcQT9GIFcAfVG9mEZ.lazyloading { background-image: none; }#VhQBKuezbMdg02dhcQT9GIFcAfVG9mEZ > .row .container { background-color: transparent; background-image: none; }#VhQBKuezbMdg02dhcQT9GIFcAfVG9mEZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhQBKuezbMdg02dhcQT9GIFcAfVG9mEZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhQBKuezbMdg02dhcQT9GIFcAfVG9mEZ > .row .container > .video-iframe-container { display: none; }#VhQBKuezbMdg02dhcQT9GIFcAfVG9mEZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhQBKuezbMdg02dhcQT9GIFcAfVG9mEZ > .row > .video-iframe-container { display: none; }#VhQBKuezbMdg02dhcQT9GIFcAfVG9mEZ > .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); }#VhQBKuezbMdg02dhcQT9GIFcAfVG9mEZ > .row .container { border-width: 0; border-radius: 0; }#VhQBKuezbMdg02dhcQT9GIFcAfVG9mEZ > .row > .video-iframe-container {  }#VhQBKuezbMdg02dhcQT9GIFcAfVG9mEZ > .row .container { font-size:0.875rem;font-family:"mykonos ar";height:40.375rem;width:60rem;position:relative;display:block; }#yDUix5EKwN0Xu5w8PZ9Sm8N3hhHcSMeR { color:#ffffff;display:block;width:41.25rem;position:absolute;font-family:"mykonos ar";font-size:2.0625rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:1.9359378814698rem;left:8.625rem;height:5.361325rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bSyHQtCFX8TBi4hzyxhibBUGZtRmTUG4 { position:absolute;display:block;z-index:100013;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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.25rem;width:2.5rem;top:5.5625rem;left:28rem;display:block; }
#rmqLh9hShHksylQn7l0lpsBRBPKrp0xt { position:absolute;display:block;z-index:100014;background-color:#50bbd3;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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.25rem;width:0.625rem;top:5.5625rem;left:30.8125rem;display:block; }
#ybpP7HC6Cvs2UwxfuUGSmVkkclgNDAJ5 { position:absolute;display:block;z-index:100014;background-color:#df4a8d;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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.25rem;width:0.3125rem;top:5.5625rem;left:31.6875rem;display:block; }
#tsGGSb5twl9lTIy5mKpEWdLkP08qfrvX { position:absolute;display:block;z-index:100017;background-color:rgba(255,255,255,0.9);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;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.2) ;height:25.875rem;width:29.1875rem;top:10.1875rem;left:30.8125rem;display:block; }
#LfkIhEnvwC49LpkfrXE1tZ1h1GLmu1PZ { color:#011d2f;display:block;width:14.375rem;position:absolute;font-family:"mykonos ar";font-size:4.6875rem;font-weight:700;z-index:100019;line-height:1.3;letter-spacing:0;top:20.40625rem;left:38.65625rem;height:6.09375rem;font-style:normal;display:block; }
#RPbXaoa14exwH2VpXANBy4nEwyPhWGmc { color:#1d2d51;display:block;width:26rem;position:absolute;font-family:"mykonos ar";font-size:2.5rem;font-weight:300;z-index:100017;line-height:1.3;letter-spacing:0;top:11.9375rem;left:31.1875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QR3droJDugg7gimFnFKl2TzhpcRNCxsF { color:#53d7b4;display:block;width:2.375rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:24.625rem;left:36.9375rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#DrpU15tafSRdBR3KBHGXKh1Zx6b5x7r2 { background-color:#53d7b4;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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-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:"mykonos ar";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:100032;text-align:center;text-align-last:center;top:34.1875rem;left:37.90625rem;display:block; }
#p9MATSwp18KKeB8kNVgRbS8cMC2WiPkz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#a6mro4ELl7804B42l8FgwErU0IqW2di6 { position:absolute;display:block;z-index:100022;background-color:rgba(255,255,255,0.9);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;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.2) ;height:25.75rem;width:30.5625rem;top:10.3125rem;left:0rem;display:block; }
#kc9OkW6TEuCqz4XbyecwTdxM64EA5oNf { background-color:#53d7b4;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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;box-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:"mykonos ar";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.375rem;height:3.4375rem;text-decoration:none;z-index:100037;text-align:center;text-align-last:center;top:34.1875rem;left:7.59375rem;display:block; }
#n9FQTa9Qw7zhlKO17Z0CPbfPdb5N15iV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#gBN9AqvCOaWF5kSOKDqFLCIFOPh4Arcx { color:#0e193d;display:block;width:15.9985625rem;position:absolute;font-family:"mykonos ar";font-size:5rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:20.7802734375rem;left:9.0615234375rem;height:6.5rem;font-style:normal;display:block; }
#qQL1TvhQQL2rofylf5fLLH7TlA3VDkZe { color:#0e193d;display:block;width:26rem;position:absolute;font-family:"mykonos ar";font-size:2.5rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:11.9375rem;left:2.0625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yS3KMGIttWcHrElHARJu4gwiQb63Zycu { color:#53d7b4;display:block;width:2.374025rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:100023;line-height:1.3;letter-spacing:0;top:25rem;left:6.935546875rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#kEqFdUe2cumIpMomu8fNuU18iPMbD3S3 { position:absolute;display:block;z-index:100011;background-color:rgba(14,25,61,0.5);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-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:7.1875rem;width:60rem;top:0rem;left:0rem;display:block; }
#THIBKQ8WMtxztHqPM7ccr1LJGmLbl0dp { color:#000000;display:block;width:10.8125rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:100039;line-height:1.3;letter-spacing:0;top:26.625rem;left:0.4375rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#z1qdg6KuKvQS8WJJcSJXHx6ZPm5MPvKl { color:#000000;display:block;width:21.5625rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:26.25rem;left:25.0595703125rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#ZCn0SKEDk4AO8QRqn2frg3uGUqFLcSt7 { color:#000000;display:block;width:17.75rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:100040;line-height:1.3;letter-spacing:0;top:15.59375rem;left:6.40625rem;height:4.875rem;text-align:center;text-align-last:center;display:block; }
#SylA15RuiU9iZyFWs2i3m5mnk9FJws2p { color:#0b0d0e;display:block;width:20.3125rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:300;z-index:100036;line-height:1.3;letter-spacing:0;top:30.5rem;left:35.687501907349rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JQTifyawpq2bV5470KIkMDzscSfybrOK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#405466;background-image:url("https://images.assets-landingi.com/lRsSdoou/B99.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#JQTifyawpq2bV5470KIkMDzscSfybrOK.adaptive-delivery-prevent-bg, #JQTifyawpq2bV5470KIkMDzscSfybrOK.lazyload, #JQTifyawpq2bV5470KIkMDzscSfybrOK.lazyloading { background-image: none; }#JQTifyawpq2bV5470KIkMDzscSfybrOK > .row .container { background-color: transparent; background-image: none; }#JQTifyawpq2bV5470KIkMDzscSfybrOK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQTifyawpq2bV5470KIkMDzscSfybrOK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQTifyawpq2bV5470KIkMDzscSfybrOK > .row .container > .video-iframe-container { display: none; }#JQTifyawpq2bV5470KIkMDzscSfybrOK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JQTifyawpq2bV5470KIkMDzscSfybrOK > .row > .video-iframe-container { display: none; }#JQTifyawpq2bV5470KIkMDzscSfybrOK > .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); }#JQTifyawpq2bV5470KIkMDzscSfybrOK > .row .container { border-width: 0; border-radius: 0; }#JQTifyawpq2bV5470KIkMDzscSfybrOK > .row > .video-iframe-container {  }#JQTifyawpq2bV5470KIkMDzscSfybrOK > .row .container { font-size:0.875rem;font-family:"mykonos ar";height:45.9375rem;width:60rem;position:relative;display:block; }#o25L67eoeNXaqzu9GEyJbq7bMWspQBDs { position:absolute;display:block;z-index:100006;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;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 1.4375rem rgba(0,0,0,0.2) ;height:30.1875rem;width:22.875rem;top:12.0625rem;left:19.125rem;display:block; }
#W15VolThfHqKa4pFkUFFnltBT3JGrRoh { color:#1d2d51;display:block;width:22.1875rem;position:absolute;font-family:"mykonos ar";font-size:1.875rem;font-weight:700;z-index:100015;line-height:1.3;letter-spacing:0;top:14.625rem;left:19.625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#clL8ST1bqpFTnSV7C62mL6naN5TDbh43 { color:#1d2d51;display:block;width:16.875rem;position:absolute;font-family:"mykonos ar";font-size:5rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:23.9375rem;left:23.625rem;height:6.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#klTgIFOiKQ2nwQTCWg8ahSKn3ssFsifm { color:#bdc0c4;display:block;width:2.375rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:28.0625rem;left:35.0625rem;height:0;text-align:right;text-align-last:right;display:none; }
#k1CaVTm9qHaURAMONFd3UoROLpqq9AVo { color:#dfdfdf;display:block;width:44.25rem;position:absolute;font-family:"mykonos ar";font-size:2.1875rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:0.9375rem;left:6.625rem;height:2.84375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vmO2SvIFmithJhTrO53uwrZTns5WF6ev { position:absolute;display:block;z-index:100013;background-color:#dfdfdf;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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.25rem;width:2.5rem;top:4.8125rem;left:27.5rem;display:block; }
#S2dZXXpkB6VNHVXhASCC8sbSKw1ycTDD { position:absolute;display:block;z-index:100014;background-color:#dfdfdf;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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.25rem;width:0.625rem;top:4.8125rem;left:30.25rem;display:block; }
#Exu6iPunVIJ4tSLswCruNdt0PsPuoukn { position:absolute;display:block;z-index:100014;background-color:#dfdfdf;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;border-top-left-radius:6.25rem;border-top-right-radius:6.25rem;border-bottom-left-radius:6.25rem;border-bottom-right-radius:6.25rem;height:0.25rem;width:0.3125rem;top:4.8125rem;left:31.125rem;display:block; }
#HOlsQNfHfZoy2ZslWRbs4VPMKLG9doSM { color:#fef7da;display:block;width:52.125rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:5.625rem;left:3.9375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kw4XuN31W5ndgoPkiHfAdoNwvc1dq4I0 { color:#53d7b4;display:block;width:2.375rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:100021;line-height:1.3;letter-spacing:0;top:28.84375rem;left:44.0625rem;height:0;text-align:right;text-align-last:right;display:none; }
#c8fmN5wS2uSuBkvVnR5Gg89I9Js6orMR { position:absolute;display:block;z-index:99998;background-color:rgba(14,25,61,0.7);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:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:9.8125rem;width:60rem;top:0rem;left:0rem;display:block; }
#cT3eBGDS5O7pTPMW7en23eWbrcgQW9Ag { z-index:100032;top:37.5625rem;left:24.3125rem;background-color:transparent;background-image:none;border-top:0.1875rem solid #000000;border-left:0.1875rem solid #000000;border-right:0.1875rem solid #000000;border-bottom:0.1875rem solid #000000;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"mykonos ar";font-size:1.3125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.471125rem;height:3.84609375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#pMCNE7LnFb9Hf6UKIftUQ57OofGWIrGO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Nh1eBrA5igRvtC4OwqQPpLr7VFHtbGdD { color:#bdc0c4;display:block;width:2.375rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:normal;z-index:100024;line-height:1.3;letter-spacing:0;top:29.375rem;left:23.125rem;height:1.625rem;text-align:right;text-align-last:right;display:block; }
#MhVhQU1Cpxe4eCxZqgUyTnVP1JtS6xme { color:#000000;display:block;width:19.25rem;position:absolute;font-family:"mykonos ar";font-size:1rem;font-weight:normal;z-index:100047;line-height:1.4;letter-spacing:0;top:21.38125038147rem;left:0rem;height:1.4rem;text-align:center;text-align-last:center;display:none; }
#UTU5vRQ33gwgJyXeD9dBXFrTqNbFIVhz { color:#000000;display:block;width:19.25rem;position:absolute;font-family:"mykonos ar";font-size:1rem;font-weight:normal;z-index:100048;line-height:1.4;letter-spacing:0;top:22.5625rem;left:13.875rem;height:1.3994125rem;text-align:center;text-align-last:center;display:block; }
#R7JcQs8muQ9254L4NPakM7eZyx8QLqmN { color:#0b0d0e;display:block;width:18.375rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:300;z-index:100037;line-height:1.3;letter-spacing:0;top:35rem;left:20.875rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pBZ5G7mxAfBsb0StJoZOGRf8koDAhaID { color:#0b0d0e;display:block;width:20.3125rem;position:absolute;font-family:cairo;font-size:1.5rem;font-weight:300;z-index:100038;line-height:1.3;letter-spacing:0;top:34.4375rem;left:6.43593788147rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tA1OmcuyW4Js3uDhM2wX59tbs9kayi0V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#tA1OmcuyW4Js3uDhM2wX59tbs9kayi0V > .row .container { background-color: transparent; background-image: none; }#tA1OmcuyW4Js3uDhM2wX59tbs9kayi0V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tA1OmcuyW4Js3uDhM2wX59tbs9kayi0V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tA1OmcuyW4Js3uDhM2wX59tbs9kayi0V > .row .container > .video-iframe-container { display: none; }#tA1OmcuyW4Js3uDhM2wX59tbs9kayi0V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tA1OmcuyW4Js3uDhM2wX59tbs9kayi0V > .row > .video-iframe-container { display: none; }#tA1OmcuyW4Js3uDhM2wX59tbs9kayi0V > .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); }#tA1OmcuyW4Js3uDhM2wX59tbs9kayi0V > .row .container { border-width: 0; border-radius: 0; }#tA1OmcuyW4Js3uDhM2wX59tbs9kayi0V > .row > .video-iframe-container {  }#tA1OmcuyW4Js3uDhM2wX59tbs9kayi0V > .row .container { font-size:0.875rem;font-family:"mykonos ar";height:6.5625rem;width:60rem;position:relative;display:block; }#mF8Xxd5QROE7yrNpx7VidV4Ty66x6wZi { color:#1d2d51;display:block;width:54.125rem;position:absolute;font-family:"mykonos ar";font-size:1.25rem;font-weight:400;z-index:100017;line-height:1.6;letter-spacing:0;top:1.2804689407349rem;left:2.9375rem;height:4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#W2eddKnuN0iAmilD0XhmNzslSA37u6oW { position:absolute;display:block;z-index:100001;background-color:rgba(14,25,61,0.7);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:0rem;border-bottom-left-radius:12.5rem;border-bottom-right-radius:12.5rem;height:9.8125rem;width:60rem;top:6.5625rem;left:0rem;display:none; }
#ztZ2M8C3JVmkqGcPoqWC3sm83KJrXUuq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.53);background-image:none;position:relative;display:block; }#ztZ2M8C3JVmkqGcPoqWC3sm83KJrXUuq > .row .container { background-color: transparent; background-image: none; }#ztZ2M8C3JVmkqGcPoqWC3sm83KJrXUuq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztZ2M8C3JVmkqGcPoqWC3sm83KJrXUuq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztZ2M8C3JVmkqGcPoqWC3sm83KJrXUuq > .row .container > .video-iframe-container { display: none; }#ztZ2M8C3JVmkqGcPoqWC3sm83KJrXUuq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ztZ2M8C3JVmkqGcPoqWC3sm83KJrXUuq > .row > .video-iframe-container { display: none; }#ztZ2M8C3JVmkqGcPoqWC3sm83KJrXUuq > .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); }#ztZ2M8C3JVmkqGcPoqWC3sm83KJrXUuq > .row .container { border-width: 0; border-radius: 0; }#ztZ2M8C3JVmkqGcPoqWC3sm83KJrXUuq > .row > .video-iframe-container {  }#ztZ2M8C3JVmkqGcPoqWC3sm83KJrXUuq > .row .container { font-size:0.875rem;font-family:"mykonos ar";height:23.0625rem;width:60rem;position:relative;display:block; }#JyVWUyqeV85HohW6TfDeVRpgRDS9v4O3 { position:absolute;display:block;z-index:100000;background-color:#0e193d;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-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;height:4.25rem;width:25.25rem;top:0rem;left:17.25rem;display:block; }
#MuxSHoMUcfq9x5LwQZuU3nqGZL7TNNrD { color:#ffffff;display:block;width:22.625rem;position:absolute;font-family:cairo;font-size:1.8125rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:0.625rem;left:18.6875rem;height:2.35625rem;text-align:center;text-align-last:center;display:block; }
#VHldsvEEvwBHwnlq0TxUTpH4pl349SLL { background-color:#8499f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:4.5625rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:6.4375rem;left:41.8125rem;display:block; }
#W23QVCSWkTxt0C6drKDVf0dX3bcEOOr7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#kFeR39kAEXnk4mJrFiPygy4uA0I4mVWU { background-color:#8499f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:4.5625rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:6.4375rem;left:30.8125rem;display:block; }
#xmRHpTvABiZknXb5prulORMvdXs20p3U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BDL4eX6nf96oS06mn3PPzwhkSJ6FqA99 { background-color:#8499f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:0.75rem;font-weight:700;font-style:normal;line-height:1.2;overflow:hidden;position:absolute;width:11.875rem;height:4.5625rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:6.5rem;left:18.5625rem;display:block; }
#Ze1Z3O379IllnAF4aQQmzxnlVheagW8U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#alACugbsrIiIKA9xTTaTvO07u4NNbkGX { background-color:#8499f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:4.5625rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:6.4375rem;left:7.875rem;display:block; }
#AylX6Ra4q3JnXo2qNxhdxpNBkB97mzwE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#s3uzT3QLhCxS0aXA8ePbhP24KaJKFx9s { background-color:#8499f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:4.5625rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:11.5625rem;left:13.6875rem;display:block; }
#xBwQP42fRrnr7N9JxFvBh8cxC1lipyTd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qzvMzTUmV72VAuPHim64IEHxuAdIzfBx { background-color:#8499f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:4.5625rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:11.625rem;left:24.25rem;display:block; }
#WLNuGGFBdfOudD1vVHTeQTLSVZ3RlcwN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#s65BwQ5ROfhy9g0kzoCGGrS1V8iohmpX { background-color:#8499f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:4.5625rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:11.5625rem;left:34.75rem;display:block; }
#CFPk91bBnFdce4UAVfqbKftOBuIEzdkQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#XxPZap1uKOnWvlo2cOwugSwq5ZC9CJzT { background-color:#8499f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:cairo;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:4.5625rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:16.875rem;left:22.625rem;display:block; }
#T5KO0HvP3BTHW8cwAkQdi4NTSTOx7Zdi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#qAhMM1Ok0wpGle2R8lOC2ofV2fnaB36v { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0e193d;background-image:none;position:relative;display:block; }#qAhMM1Ok0wpGle2R8lOC2ofV2fnaB36v > .row .container { background-color: transparent; background-image: none; }#qAhMM1Ok0wpGle2R8lOC2ofV2fnaB36v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAhMM1Ok0wpGle2R8lOC2ofV2fnaB36v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAhMM1Ok0wpGle2R8lOC2ofV2fnaB36v > .row .container > .video-iframe-container { display: none; }#qAhMM1Ok0wpGle2R8lOC2ofV2fnaB36v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qAhMM1Ok0wpGle2R8lOC2ofV2fnaB36v > .row > .video-iframe-container { display: none; }#qAhMM1Ok0wpGle2R8lOC2ofV2fnaB36v > .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); }#qAhMM1Ok0wpGle2R8lOC2ofV2fnaB36v > .row .container { border-width: 0; border-radius: 0; }#qAhMM1Ok0wpGle2R8lOC2ofV2fnaB36v > .row > .video-iframe-container {  }#qAhMM1Ok0wpGle2R8lOC2ofV2fnaB36v > .row .container { font-size:0.875rem;font-family:"mykonos ar";height:14.4375rem;width:60rem;position:relative;display:block; }#Fqkb2zid2ovMslApZnVWN5b6mmAIeqGI { color:#000000;display:block;width:21rem;position:absolute;font-family:cairo;font-size:1.5625rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:0.93635177612306rem;left:19.247930526733rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QVTrXBiQAfoXCao7u6vgHgMXXscPCigf { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1875rem;width:3.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100019;top:3.872932434082rem;left:28.404180526733rem;display:block; }
#gBEWtrSXuunqMn8rwqyJbmMxztriT0WT { color:#000000;display:block;width:21.375rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100008;line-height:1.3;letter-spacing:0;top:7.7481613159181rem;left:19.309511184693rem;height:1.3rem;display:block; }
#i61NAQpPxeQSOxbhZG2JTbv3LMTEv9h0 { color:#000000;display:block;width:20rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100022;line-height:1.3;letter-spacing:0;top:11.97998046875rem;left:20rem;height:1.3rem;display:block; }
#MlVSS4pDWDBs415CvruqvmbJmJ41zCB6 { color:#000000;display:block;width:19.5625rem;position:absolute;font-family:cairo;font-size:1rem;font-weight:normal;z-index:100009;line-height:1.3;letter-spacing:0;top:9.93359375rem;left:20.7470703125rem;height:1.3rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #siRn2ia5b6FwXXDH3xDmnpLAAsSb8c1I { display:block; }#siRn2ia5b6FwXXDH3xDmnpLAAsSb8c1I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehDvCyEzTnPz1BzZNyx067tCKGK8VhGe { top:1.1875rem;left:12.875rem;width:22rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aeaqS5UIrdSMeMeQrzfIKManTKmNVKVl { width:9.8125rem;height:1.75rem;top:10.25rem;left:5.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-regular-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-input-text { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-input-text {padding-top: 0; padding-bottom: 0;}#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-textarea { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-input-select { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-input-select {padding-top: 0; padding-bottom: 0;}#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-input-button { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-checkbox-label { width:20.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G  { width:21.875rem;height:auto;top:12rem;left:0rem; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .radio-container { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G {display:block;}#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G { width:21.875rem;height:auto;top:12rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #xxdWRtVnkP8cWHUWZ0B0IIOdnewVrmAf {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #faGdrEwPoQ2Lr9fdtpuL3qZL4dQWlezZ {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #oGFweB3CoyQJ0fu4a9mmTQSlQwOs2F9T {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #oy8n8sQAlM2dTwnelx6q1XIreEobiiD9 {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #vlf38U0nzoWIEzByOvssiFJzZndgzGRh {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #gGTkOuie2Qn6pCori40Zwto8m84ykABW {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #VxcCVFKVrZ4rU4iqDqDKpfwsUATE1n8W {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #NwwXwuMpFRm8cuD0Zi9UHlqCvAwK0I2m {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #FGrvWPrIdrRg7H42U837c5xgC89Jmrhu {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #s7KXgPuG6AEelUHAROFoleRG6VTqQ9LH {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #NBcmZd389lsNEwsGh1P5KMvaJd2aqbAE {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #FlBv34xmsz0g1GiLdHHeQxlkak9yR7aq {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #XIAJ99k0tsWEqQcVtA1dmCBoLmHf7mS2 {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #xyibUM9OWUTBFtapXemLgNp8RhfplqLZ {  }
 }@media only screen and (max-width: 763px) { #y5gzThlGgplBWZqgWsBmnr19F5ddULrg { width:32.3125rem;height:;top:2.75rem;left:15.4375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk2SQMy75UpmlUP3tSX9Bn97fsowD6xl { width:24.5rem;height:31.9375rem;top:5.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUX9uATyVylSyLCAEobGg59L5k9auxFv { top:9.5625rem;left:0.5625rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOCtsXM4gvOTfhmiuFRpcDIl50VEHPwl { top:29rem;left:31.218751907349rem;width:13rem;height:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsb83TnAfD3K9GwhsP6cTIArztszH21Z { top:5.75rem;left:1.5rem;width:12.5rem;height:3.875rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #b3NcguMArI9BtCZ8W18wRwRWiU3dNqko { display:block; }#b3NcguMArI9BtCZ8W18wRwRWiU3dNqko > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWSTLHGBSUCSD1g8D3Gb0UPbPrZA1fBU { width:19.125rem;height:26.125rem;top:12rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlEC8TFgxluiQDZhEX6qtc8ovK50u6ph { width:15.375rem;height:3.4375rem;top:35.9375rem;left:32.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNJlRnz9bichtUp9S1aWMECPQryxg9XU { display:block; }
 }@media only screen and (max-width: 763px) { #LHJLy27TieXVlpi7Ml74sOGoGEVro1RW { top:28.8125rem;left:37.9375rem;width:2.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m1faO3nPa0LGOJwsA1uzghB7LpyDKdZv { width:16.875rem;height:3.5625rem;top:29.1875rem;left:30.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHdk0WEx18lBSB2Ca4iZp8brDgZCMwvn { top:28.75rem;left:15.625rem;width:2.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9P3zEWoR0HTXf1OHOk5MGHdp9Jts219 { width:12.4375rem;height:12.1875rem;top:14.6875rem;left:34.09375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMUwATpn9IcmpLLhLxoycWBaAEPXCmOv { top:0rem;left:0rem;width:47.75rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqKDd53yLpc3DCFNIF4N461IB0OOuUzJ { width:19.125rem;height:26.125rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTC303VRUHhJS0kSmWpgkigy7uL3bXpW { width:15.375rem;height:3.4375rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWItBgMrGuoGqXPapaSTxgHx2qCTWH6h { display:block; }
 }@media only screen and (max-width: 763px) { #th87ovGC3IyB3kT125Hs56yGp4DaHtZF { width:16.0625rem;height:5.3125rem;top:27.375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox405boKxTqZ684ADTWZ3mOPOdlh81xl { top:20.875rem;left:0rem;width:19.25rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WyTypJwwWBZtIJkAF36Nd0TU4Oixzq1v { width:12.3125rem;height:2.4375rem;top:14.6875rem;left:1.03125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G69W5lRApQWJihnhV3gZQvKueuec8RgV { width:2.5rem;height:0.25rem;top:19.3125rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6gnRavu8b81qtUHHsTVd97pn87yT9EC { width:0.625rem;height:0.25rem;top:19.3125rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmnaW6F6CLSnvTIEL91in52Vvaihn1gx { width:0.3125rem;height:0.25rem;top:19.3125rem;left:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MINhMnkNpgE4IL31RcPd5BnqNwT3TA92 { width:15.375rem;height:3.4375rem;top:64.0625rem;left:14.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNxcmgAx95ZCTobHy2mqfbhyz5bT0Q6g { display:block; }
 }@media only screen and (max-width: 763px) { #co97QVeifD2VH31ICt8tyc77X5DI0Gro { width:19.125rem;height:26.125rem;top:40.0625rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvgJGMqmJyeqFiihe57iDZVS6WxFZnqA { top:50rem;left:14.906251907349rem;width:15.4375rem;height:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2pQt7gNdWn2VIUQk5Js3wBahE9p31gr { width:13.5625rem;height:4.875rem;top:41.8125rem;left:15.843751907349rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKsRkWyXIoI4DXToIfRNCw44LbemJyRy { width:0.3125rem;height:0.25rem;top:46.625rem;left:23.718751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qngrrg0q3HLqTxmWLo3QQf90D1AGf25e { width:0.5rem;height:0.125rem;top:46.6875rem;left:22.375001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrGkITwRGfAFo8bbWQCJWDLgTkr8229N { width:2.5rem;height:0.25rem;top:46.625rem;left:19.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksUrSxqBrisH3oeaJmQTNDfD3lISDK1y { width:17.5rem;height:1.625rem;top:23.4375rem;left:15.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FObkPt9xSbmRQc836gmoXzz1XUB7A3Ih { top:25rem;left:22.3125rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDZBG2bPpKMGD85o0J3uFUWt5kscoURU { width:16.0625rem;height:5.3125rem;top:55.625rem;left:14.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #riTdKqhB2L50RvwLOrUysSoT0oTBNLAJ { width:39.4375rem;height:5.6875rem;top:2rem;left:4.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqEyydB9bWX8SwsJqh8rrHcDAZ0dtpH7 { display:block; }#MqEyydB9bWX8SwsJqh8rrHcDAZ0dtpH7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gg33pqCGvKgSNR895lavVvdhyU8L4Pe8 { width:23.1875rem;height:25rem;top:10.9375rem;left:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfB34ZizG1ixgLhK51B0rSRqfL5FWsTf { width:13.25rem;height:6.375rem;top:23.1875rem;left:25.5rem;font-size:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsIwHuFDOv4yNZFn0A1hDLVgOufD4Sht { width:26rem;height:3.25rem;top:13.75rem;left:19.156251907349rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4N6ffphd6r2uqMoFzAFJlTaUTNB3AN3 { top:18.875rem;left:21.375rem;width:21.5625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTU3Juz58Jo9qESszrwTWqc82FJxJ50L { top:28rem;left:23.1875rem;width:2.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzOShRsaatoIfDLTBClIM4ExE1Qqwa7g { width:18.875rem;height:18.5rem;top:12.625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un7q3VaEnDtoTpXVQ7kdwShLVZLtqZbL { width:17.3125rem;height:2.75rem;top:14rem;left:2.875rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQdKZlQFhCvwph2zJJsvlXK3zJ9XkiCg { top:18.0625rem;left:4.65625rem;width:14.5625rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpSBhSrZHgrmIOdF939eNl9IMSmWm7QX { width:13.5rem;height:5.6875rem;top:21.6875rem;left:2.9375rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJtuhv57ArkTxVlfCFTU9pKguVRZr1up { top:21.5rem;left:3.5625rem;width:2.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vn8KL9RVH1mKD1nRhbZhMJhBOfSAVr4t { width:15.375rem;height:3.4375rem;top:29.125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVQaKSJJ5xfcePxztKx2nGGlrvTucTzB { display:block; }
 }@media only screen and (max-width: 763px) { #csCCWgJx4CBbaiQuGu9PmizCt9VueA16 { width:15.375rem;height:3.4375rem;top:31.0625rem;left:24.468751907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN4TahDRIEJVB7rNSXMhkgF0LTgOrC5x { display:block; }
 }@media only screen and (max-width: 763px) { #ao8BmX75osoCOkcRs5g0fxxP0dGRX2fT { top:27.375rem;left:22.875001907349rem;width:2.375rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLvcVCNp9R4Mwxx5ZylR8QfXb08wAcvo { width:39.3125rem;height:5.6875rem;top:2.75rem;left:2.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPILOwiK5hLeH0kO8GLTLxZbulny7B70 { top:0rem;left:0rem;width:47.75rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #engEvAS2qkGEGFyHSA8RXWddSJbSd4kF { top:25.0625rem;left:2.875rem;width:2.375rem;height:1.625rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhQBKuezbMdg02dhcQT9GIFcAfVG9mEZ { display:block; }#VhQBKuezbMdg02dhcQT9GIFcAfVG9mEZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yDUix5EKwN0Xu5w8PZ9Sm8N3hhHcSMeR { width:41.25rem;height:5.3125rem;top:1.875rem;left:2.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSyHQtCFX8TBi4hzyxhibBUGZtRmTUG4 { width:2.5rem;height:0.1875rem;top:5.5625rem;left:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmqLh9hShHksylQn7l0lpsBRBPKrp0xt { width:0.625rem;height:0.1875rem;top:5.5625rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybpP7HC6Cvs2UwxfuUGSmVkkclgNDAJ5 { width:0.3125rem;height:0.1875rem;top:5.5625rem;left:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsGGSb5twl9lTIy5mKpEWdLkP08qfrvX { width:29.1875rem;height:25.875rem;top:10.1875rem;left:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfkIhEnvwC49LpkfrXE1tZ1h1GLmu1PZ { width:14.375rem;height:6.0625rem;top:20.375rem;left:32.53125rem;font-size:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPbXaoa14exwH2VpXANBy4nEwyPhWGmc { width:26rem;height:3.25rem;top:11.9375rem;left:21.75rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR3droJDugg7gimFnFKl2TzhpcRNCxsF { top:24.625rem;left:30.8125rem;width:2.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrpU15tafSRdBR3KBHGXKh1Zx6b5x7r2 { width:15.375rem;height:3.4375rem;top:34.1875rem;left:31.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9MATSwp18KKeB8kNVgRbS8cMC2WiPkz { display:block; }
 }@media only screen and (max-width: 763px) { #a6mro4ELl7804B42l8FgwErU0IqW2di6 { width:30.5625rem;height:25.75rem;top:10.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc9OkW6TEuCqz4XbyecwTdxM64EA5oNf { width:15.375rem;height:3.4375rem;top:34.1875rem;left:1.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9FQTa9Qw7zhlKO17Z0CPbfPdb5N15iV { display:block; }
 }@media only screen and (max-width: 763px) { #gBN9AqvCOaWF5kSOKDqFLCIFOPh4Arcx { width:15.9375rem;height:6.5rem;top:20.75rem;left:2.9365234375rem;font-size:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQL1TvhQQL2rofylf5fLLH7TlA3VDkZe { width:26rem;height:3.25rem;top:11.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS3KMGIttWcHrElHARJu4gwiQb63Zycu { top:25rem;left:0.810546875rem;width:2.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kEqFdUe2cumIpMomu8fNuU18iPMbD3S3 { top:0rem;left:0rem;width:47.75rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #THIBKQ8WMtxztHqPM7ccr1LJGmLbl0dp { top:26.625rem;left:0rem;width:10.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1qdg6KuKvQS8WJJcSJXHx6ZPm5MPvKl { top:26.25rem;left:18.934373855591rem;width:21.5625rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZCn0SKEDk4AO8QRqn2frg3uGUqFLcSt7 { top:15.5625rem;left:0.28125rem;width:17.75rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SylA15RuiU9iZyFWs2i3m5mnk9FJws2p { top:30.5rem;left:27.4375rem;width:20.3125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQTifyawpq2bV5470KIkMDzscSfybrOK { display:block; }#JQTifyawpq2bV5470KIkMDzscSfybrOK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o25L67eoeNXaqzu9GEyJbq7bMWspQBDs { width:22.875rem;height:30.1875rem;top:12.0625rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #W15VolThfHqKa4pFkUFFnltBT3JGrRoh { width:22.1875rem;height:4.875rem;top:14.625rem;left:13.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #clL8ST1bqpFTnSV7C62mL6naN5TDbh43 { width:16.875rem;height:6.5rem;top:23.9375rem;left:17.5rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klTgIFOiKQ2nwQTCWg8ahSKn3ssFsifm { top:28.0625rem;left:28.9375rem;width:2.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1CaVTm9qHaURAMONFd3UoROLpqq9AVo { width:44.25rem;height:2.8125rem;top:0.9375rem;left:0.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmO2SvIFmithJhTrO53uwrZTns5WF6ev { width:2.5rem;height:0.25rem;top:4.8125rem;left:21.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2dZXXpkB6VNHVXhASCC8sbSKw1ycTDD { width:0.625rem;height:0.25rem;top:4.8125rem;left:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Exu6iPunVIJ4tSLswCruNdt0PsPuoukn { width:0.3125rem;height:0.25rem;top:4.8125rem;left:25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOlsQNfHfZoy2ZslWRbs4VPMKLG9doSM { width:47.75rem;height:3.1875rem;top:5.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kw4XuN31W5ndgoPkiHfAdoNwvc1dq4I0 { top:28.8125rem;left:37.9375rem;width:2.375rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #c8fmN5wS2uSuBkvVnR5Gg89I9Js6orMR { top:0rem;left:0rem;width:47.75rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT3eBGDS5O7pTPMW7en23eWbrcgQW9Ag { top:37.5625rem;left:18.1875rem;width:12.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMCNE7LnFb9Hf6UKIftUQ57OofGWIrGO { display:block; }
 }@media only screen and (max-width: 763px) { #Nh1eBrA5igRvtC4OwqQPpLr7VFHtbGdD { top:29.375rem;left:17rem;width:2.375rem;height:1.625rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MhVhQU1Cpxe4eCxZqgUyTnVP1JtS6xme { top:21.375rem;left:0rem;width:19.25rem;height:1.375rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UTU5vRQ33gwgJyXeD9dBXFrTqNbFIVhz { top:22.5625rem;left:7.75rem;width:19.25rem;height:1.375rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R7JcQs8muQ9254L4NPakM7eZyx8QLqmN { top:35rem;left:14.75rem;width:18.375rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBZ5G7mxAfBsb0StJoZOGRf8koDAhaID { top:34.4375rem;left:0.310546875rem;width:20.3125rem;height:1.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tA1OmcuyW4Js3uDhM2wX59tbs9kayi0V { display:block; }#tA1OmcuyW4Js3uDhM2wX59tbs9kayi0V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mF8Xxd5QROE7yrNpx7VidV4Ty66x6wZi { width:47.75rem;height:4rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2eddKnuN0iAmilD0XhmNzslSA37u6oW { top:6.5625rem;left:0rem;width:47.75rem;height:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ztZ2M8C3JVmkqGcPoqWC3sm83KJrXUuq { display:block; }#ztZ2M8C3JVmkqGcPoqWC3sm83KJrXUuq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyVWUyqeV85HohW6TfDeVRpgRDS9v4O3 { top:0rem;left:11.125rem;width:25.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuxSHoMUcfq9x5LwQZuU3nqGZL7TNNrD { top:0.625rem;left:12.5625rem;width:22.625rem;height:2.3125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VHldsvEEvwBHwnlq0TxUTpH4pl349SLL { width:10.3125rem;height:4.5625rem;top:6.4375rem;left:35.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W23QVCSWkTxt0C6drKDVf0dX3bcEOOr7 { display:block; }
 }@media only screen and (max-width: 763px) { #kFeR39kAEXnk4mJrFiPygy4uA0I4mVWU { width:10.3125rem;height:4.5625rem;top:6.4375rem;left:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmRHpTvABiZknXb5prulORMvdXs20p3U { display:block; }
 }@media only screen and (max-width: 763px) { #BDL4eX6nf96oS06mn3PPzwhkSJ6FqA99 { width:11.875rem;height:4.5625rem;top:6.5rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze1Z3O379IllnAF4aQQmzxnlVheagW8U { display:block; }
 }@media only screen and (max-width: 763px) { #alACugbsrIiIKA9xTTaTvO07u4NNbkGX { width:10.3125rem;height:4.5625rem;top:6.4375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #AylX6Ra4q3JnXo2qNxhdxpNBkB97mzwE { display:block; }
 }@media only screen and (max-width: 763px) { #s3uzT3QLhCxS0aXA8ePbhP24KaJKFx9s { width:10.3125rem;height:4.5625rem;top:11.5625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBwQP42fRrnr7N9JxFvBh8cxC1lipyTd { display:block; }
 }@media only screen and (max-width: 763px) { #qzvMzTUmV72VAuPHim64IEHxuAdIzfBx { width:10.3125rem;height:4.5625rem;top:11.625rem;left:18.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLNuGGFBdfOudD1vVHTeQTLSVZ3RlcwN { display:block; }
 }@media only screen and (max-width: 763px) { #s65BwQ5ROfhy9g0kzoCGGrS1V8iohmpX { width:10.3125rem;height:4.5625rem;top:11.5625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFPk91bBnFdce4UAVfqbKftOBuIEzdkQ { display:block; }
 }@media only screen and (max-width: 763px) { #XxPZap1uKOnWvlo2cOwugSwq5ZC9CJzT { width:16.5625rem;height:4.5625rem;top:16.875rem;left:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5KO0HvP3BTHW8cwAkQdi4NTSTOx7Zdi { display:block; }
 }@media only screen and (max-width: 763px) { #qAhMM1Ok0wpGle2R8lOC2ofV2fnaB36v { display:block; }#qAhMM1Ok0wpGle2R8lOC2ofV2fnaB36v > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fqkb2zid2ovMslApZnVWN5b6mmAIeqGI { top:0.875rem;left:13.122930526733rem;width:21rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVTrXBiQAfoXCao7u6vgHgMXXscPCigf { top:3.8125rem;left:22.279180526733rem;width:3.1875rem;height:3.1875rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBEWtrSXuunqMn8rwqyJbmMxztriT0WT { top:7.6875rem;left:13.184511184693rem;width:21.375rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i61NAQpPxeQSOxbhZG2JTbv3LMTEv9h0 { top:11.9375rem;left:13.875rem;width:20rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MlVSS4pDWDBs415CvruqvmbJmJ41zCB6 { top:9.875rem;left:14.6220703125rem;width:19.5625rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #siRn2ia5b6FwXXDH3xDmnpLAAsSb8c1I { display:block; }#siRn2ia5b6FwXXDH3xDmnpLAAsSb8c1I > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ehDvCyEzTnPz1BzZNyx067tCKGK8VhGe { width:20rem;height:3.2954545454546rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/YzwPGKnR/office_provo_dental_room_green_span.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(100,69,147,0.33); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(100,69,147,0.33); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:61.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aeaqS5UIrdSMeMeQrzfIKManTKmNVKVl { width:20rem;height:2.2744125rem;top:14.0390625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-input-text {padding-top: 0; padding-bottom: 0;}#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-input-select {padding-top: 0; padding-bottom: 0;}#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G  { width:17.5rem;height:auto;top:17.5625rem;left:0rem; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G {display:block;}#iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G { width:17.5rem;height:auto;top:17.5625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #xxdWRtVnkP8cWHUWZ0B0IIOdnewVrmAf {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #faGdrEwPoQ2Lr9fdtpuL3qZL4dQWlezZ {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #oGFweB3CoyQJ0fu4a9mmTQSlQwOs2F9T {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #oy8n8sQAlM2dTwnelx6q1XIreEobiiD9 {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #vlf38U0nzoWIEzByOvssiFJzZndgzGRh {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #gGTkOuie2Qn6pCori40Zwto8m84ykABW {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #VxcCVFKVrZ4rU4iqDqDKpfwsUATE1n8W {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #NwwXwuMpFRm8cuD0Zi9UHlqCvAwK0I2m {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #FGrvWPrIdrRg7H42U837c5xgC89Jmrhu {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #s7KXgPuG6AEelUHAROFoleRG6VTqQ9LH {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #NBcmZd389lsNEwsGh1P5KMvaJd2aqbAE {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #FlBv34xmsz0g1GiLdHHeQxlkak9yR7aq {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #XIAJ99k0tsWEqQcVtA1dmCBoLmHf7mS2 {  }
 }@media only screen and (max-width: 763px) { #iTst2KyhlaWCDQ5DN2gDK4kzt7Q2pB7G #xyibUM9OWUTBFtapXemLgNp8RhfplqLZ {  }
 }@media only screen and (max-width: 763px) { #y5gzThlGgplBWZqgWsBmnr19F5ddULrg { width:20rem;height:9.4970625rem;top:1.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #Uk2SQMy75UpmlUP3tSX9Bn97fsowD6xl { width:20rem;height:41.5625rem;top:12.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUX9uATyVylSyLCAEobGg59L5k9auxFv { width:3.125rem;height:3.125rem;top:48.75rem;left:8.4375rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nOCtsXM4gvOTfhmiuFRpcDIl50VEHPwl { width:16.1875rem;height:10.1875rem;top:42.0615234375rem;left:1.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsb83TnAfD3K9GwhsP6cTIArztszH21Z { width:17.3125rem;height:1.375rem;top:59.9375rem;left:1.34375rem;font-size:0.6875rem;text-align:center;text-align-last:center;line-height:1;font-weight:300;font-style:normal;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #b3NcguMArI9BtCZ8W18wRwRWiU3dNqko { background-color:#405466;background-image:url("https://images.assets-landingi.com/YzwPGKnR/office_provo_dental_room_green_span.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#b3NcguMArI9BtCZ8W18wRwRWiU3dNqko.adaptive-delivery-prevent-bg, #b3NcguMArI9BtCZ8W18wRwRWiU3dNqko.lazyload, #b3NcguMArI9BtCZ8W18wRwRWiU3dNqko.lazyloading { background-image: none; }#b3NcguMArI9BtCZ8W18wRwRWiU3dNqko > .row .container { background-color: transparent; background-image: none; }#b3NcguMArI9BtCZ8W18wRwRWiU3dNqko::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3NcguMArI9BtCZ8W18wRwRWiU3dNqko > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3NcguMArI9BtCZ8W18wRwRWiU3dNqko > .row .container > .video-iframe-container { display: none; }#b3NcguMArI9BtCZ8W18wRwRWiU3dNqko > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b3NcguMArI9BtCZ8W18wRwRWiU3dNqko > .row > .video-iframe-container { display: none; }#b3NcguMArI9BtCZ8W18wRwRWiU3dNqko > .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); }#b3NcguMArI9BtCZ8W18wRwRWiU3dNqko > .row .container { width:20rem;height:131.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eWSTLHGBSUCSD1g8D3Gb0UPbPrZA1fBU { width:20rem;height:23.75rem;top:17.750000381843rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlEC8TFgxluiQDZhEX6qtc8ovK50u6ph { width:15.375rem;height:3.4375rem;top:39.75rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNJlRnz9bichtUp9S1aWMECPQryxg9XU { display:block; }
 }@media only screen and (max-width: 763px) { #LHJLy27TieXVlpi7Ml74sOGoGEVro1RW { width:2.37426875rem;height:0;top:73.060302734375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0);display:none; }
 }@media only screen and (max-width: 763px) { #m1faO3nPa0LGOJwsA1uzghB7LpyDKdZv { width:19.3125rem;height:3.736325rem;top:31.748440170661rem;left:0rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHdk0WEx18lBSB2Ca4iZp8brDgZCMwvn { width:2.375rem;height:0;top:24.26171875rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #J9P3zEWoR0HTXf1OHOk5MGHdp9Jts219 { width:19rem;height:7.3125rem;top:21.187500381843rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMUwATpn9IcmpLLhLxoycWBaAEPXCmOv { width:20rem;height:6.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqKDd53yLpc3DCFNIF4N461IB0OOuUzJ { width:19.125rem;height:26.125rem;top:55.049216270447rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tTC303VRUHhJS0kSmWpgkigy7uL3bXpW { width:15.375rem;height:3.4375rem;top:79.375rem;left:2.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWItBgMrGuoGqXPapaSTxgHx2qCTWH6h { display:block; }
 }@media only screen and (max-width: 763px) { #th87ovGC3IyB3kT125Hs56yGp4DaHtZF { width:16.0625rem;height:5.6044875rem;top:71.43750190735rem;left:1.9687501192093rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ox405boKxTqZ684ADTWZ3mOPOdlh81xl { width:19.25rem;height:2.798825rem;top:64.224220275881rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WyTypJwwWBZtIJkAF36Nd0TU4Oixzq1v { width:12.3125rem;height:2.4375rem;top:57.000001907349rem;left:3.8437498807907rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G69W5lRApQWJihnhV3gZQvKueuec8RgV { width:2.5rem;height:0.25rem;top:61.000001907349rem;left:7.3125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6gnRavu8b81qtUHHsTVd97pn87yT9EC { width:0.625rem;height:0.25rem;top:61.061719894409rem;left:10.437500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmnaW6F6CLSnvTIEL91in52Vvaihn1gx { width:0.3125rem;height:0.25rem;top:60.999219894409rem;left:12.062500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #MINhMnkNpgE4IL31RcPd5BnqNwT3TA92 { width:15.375rem;height:3.4375rem;top:116.0000038147rem;left:3.3124998807907rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNxcmgAx95ZCTobHy2mqfbhyz5bT0Q6g { display:block; }
 }@media only screen and (max-width: 763px) { #co97QVeifD2VH31ICt8tyc77X5DI0Gro { width:19.125rem;height:26.125rem;top:92.064062118531rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GvgJGMqmJyeqFiihe57iDZVS6WxFZnqA { width:15.4375rem;height:4.72265625rem;top:101.4140663147rem;left:3.2812498807907rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #s2pQt7gNdWn2VIUQk5Js3wBahE9p31gr { width:13.5625rem;height:4.875rem;top:93.375005722044rem;left:4.1874998807907rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yKsRkWyXIoI4DXToIfRNCw44LbemJyRy { width:0.3125rem;height:0.25rem;top:98.935943603512rem;left:12.062500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qngrrg0q3HLqTxmWLo3QQf90D1AGf25e { width:0.625rem;height:0.25rem;top:98.936725616456rem;left:10.437500357628rem;display:block; }
 }@media only screen and (max-width: 763px) { #DrGkITwRGfAFo8bbWQCJWDLgTkr8229N { width:2.5rem;height:0.25rem;top:98.9375038147rem;left:7.3125003576281rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksUrSxqBrisH3oeaJmQTNDfD3lISDK1y { width:17.5rem;height:1.625rem;top:8.1250009536744rem;left:1.25rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FObkPt9xSbmRQc836gmoXzz1XUB7A3Ih { width:3.125rem;height:3.125rem;top:11.311718940735rem;left:8.4375003576281rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDZBG2bPpKMGD85o0J3uFUWt5kscoURU { width:16.0625rem;height:5.36133125rem;top:107.93749427796rem;left:2.3125001192093rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #riTdKqhB2L50RvwLOrUysSoT0oTBNLAJ { width:20rem;height:7.06640625rem;top:1.3355165719986E-6rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MqEyydB9bWX8SwsJqh8rrHcDAZ0dtpH7 { display:block; }#MqEyydB9bWX8SwsJqh8rrHcDAZ0dtpH7 > .row .container { width:20rem;height:47.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gg33pqCGvKgSNR895lavVvdhyU8L4Pe8 { width:20rem;height:16.0625rem;top:4.5rem;left:0rem;z-index:100015;display:block; }
 }@media only screen and (max-width: 763px) { #dfB34ZizG1ixgLhK51B0rSRqfL5FWsTf { width:12.93675rem;height:4.0625rem;top:13.300000572577rem;left:3.5312498807907rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsIwHuFDOv4yNZFn0A1hDLVgOufD4Sht { width:20rem;height:2.03125rem;top:5.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4N6ffphd6r2uqMoFzAFJlTaUTNB3AN3 { width:20rem;height:4.79883125rem;top:8.5rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #TTU3Juz58Jo9qESszrwTWqc82FJxJ50L { width:2.37421875rem;height:1.625rem;top:16.200001716614rem;left:2.7500001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OzOShRsaatoIfDLTBClIM4ExE1Qqwa7g { width:18.875rem;height:18.5rem;top:23.625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Un7q3VaEnDtoTpXVQ7kdwShLVZLtqZbL { width:17.3125rem;height:2.6rem;top:25.0625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQdKZlQFhCvwph2zJJsvlXK3zJ9XkiCg { width:14.5625rem;height:3.67383125rem;top:29.8125rem;left:2.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gpSBhSrZHgrmIOdF939eNl9IMSmWm7QX { width:15.3125rem;height:3.16875rem;top:33.312502289191rem;left:2.3437501192093rem;text-align:center;text-align-last:center;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJtuhv57ArkTxVlfCFTU9pKguVRZr1up { width:2.375rem;height:0;top:61.0125rem;left:2rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:100023;display:none; }
 }@media only screen and (max-width: 763px) { #vn8KL9RVH1mKD1nRhbZhMJhBOfSAVr4t { width:15.375rem;height:3.4375rem;top:40.125rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVQaKSJJ5xfcePxztKx2nGGlrvTucTzB { display:block; }
 }@media only screen and (max-width: 763px) { #csCCWgJx4CBbaiQuGu9PmizCt9VueA16 { width:15.375rem;height:3.4375rem;top:18.812500953674rem;left:2.3125001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #RN4TahDRIEJVB7rNSXMhkgF0LTgOrC5x { display:block; }
 }@media only screen and (max-width: 763px) { #ao8BmX75osoCOkcRs5g0fxxP0dGRX2fT { width:2.375rem;height:1.625rem;top:35.875rem;left:5.1240234375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #VLvcVCNp9R4Mwxx5ZylR8QfXb08wAcvo { width:20rem;height:3.25rem;top:0.34375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;color:#ffffff;z-index:100046;display:block; }
 }@media only screen and (max-width: 763px) { #tPILOwiK5hLeH0kO8GLTLxZbulny7B70 { width:20rem;height:3.9375rem;top:0rem;left:0rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 763px) { #engEvAS2qkGEGFyHSA8RXWddSJbSd4kF { width:2.375rem;height:0.08125rem;top:44.8125rem;left:8.8125rem;font-size:0.0625rem;text-align:center;text-align-last:center;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #VhQBKuezbMdg02dhcQT9GIFcAfVG9mEZ { display:block; }#VhQBKuezbMdg02dhcQT9GIFcAfVG9mEZ > .row .container { width:20rem;height:62.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yDUix5EKwN0Xu5w8PZ9Sm8N3hhHcSMeR { width:16.75rem;height:3.4125rem;top:2.2937679290771rem;left:1.6250001192093rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSyHQtCFX8TBi4hzyxhibBUGZtRmTUG4 { width:2.5rem;height:0.25rem;top:5.625rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #rmqLh9hShHksylQn7l0lpsBRBPKrp0xt { width:0.625rem;height:0.25rem;top:5.625rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybpP7HC6Cvs2UwxfuUGSmVkkclgNDAJ5 { width:0.3125rem;height:0.25rem;top:5.625rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsGGSb5twl9lTIy5mKpEWdLkP08qfrvX { width:20rem;height:19.3125rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LfkIhEnvwC49LpkfrXE1tZ1h1GLmu1PZ { width:11.625rem;height:4.0625rem;top:35.125000953674rem;left:4.1874998807907rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPbXaoa14exwH2VpXANBy4nEwyPhWGmc { width:20rem;height:2.35625rem;top:30rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QR3droJDugg7gimFnFKl2TzhpcRNCxsF { width:2.3734375rem;height:1.625rem;top:18.092969417572rem;left:1.6250001192093rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #DrpU15tafSRdBR3KBHGXKh1Zx6b5x7r2 { width:15.375rem;height:3.4375rem;top:45rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9MATSwp18KKeB8kNVgRbS8cMC2WiPkz { display:block; }
 }@media only screen and (max-width: 763px) { #a6mro4ELl7804B42l8FgwErU0IqW2di6 { width:20rem;height:16.0625rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kc9OkW6TEuCqz4XbyecwTdxM64EA5oNf { width:15.375rem;height:3.4375rem;top:22.5625rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9FQTa9Qw7zhlKO17Z0CPbfPdb5N15iV { display:block; }
 }@media only screen and (max-width: 763px) { #gBN9AqvCOaWF5kSOKDqFLCIFOPh4Arcx { width:12.93675rem;height:4.0625rem;top:15.717943191528rem;left:3.5312498807907rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQL1TvhQQL2rofylf5fLLH7TlA3VDkZe { width:20rem;height:2.03125rem;top:9.1242127418519rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS3KMGIttWcHrElHARJu4gwiQb63Zycu { width:2.375rem;height:1.625rem;top:39.187500953674rem;left:3.1867188215256rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kEqFdUe2cumIpMomu8fNuU18iPMbD3S3 { width:20rem;height:7.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #THIBKQ8WMtxztHqPM7ccr1LJGmLbl0dp { width:7.8125rem;height:1.3rem;top:15.44375038147rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #z1qdg6KuKvQS8WJJcSJXHx6ZPm5MPvKl { width:20rem;height:1.3rem;top:32.356256008148rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZCn0SKEDk4AO8QRqn2frg3uGUqFLcSt7 { width:17.75rem;height:2.6rem;top:11.92421913147rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SylA15RuiU9iZyFWs2i3m5mnk9FJws2p { width:20rem;height:1.4625rem;top:20.406250476837rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #JQTifyawpq2bV5470KIkMDzscSfybrOK { display:block; }#JQTifyawpq2bV5470KIkMDzscSfybrOK > .row .container { width:20rem;height:67.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #o25L67eoeNXaqzu9GEyJbq7bMWspQBDs { width:20rem;height:26.875rem;top:25.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W15VolThfHqKa4pFkUFFnltBT3JGrRoh { width:19rem;height:3.8984375rem;top:28.564453125rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #clL8ST1bqpFTnSV7C62mL6naN5TDbh43 { width:10.8125rem;height:4.0625rem;top:36.5rem;left:6.25rem;text-align:center;text-align-last:center;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #klTgIFOiKQ2nwQTCWg8ahSKn3ssFsifm { width:2.37426875rem;height:0;top:73.060302734375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0);display:none; }
 }@media only screen and (max-width: 763px) { #k1CaVTm9qHaURAMONFd3UoROLpqq9AVo { width:20rem;height:4.2246125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmO2SvIFmithJhTrO53uwrZTns5WF6ev { width:2.5rem;height:0.25rem;top:5.0625rem;left:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2dZXXpkB6VNHVXhASCC8sbSKw1ycTDD { width:0.625rem;height:0.25rem;top:5.0625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Exu6iPunVIJ4tSLswCruNdt0PsPuoukn { width:0.4375rem;height:0.3125rem;top:5rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOlsQNfHfZoy2ZslWRbs4VPMKLG9doSM { width:20rem;height:7.96875rem;top:8.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kw4XuN31W5ndgoPkiHfAdoNwvc1dq4I0 { width:2.374025rem;height:1.625rem;top:39rem;left:3.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;z-index:100022;color:#0e193d;display:block; }
 }@media only screen and (max-width: 763px) { #c8fmN5wS2uSuBkvVnR5Gg89I9Js6orMR { width:20rem;height:6.8125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cT3eBGDS5O7pTPMW7en23eWbrcgQW9Ag { top:45.486328125rem;left:3.78125rem;width:12.4375rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMCNE7LnFb9Hf6UKIftUQ57OofGWIrGO { display:block; }
 }@media only screen and (max-width: 763px) { #Nh1eBrA5igRvtC4OwqQPpLr7VFHtbGdD { width:2.375rem;height:0.08125rem;top:58.987499237061rem;left:8.8125003576281rem;font-size:0.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MhVhQU1Cpxe4eCxZqgUyTnVP1JtS6xme { width:8.0625rem;height:0.9619125rem;top:36.5rem;left:1.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;z-index:100048;display:block; }
 }@media only screen and (max-width: 763px) { #UTU5vRQ33gwgJyXeD9dBXFrTqNbFIVhz { width:0.75rem;height:0.0875rem;top:58.96249961853rem;left:6.1093748807907rem;font-size:0.0625rem;text-align:center;text-align-last:center;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #R7JcQs8muQ9254L4NPakM7eZyx8QLqmN { width:18.375rem;height:1.4625rem;top:28.564843654633rem;left:0.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pBZ5G7mxAfBsb0StJoZOGRf8koDAhaID { width:20rem;height:1.4625rem;top:46.662499809638rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tA1OmcuyW4Js3uDhM2wX59tbs9kayi0V { display:block; }#tA1OmcuyW4Js3uDhM2wX59tbs9kayi0V > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mF8Xxd5QROE7yrNpx7VidV4Ty66x6wZi { width:20rem;height:5.59765625rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2eddKnuN0iAmilD0XhmNzslSA37u6oW { width:20rem;height:9.8125rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztZ2M8C3JVmkqGcPoqWC3sm83KJrXUuq { display:block; }#ztZ2M8C3JVmkqGcPoqWC3sm83KJrXUuq > .row .container { width:20rem;height:51.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JyVWUyqeV85HohW6TfDeVRpgRDS9v4O3 { width:20rem;height:4.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuxSHoMUcfq9x5LwQZuU3nqGZL7TNNrD { width:20rem;height:2.19375rem;top:0rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VHldsvEEvwBHwnlq0TxUTpH4pl349SLL { width:10.3125rem;height:4.5625rem;top:24.125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W23QVCSWkTxt0C6drKDVf0dX3bcEOOr7 { display:block; }
 }@media only screen and (max-width: 763px) { #kFeR39kAEXnk4mJrFiPygy4uA0I4mVWU { width:10.3125rem;height:4.5625rem;top:18.3125rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmRHpTvABiZknXb5prulORMvdXs20p3U { display:block; }
 }@media only screen and (max-width: 763px) { #BDL4eX6nf96oS06mn3PPzwhkSJ6FqA99 { width:11.875rem;height:4.5625rem;top:12.5rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ze1Z3O379IllnAF4aQQmzxnlVheagW8U { display:block; }
 }@media only screen and (max-width: 763px) { #alACugbsrIiIKA9xTTaTvO07u4NNbkGX { width:10.3125rem;height:4.5625rem;top:6.6875rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AylX6Ra4q3JnXo2qNxhdxpNBkB97mzwE { display:block; }
 }@media only screen and (max-width: 763px) { #s3uzT3QLhCxS0aXA8ePbhP24KaJKFx9s { width:10.3125rem;height:4.5625rem;top:29.9375rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBwQP42fRrnr7N9JxFvBh8cxC1lipyTd { display:block; }
 }@media only screen and (max-width: 763px) { #qzvMzTUmV72VAuPHim64IEHxuAdIzfBx { width:10.3125rem;height:4.5625rem;top:35.75rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLNuGGFBdfOudD1vVHTeQTLSVZ3RlcwN { display:block; }
 }@media only screen and (max-width: 763px) { #s65BwQ5ROfhy9g0kzoCGGrS1V8iohmpX { width:10.3125rem;height:4.5625rem;top:41.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CFPk91bBnFdce4UAVfqbKftOBuIEzdkQ { display:block; }
 }@media only screen and (max-width: 763px) { #XxPZap1uKOnWvlo2cOwugSwq5ZC9CJzT { width:16.5625rem;height:4.562325rem;top:47.372159957886rem;left:1.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5KO0HvP3BTHW8cwAkQdi4NTSTOx7Zdi { display:block; }
 }@media only screen and (max-width: 763px) { #qAhMM1Ok0wpGle2R8lOC2ofV2fnaB36v { display:block; }#qAhMM1Ok0wpGle2R8lOC2ofV2fnaB36v > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fqkb2zid2ovMslApZnVWN5b6mmAIeqGI { width:20rem;height:2.03125rem;top:1.125rem;left:0.0083332061767575rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QVTrXBiQAfoXCao7u6vgHgMXXscPCigf { width:3.125rem;height:3.1875rem;top:3.812255859375rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBEWtrSXuunqMn8rwqyJbmMxztriT0WT { width:20rem;height:1.21875rem;top:7.999267578125rem;left:0.00732421875rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i61NAQpPxeQSOxbhZG2JTbv3LMTEv9h0 { width:20rem;height:1.3rem;top:13.248291015625rem;left:0.00732421875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MlVSS4pDWDBs415CvruqvmbJmJ41zCB6 { width:19.625rem;height:1.21875rem;top:10.31005859375rem;left:0.2490234375rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }