*,
*:before,
*:after {
  margin: 0px;
  padding: 0px;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: none;
}
html,
body {
  width: 100%;
  font-size: 16px;
  line-height: 1.1em;
  color: #000000;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
html {
  min-height: 100%;
  background: #fff;
}

.grecaptcha-badge {left: -9999999999px!important;}

#cookie-law-info-bar { color: #000!important;  width: 240px!important; font-size: 12px!important; line-height: 15px!important; padding: 15px 12px 7px !important; border-radius: 2px!important; }
.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited { border-radius: 3px!important; }
.cli-plugin-button, .cli-plugin-button:visited {padding: 7px 14px!important; font-size: 12px!important;}
.pvcookie { color: #000!important;}

html,
body{
  height: 100%;
  width: 100%;
}

::-webkit-input-placeholder {
  color: #000000;
  opacity: 1 !important;
}
::-moz-placeholder {
  color: #000000;
  opacity: 1 !important;
}
:-ms-input-placeholder {
  color: #000000;
  opacity: 1 !important;
}
:-moz-placeholder {
  color: #000000;
  opacity: 1 !important;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
button,
input,
textarea,
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
:focus,
input:focus,
textarea:focus {
  outline: none;
}
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 {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
:focus {
  outline: none;
}
p{
    padding: 0px;
    margin: 0px;
}
/* common */
a {
  transition: all 350ms;
  -webkit-transition: all 350ms;
  -ms-transition: all 350ms;
  text-decoration: none;
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
a:hover {
  text-decoration: none;
}

ul,
ol {
  margin: 0px;
  padding: 0px 0px;
  list-style: none;
}
ul li,
ol li {
  padding: 0px;
}

.main-wrapper{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.main-wrapper::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.40);
    width: 100%;
    height: 100%;
    z-index: 2;
}
.fullimges{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.fullimges img{
    width: 100%;
    height: 1000%;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    object-position: top;
}
.inner-box{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 40px 30px 35px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    z-index: 3;
}
.logo-cnt img{
    width: 540px;
    height: auto;
}
.toptext h1{
  font-size: 24px;
  color: #eee3de;
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: 1.5px;
  max-width: 356px;
  width: 100%;
  text-align: center;
}
.inq-btn a{
  max-width: 242px;
  width: 100%;
  display: block;
  min-height: 54px;
  text-align: center;
  font-size: 17px;
  font-family: "sweet-sans-pro", sans-serif;
  font-weight: 700;
  position: relative;
  color: #eee3de;
  text-transform: uppercase;
  padding: 18px 0px;
  letter-spacing: 0.5px;
}
.inq-btn a::before{
  content: "";
  background: url('../images/button.svg');
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.toptext{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.line-left{
  width: 100%;
  height: 1px;
  background: #eee3de;
  position: relative;
}
.line-right{
  width: 100%;
  height: 1px;
  background: #eee3de;
  position: relative;
}
.inq-btn{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  position: relative;
  bottom: 20px;
}
.line-left::before{
  content: "";
  width: 5px;
  height: 5px;
  background: #eee3de;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 0px;
  top: -2px;
}
.line-right::before{
  content: "";
  width: 5px;
  height: 5px;
  background: #eee3de;
  border-radius: 100%;
  display: block;
  position: absolute;
  right: 0px;
  top: -2px;
}

/*
.line-left{width: 0;}
.line-right{width: 0;}
*/
.fadeInDownShort.go .line-left{
  width: 100%;
  -webkit-transition: 2s ease-in-out;
  -moz-transition: 2s ease-in-out;
  -o-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}

.fadeInDownShort.go .line-right{
  width: 100%;
  -webkit-transition: 2s ease-in-out;
  -moz-transition: 2s ease-in-out;
  -o-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}

 
.fadeInUpShort.go .line-left{
  width: 100%;
  -webkit-transition: 3s ease-in-out;
  -moz-transition: 3s ease-in-out;
  -o-transition: 3s ease-in-out;
  transition: 3s ease-in-out;
}

.fadeInUpShort.go .line-right{
  width: 100%;
  -webkit-transition: 3s ease-in-out;
  -moz-transition: 3s ease-in-out;
  -o-transition: 3s ease-in-out;
  transition: 3s ease-in-out;
}
