.b1home {
  position: relative;
  overflow: hidden;
}
.b1home_mouse {
  position: absolute;
  bottom: 92px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90px;
  text-align: center;
  display: block;
  z-index: 100;
}
.b1home_mouse img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .b1home_mouse {
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_mouse {
    display: none;
  }
}
.svgMouse {
  width: 29px;
  margin: auto;
}
.svgMouse svg {
  display: block;
  width: 100%;
}
.svgMouse path {
  fill: #fff;
  display: inline-block;
}
.svgMouse #Layer_2 {
  -webkit-animation: bounceIcon 1.5s infinite alternate;
  -moz-animation: bounceIcon 1.5s infinite alternate;
  -o-animation: bounceIcon 1.5s infinite alternate;
  -ms-animation: bounceIcon 1.5s infinite alternate;
  animation: bounceIcon 1.5s infinite alternate;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.b1home_text_scroll {
  color: #fff;
  padding-top: 17px;
  display: inline-block;
}
.b1home_slider {
  width: 100%;
}
.b1home_slider_item.active.lslide .b1home_title {
  -webkit-transition: all 0.35s ease-in 0.8s;
  -moz-transition: all 0.35s ease-in 0.8s;
  -o-transition: all 0.35s ease-in 0.8s;
  -ms-transition: all 0.35s ease-in 0.8s;
  transition: all 0.35s ease-in 0.8s;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b1home_slider_item.active.lslide .b1home_subtitle {
  -webkit-transition: all 0.35s ease-in 1.1s;
  -moz-transition: all 0.35s ease-in 1.1s;
  -o-transition: all 0.35s ease-in 1.1s;
  -ms-transition: all 0.35s ease-in 1.1s;
  transition: all 0.35s ease-in 1.1s;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.b1home_banner {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.b1home_banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
}
@media screen and (max-width: 1024px) {
  .b1home_banner {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .b1home_banner {
    height: 400px;
  }
}
.b1home_content_box {
  padding-top: 64px;
  text-align: center;
}
.b1home_content_box.ww_center {
  max-width: 1222px;
}
.b1home_title {
  position: relative;
  font-size: calc(30px + (45 - 30) * ((100vw - 320px) / (1920 - 320)));
  line-height: 54px;
  color: #fff;
  font-family: 'SFProDisplay-Bold', sans-serif;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}
.b1home_subtitle {
  font-size: calc(35px + (90 - 35) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: -1.3px;
  color: #fff;
  position: relative;
  line-height: 1.2;
  font-family: 'SFProDisplay-Heavy', sans-serif;
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@-moz-keyframes bounceIcon {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes bounceIcon {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-o-keyframes bounceIcon {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes bounceIcon {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  50% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.b2home {
  width: 100%;
  height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .b2home {
    height: auto;
    padding: 140px 0px 100px 0px;
  }
}
.b2home_container {
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 6px 6px 20px 0 rgba(0,0,0,0.32);
  box-shadow: 6px 6px 20px 0 rgba(0,0,0,0.32);
  padding: 110px 0px 80px 0px;
  text-align: center;
}
.b2home_container.ww_center {
  max-width: 996px;
}
.b2home_title h2 {
  font-size: 60px;
  font-size: calc(25px + (60 - 25) * ((100vw - 320px) / (1920 - 320)));
  color: #e2574c;
  font-weight: normal;
  font-family: 'SFProDisplay-Bold', sans-serif;
}
.b2home_text {
  font-size: 20px;
  font-family: 'SFProDisplay-Light', sans-serif;
  padding-top: 25px;
}
.b2home_btns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-top: 45px;
}
@media screen and (min-width: 1025px) {
  .b2home_btns.scroll_top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
  }
}
@media screen and (max-width: 767px) {
  .b2home_btns {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
  }
}
.b2home_btn_one {
  position: relative;
  padding-right: 24px;
}
@media screen and (max-width: 767px) {
  .b2home_btn_one {
    padding-right: 0;
  }
}
.b2home_btn_one figure {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  color: #00ffcb;
  background-color: #0a162e;
  -webkit-box-shadow: 3px 5px 10px 1px rgba(0,0,0,0.42);
  box-shadow: 3px 5px 10px 1px rgba(0,0,0,0.42);
  z-index: 5;
}
.b2home_btn_one figure img {
  width: 100%;
  height: auto;
  display: block;
}
.b2home_btn_one a {
  background-color: #d6d6d6;
  color: #666;
  font-size: 20px;
  font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
  font-family: 'SFProDisplay-Medium', sans-serif;
  border-radius: 47px;
  display: inline-block;
  padding: 19px 30px 19px 80px;
  -webkit-box-shadow: 0px 5px #c3c3c3;
  box-shadow: 0px 5px #c3c3c3;
}
@media screen and (max-width: 767px) {
  .b2home_btn_one a {
    display: block;
    max-width: 240px;
    width: 100%;
    position: relative;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
  }
}
.b2home_btn_one a:active {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(195,195,195,0.6);
  box-shadow: 0px 0px 0px 0px rgba(195,195,195,0.6);
  -webkit-transform: translate(0, 5px);
  -moz-transform: translate(0, 5px);
  -o-transform: translate(0, 5px);
  -ms-transform: translate(0, 5px);
  transform: translate(0, 5px);
}
.b2home_btn_one a p {
  margin: 0;
  display: inline-block;
}
.b2home_btn_one a.active {
  background-color: #20252e;
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(195,195,195,0.6);
  box-shadow: 0px 0px 0px 0px rgba(195,195,195,0.6);
  -webkit-transform: translate(0, 5px);
  -moz-transform: translate(0, 5px);
  -o-transform: translate(0, 5px);
  -ms-transform: translate(0, 5px);
  transform: translate(0, 5px);
}
@media screen and (min-width: 1024px) {
  .b2home_btn_one a:hover {
    background-color: #20252e;
    color: #fff;
  }
}
.b2home_btn_one.active a {
  background-color: #20252e;
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(195,195,195,0.6);
  box-shadow: 0px 0px 0px 0px rgba(195,195,195,0.6);
  -webkit-transform: translate(0, 5px);
  -moz-transform: translate(0, 5px);
  -o-transform: translate(0, 5px);
  -ms-transform: translate(0, 5px);
  transform: translate(0, 5px);
}
.b2home_btn_one:last-child {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .b2home_btn_one:first-child {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.b2home_btn_circle span {
  color: #e2574c;
}

.b3home {
  width: 100%;
  height: 100vh;
  padding: 60px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b3home {
    height: auto;
    display: block;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    padding: 100px 0px 60px 0px;
  }
}
@media screen and (min-width: 1025px) {
  .b3home {
    overflow: hidden;
  }
  .b3home.active .b3home_image:before {
    width: 0;
  }
  .b3home.active .b3home_deco {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .b3home.active .b3home_item {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.b3home_container {
  max-width: 1225px;
}
.b3home_title {
  max-width: 540px;
  width: 100%;
  margin: 0;
  margin-bottom: -32px;
}
.b3home_title h2 {
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 100px;
  color: #000;
  margin: 0;
  opacity: 0.08;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
  filter: alpha(opacity=8);
}
@media screen and (min-width: 1025px) {
  .b3home_title {
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -ms-transition: all 1s linear;
    transition: all 1s linear;
  }
}
@media screen and (max-width: 1024px) {
  .b3home_title {
    margin-bottom: -20px;
  }
  .b3home_title h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 860px) {
  .b3home_title {
    max-width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .b3home_title h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 520px) {
  .b3home_title h2 {
    font-size: 50px;
  }
}
.b3home_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.b3home_info {
  width: 41%;
  margin-left: 8.6%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .b3home_info {
    width: 41%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 1024px) {
  .b3home_info {
    width: 48%;
  }
}
@media screen and (max-width: 860px) {
  .b3home_info {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
  }
}
.b3home_info:hover .b3home_item:not(:hover) .b3home_link_btn {
  color: #666;
}
.b3home_item {
  width: 45%;
  margin-right: 10%;
}
.b3home_item:nth-child(2n + 2) {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .b3home_item {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
}
@media screen and (max-width: 767px) {
  .b3home_item {
    width: 48%;
    margin-right: 4%;
  }
}
.b3home_icon {
  max-width: 65px;
  width: 100%;
  margin: 0;
}
.b3home_icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .b3home_icon {
    max-width: 55px;
  }
}
.b3home_subtitle {
  max-width: 150px;
  width: 100%;
  margin: 0;
  padding-top: 32px;
}
.b3home_subtitle h3 {
  font-family: 'SFProDisplay-Medium', sans-serif;
  font-size: 20px;
  color: #5e5e5e;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b3home_subtitle {
    padding-top: 20px;
  }
  .b3home_subtitle h3 {
    font-size: 17px;
  }
}
.b3home_list {
  padding-top: 28px;
  font-family: 'SFProDisplay-Light', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.29;
}
@media screen and (max-width: 1024px) {
  .b3home_list {
    padding-top: 18px;
  }
}
.b3home_link {
  padding-top: 34px;
}
.b3home_link_btn {
  position: relative;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 16px;
  text-decoration: underline;
  color: #2d88f7;
  padding-left: 43px;
}
.b3home_link_btn span {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  color: #000;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .b3home_link_btn:hover {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .b3home_link_btn:hover span {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.b3home_image {
  width: 50.4%;
  padding-left: 58px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .b3home_image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all 0.6s ease-in-out 0.1s;
    -moz-transition: all 0.6s ease-in-out 0.1s;
    -o-transition: all 0.6s ease-in-out 0.1s;
    -ms-transition: all 0.6s ease-in-out 0.1s;
    transition: all 0.6s ease-in-out 0.1s;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
  }
}
@media screen and (max-width: 1200px) {
  .b3home_image {
    width: 55%;
    padding-left: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .b3home_image {
    width: 48%;
    padding-left: 0;
  }
}
@media screen and (max-width: 860px) {
  .b3home_image {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }
}
.b3home_deco {
  position: absolute;
  bottom: -52px;
  left: 0;
  width: 186px;
  z-index: -1;
}
.b3home_deco img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .b3home_deco {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
@media screen and (max-width: 1200px) {
  .b3home_deco {
    bottom: -48px;
  }
}
@media screen and (max-width: 1024px) {
  .b3home_deco {
    display: none;
  }
}
.b3home_image_box {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b3home_image_box img {
  width: 100%;
  height: auto;
  display: block;
}

.b4home {
  width: 100%;
  height: 100vh;
  padding: 60px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .b4home {
    height: auto;
    display: block;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
  }
}
@media screen and (max-width: 767px) {
  .b4home {
    padding: 40px 0px;
  }
}
@media screen and (min-width: 1025px) {
  .b4home {
    overflow: hidden;
  }
  .b4home.active .b4home_image:before {
    width: 0;
  }
  .b4home.active .b4home_deco {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .b4home.active .b4home_item {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.b4home_container {
  max-width: 1225px;
}
.b4home_title {
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
  padding-left: 240px;
  margin-bottom: -32px;
}
.b4home_title h2 {
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 100px;
  color: #000;
  margin: 0;
  opacity: 0.08;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
  filter: alpha(opacity=8);
}
@media screen and (min-width: 1025px) {
  .b4home_title {
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -ms-transition: all 1s linear;
    transition: all 1s linear;
  }
}
@media screen and (max-width: 1200px) {
  .b4home_title {
    padding-left: 140px;
  }
}
@media screen and (max-width: 1024px) {
  .b4home_title h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 860px) {
  .b4home_title {
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .b4home_title h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 520px) {
  .b4home_title h2 {
    font-size: 50px;
  }
}
.b4home_content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -o-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -o-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.b4home_info {
  width: 41%;
  margin-right: 8.6%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 1200px) {
  .b4home_info {
    width: 41%;
    margin-right: 4%;
  }
}
@media screen and (max-width: 1024px) {
  .b4home_info {
    width: 48%;
  }
}
@media screen and (max-width: 860px) {
  .b4home_info {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
  }
}
.b4home_info:hover .b4home_item:not(:hover) .b4home_link_btn {
  color: #666;
}
.b4home_item {
  width: 45%;
  margin-right: 10%;
}
.b4home_item:nth-child(2n + 2) {
  margin-right: 0;
}
@media screen and (min-width: 1025px) {
  .b4home_item {
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    transition-delay: 0.9s;
  }
}
@media screen and (max-width: 767px) {
  .b4home_item {
    width: 48%;
    margin-right: 4%;
  }
}
.b4home_icon {
  max-width: 65px;
  width: 100%;
  margin: 0;
}
.b4home_icon img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .b4home_icon {
    max-width: 55px;
  }
}
.b4home_subtitle {
  max-width: 150px;
  width: 100%;
  margin: 0;
  padding-top: 32px;
}
.b4home_subtitle h3 {
  font-family: 'SFProDisplay-Medium', sans-serif;
  font-size: 20px;
  color: #5e5e5e;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b4home_subtitle {
    padding-top: 20px;
  }
  .b4home_subtitle h3 {
    font-size: 17px;
  }
}
.b4home_list {
  padding-top: 28px;
  font-family: 'SFProDisplay-Light', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.29;
}
@media screen and (max-width: 1024px) {
  .b4home_list {
    padding-top: 18px;
  }
}
.b4home_link {
  padding-top: 34px;
}
.b4home_link_btn {
  position: relative;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 16px;
  text-decoration: underline;
  color: #e2574c;
  padding-left: 43px;
}
.b4home_link_btn span {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  color: #000;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1025px) {
  .b4home_link_btn:hover {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .b4home_link_btn:hover span {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.b4home_image {
  width: 50.4%;
  padding-right: 58px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .b4home_image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all 0.6s ease-in-out 0.1s;
    -moz-transition: all 0.6s ease-in-out 0.1s;
    -o-transition: all 0.6s ease-in-out 0.1s;
    -ms-transition: all 0.6s ease-in-out 0.1s;
    transition: all 0.6s ease-in-out 0.1s;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
  }
}
@media screen and (max-width: 1200px) {
  .b4home_image {
    width: 55%;
    padding-right: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .b4home_image {
    width: 48%;
    padding-right: 0;
  }
}
@media screen and (max-width: 860px) {
  .b4home_image {
    max-width: 550px;
    width: 100%;
    margin: 0 auto;
  }
}
.b4home_deco {
  position: absolute;
  bottom: -65px;
  right: 0;
  width: 206px;
  z-index: -1;
}
.b4home_deco img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 1025px) {
  .b4home_deco {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
}
@media screen and (max-width: 1200px) {
  .b4home_deco {
    bottom: -48px;
  }
}
@media screen and (max-width: 1024px) {
  .b4home_deco {
    display: none;
  }
}
.b4home_image_box {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b4home_image_box img {
  width: 100%;
  height: auto;
  display: block;
}

.b5home {
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .b5home {
    padding: 140px 0px 0px 0px;
  }
}
@media screen and (min-width: 1025px) {
  .b5home.active .b5home_portada:before {
    width: 0%;
  }
  .b5home.active .b5home_img {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .b5home.active .b5home_circle {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .b5home.active .b5home_text {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .b5home.active .b5home_ancla {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
.b5home_container {
  max-width: 1207px;
  margin: 0 auto;
}
@media screen and (max-width: 1460px) {
  .b5home_container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1024px) {
  .b5home_container {
    width: auto;
    margin-left: 4%;
    margin-right: 2%;
  }
}
@media screen and (max-width: 767px) {
  .b5home_container {
    width: 94%;
    margin: 0 auto;
  }
}
.b5home_full {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -o-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  .b5home_full {
    height: auto;
  }
}
.b5home_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .b5home_container {
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -o-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
  }
}
.b5home_portada {
  width: 43.496271748135875%;
  position: relative;
  margin-right: 5.799502899751445%;
}
@media screen and (max-width: 1460px) {
  .b5home_portada {
    width: 40%;
    margin-right: 5%;
  }
}
@media screen and (max-width: 767px) {
  .b5home_portada {
    max-width: 480px;
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .b5home_portada {
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -ms-transition: all 1s linear;
    transition: all 1s linear;
  }
}
@media screen and (min-width: 1025px) {
  .b5home_portada:before {
    content: "";
    width: 112%;
    height: 100%;
    background: #f7f7f7;
    -webkit-transition: all 1s ease-in-out 1s;
    -moz-transition: all 1s ease-in-out 1s;
    -o-transition: all 1s ease-in-out 1s;
    -ms-transition: all 1s ease-in-out 1s;
    transition: all 1s ease-in-out 1s;
    position: absolute;
    top: 0;
    right: -6%;
    z-index: 3;
  }
}
.b5home_img {
  width: 100%;
  position: relative;
  z-index: 2;
  margin: 0 5px 0 0;
}
.b5home_img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .b5home_img {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
}
.b5home_circle {
  width: 112%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: -33px;
}
.b5home_circle img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  .b5home_circle {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
  }
}
.b5home_info {
  width: 50.70422535211268%;
}
@media screen and (max-width: 1460px) {
  .b5home_info {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .b5home_info {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .b5home_info {
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -ms-transition: all 1s linear;
    transition: all 1s linear;
  }
}
.b5home_text {
  line-height: 41px;
  letter-spacing: -1px;
  color: #666;
  font-family: 'SFProDisplay-Medium', sans-serif;
  font-size: 35px;
}
@media screen and (max-width: 1460px) {
  .b5home_text {
    line-height: 36px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .b5home_text {
    font-size: 26px;
    line-height: 32px;
  }
}
@media screen and (max-width: 768px) {
  .b5home_text {
    font-size: 22px;
    line-height: 28px;
  }
}
@media screen and (max-width: 767px) {
  .b5home_text {
    text-align: left;
  }
}
@media screen and (min-width: 1025px) {
  .b5home_text {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 2s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -moz-transition: all 2s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -o-transition: all 2s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -ms-transition: all 2s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    transition: all 2s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  }
}
.b5home_text p {
  margin-bottom: 35px;
}
@media screen and (max-width: 1460px) {
  .b5home_text p {
    margin-bottom: 25px;
  }
}
.b5home_text p:last-child {
  margin-bottom: 0;
}
.b5home_text strong {
  color: #000;
  font-weight: normal;
}
@media screen and (min-width: 1025px) {
  .b5home_ancla {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all 2s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -moz-transition: all 2s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -o-transition: all 2s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -ms-transition: all 2s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    transition: all 2s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  }
}
.b5home_btn {
  display: inline-block;
  line-height: 1;
  background-color: #f3cf4e;
  color: #2d2d2d;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 16px;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 4px 0 rgba(174,174,174,0.5);
  box-shadow: 0 2px 4px 0 rgba(174,174,174,0.5);
  -webkit-transition: -webkit-transform ease-in 0.1s, box-shadow ease-in 0.25s;
  -moz-transition: -moz-transform ease-in 0.1s, box-shadow ease-in 0.25s;
  -o-transition: -o-transform ease-in 0.1s, box-shadow ease-in 0.25s;
  -ms-transition: -ms-transform ease-in 0.1s, box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  position: relative;
  padding: 17px 62px;
  margin-top: 48px;
}
@media screen and (max-width: 1460px) {
  .b5home_btn {
    margin-top: 30px;
  }
}
.b5home_btn:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #ffc805;
  -webkit-box-shadow: 0 2px 4px 0 rgba(174,174,174,0.2);
  box-shadow: 0 2px 4px 0 rgba(174,174,174,0.2);
}
.b5home_text_button,
.b5home_text_top {
  position: absolute;
  color: #c3c3c3;
  font-family: 'SFProDisplay-Heavy', sans-serif;
  opacity: 0.08;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
  filter: alpha(opacity=8);
  font-size: calc(100px + (290 - 100) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: -15px;
}
@media screen and (max-width: 1024px) {
  .b5home_text_button,
  .b5home_text_top {
    display: none;
  }
}
.b5home_text_top {
  top: 200px;
}
.b5home_text_button {
  bottom: 0;
  right: 0;
}

.b6home {
  width: 100%;
  height: 100vh;
  background: #f3cf4e;
  padding: 60px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.b6home:before,
.b6home:after {
  content: '';
  width: 50%;
  height: 93.149%;
  position: absolute;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.b6home:before {
  background-image: url("../img/b6home-deco1.png");
  top: 0;
  left: 0;
}
.b6home:after {
  background-image: url("../img/b6home-deco2.png");
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .b6home {
    height: auto;
    display: block;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    padding: 140px 0px 60px 0px;
  }
}
.b6home_container {
  width: 100%;
  padding-left: 142px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .b6home_container {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .b6home_container {
    padding-left: 15px;
  }
}
.b6home_title_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 895px;
  width: 100%;
  margin: 0;
  margin-bottom: -40px;
}
@media screen and (max-width: 1024px) {
  .b6home_title_box {
    max-width: 750px;
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 767px) {
  .b6home_title_box {
    margin-bottom: 30px;
  }
}
.b6home_title {
  width: calc(100% - 102px);
  opacity: 0.08;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
  filter: alpha(opacity=8);
}
.b6home_title h2 {
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 100px;
  color: #000;
  line-height: 0.73;
  letter-spacing: -1.3px;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .b6home_title {
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -ms-transition: all 1s linear;
    transition: all 1s linear;
  }
}
@media screen and (max-width: 1024px) {
  .b6home_title h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .b6home_title {
    width: 100%;
  }
  .b6home_title h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 520px) {
  .b6home_title h2 {
    font-size: 50px;
  }
}
.b6home_arrows {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .b6home_arrows {
    margin-top: 20px;
  }
}
.b6home_prev,
.b6home_next {
  font-size: 31px;
  color: #5e5e5e;
  margin: 0px 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.b6home_prev span,
.b6home_next span {
  display: block;
}
@media screen and (min-width: 1025px) {
  .b6home_prev:hover,
  .b6home_next:hover {
    color: #000;
  }
}
@media screen and (max-width: 767px) {
  .b6home_prev,
  .b6home_next {
    font-size: 25px;
  }
}
.b6home_content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b6home_slider_item {
  margin: 0px 38px;
  padding: 20px 0px 30px;
}
.b6home_slider_item.slick-current .b6home_slider_info {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
@media screen and (max-width: 1024px) {
  .b6home_slider_item {
    margin: 0px 15px;
  }
}
@media screen and (max-width: 767px) {
  .b6home_slider_item {
    padding: 15px 0px 25px;
  }
}
@media screen and (max-width: 480px) {
  .b6home_slider_item {
    margin: 0px 8px;
    padding: 15px 0px 15px;
  }
}
.b6home_slider_info {
  background: #fff;
  border-radius: 30px;
  padding: 57px 50px 66px;
  -webkit-box-shadow: 5px 6px 21px 0 rgba(0,0,0,0.11);
  box-shadow: 5px 6px 21px 0 rgba(0,0,0,0.11);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .b6home_slider_info {
    padding: 40px 30px;
  }
}
.b6home_slider_img {
  max-width: 94px;
  width: 100%;
  margin: 0;
}
.b6home_slider_img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .b6home_slider_img {
    max-width: 78px;
  }
}
.b6home_slider_text {
  font-family: 'SFProDisplay-Light', sans-serif;
  font-size: 20px;
  color: #666;
  padding-top: 10px;
}
.b6home_slider_text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .b6home_slider_text {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .b6home_slider_text {
    font-size: 14px;
  }
}
.b6home_slider_name {
  padding-top: 20px;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 14px;
  color: #5e5e5e;
}
.b6home_slider_name p {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .b7home {
    padding: 140px 0px 60px 0px;
  }
}
@media screen and (min-width: 1025px) {
  .b7home.active .b7home_title h2 {
    opacity: 0.08;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
    filter: alpha(opacity=8);
    visibility: visible;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
  .b7home.active .b7home_buttons {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .b7home.active .b7home_down {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
  }
  .b7home.active .b7home_slider:before {
    width: 0%;
  }
}
.b7home_full {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  .b7home_full {
    height: auto;
  }
}
@media screen and (min-width: 1025px) {
  .b7home_up {
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -ms-transition: all 1s linear;
    transition: all 1s linear;
  }
}
.b7home_head {
  max-width: 1400px;
  min-height: 55px;
  position: relative;
}
@media screen and (max-width: 1460px) {
  .b7home_head {
    min-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .b7home_head {
    min-height: inherit;
  }
}
.b7home_title {
  position: absolute;
  top: -20px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .b7home_title {
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .b7home_title {
    position: relative;
    top: inherit;
    left: inherit;
    margin-bottom: 30px;
  }
}
.b7home_title h2 {
  line-height: 73px;
  letter-spacing: -1.25px;
  color: #000;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-weight: normal;
  font-size: 100px;
  opacity: 0.08;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
  filter: alpha(opacity=8);
  margin: 0;
}
@media screen and (max-width: 1460px) {
  .b7home_title h2 {
    line-height: 1;
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .b7home_title h2 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .b7home_title h2 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    -webkit-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -moz-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -o-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -ms-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  }
}
.b7home_buttons {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .b7home_buttons {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -webkit-transition: all 2.5s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -moz-transition: all 2.5s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -o-transition: all 2.5s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -ms-transition: all 2.5s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    transition: all 2.5s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  }
}
.b7home_btn {
  display: block;
  line-height: 1;
  color: #d6d6d6;
  font-family: 'SFProDisplay-Medium', sans-serif;
  font-size: 16px;
  border-right: 1px solid #5e5e5e;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 0 20px;
  margin: 0;
}
.b7home_btn.active {
  color: #5e5e5e;
}
@media screen and (min-width: 1025px) {
  .b7home_btn:hover {
    color: #5e5e5e;
  }
}
.b7home_btn:last-child {
  border-right: none;
}
.b7home_down {
  position: relative;
}
@media screen and (max-width: 768px) {
  .b7home_down {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .b7home_down {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all 2s linear;
    -moz-transition: all 2s linear;
    -o-transition: all 2s linear;
    -ms-transition: all 2s linear;
    transition: all 2s linear;
  }
}
.b7home_block {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.b7home_block.active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
  position: relative;
}
.b7home_left {
  width: 24.088541666666668%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .b7home_left {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .b7home_left {
    display: none;
  }
}
.b7home_left .b7home_arrow {
  position: relative;
}
.b7home_left .b7home_arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.93;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)";
  filter: alpha(opacity=93);
}
.b7home_center {
  width: 51.822916666666664%;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .b7home_center {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .b7home_center {
    width: 100%;
  }
}
.b7home_center:after {
  content: "";
  width: 116px;
  height: 115px;
  border-radius: 50%;
  border: 10px solid #00ffcb;
  position: absolute;
  right: 60px;
  bottom: -44px;
}
@media screen and (max-width: 1024px) {
  .b7home_center:after {
    width: 80px;
    height: 80px;
    border: 7px solid #00ffcb;
    right: 25px;
    bottom: -25px;
  }
}
@media screen and (max-width: 768px) {
  .b7home_center:after {
    width: 60px;
    height: 60px;
    border: 5px solid #00ffcb;
    right: 10px;
    bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  .b7home_center:after {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .b7home_center .b7home_arrow {
    display: none !important;
  }
}
.b7home_right {
  width: 24.088541666666668%;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .b7home_right {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .b7home_right {
    display: none;
  }
}
.b7home_right .b7home_arrow {
  position: relative;
}
.b7home_right .b7home_arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0.93;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)";
  filter: alpha(opacity=93);
}
.b7home_slider {
  width: calc(100% - 204px);
  height: 466px;
  overflow: hidden;
  -webkit-box-shadow: 20px 30px 60px 0 rgba(0,0,0,0.2);
  box-shadow: 20px 30px 60px 0 rgba(0,0,0,0.2);
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
@media screen and (max-width: 1460px) {
  .b7home_slider {
    height: 350px;
  }
}
@media screen and (max-width: 1024px) {
  .b7home_slider {
    width: calc(100% - 120px);
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
@media screen and (max-width: 768px) {
  .b7home_slider {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .b7home_slider {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .b7home_slider:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transition: all 1.5s ease-in-out 1.5s;
    -moz-transition: all 1.5s ease-in-out 1.5s;
    -o-transition: all 1.5s ease-in-out 1.5s;
    -ms-transition: all 1.5s ease-in-out 1.5s;
    transition: all 1.5s ease-in-out 1.5s;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
  }
}
.b7home_itembox {
  display: block;
  width: 100%;
  height: 466px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1460px) {
  .b7home_itembox {
    height: 350px;
  }
}
.b7home_play {
  display: block;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #f3cf4e;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .b7home_play {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .b7home_play {
    width: 50px;
    height: 50px;
  }
}
.b7home_play:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 0 17px 22px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .b7home_play:before {
    border-width: 12px 0 12px 17px;
  }
}
@media screen and (max-width: 767px) {
  .b7home_play:before {
    border-width: 10px 0 10px 15px;
  }
}
.b7home_boxprev,
.b7home_boxnext {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .b7home_boxprev,
  .b7home_boxnext {
    width: 36px;
    height: 36px;
  }
}
.b7home_boxprev span,
.b7home_boxnext span {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #5e5e5e;
  font-size: 42px;
  opacity: 0.34;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=34)";
  filter: alpha(opacity=34);
}
@media screen and (min-width: 1025px) {
  .b7home_boxprev span,
  .b7home_boxnext span {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .b7home_boxprev span:hover,
  .b7home_boxnext span:hover {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
@media screen and (max-width: 1024px) {
  .b7home_boxprev span,
  .b7home_boxnext span {
    font-size: 32px;
  }
}
.b7home_boxprev {
  left: 40px;
}
@media screen and (max-width: 1024px) {
  .b7home_boxprev {
    left: 10px;
  }
}
.b7home_boxprev span:before {
  content: "\e90c";
  font-family: 'icomoon';
}
.b7home_boxnext {
  right: 40px;
}
@media screen and (max-width: 1024px) {
  .b7home_boxnext {
    right: 10px;
  }
}
.b7home_boxnext span:before {
  content: "\e906";
  font-family: 'icomoon';
}
.b7home_arrow {
  cursor: pointer;
}
.b7home_bg {
  display: block;
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  position: relative;
  margin: 0;
}
@media screen and (max-width: 1460px) {
  .b7home_bg {
    height: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .b8home {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .b8home {
    overflow: hidden;
    padding: 50px 0;
  }
}
@media screen and (min-width: 1025px) {
  .b8home.active .b8home_title {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .b8home.active .b8home_form {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .b8home.active .b8home_right:after {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  .b8home.active .b8home_social:before {
    width: 0%;
  }
}
.b8home_full {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width: 1024px) {
  .b8home_full {
    height: auto;
  }
}
.b8home_container {
  max-width: 1400px;
}
.b8home_columns {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 1273px;
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 1460px) {
  .b8home_columns {
    max-width: 1150px;
  }
}
@media screen and (max-width: 767px) {
  .b8home_columns {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
  }
}
.b8home_left {
  width: 51.76747839748625%;
}
@media screen and (max-width: 1460px) {
  .b8home_left {
    width: 54%;
  }
}
@media screen and (max-width: 1024px) {
  .b8home_left {
    width: 56%;
  }
}
@media screen and (max-width: 768px) {
  .b8home_left {
    width: 52%;
  }
}
@media screen and (max-width: 767px) {
  .b8home_left {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1025px) {
  .b8home_left {
    -webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;
    -ms-transition: all 1s linear;
    transition: all 1s linear;
  }
}
.b8home_right {
  width: 36.21366849960723%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 34px;
}
@media screen and (max-width: 1460px) {
  .b8home_right {
    width: 34%;
    padding-right: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .b8home_right {
    width: 36%;
  }
}
@media screen and (max-width: 768px) {
  .b8home_right {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .b8home_right {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (min-width: 1025px) {
  .b8home_right {
    -webkit-transition: all 0.7s linear;
    -moz-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    transition: all 0.7s linear;
  }
}
.b8home_right:after {
  content: "";
  display: block;
  width: 126px;
  height: 125px;
  border-radius: 50%;
  border: 10px solid #3a559f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: -43px;
}
@media screen and (max-width: 1460px) {
  .b8home_right:after {
    width: 100px;
    height: 100px;
    border-bottom: -30px;
    border: 7px solid #3a559f;
  }
}
@media screen and (max-width: 767px) {
  .b8home_right:after {
    width: 80px;
    height: 80px;
    bottom: -25px;
    right: -5px;
    border: 5px solid #3a559f;
  }
}
@media screen and (min-width: 1025px) {
  .b8home_right:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.7s ease-in-out 1.5s;
    -moz-transition: all 0.7s ease-in-out 1.5s;
    -o-transition: all 0.7s ease-in-out 1.5s;
    -ms-transition: all 0.7s ease-in-out 1.5s;
    transition: all 0.7s ease-in-out 1.5s;
  }
}
@media screen and (min-width: 1025px) {
  .b8home_title {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -moz-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -o-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -ms-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  }
}
.b8home_title h2 {
  line-height: 73px;
  letter-spacing: -1.25px;
  color: rgba(0,0,0,0.08);
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 100px;
  margin: 0;
}
@media screen and (max-width: 1460px) {
  .b8home_title h2 {
    font-size: 80px;
  }
}
@media screen and (max-width: 767px) {
  .b8home_title h2 {
    font-size: 60px;
  }
}
.b8home_form {
  max-width: 605px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 20px 20px 60px 0 rgba(0,0,0,0.14);
  box-shadow: 20px 20px 60px 0 rgba(0,0,0,0.14);
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 46px 15px 57px 15px;
  margin: -15px 0 0 auto;
}
@media screen and (max-width: 1460px) {
  .b8home_form {
    max-width: none;
    width: calc(100% - 35px);
    -webkit-box-shadow: 10px 10px 30px 0 rgba(0,0,0,0.14);
    box-shadow: 10px 10px 30px 0 rgba(0,0,0,0.14);
    padding: 30px 20px 30px 20px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .b8home_form {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1025px) {
  .b8home_form {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -moz-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -o-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    -ms-transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
    transition: all 1s cubic-bezier(0.68, -0.45, 0.165, 1.35);
  }
}
.b8home_envolver {
  max-width: 510px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1460px) {
  .b8home_envolver {
    max-width: none;
  }
}
.b8home_texthead {
  line-height: 1.29;
  color: #666;
  font-family: 'SFProDisplay-Light', sans-serif;
  font-size: 14px;
  margin-bottom: 26px;
}
.b8home_texthead p {
  margin: 0;
}
@media screen and (max-width: 1460px) {
  .b8home_texthead {
    margin-bottom: 15px;
  }
}
.b8home_fields li {
  margin-bottom: 20px;
}
.b8home_fields li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1460px) {
  .b8home_field-up ul {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -o-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1460px) {
  .b8home_field-up li {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 10px;
  }
  .b8home_field-up li:nth-child(2) {
    margin-right: 0;
  }
  .b8home_field-up li:last-child {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .b8home_field-up li {
    width: 100%;
    margin-right: 0;
  }
}
.b8home_field-down {
  margin-top: 26px;
}
@media screen and (max-width: 1460px) {
  .b8home_field-down {
    margin-top: 20px;
  }
}
.b8home_input {
  width: 100%;
  height: 40px;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.b8home_input ::-webkit-input-placeholder {
  color: #7a7a7a;
  font-family: 'SFProDisplay-Regular', sans-serif;
}
.b8home_input :-moz-placeholder {
  color: #7a7a7a;
  font-family: 'SFProDisplay-Regular', sans-serif;
}
.b8home_input ::-moz-placeholder {
  color: #7a7a7a;
  font-family: 'SFProDisplay-Regular', sans-serif;
}
.b8home_input :-ms-input-placeholder {
  color: #7a7a7a;
  font-family: 'SFProDisplay-Regular', sans-serif;
}
.b8home_input input {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 14px;
  border: 1px solid #e4e4e4;
  border-radius: 24.5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 17px;
}
.b8home_input input:focus {
  border: 1px solid #000;
}
.b8home_input input.active {
  border: 1px solid #000;
}
.b8home_textarea {
  width: 100%;
  height: 79px;
/* WebKit */
/* Firefox 18- */
/* Firefox 19+ */
/* IE 10+ */
}
.b8home_textarea ::-webkit-input-placeholder {
  color: #7a7a7a;
  font-family: 'SFProDisplay-Regular', sans-serif;
}
.b8home_textarea :-moz-placeholder {
  color: #7a7a7a;
  font-family: 'SFProDisplay-Regular', sans-serif;
}
.b8home_textarea ::-moz-placeholder {
  color: #7a7a7a;
  font-family: 'SFProDisplay-Regular', sans-serif;
}
.b8home_textarea :-ms-input-placeholder {
  color: #7a7a7a;
  font-family: 'SFProDisplay-Regular', sans-serif;
}
@media screen and (max-width: 1460px) {
  .b8home_textarea {
    height: 60px;
  }
}
.b8home_textarea textarea {
  width: 100%;
  height: 100%;
  background: #fff;
  color: #000;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 14px;
  border: 1px solid #e4e4e4;
  border-radius: 24.5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 12px 17px;
}
.b8home_textarea textarea:focus {
  border: 1px solid #000;
}
.b8home_textarea textarea.active {
  border: 1px solid #000;
}
.b8home_list_subtitle {
  display: block;
  line-height: 1;
  color: #5e5e5e;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 14px;
  margin: 25px 0 0 0;
}
@media screen and (max-width: 1460px) {
  .b8home_list_subtitle {
    margin-top: 20px;
  }
}
.b8home_list_text {
  margin-top: 10px;
}
@media screen and (max-width: 1460px) {
  .b8home_list_text ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .b8home_list_text ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
.b8home_list_text li {
  line-height: 1.29;
  color: #666;
  font-family: 'SFProDisplay-Light', sans-serif;
  font-size: 14px;
  position: relative;
  padding-left: 10px;
}
.b8home_list_text li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.b8home_foot {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 20px;
}
@media screen and (max-width: 1460px) {
  .b8home_foot {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .b8home_foot {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.b8home_terms {
  position: relative;
}
.b8home_terms input[type="checkbox"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.b8home_terms input[type="checkbox"]:checked + label .b8home_checkbox_square:before {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .b8home_terms {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.b8home_checkbox {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b8home_checkbox_square {
  display: block;
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #f3cf4e;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 9px 0 0;
}
.b8home_checkbox_square:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #f3cf4e;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.b8home_checkbox_text {
  line-height: 1;
  color: #666;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 12px;
}
.b8home_checkbox_text p {
  margin: 0;
}
.b8home_checkbox_text a {
  color: #000;
  text-decoration: underline;
}
.b8home_btn {
  display: inline-block;
  line-height: 1;
  background-color: #f3cf4e;
  color: #2d2d2d;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 16px;
  border: none;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 4px 0 rgba(174,174,174,0.5);
  box-shadow: 0 2px 4px 0 rgba(174,174,174,0.5);
  -webkit-transition: -webkit-transform ease-in 0.1s, box-shadow ease-in 0.25s;
  -moz-transition: -moz-transform ease-in 0.1s, box-shadow ease-in 0.25s;
  -o-transition: -o-transform ease-in 0.1s, box-shadow ease-in 0.25s;
  -ms-transition: -ms-transform ease-in 0.1s, box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  position: relative;
  padding: 17px 77px;
}
.b8home_btn:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #ffc805;
  -webkit-box-shadow: 0 2px 4px 0 rgba(174,174,174,0.2);
  box-shadow: 0 2px 4px 0 rgba(174,174,174,0.2);
}
.b8home_social {
  display: block;
  overflow: hidden;
  border-radius: 15px;
  -webkit-box-shadow: 20px 20px 60px 0 rgba(0,0,0,0.14);
  box-shadow: 20px 20px 60px 0 rgba(0,0,0,0.14);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1460px) {
  .b8home_social {
    -webkit-box-shadow: 10px 10px 30px 0 rgba(0,0,0,0.14);
    box-shadow: 10px 10px 30px 0 rgba(0,0,0,0.14);
  }
}
@media screen and (min-width: 1025px) {
  .b8home_social:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: width 0.7s linear 0.6s;
    -moz-transition: width 0.7s linear 0.6s;
    -o-transition: width 0.7s linear 0.6s;
    -ms-transition: width 0.7s linear 0.6s;
    transition: width 0.7s linear 0.6s;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }
}
.b8home_social_img {
  width: 100%;
}
.b8home_social_img img {
  display: block;
  width: 100%;
  height: auto;
}
.b8home_social_info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 68px;
  background: #fff;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .b8home_social_info {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -webkit-box-align: inherit;
    -moz-box-align: inherit;
    -o-box-align: inherit;
    -ms-flex-align: inherit;
    -webkit-align-items: inherit;
    align-items: inherit;
    height: auto;
    padding: 15px 20px;
  }
}
.b8home_social_lef {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .b8home_social_lef {
    margin-bottom: 15px;
  }
}
.b8home_social_iconfb {
  display: block;
  line-height: 1;
  color: #3a559f;
  font-size: 20px;
  margin: 0 8px 0 0;
}
.b8home_social_textfb {
  display: block;
  line-height: 1;
  color: #000;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 12px;
  margin: 0;
}
.b8home_social_right {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.b8home_social_box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 17px;
}
.b8home_social_box:last-child {
  margin-right: 0;
}
.b8home_social_iconmini {
  width: 19px;
  margin: 0 10px 0 0;
}
.b8home_social_iconmini img {
  display: block;
  width: 100%;
  height: auto;
}
.b8home_social_nummbertext {
  display: block;
  line-height: 1;
  color: #5e5e5e;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 12px;
  margin: 0;
}

.error_404 {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .error_404 {
    padding: 100px 0px;
    height: auto;
  }
}
.error_404_text_top {
  max-width: 420px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px;
  display: block;
}
.error_404_text_top img {
  width: 100%;
  height: auto;
  display: block;
}
.error_404_title {
  padding-bottom: 20px;
}
.error_404_title h2 {
  color: #e2574c;
  font-weight: normal;
  font-family: 'SFProDisplay-Bold', sans-serif;
}
.error_404_text {
  font-size: 20px;
  padding-bottom: 40px;
}
.error_404_text p {
  margin: 0;
}
.error_404_btn a {
  color: #5e5e5e;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-family: 'SFProDisplay-Bold', sans-serif;
  padding: 0px 60px;
  background-color: #f3cf4e;
  border-radius: 25px;
  -webkit-box-shadow: 0 2px 4px 0 #aeaeae;
  box-shadow: 0 2px 4px 0 #aeaeae;
  -webkit-transition: -webkit-transform ease-in 0.1s;
  -moz-transition: -moz-transform ease-in 0.1s;
  -o-transition: -o-transform ease-in 0.1s;
  -ms-transition: -ms-transform ease-in 0.1s;
  transition: transform ease-in 0.1s;
}
.error_404_btn a:active {
  background-color: #ffc805;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}


.formError {
  z-index: 90;
}
.formError .formErrorContent,
.formError .formErrorArrow div {
  background-color: #2d88f7;
  color: #fff;
  border: none;
  font-size: 12px;
  font-family: 'SFProDisplay-Light', sans-serif;
}
.formError .formErrorArrow .line1,
.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3 {
  display: none;
}


.libro {
  width: 100%;
  padding: 67px 0px 118px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .libro {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 767px) {
  .libro {
    padding: 40px 0px;
  }
}
.libro_container {
  max-width: 629px;
}
.libro_title {
  padding-bottom: 36px;
  text-align: center;
}
.libro_title h1,
.libro_title h2 {
  font-family: 'SFProDisplay-Bold', sans-serif;
  color: #e2574c;
  font-size: calc(25px + (60 - 25) * ((100vw - 320px) / (1920 - 320)));
  letter-spacing: -0.86px;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .libro_title {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .libro_title {
    padding-bottom: 20px;
  }
}
.libro_text {
  font-family: 'SFProDisplay-Light', sans-serif;
  font-size: 14px;
  color: #666;
  line-height: 1.29;
  text-align: center;
}
.libro_text p {
  margin: 0;
}
.libro_content {
  max-width: 587px;
  width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}
.libro_form {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libro_box {
  padding-top: 33px;
}
.libro_box:first-child {
  padding-top: 0;
}
.libro_box_title {
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 14px;
  color: #5e5e5e;
}
.libro_box_title p {
  margin: 0;
}
.libro_list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.libro_list li {
  width: 48.1%;
  margin-right: 3.8%;
  margin-top: 17px;
}
.libro_list li:nth-child(2n + 2) {
  margin-right: 0;
}
.libro_list li.full {
  width: 100%;
  margin-right: 0;
}
@media screen and (max-width: 480px) {
  .libro_list li {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
}
.libro_label {
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 14px;
  color: #5e5e5e;
  display: block;
  cursor: inherit;
  padding-bottom: 12px;
}
.libro_input input,
.libro_input select,
.libro_input textarea {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 14px;
  color: #000;
  background: transparent;
  border: none;
  border-radius: 25px;
  border: 1px solid #e4e4e4;
  padding: 0px 17px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libro_input input:focus,
.libro_input select:focus,
.libro_input textarea:focus {
  border-color: #000;
}
.libro_input ::placeholder {
  color: #7a7a7a;
}
.libro_calendar {
  position: relative;
}
.libro_calendar input {
  padding-left: 54px;
}
.libro_calendar span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  font-size: 20px;
  color: #000;
  text-align: center;
  z-index: 1;
  pointer-events: none;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.libro_select {
  position: relative;
}
.libro_select select {
  padding-right: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  position: relative;
}
.libro_select select::-ms-expand {
  display: none;
}
.libro_select span {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  font-size: 22px;
  color: #000;
  text-align: center;
  z-index: 1;
  pointer-events: none;
  margin: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.libro_textarea textarea {
  height: 70px;
  line-height: 1.2;
  padding: 12px 17px;
}
.libro_check_list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.libro_check {
  position: relative;
  margin-right: 56px;
}
.libro_check label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.libro_check input[type="radio"] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.libro_check input[type="radio"]:checked + label .libro_check_box:after {
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
.libro_check:last-child {
  margin-right: 0;
}
.libro_check_box {
  position: relative;
  width: 18px;
  height: 18px;
}
.libro_check_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f3cf4e;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libro_check_box:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #f3cf4e;
  text-align: center;
  margin: auto;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  color: #f3cf4e;
  border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.libro_check_text {
  width: calc(100% - 18px);
  font-family: 'SFProDisplay-Light', sans-serif;
  font-size: 14px;
  color: #666;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.libro_campos {
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 12px;
  color: #666;
  padding-top: 14px;
  text-align: center;
}
.libro_campos p {
  margin: 0;
}
.libro_btn {
  padding-top: 17px;
  text-align: center;
}
.libro_bottom_text {
  font-family: 'SFProDisplay-Light', sans-serif;
  font-size: 11px;
  color: #666;
  padding-top: 29px;
  border-top: 1px solid #979797;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 56px;
}
.libro_bottom_text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .libro_bottom_text {
    margin-top: 45px;
  }
}
input.soloNumber[type="number"] {
  -moz-appearance: textfield;
}
input.soloNumber[type="number"]::-webkit-inner-spin-button,
input.soloNumber[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.edge-autofilled,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: transparent !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  -moz-transition: background-color 5000s ease-in-out 0s;
  -o-transition: background-color 5000s ease-in-out 0s;
  -ms-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.terms {
  max-width: 793px;
  width: 94%;
  background: #fff;
  -webkit-box-shadow: 1px 1px 18px -2px rgba(0,0,0,0.08);
  box-shadow: 1px 1px 18px -2px rgba(0,0,0,0.08);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 0 57px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .terms {
    padding: 50px 15px;
  }
}
@media screen and (max-width: 767px) {
  .terms {
    padding: 40px 15px;
  }
}
.terms .close-boxlight {
  width: 40px;
  height: 40px;
  line-height: 1;
  border: none;
  border-radius: 0;
  top: 18px;
  right: 18px;
}
@media screen and (max-width: 767px) {
  .terms .close-boxlight {
    top: 10px;
    right: 10px;
  }
}
.terms .close-boxlight:before {
  content: "\e90b";
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-family: 'icomoon';
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .terms .close-boxlight:before {
    font-size: 30px;
  }
}
.terms .close-boxlight:after {
  display: none;
}
.terms_content {
  max-width: 587px;
  width: 100%;
  margin: 0 auto;
}
.terms_title {
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .terms_title {
    margin-bottom: 40px;
  }
}
.terms_title h2 {
  line-height: 1;
  color: #000;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 40px;
  font-weight: normal;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .terms_title h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .terms_title h2 {
    font-size: 26px;
  }
}
.terms_text {
  line-height: 1.4;
  height: 244px;
  overflow: auto;
  color: #000;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 16px;
  text-align: justify;
  padding-right: 40px;
}
.terms_text p {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .terms_text {
    font-size: 15px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .terms_text {
    font-size: 14px;
    padding-right: 0;
  }
}

.footer {
  position: relative;
}
.footer:before {
  content: "";
  width: 100%;
  height: calc(100% - 30px);
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .footer:before {
    height: calc(100% - 25px);
  }
}
@media screen and (max-width: 767px) {
  .footer:before {
    height: calc(100% - 20px);
  }
}
.footer_content {
  position: relative;
  z-index: 2;
}
.footer_up {
  padding: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  .footer_up {
    padding-bottom: 30px;
  }
}
.footer_social {
  margin-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .footer_social {
    margin-bottom: 40px;
  }
}
.footer_social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.footer_social li {
  margin: 0 22px;
}
@media screen and (max-width: 1024px) {
  .footer_social li {
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer_social li {
    margin: 0 10px;
  }
}
.footer_social a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #fff;
  color: #000;
  border: 3px solid #121212;
  border-radius: 50%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  .footer_social a:hover {
    background: #f3cf4e;
  }
}
@media screen and (max-width: 1024px) {
  .footer_social a {
    width: 50px;
    height: 50px;
    border: 2px solid #121212;
  }
}
@media screen and (max-width: 767px) {
  .footer_social a {
    width: 40px;
    height: 40px;
  }
}
.footer_social a.footer_facebook {
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .footer_social a.footer_facebook {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer_social a.footer_facebook {
    font-size: 20px;
  }
}
.footer_social a.footer_youtube {
  font-size: 30px;
}
@media screen and (max-width: 1024px) {
  .footer_social a.footer_youtube {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .footer_social a.footer_youtube {
    font-size: 20px;
  }
}
.footer_social a.footer_instagram {
  font-size: 31px;
}
@media screen and (max-width: 1024px) {
  .footer_social a.footer_instagram {
    font-size: 25px;
  }
}
@media screen and (max-width: 767px) {
  .footer_social a.footer_instagram {
    font-size: 21px;
  }
}
.footer_title {
  display: block;
  line-height: 1;
  letter-spacing: -0.4px;
  color: #fff;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 30px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .footer_title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .footer_title {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.footer_info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 65.83333333333333%;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .footer_info {
    width: 75%;
  }
}
@media screen and (max-width: 960px) {
  .footer_info {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .footer_info {
    width: 100%;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.footer_data {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 64.55696202531645%;
}
@media screen and (max-width: 767px) {
  .footer_data {
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .footer_data {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.footer_wsp {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer_wsp {
    margin: 0 15px;
  }
}
@media screen and (max-width: 480px) {
  .footer_wsp {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .footer_wsp:hover .footer_wsp_icon,
  .footer_wsp:hover .footer_wsp_text {
    color: #ffc805;
    -webkit-transition: all 0.45s ease-in;
    -moz-transition: all 0.45s ease-in;
    -o-transition: all 0.45s ease-in;
    -ms-transition: all 0.45s ease-in;
    transition: all 0.45s ease-in;
  }
}
.footer_wsp_icon {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 1024px) {
  .footer_wsp_icon {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .footer_wsp_icon {
    font-size: 20px;
    margin-right: 10px;
  }
}
.footer_wsp_text {
  line-height: 1;
  display: block;
  color: #fff;
  font-family: 'SFProDisplay-Bold', sans-serif;
  font-size: 20px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .footer_wsp_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .footer_wsp_text {
    font-size: 16px;
  }
}
.footer_email {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .footer_email {
    margin: 0 15px;
  }
}
@media screen and (min-width: 1024px) {
  .footer_email:hover .footer_email_text,
  .footer_email:hover .footer_email_icon {
    color: #ffc805;
    -webkit-transition: all 0.45s ease-in;
    -moz-transition: all 0.45s ease-in;
    -o-transition: all 0.45s ease-in;
    -ms-transition: all 0.45s ease-in;
    transition: all 0.45s ease-in;
  }
}
.footer_email_icon {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 25px;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 1024px) {
  .footer_email_icon {
    font-size: 22px;
  }
}
@media screen and (max-width: 800px) {
  .footer_email_icon {
    font-size: 20px;
    margin-right: 10px;
  }
}
.footer_email_text {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 20px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .footer_email_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 800px) {
  .footer_email_text {
    font-size: 16px;
  }
}
.footer_down {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-top: 1px solid rgba(255,255,255,0.24);
  padding: 11px 0 15px 0;
}
@media screen and (max-width: 800px) {
  .footer_down {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    text-align: center;
  }
}
.footer_left {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -o-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 800px) {
  .footer_left {
    width: 100%;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: inherit;
    -moz-box-pack: inherit;
    -o-box-pack: inherit;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
    margin-bottom: 10px;
  }
}
.footer_terms {
  display: block;
  line-height: 1;
  color: #fff;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 12px;
  text-decoration: underline;
  margin: 0;
  margin-right: 45px;
}
.footer_terms:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1024px) {
  .footer_terms {
    margin-right: 25px;
  }
}
@media screen and (max-width: 800px) {
  .footer_terms {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.footer_copyright {
  line-height: 1;
  color: #fff;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 12px;
}
.footer_copyright p {
  margin: 0;
}
@media screen and (max-width: 800px) {
  .footer_copyright {
    line-height: 1.4;
  }
}
.footer_team {
  line-height: 1;
  color: #fff;
  font-family: 'SFProDisplay-Regular', sans-serif;
  font-size: 12px;
}
.footer_team p {
  margin: 0;
}
.footer_team_icon {
  display: inline-block;
  vertical-align: top;
  color: #f3cf4e;
  -webkit-animation: heart 1s linear infinite;
  -moz-animation: heart 1s linear infinite;
  -o-animation: heart 1s linear infinite;
  -ms-animation: heart 1s linear infinite;
  animation: heart 1s linear infinite;
}
@-moz-keyframes heart {
  0% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  25% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  75% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@-webkit-keyframes heart {
  0% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  25% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  75% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@-o-keyframes heart {
  0% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  25% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  75% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@keyframes heart {
  0% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  25% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
  50% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  75% {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    -o-transform: translateY(3px);
    -ms-transform: translateY(3px);
    transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

.header-color .header {
  height: 100px;
}
.header-color .head_box_item {
  background-color: #0a162e;
}
@media screen and (max-width: 1024px) {
  .header-color .header {
    height: 76px;
  }
}
.header {
  width: 100%;
  opacity: 1;
  -ms-filter: none;
  filter: none;
  visibility: visible;
}
@media screen and (min-width: 1025px) {
  .header.scroll_section {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
  }
}
.head_fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 300;
  padding: 0px 79px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 1400px) {
  .head_fixed {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .head_fixed {
    padding: 0px 60px 0px 20px;
  }
}
.head_container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.head_logo {
  width: 171px;
  display: inline-block;
  margin: 0;
  margin-top: 14px;
}
.head_logo img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 1024px) {
  .head_logo {
    width: 125px;
  }
}
.head_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.head_box_item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 47px;
  overflow: hidden;
  padding: 0px 20px 0px 0px;
  height: 80px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 1024px) {
  .head_box_item {
    display: none;
  }
}
.head_box_item.scroll {
  background-color: #0a162e;
}
.head_nav_link ul {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -o-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.head_nav_link ul a {
  font-size: 15px;
  font-family: 'SFProDisplay-Medium', sans-serif;
  color: #fff;
  display: block;
  margin-left: 40px;
}
.head_nav_link ul a:before {
  content: '+';
  display: inline-block;
  padding-right: 5px;
}
@media screen and (min-width: 1024px) {
  .head_nav_link ul a {
    -webkit-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    -ms-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
  }
  .head_nav_link ul a:hover {
    color: #f3cf4e;
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
}
.head_nav_link li.active a {
  color: #f3cf4e;
}
.head_nav_link:hover a:not(:hover) {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.head_nav_link_submenu_responsive {
  display: none;
}
.head_nav_link_submenu_responsive a {
  opacity: 0.48;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=48)";
  filter: alpha(opacity=48);
  font-size: 30px;
}
.head_nav_link_submenu_responsive.active {
  display: block;
}
.head_btn_contacto {
  padding-left: 54px;
  height: 50px;
}
.head_btn_contacto a {
  height: 50px;
  font-size: 15px;
  font-family: 'SFProDisplay-Medium', sans-serif;
  line-height: 50px;
  padding: 0px 30px;
  color: #000;
  background-color: #f3cf4e;
  border-radius: 31px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: -webkit-transform ease-in 0.1s;
  -moz-transition: -moz-transform ease-in 0.1s;
  -o-transition: -o-transform ease-in 0.1s;
  -ms-transition: -ms-transform ease-in 0.1s;
  transition: transform ease-in 0.1s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.head_btn_contacto a:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #ffc805;
}
.head_btn_whatsapp {
  padding-left: 44px;
}
@media screen and (max-width: 1024px) {
  .head_btn_whatsapp {
    padding-left: 0;
  }
}
.header_none .menu_btn_responsive,
.header_none .bg_menu {
  display: none;
}
.header_none .header {
  display: none;
}
.header_none .footer {
  display: none;
}
.bg_menu {
  position: fixed;
  top: 20px;
  right: 15px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #0a162e;
  display: none;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  -moz-transition: all 0.4s ease-in-out 0.1s;
  -o-transition: all 0.4s ease-in-out 0.1s;
  -ms-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
  z-index: 500;
}
@media screen and (max-width: 1024px) {
  .bg_menu {
    display: block;
  }
}
.bg_menu.active {
  top: -50%;
  right: -50%;
  width: 300%;
  height: 300%;
}
.menu_btn_responsive {
  display: none;
  z-index: 520;
  position: fixed;
  top: 20px;
  right: 15px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .menu_btn_responsive {
    display: block;
  }
}
.btn_openMenu {
  width: 100%;
  display: block;
}
.btn_openMenu .line {
  fill: none;
  stroke: #ffc805;
  stroke-width: 4;
  stroke-linecap: square;
  -webkit-transition: stroke-dasharray 800ms, stroke-dashoffset 800ms;
  -moz-transition: stroke-dasharray 800ms, stroke-dashoffset 800ms;
  -o-transition: stroke-dasharray 800ms, stroke-dashoffset 800ms;
  -ms-transition: stroke-dasharray 800ms, stroke-dashoffset 800ms;
  transition: stroke-dasharray 800ms, stroke-dashoffset 800ms;
}
.btn_openMenu .line.top {
  stroke-dasharray: 40 172;
}
.btn_openMenu .line.middle {
  stroke-dasharray: 40 111;
}
.btn_openMenu .line.bottom {
  stroke-dasharray: 40 172;
}
.btn_openMenu.active .top {
  stroke-dashoffset: -132px;
}
.btn_openMenu.active .middle {
  stroke-dashoffset: -71px;
}
.btn_openMenu.active .bottom {
  stroke-dashoffset: -132px;
}
.menu_responsive {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 500;
  overflow: auto;
  display: none;
}
.menu_responsive.active {
  display: block;
}
.inner_items_responsive {
  padding: 100px 0px;
}
.nav_responsive {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -o-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nav_responsive li {
  position: relative;
  -webkit-animation: fadeInRight 0.5s ease forwards;
  -moz-animation: fadeInRight 0.5s ease forwards;
  -o-animation: fadeInRight 0.5s ease forwards;
  -ms-animation: fadeInRight 0.5s ease forwards;
  animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -ms-animation-delay: 0.35s;
  animation-delay: 0.35s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.nav_responsive li:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.nav_responsive li:nth-child(3) {
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
.nav_responsive li:nth-child(4) {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.nav_responsive li.active .linkJs {
  color: #f3cf4e;
}
.nav_responsive a {
  color: #fff;
  display: block;
  font-size: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320)));
  font-family: 'SFProDisplay-Bold', sans-serif;
  margin-bottom: 40px;
}
.nav_responsive a:before {
  content: '+';
  color: #f3cf4e;
  display: inline-block;
  padding-right: 5px;
}
.btn_responsive_contacto {
  text-align: center;
  padding: 0;
  position: relative;
  -webkit-animation: fadeInRight 0.5s ease forwards;
  -moz-animation: fadeInRight 0.5s ease forwards;
  -o-animation: fadeInRight 0.5s ease forwards;
  -ms-animation: fadeInRight 0.5s ease forwards;
  animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.55s;
  -moz-animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
  -ms-animation-delay: 0.55s;
  animation-delay: 0.55s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    left: 20%;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    left: 0;
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    left: 20%;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    left: 0;
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    left: 20%;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    left: 0;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    left: 20%;
  }
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    left: 0;
  }
}
