.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,227,227;--color-primary-1:255,163,163;--color-primary-2:255,70,70;--color-primary-3:128,35,35;--color-primary-4:38,11,11;--color-secondary-0:255,255,255;--color-secondary-1:227,227,227;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:41,41,41;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9790b5b7-ea9a-435d-a1de-177e6ae093fa/NepalButan05scaled.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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(var(--color-tertiary-4),0.44); }#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(var(--color-tertiary-4),0.44); }#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%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:42.375rem;width:75rem;overflow:visible;position:relative;display:block; }#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-form-header {  }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:29.0625rem;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;text-align:left;text-align-last:left;vertical-align:top; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:29.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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:29.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.0625rem;box-sizing:border-box;height:2.5rem;color:#86888d;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-input-button { border-top-left-radius:2.875rem;border-top-right-radius:2.875rem;border-bottom-left-radius:2.875rem;border-bottom-right-radius:2.875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:29.0625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 [class*="-text"]:-moz-placeholder { color:#6f6f6f;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 [class*="-text"]::-moz-placeholder { color:#6f6f6f;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 [class*="-text"]:-ms-input-placeholder { color:#6f6f6f;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 [class*="-text"]::-webkit-input-placeholder { color:#6f6f6f;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:27.875rem;overflow:hidden;font-style:normal;float:none; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .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; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-container:first-of-type{padding-top:0;}#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-container:last-of-type{padding-bottom:0;}#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.4921875rem;left:43.625rem; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.0625rem;display:block;vertical-align:top; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 {display:block;}#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15001;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.4921875rem;left:43.625rem; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #BaJDx4VAN574rp3fQggepTsEd425Iixe { position:relative; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #nCRXbIAdqAGVRJxfOiNeqHPpMc8tTEfN { position:relative;display:none; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #ASmpeFfUcMpDVxwDb8ig9Ukq1bFAMXBz { position:relative; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #csEvfP7kLFixVLv5gn5kWTk6IZln2nVt { position:relative; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #Lqb8uR18PRKQcwnnlPw01aMiMUOVdSQP { position:relative;display:none; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #kymnOwnMmn5qTsWt5UDOV00PsTGAg9rO { position:relative; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #p3myK8LAHDBawn9HmEIbKJ3takX1dqTK { position:relative; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #hrzLNnVLx4oho8VtDkck1RxhZlCM68fX { position:relative;display:none; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #rck3iXhpIulPukBxprUlfELig0O4Xbhi { position:relative; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #tMESm5FZGvQO8BcAzBdTNiisi0Up7Nv7 { position:relative; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #qtJOuIsv5cWQlVfFsqwFsNLVpzedAReE { position:relative; }
#OSPHTT47JKOzZMkbIVTJ5ysMprTzPnTu { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;text-shadow:0.3125rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:16.86767578125rem;left:44.71875rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bQKtocOvmbk8fdO4HJwumpq8BHds6c20 { color:rgba(var(--color-tertiary-0),1);display:block;width:43.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.9375rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.125rem rgba(var(--color-tertiary-4),0.73);top:15.5625rem;left:0rem;height:7.0498125rem;font-style:italic;text-align:left;text-align-last:left;display:block; }
#oNTro3ambPEfFvMSZ4R6CdqaKOmPzmSs { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.75rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;text-shadow:0.3125rem 0.1875rem 0.75rem rgba(var(--color-tertiary-4),0.7);top:23.1875rem;left:0rem;height:1.92480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QUrIswCs8m4fKutFCpo9OPFDGbTee6Sl { color:rgba(var(--color-tertiary-0),1);display:block;width:33.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:400;z-index:15007;line-height:1.1;letter-spacing:0;text-shadow:0.3125rem 0.1875rem 0.75rem rgba(var(--color-tertiary-4),0.7);top:26.5rem;left:0rem;height:5.3681625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#QUrIswCs8m4fKutFCpo9OPFDGbTee6Sl li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QUrIswCs8m4fKutFCpo9OPFDGbTee6Sl li:before{  }
#OJFxRqpvPKgcT9BabK521JS41C1OiLCM { color:#ff4646;display:block;width:36.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;text-shadow:0.125rem 0.125rem 0.1875rem rgba(var(--color-primary-4),0.7);top:32.8125rem;left:0rem;height:3.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qOEkRnieROTLHwdeElE5C3T70DlcMbRI { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9rem;width:24.25rem;top:2.5rem;left:0rem;overflow:hidden;display:block; }
#nWCOBi7ET0FyAUZBZM8FTOHRcPz8O4TE { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:4.5625rem;left:1.75rem;overflow:hidden;display:block; }
#tAuvf1Mw7QGz7KGAqlgBd0yqSdwB6QL3 { position:relative;display:block; }#tAuvf1Mw7QGz7KGAqlgBd0yqSdwB6QL3 { background-color: transparent; background-image: none; }#tAuvf1Mw7QGz7KGAqlgBd0yqSdwB6QL3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAuvf1Mw7QGz7KGAqlgBd0yqSdwB6QL3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAuvf1Mw7QGz7KGAqlgBd0yqSdwB6QL3 > .row .container > .video-iframe-container { display: none; }#tAuvf1Mw7QGz7KGAqlgBd0yqSdwB6QL3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tAuvf1Mw7QGz7KGAqlgBd0yqSdwB6QL3 > .row > .video-iframe-container { display: none; }#tAuvf1Mw7QGz7KGAqlgBd0yqSdwB6QL3 > .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); }#tAuvf1Mw7QGz7KGAqlgBd0yqSdwB6QL3 { border-width: 0; border-radius: 0; }#tAuvf1Mw7QGz7KGAqlgBd0yqSdwB6QL3 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tAuvf1Mw7QGz7KGAqlgBd0yqSdwB6QL3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bTdBic276XJiMWJEL3aRwDibOrFdk95J { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:39.375rem;top:0rem;left:17.8125rem;overflow:hidden;display:block; }
#lQbrnGHaxbfOdr1hqZTzKDJHp4fRvxOW { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:12.0625rem;top:0rem;left:8.75rem;overflow:hidden;display:none; }
#wsu323aLT0lRR62L33MQ4v68PTklHHQi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.75rem;width:26.25rem;top:0rem;left:8.75rem;overflow:hidden;display:none; }
#EavhfLSpRR83W9Lzxrwp03RDpBUUPGuD { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;display:none; }
#yJhZHyBboLm2mezuF4EWQg0XIR2a9zHM { box-sizing:content-box;height:5.3125rem;width:11.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:2.875rem;left:44.5625rem;display:block; }
#Gqe8ULN7grgeOVcG57KGIoEdI4v5IJP2 { box-sizing:content-box;height:5.3125rem;width:11.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:3.5rem;left:19.6875rem;display:block; }
#xcdJTS8Tkq5cuVugSKk0lyNqSCPD3JOF { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.5625rem;left:43.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XAbV0ONRehXWPIA9O7y34hzedcFMPgaH { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:3.5625rem;left:31.125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#woHJ4UXgGLOk1hhVW4p7JghFh3JcphHl { box-sizing:content-box;height:5.3125rem;width:11.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:2.875rem;left:32.3125rem;display:block; }
#Kxr4rAuA9xh2BuRuQirgiL5r9qRfTlyN { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:3.5625rem;left:18.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BoCt1wsQWSXNNpeJSBbA9plNedCQOaAO { box-sizing:content-box;height:5.3125rem;width:11.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:2.875rem;left:44.5625rem;display:none; }
#mObJo5qd6PG2OhQnAo0XBXMoX6SuK4Xf { box-sizing:content-box;height:5.3125rem;width:11.5rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:2.875rem;left:44.5625rem;display:none; }
#aBF4PGUAMcuTMHKHh3diztw8gon2g2Nz { position:relative;display:block; }#aBF4PGUAMcuTMHKHh3diztw8gon2g2Nz { background-color: transparent; background-image: none; }#aBF4PGUAMcuTMHKHh3diztw8gon2g2Nz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBF4PGUAMcuTMHKHh3diztw8gon2g2Nz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBF4PGUAMcuTMHKHh3diztw8gon2g2Nz > .row .container > .video-iframe-container { display: none; }#aBF4PGUAMcuTMHKHh3diztw8gon2g2Nz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBF4PGUAMcuTMHKHh3diztw8gon2g2Nz > .row > .video-iframe-container { display: none; }#aBF4PGUAMcuTMHKHh3diztw8gon2g2Nz > .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); }#aBF4PGUAMcuTMHKHh3diztw8gon2g2Nz { border-width: 0; border-radius: 0; }#aBF4PGUAMcuTMHKHh3diztw8gon2g2Nz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#aBF4PGUAMcuTMHKHh3diztw8gon2g2Nz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w01o92rwDbIQvWMk8KRJd2LaxnPwBd3G { color:#424240;display:block;width:43.4375rem;position:absolute;font-family:quicksand;font-size:1.875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:2.6875rem;left:15.78125rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cot5kTBixVSkOJgfPKXGzE7eFuIdVw8F { color:#424240;display:block;width:33.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:5.875rem;left:20.71875rem;height:7.1113125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }#cot5kTBixVSkOJgfPKXGzE7eFuIdVw8F li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cot5kTBixVSkOJgfPKXGzE7eFuIdVw8F li:before{  }
#cPGaqbMZF6Na7GkQRwHdSRPNVxGOTlgZ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:14.1875rem;left:28.0625rem;display:block; }
#ZIRwPWDrLFMWzswQThiEISsZ6cRNQskX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Pf7cMoAvMvTZPdl5mzeTnePTGGlGOOIP { position:relative;display:block; }#Pf7cMoAvMvTZPdl5mzeTnePTGGlGOOIP { background-color: transparent; background-image: none; }#Pf7cMoAvMvTZPdl5mzeTnePTGGlGOOIP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pf7cMoAvMvTZPdl5mzeTnePTGGlGOOIP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pf7cMoAvMvTZPdl5mzeTnePTGGlGOOIP > .row .container > .video-iframe-container { display: none; }#Pf7cMoAvMvTZPdl5mzeTnePTGGlGOOIP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Pf7cMoAvMvTZPdl5mzeTnePTGGlGOOIP > .row > .video-iframe-container { display: none; }#Pf7cMoAvMvTZPdl5mzeTnePTGGlGOOIP > .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); }#Pf7cMoAvMvTZPdl5mzeTnePTGGlGOOIP { border-width: 0; border-radius: 0; }#Pf7cMoAvMvTZPdl5mzeTnePTGGlGOOIP > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Pf7cMoAvMvTZPdl5mzeTnePTGGlGOOIP > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#cQa9PGolWqX9w7eIB6JOAL9w2nuqK0mb { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:25rem;top:26.875rem;left:0rem;overflow:hidden;display:block; }
#VI6FNkJAcqCx9l0voaXfUiEbkC8TkPT9 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5625rem;width:25.1875rem;top:26.875rem;left:24.9375rem;overflow:hidden;display:block; }
#y0idhIu8SqwqkGxFIpDf8NdmbiJSE6xE { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.5rem;width:25.0625rem;top:26.875rem;left:49.9375rem;overflow:hidden;display:block; }
#nfoaryTAsNZq3HMw7at8fvfip44sHmyA { color:#424240;display:block;width:41.875rem;position:absolute;font-family:quicksand;font-size:1.875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:4.5625rem;left:16.5625rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yt0kb0whTIinPypwi3KfwkqF8bTG1wFT { color:#424240;display:block;width:46.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:11.1875rem;left:14.0625rem;height:12.34768125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tCnBJcqFOReGMT0EQvlOygxwIQUzhJeQ { position:relative;display:block; }#tCnBJcqFOReGMT0EQvlOygxwIQUzhJeQ { background-color: transparent; background-image: none; }#tCnBJcqFOReGMT0EQvlOygxwIQUzhJeQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCnBJcqFOReGMT0EQvlOygxwIQUzhJeQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCnBJcqFOReGMT0EQvlOygxwIQUzhJeQ > .row .container > .video-iframe-container { display: none; }#tCnBJcqFOReGMT0EQvlOygxwIQUzhJeQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tCnBJcqFOReGMT0EQvlOygxwIQUzhJeQ > .row > .video-iframe-container { display: none; }#tCnBJcqFOReGMT0EQvlOygxwIQUzhJeQ > .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); }#tCnBJcqFOReGMT0EQvlOygxwIQUzhJeQ { border-width: 0; border-radius: 0; }#tCnBJcqFOReGMT0EQvlOygxwIQUzhJeQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tCnBJcqFOReGMT0EQvlOygxwIQUzhJeQ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#znHp36POsqT0AAHqMN4ppzmJbOOSewZ6 { color:#424240;display:block;width:62.25rem;position:absolute;font-family:quicksand;font-size:2rem;font-weight:400;z-index:15003;line-height:1.1;letter-spacing:0;top:2.1875rem;left:6.375rem;height:2.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RZT2VWPQg4cdPzBpbzCVqf4y4hn4sr4I { color:#b53428;display:block;width:62.25rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.1;letter-spacing:0;top:5.3125rem;left:6.4375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tfvTBGoKZKttMT26P2BIQQ63TXTT5yU5 { position:relative;display:block; }#tfvTBGoKZKttMT26P2BIQQ63TXTT5yU5 { background-color: transparent; background-image: none; }#tfvTBGoKZKttMT26P2BIQQ63TXTT5yU5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfvTBGoKZKttMT26P2BIQQ63TXTT5yU5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfvTBGoKZKttMT26P2BIQQ63TXTT5yU5 > .row .container > .video-iframe-container { display: none; }#tfvTBGoKZKttMT26P2BIQQ63TXTT5yU5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tfvTBGoKZKttMT26P2BIQQ63TXTT5yU5 > .row > .video-iframe-container { display: none; }#tfvTBGoKZKttMT26P2BIQQ63TXTT5yU5 > .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); }#tfvTBGoKZKttMT26P2BIQQ63TXTT5yU5 { border-width: 0; border-radius: 0; }#tfvTBGoKZKttMT26P2BIQQ63TXTT5yU5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#tfvTBGoKZKttMT26P2BIQQ63TXTT5yU5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CyVRCirJ7kQiIn1Sumvu1HTkSGW0B9W6 { box-sizing:content-box;height:2.4375rem;width:31.375rem;position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:3.0625rem;display:block; }
#E7nBSeqs2ptCctJxaCPms7mDlU0uTPMx { color:#424240;display:block;width:21.3125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2.48046875rem;left:6.4375rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yQizMBpCxHHa8740fMXsqxEPrQThsDUp { color:#424240;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:5rem;left:4.9375rem;height:3.2988375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aZTlg2hMBCmxJszK3RuS9T85O4dXTxpJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.4375rem;left:4.375rem; }
#HVub3GfVEVAgSTUAbHDOfJhUcWmf3tRH { color:#424240;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:13.375rem;left:4.9375rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TaVez0K432exuuMc5TDUoV7DHvTSdTZ7 { box-sizing:content-box;height:2.4375rem;width:31.375rem;position:absolute;display:block;z-index:15004;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.0625rem;left:3.0625rem;display:block; }
#if6tVcU9fl79yxCx3ciSnT5BtNv6p8Ih { color:#424240;display:block;width:21.3125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:10.75rem;left:6.4375rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KQe7BfZWWrKN77SCx6vk3OXhtyJHAHZ2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:10.6875rem;left:4.375rem; }
#TgIqZTLPumnFHbBtbBEynvo358289l8v { color:#424240;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:13.375rem;left:42.4375rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Wm5Z22SG3erEPtTeuqPaONNcwvSmrqmJ { box-sizing:content-box;height:2.4375rem;width:31.375rem;position:absolute;display:block;z-index:15012;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.0625rem;left:40.5625rem;display:block; }
#Pc8RlnBSs7XwGeU9DSeUFwU1s5Thwbz0 { color:#424240;display:block;width:21.3125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:10.75rem;left:43.9375rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#g3p291IQS58W8wu6dcd0kLv8qWob9Ew9 { color:#424240;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:1.1;letter-spacing:0;top:5.1875rem;left:42.4375rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aRTT59cQUEq35dlWPuN9KuE9ZMkJoi5J { box-sizing:content-box;height:2.4375rem;width:31.375rem;position:absolute;display:block;z-index:15008;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:40.5625rem;display:block; }
#FkwgotefiZULNfFNWFJVqEMZOdaFPsK0 { color:#424240;display:block;width:21.3125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:2.5rem;left:43.9375rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NNTzWxFAye60CC9GZOqvwcr0Q1MkdqHQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:2.4375rem;left:41.875rem; }
#veBTB9TNb8HwqXhn1QR5a6dFJeOJL29G { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:10.6875rem;left:41.875rem; }
#R58AOTyucT4daH0GNWlMFOvO7LtyALbJ { position:relative;display:block; }#R58AOTyucT4daH0GNWlMFOvO7LtyALbJ { background-color: transparent; background-image: none; }#R58AOTyucT4daH0GNWlMFOvO7LtyALbJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R58AOTyucT4daH0GNWlMFOvO7LtyALbJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R58AOTyucT4daH0GNWlMFOvO7LtyALbJ > .row .container > .video-iframe-container { display: none; }#R58AOTyucT4daH0GNWlMFOvO7LtyALbJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#R58AOTyucT4daH0GNWlMFOvO7LtyALbJ > .row > .video-iframe-container { display: none; }#R58AOTyucT4daH0GNWlMFOvO7LtyALbJ > .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); }#R58AOTyucT4daH0GNWlMFOvO7LtyALbJ { border-width: 0; border-radius: 0; }#R58AOTyucT4daH0GNWlMFOvO7LtyALbJ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#R58AOTyucT4daH0GNWlMFOvO7LtyALbJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sNADUKAnBP17cIs7ph66GdO7vk5Fu296 { color:#424240;display:block;width:62.25rem;position:absolute;font-family:quicksand;font-size:2rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:3.75rem;left:6.375rem;height:2.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mWAKgbXtQb4FPkWrT9fTyy2OTXEsOSVi { color:#b53428;display:block;width:62.25rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:6.9375rem;left:6.4375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Z1TBB4aS4eVg0b4KoiH7LyDxekWgrrmS { position:relative;display:block; }#Z1TBB4aS4eVg0b4KoiH7LyDxekWgrrmS { background-color: transparent; background-image: none; }#Z1TBB4aS4eVg0b4KoiH7LyDxekWgrrmS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1TBB4aS4eVg0b4KoiH7LyDxekWgrrmS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1TBB4aS4eVg0b4KoiH7LyDxekWgrrmS > .row .container > .video-iframe-container { display: none; }#Z1TBB4aS4eVg0b4KoiH7LyDxekWgrrmS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z1TBB4aS4eVg0b4KoiH7LyDxekWgrrmS > .row > .video-iframe-container { display: none; }#Z1TBB4aS4eVg0b4KoiH7LyDxekWgrrmS > .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); }#Z1TBB4aS4eVg0b4KoiH7LyDxekWgrrmS { border-width: 0; border-radius: 0; }#Z1TBB4aS4eVg0b4KoiH7LyDxekWgrrmS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Z1TBB4aS4eVg0b4KoiH7LyDxekWgrrmS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:34.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZwIIrfz8NDmDpu4TEw67P0VnSDVnw25e { box-sizing:content-box;height:2.4375rem;width:31.375rem;position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:3.0625rem;display:block; }
#A2VRTv46PO0oqqCNTAQz1TfAe64rBPht { color:#424240;display:block;width:21.3125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15004;line-height:1.1;letter-spacing:0;top:2.48046875rem;left:4.9375rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Svgez7fxG2lfz2GpaMCOIH5wg9nT5Qmu { color:#424240;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:5rem;left:4.9375rem;height:5.49805rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#sIkQqB00TapVg8EivHDV2OudoOWtRZu1 { color:#424240;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:15.5625rem;left:4.9375rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GPmamp5VtsP2GogLIivsdc04PkQRQCQf { box-sizing:content-box;height:2.4375rem;width:31.375rem;position:absolute;display:block;z-index:15004;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.25rem;left:3.0625rem;display:block; }
#HzKFpJQVHx4doH0zuqFFfi8bqKLlKPK2 { color:#424240;display:block;width:21.3125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15008;line-height:1.1;letter-spacing:0;top:12.91796875rem;left:4.9375rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#p3GCXClgxZxWm4OmFFASEsRrGvk7VUU0 { color:#424240;display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:1.1;letter-spacing:0;top:24.8125rem;left:4.9375rem;height:4.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#uqyIgB9KPmqFlf9iiashO6uc5s0lbtB5 { box-sizing:content-box;height:2.4375rem;width:31.375rem;position:absolute;display:block;z-index:15006;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.625rem;left:3.0625rem;display:block; }
#ti7D6xcRQ92e9IggizTXslTofKGgCdyf { color:#424240;display:block;width:26.375rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:22.3125rem;left:4.9375rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TL2uU9JC2FeJPA72GpCp95hynkiCIvCC { box-sizing:content-box;height:2.4375rem;width:31.375rem;position:absolute;display:block;z-index:15012;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.8125rem;left:40.5625rem;display:block; }
#zJyeLcZTgsqT7lJ7evQFAedu4TTGNCeM { color:#424240;display:block;width:21.3125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15016;line-height:1.1;letter-spacing:0;top:2.5rem;left:42.4375rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UNAxRfMwXGPlOUbqQXSOG235STxedVgK { color:#424240;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15015;line-height:1.1;letter-spacing:0;top:5rem;left:42.4375rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#daXbTnFzSt8BTX2DIhFbv18enyGKcLb0 { color:#424240;display:block;width:27.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:1.1;letter-spacing:0;top:13.625rem;left:42.4375rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#U1QoQxZPFTtFhX2Z9eU5hZxawsgeGIK4 { box-sizing:content-box;height:2.4375rem;width:31.375rem;position:absolute;display:block;z-index:15016;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.3125rem;left:40.5625rem;display:block; }
#LPvUxhf5WG6FGrOtHXMnEgBdJtlTV5S5 { color:#424240;display:block;width:21.3125rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15020;line-height:1.1;letter-spacing:0;top:11rem;left:42.4375rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JqX2UweCanVixzQcEikKGJQTM70OU3vF { box-sizing:content-box;height:2.4375rem;width:31.375rem;position:absolute;display:block;z-index:15018;background-color:#f3f3f3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:19.6875rem;left:40.5625rem;display:block; }
#aT19ValgzLmSiwaOwrDzOwE1L6WlxITD { color:#424240;display:block;width:26.375rem;position:absolute;font-family:quicksand;font-size:1rem;font-weight:400;z-index:15022;line-height:1.1;letter-spacing:0;top:20.375rem;left:42.4375rem;height:1.0996125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#z5LPGPSLtagG2MV1wOxTZxkHhcIKdK1m { color:#424240;display:block;width:28.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15021;line-height:1.1;letter-spacing:0;top:22.875rem;left:42.4375rem;height:2.19921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#boxZ22cg4A9yqh64z1z79wtUB3uvuOym { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.875rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.375rem;left:40.5625rem;display:block; }
#atXxJetKwitLO8cPSTMDQ0mpQdTxx38t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Gt5tUJ1Em0oBJ1o961I9KD4TyRab6uvr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/e6cb4ecc-ac81-48a8-9dcd-61f41b84bbcf/NepalButan03scaled.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Gt5tUJ1Em0oBJ1o961I9KD4TyRab6uvr.adaptive-delivery-prevent-bg, #Gt5tUJ1Em0oBJ1o961I9KD4TyRab6uvr.lazyload, #Gt5tUJ1Em0oBJ1o961I9KD4TyRab6uvr.lazyloading { background-image: none; }#Gt5tUJ1Em0oBJ1o961I9KD4TyRab6uvr > .row .container { background-color: transparent; background-image: none; }#Gt5tUJ1Em0oBJ1o961I9KD4TyRab6uvr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gt5tUJ1Em0oBJ1o961I9KD4TyRab6uvr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gt5tUJ1Em0oBJ1o961I9KD4TyRab6uvr > .row .container > .video-iframe-container { display: none; }#Gt5tUJ1Em0oBJ1o961I9KD4TyRab6uvr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Gt5tUJ1Em0oBJ1o961I9KD4TyRab6uvr > .row > .video-iframe-container { display: none; }#Gt5tUJ1Em0oBJ1o961I9KD4TyRab6uvr > .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); }#Gt5tUJ1Em0oBJ1o961I9KD4TyRab6uvr > .row .container { border-width: 0; border-radius: 0; }#Gt5tUJ1Em0oBJ1o961I9KD4TyRab6uvr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Gt5tUJ1Em0oBJ1o961I9KD4TyRab6uvr > .row .container { font-size:0.875rem;font-family:arial;height:28.4375rem;width:75rem;position:relative;display:block; }#C9JcLkcmpUAIwU72DKRTwC6V0LB8KmNS { position:relative;display:block; }#C9JcLkcmpUAIwU72DKRTwC6V0LB8KmNS { background-color: transparent; background-image: none; }#C9JcLkcmpUAIwU72DKRTwC6V0LB8KmNS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9JcLkcmpUAIwU72DKRTwC6V0LB8KmNS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9JcLkcmpUAIwU72DKRTwC6V0LB8KmNS > .row .container > .video-iframe-container { display: none; }#C9JcLkcmpUAIwU72DKRTwC6V0LB8KmNS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C9JcLkcmpUAIwU72DKRTwC6V0LB8KmNS > .row > .video-iframe-container { display: none; }#C9JcLkcmpUAIwU72DKRTwC6V0LB8KmNS > .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); }#C9JcLkcmpUAIwU72DKRTwC6V0LB8KmNS { border-width: 0; border-radius: 0; }#C9JcLkcmpUAIwU72DKRTwC6V0LB8KmNS > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#C9JcLkcmpUAIwU72DKRTwC6V0LB8KmNS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:30.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#vKesmvBX81pQNklya8hHcmbdwEmKSoH7 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.3125rem;width:14.8125rem;top:0rem;left:31.40625rem;overflow:hidden;display:block; }
#TuZguhJ6FpzyMQHa138KK5F5T6iTIgqz { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:13.5625rem;width:21.1875rem;top:13.0625rem;left:4.1875rem;overflow:hidden;display:block; }
#ggVLVoJN1yWJpOvnvpQVVSzawFPRc70t { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:14.125rem;width:20.375rem;top:13.0625rem;left:28.760315533981rem;overflow:hidden;display:block; }
#UTRbDi1VV5wKQTA8GnxgIAIn9kIPKOQl { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.3125rem;width:19.75rem;top:13.0625rem;left:52.93701171875rem;overflow:hidden;display:block; }
#Wwb9TQATTgPzsczemCL42wKStmnhfWEZ { position:relative;display:block; }#Wwb9TQATTgPzsczemCL42wKStmnhfWEZ { background-color: transparent; background-image: none; }#Wwb9TQATTgPzsczemCL42wKStmnhfWEZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wwb9TQATTgPzsczemCL42wKStmnhfWEZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wwb9TQATTgPzsczemCL42wKStmnhfWEZ > .row .container > .video-iframe-container { display: none; }#Wwb9TQATTgPzsczemCL42wKStmnhfWEZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Wwb9TQATTgPzsczemCL42wKStmnhfWEZ > .row > .video-iframe-container { display: none; }#Wwb9TQATTgPzsczemCL42wKStmnhfWEZ > .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); }#Wwb9TQATTgPzsczemCL42wKStmnhfWEZ { border-width: 0; border-radius: 0; }#Wwb9TQATTgPzsczemCL42wKStmnhfWEZ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Wwb9TQATTgPzsczemCL42wKStmnhfWEZ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:32.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ny9cMSP9b0UkcpWtHWeSgfADwcFUPaI4 { color:#424240;display:block;width:62.25rem;position:absolute;font-family:quicksand;font-size:2rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:3.8125rem;left:6.375rem;height:2.19970625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BSas8EzODmTUr8OsqofbTTfq9dS44sAz { color:#424240;display:block;width:57.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15002;line-height:1.2;letter-spacing:0;top:8.9375rem;left:8.9375rem;height:13.4961rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kebiIm95td86ryaM4IpTVzJC0UARWzRh { color:#b53428;display:block;width:62.25rem;position:absolute;font-family:quicksand;font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.1;letter-spacing:0;top:6.9375rem;left:6.4375rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G0EGOseOOI1o9Av4BvhVE3pwInTfQdr8 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.75rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:24.34375rem;left:27.125rem;display:block; }
#JVHJ0ROvxIzUaaDbkaqTc90z2nxgkxHF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TEbROQn4hhdFBCMV296Ba5HxKqWycBP5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6a074b5b-f8d5-44b9-aede-597551acba37/pexelsashokjkshetri4185836.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#TEbROQn4hhdFBCMV296Ba5HxKqWycBP5.adaptive-delivery-prevent-bg, #TEbROQn4hhdFBCMV296Ba5HxKqWycBP5.lazyload, #TEbROQn4hhdFBCMV296Ba5HxKqWycBP5.lazyloading { background-image: none; }#TEbROQn4hhdFBCMV296Ba5HxKqWycBP5 > .row .container { background-color: transparent; background-image: none; }#TEbROQn4hhdFBCMV296Ba5HxKqWycBP5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.56); }#TEbROQn4hhdFBCMV296Ba5HxKqWycBP5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TEbROQn4hhdFBCMV296Ba5HxKqWycBP5 > .row .container > .video-iframe-container { display: none; }#TEbROQn4hhdFBCMV296Ba5HxKqWycBP5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.56); }#TEbROQn4hhdFBCMV296Ba5HxKqWycBP5 > .row > .video-iframe-container { display: none; }#TEbROQn4hhdFBCMV296Ba5HxKqWycBP5 > .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); }#TEbROQn4hhdFBCMV296Ba5HxKqWycBP5 > .row .container { border-width: 0; border-radius: 0; }#TEbROQn4hhdFBCMV296Ba5HxKqWycBP5::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TEbROQn4hhdFBCMV296Ba5HxKqWycBP5 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#TEbROQn4hhdFBCMV296Ba5HxKqWycBP5 > .row .container { font-size:0.875rem;font-family:arial;height:28.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#HamXAdGfWIRV0S64qTZfQ5kQHQEcxmu6 { color:rgba(var(--color-tertiary-0),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.3125rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:10.56103515625rem;left:25.59375rem;height:4.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J9B7MwT57SHg6mgyVrnfeeXK1l2O3TaM { box-sizing:content-box;height:17rem;width:24.9375rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;top:5.46875rem;left:23.5625rem;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);display:block; }
#NxD38N6VVwzdozZ2TklxKlF0VGdfsEeQ { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.4375rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:15.875rem;left:26.875rem;display:block; }
#ZinyqWscFTR4Pbl0zfGtdccn9Wwsgf7L { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TXmquTgWCdohiknS5WVEHKUqomDxZuQK { color:rgba(var(--color-tertiary-0),1);display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;text-shadow:0.3125rem 0.1875rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:8.83642578125rem;left:21.40625rem;height:1.0996125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C3pslJC3OrteB9qAv5K2pVsoS3XRbRRy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#424240;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#C3pslJC3OrteB9qAv5K2pVsoS3XRbRRy > .row .container { background-color: transparent; background-image: none; }#C3pslJC3OrteB9qAv5K2pVsoS3XRbRRy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3pslJC3OrteB9qAv5K2pVsoS3XRbRRy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3pslJC3OrteB9qAv5K2pVsoS3XRbRRy > .row .container > .video-iframe-container { display: none; }#C3pslJC3OrteB9qAv5K2pVsoS3XRbRRy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C3pslJC3OrteB9qAv5K2pVsoS3XRbRRy > .row > .video-iframe-container { display: none; }#C3pslJC3OrteB9qAv5K2pVsoS3XRbRRy > .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); }#C3pslJC3OrteB9qAv5K2pVsoS3XRbRRy > .row .container { border-width: 0; border-radius: 0; }#C3pslJC3OrteB9qAv5K2pVsoS3XRbRRy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C3pslJC3OrteB9qAv5K2pVsoS3XRbRRy > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:75rem;position:relative;display:block; }#auRFQC8pQybdoHoCvEXqJDlgOrJtTTDx { color:rgba(var(--color-tertiary-0),1);display:block;width:19.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:5.8623046875rem;left:50.4375rem;height:3.71191875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TFKqAMBB6QWurToT77T1E47TSsERded4 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.625rem;width:8.625rem;top:2.65625rem;left:33.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;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) { #dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-regular-label { width:29.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-input-text { width:29.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-textarea { width:29.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-input-select { width:29.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-input-button { width:29.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-checkbox-label { width:27.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0  { width:29.0625rem;height:auto;top:17.4375rem;left:16.1875rem; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .radio-container { width:29.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 {display:block;}#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 { width:29.0625rem;height:auto;top:17.4375rem;left:16.1875rem; }
 }@media only screen and (max-width: 763px) { #dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #BaJDx4VAN574rp3fQggepTsEd425Iixe {  }
 }@media only screen and (max-width: 763px) { #dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #nCRXbIAdqAGVRJxfOiNeqHPpMc8tTEfN {  }
 }@media only screen and (max-width: 763px) { #dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #ASmpeFfUcMpDVxwDb8ig9Ukq1bFAMXBz {  }
 }@media only screen and (max-width: 763px) { #dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #csEvfP7kLFixVLv5gn5kWTk6IZln2nVt {  }
 }@media only screen and (max-width: 763px) { #dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #Lqb8uR18PRKQcwnnlPw01aMiMUOVdSQP {  }
 }@media only screen and (max-width: 763px) { #dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #kymnOwnMmn5qTsWt5UDOV00PsTGAg9rO {  }
 }@media only screen and (max-width: 763px) { #dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #p3myK8LAHDBawn9HmEIbKJ3takX1dqTK {  }
 }@media only screen and (max-width: 763px) { #dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #hrzLNnVLx4oho8VtDkck1RxhZlCM68fX {  }
 }@media only screen and (max-width: 763px) { #dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #rck3iXhpIulPukBxprUlfELig0O4Xbhi {  }
 }@media only screen and (max-width: 763px) { #dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #tMESm5FZGvQO8BcAzBdTNiisi0Up7Nv7 {  }
 }@media only screen and (max-width: 763px) { #dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #qtJOuIsv5cWQlVfFsqwFsNLVpzedAReE {  }
 }@media only screen and (max-width: 763px) { #OSPHTT47JKOzZMkbIVTJ5ysMprTzPnTu { top:16.8125rem;left:18.375rem;width:29.375rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQKtocOvmbk8fdO4HJwumpq8BHds6c20 { top:15.5625rem;left:0rem;width:43.25rem;height:7rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oNTro3ambPEfFvMSZ4R6CdqaKOmPzmSs { top:23.1875rem;left:0rem;width:33.375rem;height:1.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUrIswCs8m4fKutFCpo9OPFDGbTee6Sl { top:26.5rem;left:0rem;width:33.375rem;height:5.3125rem;font-size:1rem;display:block; }#QUrIswCs8m4fKutFCpo9OPFDGbTee6Sl li:before{  }
 }@media only screen and (max-width: 763px) { #OJFxRqpvPKgcT9BabK521JS41C1OiLCM { top:32.8125rem;left:0rem;width:36.875rem;height:3.8125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOEkRnieROTLHwdeElE5C3T70DlcMbRI { top:2.5rem;left:0rem;width:24.25rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWCOBi7ET0FyAUZBZM8FTOHRcPz8O4TE { top:4.5625rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAuvf1Mw7QGz7KGAqlgBd0yqSdwB6QL3 { display:block; }#tAuvf1Mw7QGz7KGAqlgBd0yqSdwB6QL3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTdBic276XJiMWJEL3aRwDibOrFdk95J { top:0rem;left:4.1875rem;width:39.375rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQbrnGHaxbfOdr1hqZTzKDJHp4fRvxOW { top:0rem;left:0rem;width:12.0625rem;height:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #wsu323aLT0lRR62L33MQ4v68PTklHHQi { top:0rem;left:0rem;width:26.3125rem;height:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #EavhfLSpRR83W9Lzxrwp03RDpBUUPGuD { display:none; }
 }@media only screen and (max-width: 763px) { #yJhZHyBboLm2mezuF4EWQg0XIR2a9zHM { top:2.875rem;left:30.9375rem;width:11.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqe8ULN7grgeOVcG57KGIoEdI4v5IJP2 { top:3.5rem;left:6.0625rem;width:11.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcdJTS8Tkq5cuVugSKk0lyNqSCPD3JOF { top:3.5625rem;left:30.1875rem;width:12.5rem;height:1.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAbV0ONRehXWPIA9O7y34hzedcFMPgaH { top:3.5625rem;left:17.5rem;width:12.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #woHJ4UXgGLOk1hhVW4p7JghFh3JcphHl { top:2.875rem;left:18.6875rem;width:11.5rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kxr4rAuA9xh2BuRuQirgiL5r9qRfTlyN { top:3.5625rem;left:4.8125rem;width:12.5rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoCt1wsQWSXNNpeJSBbA9plNedCQOaAO { top:2.875rem;left:30.9375rem;width:11.5rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mObJo5qd6PG2OhQnAo0XBXMoX6SuK4Xf { top:2.875rem;left:30.9375rem;width:11.5rem;height:5.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aBF4PGUAMcuTMHKHh3diztw8gon2g2Nz { display:block; }#aBF4PGUAMcuTMHKHh3diztw8gon2g2Nz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w01o92rwDbIQvWMk8KRJd2LaxnPwBd3G { top:2.6875rem;left:2.15625rem;width:43.4375rem;height:2.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cot5kTBixVSkOJgfPKXGzE7eFuIdVw8F { top:5.875rem;left:7.09375rem;width:33.5625rem;height:;font-size:1.0625rem;display:block; }#cot5kTBixVSkOJgfPKXGzE7eFuIdVw8F li:before{  }
 }@media only screen and (max-width: 763px) { #cPGaqbMZF6Na7GkQRwHdSRPNVxGOTlgZ { width:18.875rem;height:3.4375rem;top:14.1875rem;left:14.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIRwPWDrLFMWzswQThiEISsZ6cRNQskX { display:block; }
 }@media only screen and (max-width: 763px) { #Pf7cMoAvMvTZPdl5mzeTnePTGGlGOOIP { display:block; }#Pf7cMoAvMvTZPdl5mzeTnePTGGlGOOIP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQa9PGolWqX9w7eIB6JOAL9w2nuqK0mb { top:26.875rem;left:0rem;width:25rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI6FNkJAcqCx9l0voaXfUiEbkC8TkPT9 { top:26.875rem;left:11.3125rem;width:25.1875rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0idhIu8SqwqkGxFIpDf8NdmbiJSE6xE { top:26.875rem;left:22.6875rem;width:25.0625rem;height:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfoaryTAsNZq3HMw7at8fvfip44sHmyA { top:4.5625rem;left:2.9375rem;width:41.875rem;height:4.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt0kb0whTIinPypwi3KfwkqF8bTG1wFT { top:11.1875rem;left:0.4375rem;width:46.9375rem;height:12.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tCnBJcqFOReGMT0EQvlOygxwIQUzhJeQ { display:block; }#tCnBJcqFOReGMT0EQvlOygxwIQUzhJeQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #znHp36POsqT0AAHqMN4ppzmJbOOSewZ6 { top:2.1875rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZT2VWPQg4cdPzBpbzCVqf4y4hn4sr4I { top:5.3125rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfvTBGoKZKttMT26P2BIQQ63TXTT5yU5 { display:block; }#tfvTBGoKZKttMT26P2BIQQ63TXTT5yU5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CyVRCirJ7kQiIn1Sumvu1HTkSGW0B9W6 { top:1.8125rem;left:0rem;width:31.375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7nBSeqs2ptCctJxaCPms7mDlU0uTPMx { top:2.4375rem;left:0rem;width:21.3125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQizMBpCxHHa8740fMXsqxEPrQThsDUp { top:5rem;left:0rem;width:27.625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZTlg2hMBCmxJszK3RuS9T85O4dXTxpJ { top:2.4375rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HVub3GfVEVAgSTUAbHDOfJhUcWmf3tRH { top:13.375rem;left:0rem;width:27.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaVez0K432exuuMc5TDUoV7DHvTSdTZ7 { top:10.0625rem;left:0rem;width:31.375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #if6tVcU9fl79yxCx3ciSnT5BtNv6p8Ih { top:10.75rem;left:0rem;width:21.3125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQe7BfZWWrKN77SCx6vk3OXhtyJHAHZ2 { top:10.6875rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgIqZTLPumnFHbBtbBEynvo358289l8v { top:13.375rem;left:20.125rem;width:27.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm5Z22SG3erEPtTeuqPaONNcwvSmrqmJ { top:10.0625rem;left:16.375rem;width:31.375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc8RlnBSs7XwGeU9DSeUFwU1s5Thwbz0 { top:10.75rem;left:23.875rem;width:21.3125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3p291IQS58W8wu6dcd0kLv8qWob9Ew9 { top:5.1875rem;left:20.125rem;width:27.625rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRTT59cQUEq35dlWPuN9KuE9ZMkJoi5J { top:1.8125rem;left:16.375rem;width:31.375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkwgotefiZULNfFNWFJVqEMZOdaFPsK0 { top:2.5rem;left:23.875rem;width:21.3125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNTzWxFAye60CC9GZOqvwcr0Q1MkdqHQ { top:2.4375rem;left:23.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #veBTB9TNb8HwqXhn1QR5a6dFJeOJL29G { top:10.6875rem;left:23.875rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R58AOTyucT4daH0GNWlMFOvO7LtyALbJ { display:block; }#R58AOTyucT4daH0GNWlMFOvO7LtyALbJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNADUKAnBP17cIs7ph66GdO7vk5Fu296 { top:3.75rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWAKgbXtQb4FPkWrT9fTyy2OTXEsOSVi { top:6.9375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1TBB4aS4eVg0b4KoiH7LyDxekWgrrmS { display:block; }#Z1TBB4aS4eVg0b4KoiH7LyDxekWgrrmS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwIIrfz8NDmDpu4TEw67P0VnSDVnw25e { top:1.8125rem;left:0rem;width:31.375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2VRTv46PO0oqqCNTAQz1TfAe64rBPht { top:2.4375rem;left:0rem;width:21.3125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svgez7fxG2lfz2GpaMCOIH5wg9nT5Qmu { top:5rem;left:0rem;width:27.625rem;height:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIkQqB00TapVg8EivHDV2OudoOWtRZu1 { top:15.5625rem;left:0rem;width:27.625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPmamp5VtsP2GogLIivsdc04PkQRQCQf { top:12.25rem;left:0rem;width:31.375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzKFpJQVHx4doH0zuqFFfi8bqKLlKPK2 { top:12.875rem;left:0rem;width:21.3125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3GCXClgxZxWm4OmFFASEsRrGvk7VUU0 { top:24.8125rem;left:0rem;width:28.9375rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqyIgB9KPmqFlf9iiashO6uc5s0lbtB5 { top:21.625rem;left:0rem;width:31.375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti7D6xcRQ92e9IggizTXslTofKGgCdyf { top:22.3125rem;left:0rem;width:26.375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL2uU9JC2FeJPA72GpCp95hynkiCIvCC { top:1.8125rem;left:16.375rem;width:31.375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJyeLcZTgsqT7lJ7evQFAedu4TTGNCeM { top:2.5rem;left:23.875rem;width:21.3125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNAxRfMwXGPlOUbqQXSOG235STxedVgK { top:5rem;left:20.125rem;width:27.625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #daXbTnFzSt8BTX2DIhFbv18enyGKcLb0 { top:13.625rem;left:20.125rem;width:27.625rem;height:3.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1QoQxZPFTtFhX2Z9eU5hZxawsgeGIK4 { top:10.3125rem;left:16.375rem;width:31.375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPvUxhf5WG6FGrOtHXMnEgBdJtlTV5S5 { top:11rem;left:23.875rem;width:21.3125rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqX2UweCanVixzQcEikKGJQTM70OU3vF { top:19.6875rem;left:16.375rem;width:31.375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT19ValgzLmSiwaOwrDzOwE1L6WlxITD { top:20.375rem;left:21.375rem;width:26.375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5LPGPSLtagG2MV1wOxTZxkHhcIKdK1m { top:22.875rem;left:18.8125rem;width:28.9375rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #boxZ22cg4A9yqh64z1z79wtUB3uvuOym { width:18.875rem;height:3.4375rem;top:27.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #atXxJetKwitLO8cPSTMDQ0mpQdTxx38t { display:block; }
 }@media only screen and (max-width: 763px) { #Gt5tUJ1Em0oBJ1o961I9KD4TyRab6uvr { display:block; }#Gt5tUJ1Em0oBJ1o961I9KD4TyRab6uvr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9JcLkcmpUAIwU72DKRTwC6V0LB8KmNS { display:block; }#C9JcLkcmpUAIwU72DKRTwC6V0LB8KmNS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKesmvBX81pQNklya8hHcmbdwEmKSoH7 { top:0rem;left:17.78125rem;width:14.8125rem;height:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuZguhJ6FpzyMQHa138KK5F5T6iTIgqz { top:13.0625rem;left:0rem;width:21.1875rem;height:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggVLVoJN1yWJpOvnvpQVVSzawFPRc70t { top:13.0625rem;left:15.135315533981rem;width:20.375rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTRbDi1VV5wKQTA8GnxgIAIn9kIPKOQl { top:13.0625rem;left:28rem;width:19.75rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwb9TQATTgPzsczemCL42wKStmnhfWEZ { display:block; }#Wwb9TQATTgPzsczemCL42wKStmnhfWEZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ny9cMSP9b0UkcpWtHWeSgfADwcFUPaI4 { top:3.8125rem;left:0rem;width:47.75rem;height:2.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSas8EzODmTUr8OsqofbTTfq9dS44sAz { top:8.9375rem;left:0rem;width:47.75rem;height:13.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kebiIm95td86ryaM4IpTVzJC0UARWzRh { top:6.9375rem;left:0rem;width:47.75rem;height:1.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0EGOseOOI1o9Av4BvhVE3pwInTfQdr8 { width:20.75rem;height:3.25rem;top:24.3125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVHJ0ROvxIzUaaDbkaqTc90z2nxgkxHF { display:block; }
 }@media only screen and (max-width: 763px) { #TEbROQn4hhdFBCMV296Ba5HxKqWycBP5 { display:block; }#TEbROQn4hhdFBCMV296Ba5HxKqWycBP5 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HamXAdGfWIRV0S64qTZfQ5kQHQEcxmu6 { top:10.5rem;left:11.96875rem;width:21rem;height:4.1875rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9B7MwT57SHg6mgyVrnfeeXK1l2O3TaM { top:5.4375rem;left:9.9375rem;width:24.9375rem;height:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxD38N6VVwzdozZ2TklxKlF0VGdfsEeQ { width:18.4375rem;height:3.4375rem;top:15.875rem;left:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZinyqWscFTR4Pbl0zfGtdccn9Wwsgf7L { display:block; }
 }@media only screen and (max-width: 763px) { #TXmquTgWCdohiknS5WVEHKUqomDxZuQK { top:8.8125rem;left:7.78125rem;width:29.375rem;height:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3pslJC3OrteB9qAv5K2pVsoS3XRbRRy { display:block; }#C3pslJC3OrteB9qAv5K2pVsoS3XRbRRy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #auRFQC8pQybdoHoCvEXqJDlgOrJtTTDx { top:5.8125rem;left:28.625rem;width:19.125rem;height:3.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFKqAMBB6QWurToT77T1E47TSsERded4 { top:2.625rem;left:19.5625rem;width:8.625rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9790b5b7-ea9a-435d-a1de-177e6ae093fa/NepalButan05scaled.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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(0,0,0,0.5); }#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(0,0,0,0.5); }#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%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:46.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-input-text {padding-top: 0; padding-bottom: 0;}#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-input-select {padding-top: 0; padding-bottom: 0;}#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0  { width:17.5rem;height:auto;top:27.375rem;left:0rem; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 {display:block;}#dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 { width:17.5rem;height:auto;top:27.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #BaJDx4VAN574rp3fQggepTsEd425Iixe {  }
 }@media only screen and (max-width: 763px) { #dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #nCRXbIAdqAGVRJxfOiNeqHPpMc8tTEfN {  }
 }@media only screen and (max-width: 763px) { #dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #ASmpeFfUcMpDVxwDb8ig9Ukq1bFAMXBz {  }
 }@media only screen and (max-width: 763px) { #dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #csEvfP7kLFixVLv5gn5kWTk6IZln2nVt {  }
 }@media only screen and (max-width: 763px) { #dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #Lqb8uR18PRKQcwnnlPw01aMiMUOVdSQP {  }
 }@media only screen and (max-width: 763px) { #dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #kymnOwnMmn5qTsWt5UDOV00PsTGAg9rO {  }
 }@media only screen and (max-width: 763px) { #dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #p3myK8LAHDBawn9HmEIbKJ3takX1dqTK {  }
 }@media only screen and (max-width: 763px) { #dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #hrzLNnVLx4oho8VtDkck1RxhZlCM68fX {  }
 }@media only screen and (max-width: 763px) { #dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #rck3iXhpIulPukBxprUlfELig0O4Xbhi {  }
 }@media only screen and (max-width: 763px) { #dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #tMESm5FZGvQO8BcAzBdTNiisi0Up7Nv7 {  }
 }@media only screen and (max-width: 763px) { #dD1DdEzE8daoD6KlNmal3Vm6JypLBRU0 #qtJOuIsv5cWQlVfFsqwFsNLVpzedAReE {  }
 }@media only screen and (max-width: 763px) { #OSPHTT47JKOzZMkbIVTJ5ysMprTzPnTu { width:13.625rem;height:2.4746125rem;top:25.75rem;left:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQKtocOvmbk8fdO4HJwumpq8BHds6c20 { width:20rem;height:6.2988125rem;top:8.75rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oNTro3ambPEfFvMSZ4R6CdqaKOmPzmSs { width:14.0625rem;height:2.4746125rem;top:15.6103515625rem;left:2.96875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QUrIswCs8m4fKutFCpo9OPFDGbTee6Sl { width:13.9375rem;height:3.923825rem;top:19.298828125rem;left:3.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#QUrIswCs8m4fKutFCpo9OPFDGbTee6Sl li:before{  }
 }@media only screen and (max-width: 763px) { #OJFxRqpvPKgcT9BabK521JS41C1OiLCM { width:20rem;height:auto;top:32.8125rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #qOEkRnieROTLHwdeElE5C3T70DlcMbRI { width:20rem;height:7.4226804123711rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWCOBi7ET0FyAUZBZM8FTOHRcPz8O4TE { width:4.6875rem;height:4.6875rem;top:1.75rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tAuvf1Mw7QGz7KGAqlgBd0yqSdwB6QL3 { display:block; }#tAuvf1Mw7QGz7KGAqlgBd0yqSdwB6QL3 > .row .container { width:20rem;height:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bTdBic276XJiMWJEL3aRwDibOrFdk95J { width:14.3125rem;height:3.1875rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lQbrnGHaxbfOdr1hqZTzKDJHp4fRvxOW { width:8.75rem;height:6.0625rem;top:5rem;left:6.4375rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wsu323aLT0lRR62L33MQ4v68PTklHHQi { width:20rem;height:6.125rem;top:0rem;left:0rem;z-index:14995;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #EavhfLSpRR83W9Lzxrwp03RDpBUUPGuD { top:5rem;left:0rem;width:20rem;height:0.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #yJhZHyBboLm2mezuF4EWQg0XIR2a9zHM { width:8.1875rem;height:2.5625rem;top:7.625rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gqe8ULN7grgeOVcG57KGIoEdI4v5IJP2 { width:8.0625rem;height:4.1875rem;top:7.0625rem;left:11.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xcdJTS8Tkq5cuVugSKk0lyNqSCPD3JOF { width:8rem;height:1.21875rem;top:2.453125rem;left:10.53125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAbV0ONRehXWPIA9O7y34hzedcFMPgaH { width:9.5rem;height:1.4624rem;top:2.375rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #woHJ4UXgGLOk1hhVW4p7JghFh3JcphHl { width:7.1875rem;height:3.25rem;top:2.1875rem;left:1.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kxr4rAuA9xh2BuRuQirgiL5r9qRfTlyN { width:12.5rem;height:1.4624rem;top:7.625rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoCt1wsQWSXNNpeJSBbA9plNedCQOaAO { width:8.1875rem;height:5.3125rem;top:5.375rem;left:11.8125rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #mObJo5qd6PG2OhQnAo0XBXMoX6SuK4Xf { width:5.8125rem;height:2.25rem;top:1.9375rem;left:12.15625rem;z-index:14996;display:block; }
 }@media only screen and (max-width: 763px) { #aBF4PGUAMcuTMHKHh3diztw8gon2g2Nz { display:block; }#aBF4PGUAMcuTMHKHh3diztw8gon2g2Nz > .row .container { width:20rem;height:27.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w01o92rwDbIQvWMk8KRJd2LaxnPwBd3G { width:16.9375rem;height:3.4375rem;top:2.6875rem;left:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cot5kTBixVSkOJgfPKXGzE7eFuIdVw8F { width:18.5rem;height:11.984375rem;top:8.0625rem;left:0.75rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }#cot5kTBixVSkOJgfPKXGzE7eFuIdVw8F li:before{  }
 }@media only screen and (max-width: 763px) { #cPGaqbMZF6Na7GkQRwHdSRPNVxGOTlgZ { width:18.875rem;height:3.4375rem;top:21.3125rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZIRwPWDrLFMWzswQThiEISsZ6cRNQskX { display:block; }
 }@media only screen and (max-width: 763px) { #Pf7cMoAvMvTZPdl5mzeTnePTGGlGOOIP { display:block; }#Pf7cMoAvMvTZPdl5mzeTnePTGGlGOOIP > .row .container { width:20rem;height:65.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cQa9PGolWqX9w7eIB6JOAL9w2nuqK0mb { width:20rem;height:16.375rem;top:32.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VI6FNkJAcqCx9l0voaXfUiEbkC8TkPT9 { width:20rem;height:16.327125rem;top:48.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #y0idhIu8SqwqkGxFIpDf8NdmbiJSE6xE { width:20rem;height:16.359102244389rem;top:91.4765375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nfoaryTAsNZq3HMw7at8fvfip44sHmyA { width:20rem;height:5.15625rem;top:3.0625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yt0kb0whTIinPypwi3KfwkqF8bTG1wFT { width:20rem;height:20.712875rem;top:9.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tCnBJcqFOReGMT0EQvlOygxwIQUzhJeQ { display:block; }#tCnBJcqFOReGMT0EQvlOygxwIQUzhJeQ > .row .container { width:20rem;height:7.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #znHp36POsqT0AAHqMN4ppzmJbOOSewZ6 { width:20rem;height:1.71875rem;top:1.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZT2VWPQg4cdPzBpbzCVqf4y4hn4sr4I { width:20rem;height:2.19921875rem;top:4.21875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfvTBGoKZKttMT26P2BIQQ63TXTT5yU5 { display:block; }#tfvTBGoKZKttMT26P2BIQQ63TXTT5yU5 > .row .container { width:20rem;height:29.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CyVRCirJ7kQiIn1Sumvu1HTkSGW0B9W6 { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E7nBSeqs2ptCctJxaCPms7mDlU0uTPMx { width:16.125rem;height:1.0996125rem;top:1.91796875rem;left:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQizMBpCxHHa8740fMXsqxEPrQThsDUp { width:19.6875rem;height:3.2988375rem;top:4.8125rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZTlg2hMBCmxJszK3RuS9T85O4dXTxpJ { display:flex;width:1.1875rem;height:1.1875rem;top:1.875rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #HVub3GfVEVAgSTUAbHDOfJhUcWmf3tRH { width:18.875rem;height:1.0996125rem;top:12.923825rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaVez0K432exuuMc5TDUoV7DHvTSdTZ7 { width:20rem;height:2.4375rem;top:9.611325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #if6tVcU9fl79yxCx3ciSnT5BtNv6p8Ih { width:16.0625rem;height:1.0996125rem;top:10.2783203125rem;left:3.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQe7BfZWWrKN77SCx6vk3OXhtyJHAHZ2 { display:flex;width:1.1875rem;height:1.1875rem;top:10.2353515625rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #TgIqZTLPumnFHbBtbBEynvo358289l8v { width:17.3125rem;height:1.0996125rem;top:24.8125rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wm5Z22SG3erEPtTeuqPaONNcwvSmrqmJ { width:20rem;height:2.4375rem;top:21.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pc8RlnBSs7XwGeU9DSeUFwU1s5Thwbz0 { width:16.4375rem;height:1.0996125rem;top:22.1875rem;left:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3p291IQS58W8wu6dcd0kLv8qWob9Ew9 { width:19.5625rem;height:1.0996125rem;top:18.6484375rem;left:0.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aRTT59cQUEq35dlWPuN9KuE9ZMkJoi5J { width:20rem;height:2.4375rem;top:15.4609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkwgotefiZULNfFNWFJVqEMZOdaFPsK0 { width:16.6875rem;height:1.0996125rem;top:16.12890625rem;left:2.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNTzWxFAye60CC9GZOqvwcr0Q1MkdqHQ { display:flex;width:1.1875rem;height:1.1875rem;top:16.0859375rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #veBTB9TNb8HwqXhn1QR5a6dFJeOJL29G { display:flex;width:1.1875rem;height:1.1875rem;top:22.125rem;left:1rem; }
 }@media only screen and (max-width: 763px) { #R58AOTyucT4daH0GNWlMFOvO7LtyALbJ { display:block; }#R58AOTyucT4daH0GNWlMFOvO7LtyALbJ > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sNADUKAnBP17cIs7ph66GdO7vk5Fu296 { width:20rem;height:1.71875rem;top:2.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWAKgbXtQb4FPkWrT9fTyy2OTXEsOSVi { width:14.9375rem;height:2.19921875rem;top:5.125rem;left:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1TBB4aS4eVg0b4KoiH7LyDxekWgrrmS { display:block; }#Z1TBB4aS4eVg0b4KoiH7LyDxekWgrrmS > .row .container { width:20rem;height:69.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwIIrfz8NDmDpu4TEw67P0VnSDVnw25e { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2VRTv46PO0oqqCNTAQz1TfAe64rBPht { width:19.1875rem;height:1.0996125rem;top:1.91796875rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Svgez7fxG2lfz2GpaMCOIH5wg9nT5Qmu { width:19.5625rem;height:7.69725rem;top:4.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sIkQqB00TapVg8EivHDV2OudoOWtRZu1 { width:19.5rem;height:5.49805rem;top:17.375rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPmamp5VtsP2GogLIivsdc04PkQRQCQf { width:20rem;height:3.4375rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HzKFpJQVHx4doH0zuqFFfi8bqKLlKPK2 { width:18.6875rem;height:2.19921875rem;top:13.875rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3GCXClgxZxWm4OmFFASEsRrGvk7VUU0 { width:19.25rem;height:6.597625rem;top:28.1875rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uqyIgB9KPmqFlf9iiashO6uc5s0lbtB5 { width:20rem;height:3.4375rem;top:24.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ti7D6xcRQ92e9IggizTXslTofKGgCdyf { width:19.3125rem;height:1.0996125rem;top:24.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TL2uU9JC2FeJPA72GpCp95hynkiCIvCC { width:20rem;height:2.4375rem;top:36rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zJyeLcZTgsqT7lJ7evQFAedu4TTGNCeM { width:19.625rem;height:1.0996125rem;top:36.6875rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UNAxRfMwXGPlOUbqQXSOG235STxedVgK { width:19.5625rem;height:4.3984375rem;top:39.1875rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #daXbTnFzSt8BTX2DIhFbv18enyGKcLb0 { width:19.625rem;height:4.3984375rem;top:49rem;left:0.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U1QoQxZPFTtFhX2Z9eU5hZxawsgeGIK4 { width:20rem;height:3.5625rem;top:44.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPvUxhf5WG6FGrOtHXMnEgBdJtlTV5S5 { width:19.1875rem;height:2.19921875rem;top:45.4375rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqX2UweCanVixzQcEikKGJQTM70OU3vF { width:20rem;height:2.4375rem;top:55.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT19ValgzLmSiwaOwrDzOwE1L6WlxITD { width:18.875rem;height:1.0996125rem;top:55.75rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5LPGPSLtagG2MV1wOxTZxkHhcIKdK1m { width:19.125rem;height:3.298825rem;top:58.25rem;left:0.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #boxZ22cg4A9yqh64z1z79wtUB3uvuOym { width:18.875rem;height:3.4375rem;top:63.82421875rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #atXxJetKwitLO8cPSTMDQ0mpQdTxx38t { display:block; }
 }@media only screen and (max-width: 763px) { #Gt5tUJ1Em0oBJ1o961I9KD4TyRab6uvr { display:block; }#Gt5tUJ1Em0oBJ1o961I9KD4TyRab6uvr > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #C9JcLkcmpUAIwU72DKRTwC6V0LB8KmNS { display:block; }#C9JcLkcmpUAIwU72DKRTwC6V0LB8KmNS > .row .container { width:20rem;height:56.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vKesmvBX81pQNklya8hHcmbdwEmKSoH7 { width:10.9375rem;height:8.3125rem;top:0.65625rem;left:4.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuZguhJ6FpzyMQHa138KK5F5T6iTIgqz { width:20rem;height:12.875rem;top:9.90625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ggVLVoJN1yWJpOvnvpQVVSzawFPRc70t { width:20rem;height:14.1875rem;top:23.6298828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTRbDi1VV5wKQTA8GnxgIAIn9kIPKOQl { width:20rem;height:15.875rem;top:38.828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wwb9TQATTgPzsczemCL42wKStmnhfWEZ { display:block; }#Wwb9TQATTgPzsczemCL42wKStmnhfWEZ > .row .container { width:20rem;height:49rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ny9cMSP9b0UkcpWtHWeSgfADwcFUPaI4 { width:16.875rem;height:3.4375rem;top:2.5rem;left:1.5625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSas8EzODmTUr8OsqofbTTfq9dS44sAz { width:18.75rem;height:33.1474875rem;top:8.53662109375rem;left:0.625rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kebiIm95td86ryaM4IpTVzJC0UARWzRh { width:20rem;height:1.0996125rem;top:6.84912109375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0EGOseOOI1o9Av4BvhVE3pwInTfQdr8 { width:16.875rem;height:3.4375rem;top:43.47412109375rem;left:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVHJ0ROvxIzUaaDbkaqTc90z2nxgkxHF { display:block; }
 }@media only screen and (max-width: 763px) { #TEbROQn4hhdFBCMV296Ba5HxKqWycBP5 { display:block; }#TEbROQn4hhdFBCMV296Ba5HxKqWycBP5 > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HamXAdGfWIRV0S64qTZfQ5kQHQEcxmu6 { width:20rem;height:3.8994125rem;top:7.912109375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9B7MwT57SHg6mgyVrnfeeXK1l2O3TaM { width:19.875rem;height:15.4375rem;top:2.599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NxD38N6VVwzdozZ2TklxKlF0VGdfsEeQ { width:17.1875rem;height:3.4375rem;top:12.818359375rem;left:1.40625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZinyqWscFTR4Pbl0zfGtdccn9Wwsgf7L { display:block; }
 }@media only screen and (max-width: 763px) { #TXmquTgWCdohiknS5WVEHKUqomDxZuQK { width:20rem;height:1.0996125rem;top:5.724609375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3pslJC3OrteB9qAv5K2pVsoS3XRbRRy { display:block; }#C3pslJC3OrteB9qAv5K2pVsoS3XRbRRy > .row .container { width:20rem;height:17.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #auRFQC8pQybdoHoCvEXqJDlgOrJtTTDx { width:16.25rem;height:3.09375rem;top:8.5rem;left:1.875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TFKqAMBB6QWurToT77T1E47TSsERded4 { width:7rem;height:7rem;top:1.03125rem;left:6.5rem;display:block; }
 }