.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .row > .video-iframe-container { display: none; }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .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); }#I1hIaP7QPewonvdvUIgd1HxPWArIhd2W { background-color:transparent;background-image: -webkit-linear-gradient(145deg, #2a2c32, #0ba3ad);background-image: -moz-linear-gradient(145deg, #2a2c32, #0ba3ad);background-image: -ms-linear-gradient(145deg, #2a2c32, #0ba3ad);background-image: -o-linear-gradient(145deg, #2a2c32, #0ba3ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2c32', endColorstr='#0ba3ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2c32', endColorstr='#0ba3ad' );";background-image: linear-gradient(145deg, #2a2c32, #0ba3ad);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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#I1hIaP7QPewonvdvUIgd1HxPWArIhd2W > .row .container { background-color: transparent; background-image: none; }#I1hIaP7QPewonvdvUIgd1HxPWArIhd2W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1hIaP7QPewonvdvUIgd1HxPWArIhd2W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1hIaP7QPewonvdvUIgd1HxPWArIhd2W > .row .container > .video-iframe-container { display: none; }#I1hIaP7QPewonvdvUIgd1HxPWArIhd2W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1hIaP7QPewonvdvUIgd1HxPWArIhd2W > .row > .video-iframe-container { display: none; }#I1hIaP7QPewonvdvUIgd1HxPWArIhd2W > .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); }#I1hIaP7QPewonvdvUIgd1HxPWArIhd2W > .row .container { border-width: 0; border-radius: 0; }#I1hIaP7QPewonvdvUIgd1HxPWArIhd2W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I1hIaP7QPewonvdvUIgd1HxPWArIhd2W > .row .container { font-size:14px;font-family:arial;height:643px;width:1200px;overflow:visible;position:relative;display:block; }#CKOTKep1ogOSNocuWWy9EFpxi2OUcsFG { color:#f9c9c4;display:block;width:493px;position:absolute;font-family:besley;font-size:40px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:206.25px;left:29.96875px;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#oNrPw6zvRGCsyiDgA6z3t9PEXkoumIQC { 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:33.9844px;width:150px;top:62.98828125px;left:525px;overflow:hidden;display:block; }
#vtdCGltP7EEH47fkZ2qlFLL0Iombcqc7 { color:#ffffff;display:block;width:490px;position:absolute;font-family:poppins;font-size:18px;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:323.798828125px;left:355px;height:176.367px;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#eFgtHNEDrABJheq6ZkL9yWAscVf8LDdF { position:absolute;display:block;z-index:14998;background-color:#ffffff;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 0 2px 15px rgba(0,0,0,0.15) ;height:651px;width:544px;top:173px;left:630px;display:none; }
#tqqobc3zd3IvbOBlbVS5ZZ9FJuXln5p8 { color:#ffffff;display:block;width:473.984px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:261.181640625px;left:363.0078125px;height:25.1953px;text-align:left;text-align-last:left;display:block; }
#nhn5nwDyeVKhkwiTHf0LncVquHnHaEdm { color:#ffffff;display:block;width:494px;position:absolute;font-family:besley;font-size:40px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:206.25px;left:660px;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#q9m6f8UxFey9vPR8IzxGfp1aTUgiWulU { color:#f9c9c4;display:block;width:455px;position:absolute;font-family:besley;font-size:40px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:555px;left:29.96875px;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#z5QfCWhNg27WgQuM5iXnGEFiS4083OJ5 { color:#ffffff;display:block;width:472.998px;position:absolute;font-family:besley;font-size:37px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,97,104,0.5);height:96.1914px;top:133.984375px;left:363.49609375px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#u3UusPAAGAX0wmT4zEbht31KgNQ0qTc7 { color:#ffffff;display:block;width:328.984px;position:absolute;font-family:proxima;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:41.582px;top:543.73046875px;left:435.5078125px;text-align:center;text-align-last:center;display:block; }
#SsV7WBwNtW3E4znUktISIdVnTDadVEBz { color:#000000;display:block;width:83px;position:absolute;font-family:proxima;font-size:59px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);height:0;top:470.3125px;left:344.5px;text-align:center;text-align-last:center;display:none; }
#BeytvxCIgboBayM3eHcSieMGN86ByBnF { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:83.1875px;left:377.9453125px;display:none; }
#NhoiOLIMmc9ziiAhtqZQTBthLiI3iitp { 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:33.9844px;width:150px;top:710px;left:1771.5px;overflow:hidden;display:none; }
#Q3UhMTKXfuxlrsMsOQWZbkFyIdGrTgqb { background-color:transparent;background-image: -webkit-linear-gradient(145deg, #2a2c32, #0ba3ad);background-image: -moz-linear-gradient(145deg, #2a2c32, #0ba3ad);background-image: -ms-linear-gradient(145deg, #2a2c32, #0ba3ad);background-image: -o-linear-gradient(145deg, #2a2c32, #0ba3ad);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2c32', endColorstr='#0ba3ad' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2c32', endColorstr='#0ba3ad' );";background-image: linear-gradient(145deg, #2a2c32, #0ba3ad);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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#Q3UhMTKXfuxlrsMsOQWZbkFyIdGrTgqb > .row .container { border-width: 0; border-radius: 0; }#Q3UhMTKXfuxlrsMsOQWZbkFyIdGrTgqb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q3UhMTKXfuxlrsMsOQWZbkFyIdGrTgqb > .row .container { font-size:14px;font-family:arial;height:1110px;width:1200px;overflow:visible;position:relative;display:none; }#P907O8pDwrgA6XEmKyvun8TpdNzcZFsv { color:#f9c9c4;display:block;width:493px;position:absolute;font-family:besley;font-size:40px;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:206.25px;left:29.96875px;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#k7ZWK4GwgW4IhuuTL7fSOs209oFNJn51 { 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:33.9844px;width:150px;top:95.99609375px;left:29.98046875px;overflow:hidden;display:block; }
#xIUmgKzL72TOa27OdPww90IyzpLHM1wQ { color:#ffffff;display:block;width:490px;position:absolute;font-family:poppins;font-size:18px;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:311px;left:30px;height:327.539px;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#w0PyfNqa5eRiHGtSa3m2eiw8KAbwzPpn { position:absolute;display:block;z-index:14998;background-color:#ffffff;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:15px;border-top-right-radius:15px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;box-shadow: 0 2px 15px rgba(0,0,0,0.15) ;height:651px;width:544px;top:173px;left:630px;display:none; }
#DTwCTgB2A0XPlbVKf7FUHKrTRpvmRtIV { color:#ffffff;display:block;width:473.994px;position:absolute;font-family:poppins;font-size:18px;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:730px;left:29.98046875px;height:226.7577px;text-align:left;text-align-last:left;display:block; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-form-header {  }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-regular-label { height:auto;display:block;font-family:poppins;font-size:14px;font-weight:bold;color:#ffffff;width:400px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;line-height:1.3;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-input-text { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:400px;box-sizing:border-box;height:40px;color:#2a2c32;font-size:14px;overflow:hidden;font-family:poppins;vertical-align:top; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-input-text {padding-top: 0; padding-bottom: 0;}#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-textarea { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:400px;box-sizing:border-box;height:70px;color:#2a2c32;font-size:14px;overflow:hidden;font-family:poppins;vertical-align:top; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:400px;box-sizing:border-box;height:40px;color:#929191;font-family:poppins;font-size:14px;overflow:hidden;vertical-align:top; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-input-select {padding-top: 0; padding-bottom: 0;}#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-input-checkbox { width:16px;height:16px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-input-button { border-top-left-radius:8px;border-top-right-radius:8px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#0ba3ad;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:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:19px;font-weight:400;color:#2a2c32;width:400px;height:55px;font-family:besley;overflow:hidden;font-style:italic; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc [class*="-text"]:-moz-placeholder { color:#929191;font-family:poppins;font-size:14px; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc [class*="-text"]::-moz-placeholder { color:#929191;font-family:poppins;font-size:14px; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc [class*="-text"]:-ms-input-placeholder { color:#929191;font-family:poppins;font-size:14px; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc [class*="-text"]::-webkit-input-placeholder { color:#929191;font-family:poppins;font-size:14px; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .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:12px;font-weight:300;color:#ffffff;vertical-align:top;width:380px;overflow:hidden;font-style:normal;float:none; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:20px;vertical-align:middle;font-family:poppins;font-size:14px;font-weight:300;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-container { padding-top:8px;padding-right:0;padding-bottom:8px;padding-left:0;width:100%;font-size:0;height:auto; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-container:first-of-type{padding-top:0;}#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-container:last-of-type{padding-bottom:0;}#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc  { background-color:rgba(42,44,50,0.6);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:400px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:301.9921875px;left:690.99609375px; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:400px;display:block;vertical-align:top; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-info-text { display:block;height:auto;font-family:poppins;font-size:12px;line-height:1.3;font-weight:400;color:#2a2c32;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc {display:block;}#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc { background-color:rgba(42,44,50,0.6);background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:400px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:301.9921875px;left:690.99609375px; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #EKwTLPFO7l8GewIbVAnmU61L1ymKkc3t { position:relative; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #M8LJZArNxbETdg95QU2O79w46KvTH0qH { position:relative;display:block; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #vTg3WLqmvegmiPTwWExwh3I3lMOXWzze { position:relative; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #BnLzoWRRIMeCT0BlTI6JTsIpNW4fUaaz { position:relative; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #EyzCzBdOQwmicNZ5mSWRkWGucD3muFzd { position:relative;display:block; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #NmeNq1OeHHaO13MvwNAOL3SUpPsQdNhx { position:relative; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #K8ntomyHulAnc4UiAfZ5A7ZS3i6MNnwH { position:relative; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #K8ntomyHulAnc4UiAfZ5A7ZS3i6MNnwH .container-column{width:100%;}#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #uuIkeQvGPSFCrkexZWnN5aWGT0fz9Ed6 { position:relative;display:block; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #sKTX9sLHTlacTu2XkJdSlfE0BaCCLtw2 { position:relative;z-index:2; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #uXdxW149HUogJg2qcQMmlQp7JfEQFQRs { position:relative; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #Ng1AXrS7pGF7Qt3O2cEeEs7DzJlTdI2r { position:relative;z-index:2; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #MN0OawpXwPEE6ax9M5KR69SZW4B83XTf { position:relative; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #plt63oE8s8qQfu876zvxmAUfvuFOzTFO { position:relative;z-index:2; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #vWXSXAGdyek9OkINMzdkxTvcTUAyqlTP { position:relative; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #GH6ay2aaB2Vi8uniczxnxpbF5GBRHflJ { position:relative; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #BqGxChVrOrLsxosynDXf2C7gyi3M5Idg { position:relative;display:block; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #qqM2AcwJPWquuLDWhFqd0DVidUhzbei3 { position:relative; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #aEKTiMPac8WBKpNStl7Ts2GanGP9z9hz { position:relative; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #AN69KSHL9Kqasgq6925h4HFF5t82tMeD { position:relative;z-index:2; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #ntgq3kIG4yPNOXZGn3l69DEEIIbtMqCT { position:relative; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #oRVJlaIx7XZe0lWEk6uBlDUnh4aAFVZF { position:relative; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #TEKtFAOHNlVnq00VvPXkRGArh00WQNEf { position:relative; }
#HG8wBThVWc4evSnJq0en9yXIb0JW2OdI { color:#ffffff;display:block;width:494px;position:absolute;font-family:besley;font-size:40px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:206.25px;left:660px;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#oDIlpnTMdex443gUQSpy5xfIcXD9vxXT { color:#f9c9c4;display:block;width:455px;position:absolute;font-family:besley;font-size:40px;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:555px;left:29.96875px;height:0;font-style:normal;text-align:left;text-align-last:left;display:none; }
#cDNEpTtz7TIusn3ZqgWmySkDHnpcMTx9 { color:#ffffff;display:block;width:473px;position:absolute;font-family:besley;font-size:37px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,97,104,0.5);height:96.2px;top:201px;left:30px;font-style:italic;display:block; }
#Fczcl7IyWMfuobXOWJy0DRZ1KgSt83lh { color:#ffffff;display:block;width:308px;position:absolute;font-family:besley;font-size:37px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:48.1px;top:660px;left:30px;font-style:italic;display:block; }
#IT8cQ4AruGkOW2gq0uN6rtioRmLXuCFe { color:#ffffff;display:block;width:328.994px;position:absolute;font-family:proxima;font-size:16px;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:41.582px;top:987.744140625px;left:29.98046875px;display:block; }
#mJMQ5NfrU8NIw5A1nqUxZH8QXTsq3sBn { color:#ffffff;display:block;width:440px;position:absolute;font-family:poppins;font-size:32px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:83.2031px;top:201px;left:691px;font-style:italic;display:block; }
#vzdDWe4FBycl1NUm94SDISTxZ8outA2B { color:#000000;display:block;width:83px;position:absolute;font-family:proxima;font-size:59px;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,0,0,0.5);height:0;top:470.3125px;left:344.5px;text-align:center;text-align-last:center;display:none; }
#uP4mJfo8HHItGNka6k5Ca5Lbr5v3lvtO { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:83.1875px;left:377.9453125px;display:none; }
#a87nSVduP5cXFeqwpStweepWtKlxb7on { color:#f9c9c4;display:block;width:473px;position:absolute;font-family:besley;font-size:37px;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;height:48.0938px;top:201px;left:30px;font-style:italic;display:none; }
#EqkCDUZD3W9FDXZ3HOfTS6qSdRD7HHue { 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:33.9844px;width:150px;top:710px;left:1771.5px;overflow:hidden;display:none; }
#FCZAc7is24g46es4WfVVSu1vup7ZizJU { box-sizing:content-box;height:200px;width:200px;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;top:83.1875px;left:377.9453125px;display:none; }
#Ota04ldmFxrLoJine4zUwoCuWhrUEWDD { color:#ffffff;display:block;width:472.998px;position:absolute;font-family:besley;font-size:37px;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:1px 1px 3px rgba(0,97,104,0.5);height:48.0957px;top:1038.984375px;left:29.98046875px;font-style:italic;display:block; }
#tTBtWeFlquDe6E1t70IaxT3qpEMzDAWQ { 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:33.9844px;width:150px;top:95.99609375px;left:29.98046875px;overflow:hidden;display:none; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #I1hIaP7QPewonvdvUIgd1HxPWArIhd2W { display:block; }#I1hIaP7QPewonvdvUIgd1HxPWArIhd2W > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKOTKep1ogOSNocuWWy9EFpxi2OUcsFG { top:206px;left:0px;width:493px;height:104px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #oNrPw6zvRGCsyiDgA6z3t9PEXkoumIQC { top:62px;left:307px;width:150px;height:33.9844px;display:block; }
 }@media only screen and (max-width: 763px) { #vtdCGltP7EEH47fkZ2qlFLL0Iombcqc7 { top:323px;left:137px;width:490px;height:176px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #eFgtHNEDrABJheq6ZkL9yWAscVf8LDdF { top:173px;left:220px;width:544px;height:651px;display:block; }
 }@media only screen and (max-width: 763px) { #tqqobc3zd3IvbOBlbVS5ZZ9FJuXln5p8 { top:261px;left:145.0078125px;width:473px;height:25px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #nhn5nwDyeVKhkwiTHf0LncVquHnHaEdm { top:206px;left:270px;width:494px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #q9m6f8UxFey9vPR8IzxGfp1aTUgiWulU { top:555px;left:0px;width:455px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #z5QfCWhNg27WgQuM5iXnGEFiS4083OJ5 { top:133px;left:145.49609375px;width:472px;height:96px;font-size:31px;display:none; }
 }@media only screen and (max-width: 763px) { #u3UusPAAGAX0wmT4zEbht31KgNQ0qTc7 { top:543px;left:217.5078125px;width:328px;height:41px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #SsV7WBwNtW3E4znUktISIdVnTDadVEBz { top:470px;left:126.5px;width:83px;height:76px;font-size:59px;display:none; }
 }@media only screen and (max-width: 763px) { #BeytvxCIgboBayM3eHcSieMGN86ByBnF { top:83px;left:159.9453125px;width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 763px) { #NhoiOLIMmc9ziiAhtqZQTBthLiI3iitp { top:720px;left:614px;width:150px;height:33.9844px;display:none; }
 }@media only screen and (max-width: 763px) { #Q3UhMTKXfuxlrsMsOQWZbkFyIdGrTgqb { display:block; }#Q3UhMTKXfuxlrsMsOQWZbkFyIdGrTgqb > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P907O8pDwrgA6XEmKyvun8TpdNzcZFsv { top:206px;left:0px;width:493px;height:104px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #k7ZWK4GwgW4IhuuTL7fSOs209oFNJn51 { top:95px;left:0px;width:150px;height:33.9844px;display:block; }
 }@media only screen and (max-width: 763px) { #xIUmgKzL72TOa27OdPww90IyzpLHM1wQ { top:311px;left:0px;width:490px;height:327px;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #w0PyfNqa5eRiHGtSa3m2eiw8KAbwzPpn { top:173px;left:220px;width:544px;height:651px;display:block; }
 }@media only screen and (max-width: 763px) { #DTwCTgB2A0XPlbVKf7FUHKrTRpvmRtIV { top:730px;left:0px;width:473px;height:226px;font-size:14px;display:block; }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-regular-label { width:400px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-input-text { width:400px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-input-text {padding-top: 0; padding-bottom: 0;}#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-textarea { width:400px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-input-select { width:400px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-input-select {padding-top: 0; padding-bottom: 0;}#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-input-button { width:400px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-checkbox-label { width:381px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc  { width:400px;height:auto;top:301px;left:324px; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .radio-container { width:400px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc {display:block;}#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc { width:400px;height:auto;top:301px;left:324px; }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #EKwTLPFO7l8GewIbVAnmU61L1ymKkc3t {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #M8LJZArNxbETdg95QU2O79w46KvTH0qH {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #vTg3WLqmvegmiPTwWExwh3I3lMOXWzze {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #BnLzoWRRIMeCT0BlTI6JTsIpNW4fUaaz {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #EyzCzBdOQwmicNZ5mSWRkWGucD3muFzd {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #NmeNq1OeHHaO13MvwNAOL3SUpPsQdNhx {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #K8ntomyHulAnc4UiAfZ5A7ZS3i6MNnwH {  }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #K8ntomyHulAnc4UiAfZ5A7ZS3i6MNnwH .container-column{width:50%;} }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #uuIkeQvGPSFCrkexZWnN5aWGT0fz9Ed6 {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #sKTX9sLHTlacTu2XkJdSlfE0BaCCLtw2 {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #uXdxW149HUogJg2qcQMmlQp7JfEQFQRs {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #Ng1AXrS7pGF7Qt3O2cEeEs7DzJlTdI2r {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #MN0OawpXwPEE6ax9M5KR69SZW4B83XTf {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #plt63oE8s8qQfu876zvxmAUfvuFOzTFO {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #vWXSXAGdyek9OkINMzdkxTvcTUAyqlTP {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #GH6ay2aaB2Vi8uniczxnxpbF5GBRHflJ {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #BqGxChVrOrLsxosynDXf2C7gyi3M5Idg {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #qqM2AcwJPWquuLDWhFqd0DVidUhzbei3 {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #aEKTiMPac8WBKpNStl7Ts2GanGP9z9hz {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #AN69KSHL9Kqasgq6925h4HFF5t82tMeD {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #ntgq3kIG4yPNOXZGn3l69DEEIIbtMqCT {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #oRVJlaIx7XZe0lWEk6uBlDUnh4aAFVZF {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #TEKtFAOHNlVnq00VvPXkRGArh00WQNEf {  }
 }@media only screen and (max-width: 763px) { #HG8wBThVWc4evSnJq0en9yXIb0JW2OdI { top:206px;left:270px;width:494px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #oDIlpnTMdex443gUQSpy5xfIcXD9vxXT { top:555px;left:0px;width:455px;height:52px;font-size:40px;display:block; }
 }@media only screen and (max-width: 763px) { #cDNEpTtz7TIusn3ZqgWmySkDHnpcMTx9 { top:201px;left:0px;width:473px;height:96px;font-size:31px;display:none; }
 }@media only screen and (max-width: 763px) { #Fczcl7IyWMfuobXOWJy0DRZ1KgSt83lh { top:660px;left:0px;width:308px;height:48px;font-size:37px;display:none; }
 }@media only screen and (max-width: 763px) { #IT8cQ4AruGkOW2gq0uN6rtioRmLXuCFe { top:987px;left:0px;width:328px;height:41px;font-size:16px;display:none; }
 }@media only screen and (max-width: 763px) { #mJMQ5NfrU8NIw5A1nqUxZH8QXTsq3sBn { top:201px;left:324px;width:440px;height:83px;font-size:32px;display:none; }
 }@media only screen and (max-width: 763px) { #vzdDWe4FBycl1NUm94SDISTxZ8outA2B { top:470px;left:126.5px;width:83px;height:76px;font-size:59px;display:none; }
 }@media only screen and (max-width: 763px) { #uP4mJfo8HHItGNka6k5Ca5Lbr5v3lvtO { top:83px;left:159.9453125px;width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 763px) { #a87nSVduP5cXFeqwpStweepWtKlxb7on { top:1070px;left:0px;width:303px;height:57px;font-size:26px;display:none; }
 }@media only screen and (max-width: 763px) { #EqkCDUZD3W9FDXZ3HOfTS6qSdRD7HHue { top:720px;left:614px;width:150px;height:33.9844px;display:none; }
 }@media only screen and (max-width: 763px) { #FCZAc7is24g46es4WfVVSu1vup7ZizJU { top:83px;left:159.9453125px;width:200px;height:200px;display:none; }
 }@media only screen and (max-width: 763px) { #Ota04ldmFxrLoJine4zUwoCuWhrUEWDD { top:1038px;left:0px;width:472px;height:48px;font-size:37px;display:none; }
 }@media only screen and (max-width: 763px) { #tTBtWeFlquDe6E1t70IaxT3qpEMzDAWQ { top:95px;left:0px;width:150px;height:33.9844px;display:none; }
 }@media only screen and (max-width: 763px) { body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .row > .video-iframe-container { display: none; }#XPMJIbI2mnU6eQsMX9vuRuWXcGg4D6vt > .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); } }@media only screen and (max-width: 763px) { #I1hIaP7QPewonvdvUIgd1HxPWArIhd2W { background-color:#2a2c32;background-image:url("https://images.assets-landingi.com/uc/d1649971-66f4-4897-9200-2bafd3163075/booksydesign_49191_httpssmjruntuNWNVcDM0s_A_retroinspired__a0853fc24f964175a786882b0f648b83_5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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; }#I1hIaP7QPewonvdvUIgd1HxPWArIhd2W.adaptive-delivery-prevent-bg, #I1hIaP7QPewonvdvUIgd1HxPWArIhd2W.lazyload, #I1hIaP7QPewonvdvUIgd1HxPWArIhd2W.lazyloading { background-image: none; }#I1hIaP7QPewonvdvUIgd1HxPWArIhd2W > .row .container { background-color: transparent; background-image: none; }#I1hIaP7QPewonvdvUIgd1HxPWArIhd2W::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1hIaP7QPewonvdvUIgd1HxPWArIhd2W > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1hIaP7QPewonvdvUIgd1HxPWArIhd2W > .row .container > .video-iframe-container { display: none; }#I1hIaP7QPewonvdvUIgd1HxPWArIhd2W > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1hIaP7QPewonvdvUIgd1HxPWArIhd2W > .row > .video-iframe-container { display: none; }#I1hIaP7QPewonvdvUIgd1HxPWArIhd2W > .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); }#I1hIaP7QPewonvdvUIgd1HxPWArIhd2W > .row .container { border-width: 0; border-radius: 0; }#I1hIaP7QPewonvdvUIgd1HxPWArIhd2W > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I1hIaP7QPewonvdvUIgd1HxPWArIhd2W > .row .container { width:320px;height:775px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CKOTKep1ogOSNocuWWy9EFpxi2OUcsFG { width:278.977px;height:0;top:115px;left:20.5078125px;font-size:24px;text-align:center;text-align-last:center;color:#f9c9c4;display:none; }
 }@media only screen and (max-width: 763px) { #oNrPw6zvRGCsyiDgA6z3t9PEXkoumIQC { width:120px;height:27px;top:43px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #vtdCGltP7EEH47fkZ2qlFLL0Iombcqc7 { width:270.996px;height:209.961px;top:347px;left:24px;font-size:15px;line-height:1.4;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #eFgtHNEDrABJheq6ZkL9yWAscVf8LDdF { width:320px;height:585px;top:865px;left:0px;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #tqqobc3zd3IvbOBlbVS5ZZ9FJuXln5p8 { width:292.988px;height:39.1992px;top:286.9921875px;left:13.49609375px;font-size:14px;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nhn5nwDyeVKhkwiTHf0LncVquHnHaEdm { width:320px;height:0;top:899px;left:0px;font-size:24px;text-align:left;text-align-last:left;color:#f9c9c4;display:none; }
 }@media only screen and (max-width: 763px) { #q9m6f8UxFey9vPR8IzxGfp1aTUgiWulU { width:320px;height:0;top:483px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #z5QfCWhNg27WgQuM5iXnGEFiS4083OJ5 { top:113.984375px;left:30px;width:260px;height:102.275px;z-index:15012;font-family:besley;font-weight:400;font-style:italic;font-size:31px;color:#ffffff;text-align:center;text-align-last:center;line-height:1.1;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #u3UusPAAGAX0wmT4zEbht31KgNQ0qTc7 { top:582.978515625px;left:29.4921875px;width:260.996px;height:62.373px;z-index:15014;font-family:"poppins ukr";text-align:center;text-align-last:center;color:#ffffff;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #SsV7WBwNtW3E4znUktISIdVnTDadVEBz { top:789.921875px;left:79px;width:202px;height:0;z-index:15015;font-family:poppins;font-weight:400;font-style:normal;font-size:59px;color:#ffffff;text-align:center;text-align-last:center;line-height:1.1;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #BeytvxCIgboBayM3eHcSieMGN86ByBnF { top:250.99609375px;left:0px;width:320px;height:438px;z-index:15000;background-color:rgba(28,47,49,0.7);background-image:none;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #NhoiOLIMmc9ziiAhtqZQTBthLiI3iitp { width:120px;height:27.18752px;top:1687px;left:100px;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #Q3UhMTKXfuxlrsMsOQWZbkFyIdGrTgqb { background-color:#2a2c32;background-image:url("https://images.assets-landingi.com/uc/d1649971-66f4-4897-9200-2bafd3163075/booksydesign_49191_httpssmjruntuNWNVcDM0s_A_retroinspired__a0853fc24f964175a786882b0f648b83_5.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;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:none; }#Q3UhMTKXfuxlrsMsOQWZbkFyIdGrTgqb.adaptive-delivery-prevent-bg, #Q3UhMTKXfuxlrsMsOQWZbkFyIdGrTgqb.lazyload, #Q3UhMTKXfuxlrsMsOQWZbkFyIdGrTgqb.lazyloading { background-image: none; }#Q3UhMTKXfuxlrsMsOQWZbkFyIdGrTgqb > .row .container { border-width: 0; border-radius: 0; }#Q3UhMTKXfuxlrsMsOQWZbkFyIdGrTgqb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q3UhMTKXfuxlrsMsOQWZbkFyIdGrTgqb > .row .container { width:320px;height:1816px;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P907O8pDwrgA6XEmKyvun8TpdNzcZFsv { width:278.977px;height:0;top:115px;left:20.5078125px;font-size:24px;text-align:center;text-align-last:center;color:#f9c9c4;display:none; }
 }@media only screen and (max-width: 763px) { #k7ZWK4GwgW4IhuuTL7fSOs209oFNJn51 { width:120px;height:27px;top:43px;left:100px;display:block; }
 }@media only screen and (max-width: 763px) { #xIUmgKzL72TOa27OdPww90IyzpLHM1wQ { width:271px;height:377.93px;top:235px;left:24.5px;font-size:15px;line-height:1.4;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #w0PyfNqa5eRiHGtSa3m2eiw8KAbwzPpn { width:320px;height:585px;top:865px;left:0px;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #DTwCTgB2A0XPlbVKf7FUHKrTRpvmRtIV { width:293px;height:195.996px;top:723px;left:14px;font-size:14px;line-height:1.4;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:14px;overflow:hidden;height:auto;font-weight:700;font-style:normal;color:#ffffff; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:14px;overflow:hidden; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-input-text {padding-top: 0; padding-bottom: 0;}#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-size:14px;overflow:hidden; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-input-select {padding-top: 0; padding-bottom: 0;}#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;font-family:besley;font-weight:400;font-style:italic;background-color:#0ba3ad;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;color:#2a2c32; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc [class*="-text"]:-moz-placeholder { font-family:poppins;font-size:12px; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc [class*="-text"]::-moz-placeholder { font-family:poppins;font-size:12px; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc [class*="-text"]:-ms-input-placeholder { font-family:poppins;font-size:12px; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc [class*="-text"]::-webkit-input-placeholder { font-family:poppins;font-size:12px; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-checkbox-label { width:260px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-family:poppins;color:#ffffff; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .widget-radio-label { color:#ffffff; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc  { width:280px;height:auto;top:1152px;left:0px;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.4) ; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc {display:block;}#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc { width:280px;height:auto;top:1152px;left:0px;background-color:transparent;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 1px 1px 3px rgba(0,0,0,0.4) ;display:none; }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #EKwTLPFO7l8GewIbVAnmU61L1ymKkc3t {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #M8LJZArNxbETdg95QU2O79w46KvTH0qH {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #vTg3WLqmvegmiPTwWExwh3I3lMOXWzze {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #BnLzoWRRIMeCT0BlTI6JTsIpNW4fUaaz {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #EyzCzBdOQwmicNZ5mSWRkWGucD3muFzd {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #NmeNq1OeHHaO13MvwNAOL3SUpPsQdNhx {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #K8ntomyHulAnc4UiAfZ5A7ZS3i6MNnwH {  }
#o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #K8ntomyHulAnc4UiAfZ5A7ZS3i6MNnwH .container-column{width:50%;} }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #uuIkeQvGPSFCrkexZWnN5aWGT0fz9Ed6 {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #sKTX9sLHTlacTu2XkJdSlfE0BaCCLtw2 {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #uXdxW149HUogJg2qcQMmlQp7JfEQFQRs {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #Ng1AXrS7pGF7Qt3O2cEeEs7DzJlTdI2r {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #MN0OawpXwPEE6ax9M5KR69SZW4B83XTf {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #plt63oE8s8qQfu876zvxmAUfvuFOzTFO {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #vWXSXAGdyek9OkINMzdkxTvcTUAyqlTP {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #GH6ay2aaB2Vi8uniczxnxpbF5GBRHflJ {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #BqGxChVrOrLsxosynDXf2C7gyi3M5Idg {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #qqM2AcwJPWquuLDWhFqd0DVidUhzbei3 {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #aEKTiMPac8WBKpNStl7Ts2GanGP9z9hz {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #AN69KSHL9Kqasgq6925h4HFF5t82tMeD {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #ntgq3kIG4yPNOXZGn3l69DEEIIbtMqCT {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #oRVJlaIx7XZe0lWEk6uBlDUnh4aAFVZF {  }
 }@media only screen and (max-width: 763px) { #o2Z4L3xqdCv3AGrTPGBa3xby2SAsOkmc #TEKtFAOHNlVnq00VvPXkRGArh00WQNEf {  }
 }@media only screen and (max-width: 763px) { #HG8wBThVWc4evSnJq0en9yXIb0JW2OdI { width:320px;height:0;top:899px;left:0px;font-size:24px;text-align:left;text-align-last:left;color:#f9c9c4;display:none; }
 }@media only screen and (max-width: 763px) { #oDIlpnTMdex443gUQSpy5xfIcXD9vxXT { width:320px;height:0;top:483px;left:0px;font-size:24px;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #cDNEpTtz7TIusn3ZqgWmySkDHnpcMTx9 { top:109px;left:30px;width:260px;height:102.275px;z-index:15012;font-family:besley;font-weight:400;font-style:italic;font-size:31px;color:#ffffff;text-align:center;text-align-last:center;line-height:1.1;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #Fczcl7IyWMfuobXOWJy0DRZ1KgSt83lh { top:674px;left:32px;width:256px;height:30.791px;z-index:15013;font-family:besley;font-weight:400;font-style:italic;font-size:28px;color:#e1ffff;text-align:center;text-align-last:center;line-height:1.1;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #IT8cQ4AruGkOW2gq0uN6rtioRmLXuCFe { top:949px;left:29.5px;width:261px;height:41.582px;z-index:15014;font-family:"poppins ukr";text-align:center;text-align-last:center;color:#2a2c32;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #mJMQ5NfrU8NIw5A1nqUxZH8QXTsq3sBn { top:864.59375px;left:21.5px;width:277px;height:0;z-index:15014;font-family:besley;font-weight:400;font-style:italic;font-size:28px;color:#f9c9c4;text-align:center;text-align-last:center;line-height:1.1;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #vzdDWe4FBycl1NUm94SDISTxZ8outA2B { top:789.921875px;left:79px;width:202px;height:0;z-index:15015;font-family:poppins;font-weight:400;font-style:normal;font-size:59px;color:#ffffff;text-align:center;text-align-last:center;line-height:1.1;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:none; }
 }@media only screen and (max-width: 763px) { #uP4mJfo8HHItGNka6k5Ca5Lbr5v3lvtO { top:650.99609375px;left:0px;width:320px;height:278px;z-index:15000;background-color:rgba(28,47,49,0.7);background-image:none;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block; }
 }@media only screen and (max-width: 763px) { #a87nSVduP5cXFeqwpStweepWtKlxb7on { top:1071px;left:9px;width:303px;height:57.1875px;z-index:15013;font-family:besley;font-weight:400;font-style:italic;font-size:26px;color:#ffffff;text-align:center;text-align-last:center;line-height:1.1;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #EqkCDUZD3W9FDXZ3HOfTS6qSdRD7HHue { width:120px;height:27.18752px;top:1687px;left:100px;z-index:15012;display:none; }
 }@media only screen and (max-width: 763px) { #FCZAc7is24g46es4WfVVSu1vup7ZizJU { top:1047px;left:0px;width:320px;height:600px;z-index:15003;background-color:rgba(28,47,49,0.7);background-image:none;border-top-right-radius:20px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-left-radius:20px;display:block; }
 }@media only screen and (max-width: 763px) { #Ota04ldmFxrLoJine4zUwoCuWhrUEWDD { top:1673px;left:0px;width:320px;height:35.2px;z-index:15012;font-family:besley;font-weight:400;font-style:italic;font-size:32px;color:#ffffff;text-align:center;text-align-last:center;line-height:1.1;text-shadow:1px 1px 3px rgba(0,0,0,0.5);display:block; }
 }@media only screen and (max-width: 763px) { #tTBtWeFlquDe6E1t70IaxT3qpEMzDAWQ { width:120px;height:27px;top:1754px;left:100px;z-index:15012;display:block; }
 }