/* == Prueba - Styles == */
/* == Prueba - Mixins genéricos == */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* == Marcas - Estilos básicos == */
body {
  -webkit-text-size-adjust: 100%;
  font-family: 'ABCNormal';
  font-size: 100%;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #414648;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.75em;
  text-transform: none;
  background: #fff;
}
/* == Text Styles == */
a {
  color: #007DC5;
  font-weight: normal;
  text-decoration: none;
  -webkit-transition: color, 0.5s;
  -moz-transition: color, 0.5s;
  -o-transition: color, 0.5s;
  transition: color, 0.5s;
}
a,
a:active,
a:visited {
  color: #007DC5;
}
.noTouchDevice a:hover {
  color: #007DC5;
  text-decoration: none;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -webkit-transition: color, 0.2s;
  -moz-transition: color, 0.2s;
  -o-transition: color, 0.2s;
  transition: color, 0.2s;
}
a:focus,
a:hover {
  outline: none;
  text-decoration: none;
}
::-moz-selection {
  background: #fff;
  color: #000;
  text-shadow: none;
}
::selection {
  background: #14b2de;
  color: #fff;
  text-shadow: none;
}
p {
  margin-bottom: 0.7em;
}
ul li {
  position: relative;
  padding-left: 1.5em;
  padding-bottom: 0.7em;
}
ol {
  padding-left: 2.2em;
  list-style-type: decimal;
}
ol li {
  padding-left: 0.7em;
  padding-bottom: 0.7em;
}
dl {
  zoom: 1;
}
dl dt {
  float: left;
  width: 48%;
  text-align: right;
  font-weight: bold;
  margin-right: 2%;
}
dl dt:after {
  content: ':';
}
dl dd {
  width: 50%;
  float: left;
}
ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
}
pre {
  margin-bottom: 1.5em;
}
blockquote {
  font-size: 1.357em;
  text-align: center;
  padding: .8em;
  margin-bottom: 1.5em;
}
blockquote p {
  margin-bottom: 0;
}
blockquote img {
  margin-bottom: 9px;
}
/* == Heading Styles == */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #252525;
  font-weight: normal;
}
h1 {
  font-size: 2.5em;
  line-height: 1.3em;
  padding-bottom: 5px;
}
h2 {
  font-size: 2em;
  line-height: 1.6em;
  padding-bottom: 10px;
}
h3 {
  /* OK */
  font-size: 1.7143em;
  letter-spacing: -0.006em;
  line-height: 1.25em;
  word-spacing: -0.059em;
}
h4 {
  font-size: 1.3571em;
  line-height: 1.0416em;
  letter-spacing: -0.006em;
  word-spacing: -0.059em;
}
h5 {
  font-size: 1.3571em;
  line-height: 1.0416em;
}
h6 {
  font-size: 1.3571em;
  line-height: 1.0416em;
}
@font-face {
  font-family: 'scotchMedium';
  src: url('../css/fonts/scotch_display_medium-webfont.woff2') format('woff2'), url('../css/fonts/scotch_display_medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'scotchMedium';
  src: url('../css/fonts/scotch_display_medium_italic-webfont.woff2') format('woff2'), url('../css/fonts/scotch_display_medium_italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'ABCNormal';
  src: url('../css/fonts/ABCNormal-Normal.eot?#iefix') format('embedded-opentype'), url('../css/fonts/ABCNormal-Normal.woff') format('woff'), url('../css/fonts/ABCNormal-Normal.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ABCNormal';
  src: url('../css/fonts/abc_normal_medium-webfont.woff2') format('woff2'), url('../css/fonts/abc_normal_medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'ABCNormal';
  src: url('../css/fonts/ABCNormal-Bold.eot?#iefix') format('embedded-opentype'), url('../css/fonts/ABCNormal-Bold.woff') format('woff'), url('../css/fonts/ABCNormal-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'ScotchDisplay';
  src: url('../css/fonts/ScotchDisplay-SemiBold.eot?#iefix') format('embedded-opentype'), url('../css/fonts/ScotchDisplay-SemiBold.woff') format('woff'), url('../css/fonts/ScotchDisplay-SemiBold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'ScotchDisplay';
  src: url('../css/fonts/ScotchDisplay-SemiBoldItalic.eot?#iefix') format('embedded-opentype'), url('../css/fonts/ScotchDisplay-SemiBoldItalic.woff') format('woff'), url('../css/fonts/ScotchDisplay-SemiBoldItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'ABCNormal';
  src: url('../css/fonts/ABCNormal-Light.eot?#iefix') format('embedded-opentype'), url('../css/fonts/ABCNormal-Light.woff') format('woff'), url('../css/fonts/ABCNormal-Light.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}
#mapDots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.large {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftS {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftS {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftS {
  -webkit-animation-name: fadeInLeftS;
  animation-name: fadeInLeftS;
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightS {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightS {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightS {
  -webkit-animation-name: fadeInRightS;
  animation-name: fadeInRightS;
}
.overlay {
  background: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all, 0;
  -moz-transition: all, 0;
  -o-transition: all, 0;
  transition: all, 0;
}
.overlay.hide {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all, 0.4s;
  -moz-transition: all, 0.4s;
  -o-transition: all, 0.4s;
  transition: all, 0.4s;
  z-index: -5;
}
.lg-init {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.lg-init .inner {
  margin: 0 auto;
  text-align: center;
  position: relative;
  background: url('gfx/bg-init.jpg') no-repeat center center #733364;
  background-size: cover;
}
.lg-init .inner .pre {
  display: block;
  font-size: 1.500em;
  font-family: 'ABCNormal';
  font-weight: 500;
  font-style: italic;
  line-height: 1.2em;
  color: white;
  max-width: 680px;
  text-align: left;
  margin: 0 auto .5em;
}
.lg-init .inner .intro {
  overflow: hidden;
  padding: 155px 40px 40px 40px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
.lg-init .inner .intro .title {
  max-width: 680px;
  text-align: left;
  margin: 0 auto;
  position: relative;
}
.lg-init .inner .intro .title span {
  font-family: 'scotchMedium';
  font-weight: normal;
  color: white;
  font-size: 6.250em;
  line-height: .85em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  display: block;
}
.lg-init .inner .intro .title span.tab {
  padding-left: .9em;
}
.lg-init .inner .intro .title .sm-txt {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  right: -165px;
  bottom: 35px;
  max-width: 180px;
  font-family: 'ABCNormal';
  font-weight: 500;
  font-size: 1.150em;
  color: white;
  line-height: 1.1em;
}
.lg-init .inner .excerpt {
  margin: 1.5em auto 2em;
}
.lg-init .inner .excerpt .excerpt-wrapper {
  width: 100%;
  max-width: 585px;
  display: inline-block;
  margin-left: 70px;
}
.lg-init .inner .excerpt .excerpt-wrapper p {
  text-align: left;
  line-height: 1.5em;
  font-family: 'ABCNormal';
  font-weight: normal;
  font-size: 1.250em;
  color: white;
}
.lg-init .inner .excerpt .excerpt-wrapper .btn {
  background: white;
  font-size: 1em;
  font-family: 'ABCNormal';
  font-weight: bold;
  max-width: 230px;
  width: 100%;
  display: block;
  line-height: 1em;
  padding: 19px 10px;
  color: #000;
  height: 56px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 2.8em 0 0;
  position: relative;
  z-index: 5;
}
.lg-init .inner .quote {
  padding: 80px 40px;
  background: white;
}
.lg-init .inner .quote blockquote {
  margin: 0 auto;
  padding: 0;
}
.lg-init .inner .quote blockquote p {
  max-width: 630px;
  width: 100%;
  margin: 0 auto;
  font-family: 'ScotchDisplay';
  font-weight: 500;
  line-height: 1.15em;
  font-size: 2.000em;
  color: #000;
}
.lg-init .inner .quote blockquote span {
  margin-top: 1em;
  display: block;
  text-align: center;
  font-family: 'ABCNormal';
  font-weight: 100;
  color: #000;
}
.lg-init .inner .quote blockquote span i {
  font-style: italic;
}
.lg-quote {
  background: white;
  height: 455px;
  overflow: hidden;
}
.lg-quote .inner {
  padding: 80px 40px 0;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
}
.lg-quote .inner .column {
  width: 55%;
  height: 100%;
  position: relative;
}
.lg-quote .inner .column + .column {
  width: 45%;
}
.lg-quote .inner .column blockquote {
  font-family: 'ScotchDisplay';
  font-size: 1.750em;
  font-weight: 500;
  line-height: 1.2em;
  text-align: left;
  padding: 0;
  margin: 0;
  max-width: 484px;
  width: 100%;
}
.lg-quote .inner .column .cite {
  display: block;
  font-family: 'ABCNormal';
  font-weight: 100;
  font-size: 1em;
  line-height: 1.1em;
  margin-top: 1em;
}
.lg-quote .inner .column .cite i {
  font-style: italic;
}
.lg-quote .inner .column .image {
  line-height: 0;
  position: absolute;
  bottom: 0;
}
.lg-quote .inner .column .image img {
  width: 604px;
  height: auto;
}
.lg-roman {
  background: #D4E8E2;
}
.lg-roman .inner {
  padding: 80px 40px 140px;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: row-reverse;
}
.lg-roman .inner .column {
  width: 55%;
  height: 100%;
  position: relative;
}
.lg-roman .inner .column + .column {
  width: 45%;
}
.lg-roman .inner .column .image img {
  width: 100%;
  max-width: 343px;
}
.lg-roman .inner .column .image span {
  max-width: 343px;
  margin-top: .8em;
  display: block;
  font-weight: normal;
  font-size: 0.938em;
  line-height: 1.1em;
}
.lg-roman .inner .column .title {
  display: block;
  font-family: 'ScotchDisplay';
  font-weight: 500;
  font-style: italic;
  font-size: 3.000em;
  line-height: 1.1em;
  color: #000;
  margin-bottom: .9em;
}
.lg-roman .inner .column .info {
  max-width: 480px;
  font-family: 'ABCNormal';
  color: #000;
  font-weight: normal;
  font-size: 1.250em;
  line-height: 1.2em;
}
.lg-roman .inner .column .info i {
  font-style: italic;
}
.lg-clear {
  background: white;
}
.lg-clear .inner {
  padding: 70px 40px 110px;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
.lg-clear .inner .lg-clear_wrapper {
  display: flex;
}
.lg-clear .inner .lg-clear_wrapper .lg-clear_cell {
  width: 50%;
  position: relative;
}
.lg-clear .inner .lg-clear_wrapper .lg-clear_cell .title {
  color: #000;
  display: block;
  font-family: 'ScotchDisplay';
  font-weight: 500;
  line-height: 1.1em;
  font-size: 3.000em;
  margin-bottom: .7em;
  max-width: 550px;
}
.lg-clear .inner .lg-clear_wrapper .lg-clear_cell p {
  font-size: 1.250em;
  font-family: 'ABCNormal';
  font-weight: normal;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  color: #000;
  max-width: 460px;
  width: 100%;
}
.lg-clear .inner .lg-clear_wrapper .lg-clear_cell .word {
  position: absolute;
  right: 0;
  top: -150px;
}
.lg-clear .inner .lg-clear_wrapper .lg-clear_cell .word span {
  font-family: 'scotchMedium';
  font-weight: 400;
  color: #E90EC8;
  font-size: 13.063em;
  display: block;
  line-height: .8em;
  font-style: italic;
  letter-spacing: 0em;
  padding: 0 .1em;
}
.lg-clear .inner .lg-clear_wrapper .lg-clear_cell .word-appear {
  position: absolute;
  right: 0;
  top: -150px;
}
.lg-clear .inner .lg-clear_wrapper .lg-clear_cell .word-appear span {
  font-family: 'scotchMedium';
  font-weight: 400;
  color: #E90EC8;
  font-size: 13.063em;
  display: block;
  line-height: .8em;
  font-style: italic;
  letter-spacing: 0em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  padding: 0 .1em;
}
.lg-services {
  background: #0B00FE;
  position: relative;
}
.lg-services .inner {
  padding: 70px 40px 110px;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
.lg-services .inner .lg-services_wrapper {
  display: flex;
}
.lg-services .inner .lg-services_wrapper .lg-services_cell {
  width: 50%;
}
.lg-services .inner .lg-services_wrapper .lg-services_cell .dots-net {
  max-width: 540px;
  width: 100%;
  position: absolute;
  left: -8em;
  top: -4em;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -webkit-transition: all, 0.2s;
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  transition: all, 0.2s;
}
.lg-services .inner .lg-services_wrapper .lg-services_cell .dots-net.show {
  left: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: all, 5s;
  -moz-transition: all, 5s;
  -o-transition: all, 5s;
  transition: all, 5s;
}
.lg-services .inner .lg-services_wrapper .lg-services_cell .title {
  color: white;
  display: block;
  font-family: 'ScotchDisplay';
  font-weight: 500;
  line-height: 1.1em;
  font-size: 3.000em;
  margin-bottom: .7em;
  max-width: 550px;
}
.lg-services .inner .lg-services_wrapper .lg-services_cell .info {
  font-size: 1.250em;
  font-family: 'ABCNormal';
  font-weight: normal;
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  color: white;
  max-width: 460px;
  width: 100%;
}
.lg-services .inner .lg-services_wrapper .lg-services_cell .info i {
  font-style: italic;
}
.prefooter .inner {
  padding: 70px 40px;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
.prefooter .inner .title {
  display: block;
  font-family: 'ScotchDisplay';
  font-weight: 500;
  font-size: 2.000em;
  line-height: 1.1em;
  color: #000;
  text-align: center;
  max-width: 505px;
  margin: 0 auto 1em;
}
.prefooter .inner .desc {
  display: block;
  font-size: 1.250em;
  line-height: 1.2em;
  font-family: 'ABCNormal';
  max-width: 473px;
  font-weight: normal;
  color: #000;
  text-align: center;
  margin: 1em auto 0;
}
.prefooter .inner .logos {
  margin: 2em 0 1em;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.prefooter .inner .logos .col img {
  max-width: 228px;
  width: 100%;
}
.prefooter .inner .logos .col + .col img {
  max-width: 174px;
  width: 100%;
}
.prefooter .inner .logos .col + .col + .col img {
  max-width: 181px;
  width: 100%;
}
.prefooter .inner .btn {
  background: #E90EC8;
  font-size: 1em;
  font-family: 'ABCNormal';
  font-weight: bold;
  max-width: 230px;
  width: 100%;
  display: block;
  line-height: 1em;
  padding: 19px 10px;
  color: white;
  text-align: center;
  height: 56px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 0 auto;
}
@media screen and (max-width: 970px) {
  #mapDots {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
  }
  .lg-init .inner .deco.show {
    left: -350px;
  }
  .lg-init .inner .intro .title span {
    font-size: 6em;
  }
  .lg-init .inner .intro .title .sm-txt {
    right: 40px;
    bottom: -50px;
  }
  .lg-init .inner .excerpt {
    margin: 4.5em auto 2em;
  }
  .lg-init .inner .excerpt .excerpt-wrapper {
    margin-left: 0;
  }
  .lg-init .inner .quote {
    padding: 40px 20px;
  }
  .lg-init .inner .quote blockquote p {
    font-size: 1.200em;
  }
  .lg-init .inner .quote blockquote span {
    font-size: .9em;
  }
  .lg-roman .inner .column + .column {
    padding-right: 1.5em;
  }
  .lg-clear .inner .lg-clear_wrapper .lg-clear_cell .word span {
    font-size: 9.000em;
  }
  .lg-clear .inner .lg-clear_wrapper .lg-clear_cell .word-appear span {
    font-size: 9.000em;
  }
}
@media screen and (max-width: 670px) {
  .lg-init .inner .deco.show {
    display: none;
  }
  .lg-init .inner .pre {
    display: block;
    font-size: .9em;
    text-align: center;
  }
  .lg-init .inner .intro {
    padding: 100px 20px 20px 20px;
  }
  .lg-init .inner .intro .title {
    text-align: center;
  }
  .lg-init .inner .intro .title span {
    font-size: 2.550em;
  }
  .lg-init .inner .intro .title span.tab {
    padding-left: 0;
  }
  .lg-init .inner .intro .title .sm-txt {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 1em auto 0;
    font-size: .9em;
  }
  .lg-init .inner .excerpt {
    margin-top: 1.5em;
  }
  .lg-init .inner .excerpt .excerpt-wrapper p {
    font-size: 1em;
    line-height: 1.4em;
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
  }
  .lg-init .inner .excerpt .excerpt-wrapper .btn {
    font-size: 1em;
    margin: 3em auto 0;
  }
  .lg-quote {
    height: auto;
  }
  .lg-quote .inner {
    padding: 50px 20px 0;
    display: block;
  }
  .lg-quote .inner .column {
    width: 100%;
  }
  .lg-quote .inner .column + .column {
    width: 100%;
    margin-top: 1.8em;
  }
  .lg-quote .inner .column blockquote {
    font-size: 1.2em;
  }
  .lg-quote .inner .column .cite {
    font-size: .9em;
  }
  .lg-quote .inner .column .image {
    position: relative;
    text-align: center;
  }
  .lg-quote .inner .column .image img {
    max-width: 380px;
    width: 100%;
  }
  .lg-roman .inner {
    padding: 50px 20px 50px;
    display: block;
  }
  .lg-roman .inner .column {
    width: 100%;
  }
  .lg-roman .inner .column + .column {
    width: 100%;
    margin-top: 1.8em;
  }
  .lg-roman .inner .column .image img {
    max-width: 320px;
  }
  .lg-roman .inner .column .image span {
    max-width: 320px;
    font-size: .8em;
  }
  .lg-roman .inner .column .title {
    font-size: 1.800em;
  }
  .lg-roman .inner .column .info {
    font-size: 1em;
    line-height: 1.45em;
  }
  .lg-clear .inner {
    padding: 50px 20px;
  }
  .lg-clear .inner .lg-clear_wrapper {
    display: block;
  }
  .lg-clear .inner .lg-clear_wrapper .lg-clear_cell {
    width: 100%;
  }
  .lg-clear .inner .lg-clear_wrapper .lg-clear_cell + .lg-clear_cell {
    margin-top: 1.8em;
  }
  .lg-clear .inner .lg-clear_wrapper .lg-clear_cell .title {
    font-size: 1.8em;
  }
  .lg-clear .inner .lg-clear_wrapper .lg-clear_cell p {
    font-size: 1em;
    line-height: 1.45em;
  }
  .lg-clear .inner .lg-clear_wrapper .lg-clear_cell .word {
    right: auto;
    left: 0;
    top: 0;
    position: relative;
  }
  .lg-clear .inner .lg-clear_wrapper .lg-clear_cell .word span {
    font-size: 8.000em;
    padding-left: .1em;
  }
  .lg-clear .inner .lg-clear_wrapper .lg-clear_cell .word-appear {
    right: auto;
    left: 0;
    top: 0;
  }
  .lg-clear .inner .lg-clear_wrapper .lg-clear_cell .word-appear span {
    font-size: 8.000em;
    padding-left: .1em;
  }
  .lg-services .inner {
    padding: 120px 20px;
  }
  .lg-services .inner .lg-services_wrapper {
    display: block;
  }
  .lg-services .inner .lg-services_wrapper .lg-services_cell {
    width: 100%;
  }
  .lg-services .inner .lg-services_wrapper .lg-services_cell .dots-net.show {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }
  .lg-services .inner .lg-services_wrapper .lg-services_cell .title {
    font-size: 1.8em;
  }
  .lg-services .inner .lg-services_wrapper .lg-services_cell .info {
    font-size: 1em;
    line-height: 1.45em;
  }
  .prefooter .inner {
    padding: 50px 20px;
  }
  .prefooter .inner .title {
    font-size: 1.4em;
  }
  .prefooter .inner .desc {
    font-size: 1.1em;
    line-height: 1.45em;
  }
  .prefooter .inner .logos {
    display: block;
  }
  .prefooter .inner .logos .col {
    max-width: 180px;
    margin: 0 auto;
  }
  .prefooter .inner .logos .col + .col img {
    max-width: 180px;
    margin: 0 auto;
  }
  .prefooter .inner .logos .col + .col + .col img {
    max-width: 180px;
    margin: 0 auto;
  }
  .prefooter .inner .btn {
    background: #E90EC8;
    font-size: 1em;
    font-family: 'ABCNormal';
    font-weight: bold;
    max-width: 230px;
    width: 100%;
    display: block;
    line-height: 1em;
    padding: 19px 10px;
    color: white;
    text-align: center;
    height: 56px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin: 0 auto;
  }
}
.header {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-around;
  padding: 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.header .header-col {
  width: 33.3333%;
}
.header .header-col.name {
  text-align: left;
}
.header .header-col.name span {
  display: block;
  color: white;
  font-size: 0.875em;
  font-weight: bold;
}
.header .header-col.logo {
  line-height: 0;
}
.header .header-col.logo a {
  display: inline-block;
}
.header .header-col.logo img {
  width: 23px;
}
.header .header-col.share {
  text-align: right;
  position: relative;
}
.header .header-col.share a span {
  font-size: 0.750em;
  color: white;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
.header .header-col.share a svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
}
.header .header-col.share .social-content {
  display: none;
  position: absolute;
  right: 0;
  max-width: 80px;
  width: 100%;
  z-index: 1;
}
.header .header-col.share .social-content ul > li {
  padding: 1em 0 0;
  display: block;
  text-align: center;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.header .header-col.share .social-content ul > li a {
  color: white;
  padding: .3em;
}
.header .header-col.share .social-content ul > li a .fab {
  font-size: 1.3em;
}
.header .header-col.share .social-content.show {
  display: block;
}
@media screen and (max-width: 670px) {
  .header {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-around;
    padding: 20px;
  }
  .header .header-col {
    width: 50%;
    text-align: left;
  }
  .header .header-col.name {
    display: none;
  }
}
.footer {
  border-top: 1px solid #D1D1D1;
}
.footer .inner {
  display: flex;
  padding: 35px 40px 50px;
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}
.footer .inner .footer-left {
  width: 60%;
}
.footer .inner .footer-left span {
  display: block;
  color: #1A1A1A;
  font-family: 'ABCNormal';
  font-weight: normal;
  font-size: 0.688em;
  line-height: 1.1em;
  margin: 0 0 .5em 0;
}
.footer .inner .footer-left ul {
  line-height: 1em;
}
.footer .inner .footer-left ul li {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  color: #1A1A1A;
  font-family: 'ABCNormal';
  font-weight: normal;
  font-size: 0.688em;
  line-height: 1.1em;
}
.footer .inner .footer-left ul li + li {
  margin-left: 1.2em;
}
.footer .inner .footer-right {
  width: 40%;
}
.footer .inner .footer-right ul {
  text-align: right;
  line-height: 0;
}
.footer .inner .footer-right ul li {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  color: #1A1A1A;
  font-family: 'ABCNormal';
  font-weight: normal;
  font-size: 0.688em;
  line-height: 1.1em;
}
.footer .inner .footer-right ul li a {
  color: #1A1A1A;
}
.footer .inner .footer-right ul li + li {
  margin-left: 1.2em;
}
.footer .inner .footer-right span {
  margin: 1em 0 0 0;
  text-align: right;
  display: block;
  color: #1A1A1A;
  font-family: 'ABCNormal';
  font-weight: normal;
  font-size: 0.688em;
  line-height: 1.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 670px) {
  .footer .inner {
    display: block;
    padding: 40px 20px;
  }
  .footer .inner .footer-left {
    width: 100%;
  }
  .footer .inner .footer-left span {
    font-size: 0.788em;
  }
  .footer .inner .footer-left ul li {
    font-size: 0.788em;
    margin-right: 10px;
  }
  .footer .inner .footer-left ul li + li {
    margin-left: 0;
  }
  .footer .inner .footer-right {
    width: 100%;
    margin-top: 1em;
  }
  .footer .inner .footer-right ul {
    text-align: left;
  }
  .footer .inner .footer-right ul li {
    font-size: 0.788em;
    margin-right: 10px;
  }
  .footer .inner .footer-right ul li + li {
    margin-left: 0;
  }
  .footer .inner .footer-right span {
    text-align: left;
    font-size: 0.788em;
  }
}
