/* color */
/* container */
/* font size */
/*$normal_lg : 14px !default;*/
/*$title_didot_lg 	  : 69px !default;
$title_banner_home_lg : 58px !default;
$title_section_lg 	  : 56px !default;
$title_promotion_lg   : 42px !default;*/
@import url(updates/fonts/sfdisplay/style.css);
@import url(updates/fonts/opensans/style.css);
@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }
@font-face {
  font-family: "Montserrat-Regular";
  font-style: "";
  font-weight: "";
  src: url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: "Montserrat-Italic";
  font-style: "";
  font-weight: "";
  src: url("../fonts/Montserrat-Italic.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: "Montserrat-Bold";
  font-style: "";
  font-weight: "";
  src: url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: "Avenir-Black";
  font-style: "";
  font-weight: "";
  src: url("../fonts/Avenir-Black-03.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: "Didot-Regular";
  font-style: "";
  font-weight: "";
  src: url("../fonts/Didot Regular.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: "Opificio-Regular";
  font-style: "";
  font-weight: "";
  src: url("../fonts/Opificio_regular.ttf") format("truetype");
  font-display: swap; }
@font-face {
  font-family: "Avenir-Light";
  font-style: "";
  font-weight: "";
  src: url("../fonts/Avenir-Light-07.ttf") format("truetype");
  font-display: swap; }
html {
  font-size: 62.5%; }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
  letter-spacing: .5px;
  line-height: 1.8;
  padding: 0 !important; }
  @media (max-width: 574px) {
    body {
      font-size: 1.2rem; } }

#container-layout {
  overflow: hidden; }
  #container-layout.with-fix-header {
    margin-top: 9.4rem; }
    #container-layout.with-fix-header .container-title-section {
      margin-top: 3rem; }
      @media (max-width: 991px) {
        #container-layout.with-fix-header .container-title-section {
          margin-bottom: 3rem; } }
  @media (max-width: 991px) {
    #container-layout.container-gap-mobile {
      margin-top: 6rem !important; } }

.container-big {
  width: 114rem; }

@media (max-width: 991px) {
  .container {
    max-width: 100%; } }

a {
  color: #000; }
  a:hover {
    outline: 0 !important;
    box-shadow: none;
    text-decoration: none;
    color: #000; }
  a:focus {
    outline: 0 !important;
    box-shadow: none;
    text-decoration: none;
    color: #000; }
  a:active {
    outline: 0 !important;
    box-shadow: none;
    text-decoration: none;
    color: #000; }

.btn:hover {
  outline: 0 !important;
  box-shadow: none; }
.btn:focus {
  outline: 0 !important;
  box-shadow: none; }
.btn:active {
  outline: 0 !important;
  box-shadow: none; }

span:hover {
  outline: 0 !important;
  box-shadow: none; }
span:focus {
  outline: 0 !important;
  box-shadow: none; }
span:active {
  outline: 0 !important;
  box-shadow: none; }

div:hover {
  outline: 0 !important;
  box-shadow: none; }
div:focus {
  outline: 0 !important;
  box-shadow: none; }
div:active {
  outline: 0 !important;
  box-shadow: none; }

.no-mar {
  margin: 0; }

.no-pad {
  padding: 0; }

h1 {
  margin: 0; }

h2 {
  margin: 0; }

h3 {
  margin: 0; }

h4 {
  margin: 0; }

h5 {
  margin: 0; }

h6 {
  margin: 0; }

p {
  margin: 0;
  margin-bottom: 1.5rem;
  line-height: 1.8; }

b {
  font-family: 'Montserrat-Bold'; }

strong {
  font-family: 'Montserrat-Bold'; }

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 {
  border: 0;
  -webkit-text-fill-color: #606060;
  -webkit-box-shadow: 0 0 0 100rem #fff inset;
  transition: background-color 5000s ease-in-out 0s; }

@media (min-width: 992px) {
  .mtb50-lg {
    margin-top: 5rem;
    margin-bottom: 5rem; } }

@media (min-width: 992px) {
  .mb50-lg {
    margin-bottom: 5rem; } }

@media (min-width: 992px) {
  .mtb30-lg {
    margin-top: 3rem;
    margin-bottom: 3rem; } }

@media (min-width: 992px) {
  .mt50-lg {
    margin-top: 5rem; } }

@media (min-width: 992px) {
  .mb30-lg {
    margin-bottom: 3rem; } }

@media (min-width: 992px) {
  .ptb50-lg {
    padding-top: 5rem;
    padding-bottom: 5rem; } }

@media (min-width: 992px) {
  .ptb30-lg {
    padding-top: 3rem;
    padding-bottom: 3rem; } }

.container-title-section {
  font-family: "SF UI Display Medium", serif;
  color: #000;
  font-size: 4.2rem;
  letter-spacing: 1.2px;
  font-weight: 600; }
  @media (max-width: 1400px) {
    .container-title-section {
      font-size: 3.6rem; } }
  @media (max-width: 991px) {
    .container-title-section {
      font-size: 2.8rem; } }
  .container-title-section.white {
    color: #fff; }
  @media (max-width: 991px) {
    .container-title-section.center-mobile {
      text-align: center;
      margin: 3rem 0; } }
  .container-title-section .title {
    font-size: 4.2rem;
    letter-spacing: 1.2px;
    font-weight: 900; }
    @media (max-width: 1400px) {
      .container-title-section .title {
        font-size: 3.6rem; } }
    @media (max-width: 991px) {
      .container-title-section .title {
        font-size: 2.8rem;
        letter-spacing: 0; } }
    @media (max-width: 574px) {
      .container-title-section .title {
        font-size: 2.5rem; } }

.lozad {
  background-repeat: no-repeat;
  -webkit-transition: background-image 0.4s ease-in-out;
  transition: background-image 0.4s ease-in-out; }

.content-editor ul {
  padding-left: 2rem; }
.content-editor ol {
  padding-left: 2rem; }
.content-editor li {
  line-height: 1.8; }
.content-editor.with-underline a {
  text-decoration: underline; }
  .content-editor.with-underline a:hover {
    text-decoration: underline; }
  .content-editor.with-underline a:active {
    text-decoration: underline; }
.content-editor.gap-20 p {
  margin-bottom: 2rem;
  line-height: 1.8; }
.content-editor.gap-20 h1 {
  margin-bottom: 2rem; }
.content-editor.gap-20 h2 {
  margin-bottom: 2rem; }
.content-editor.gap-20 h3 {
  margin-bottom: 2rem; }
.content-editor.gap-20 h4 {
  margin-bottom: 2rem; }
.content-editor.gap-20 h5 {
  margin-bottom: 2rem; }
.content-editor.gap-20 h6 {
  margin-bottom: 2rem; }
.content-editor.gap-20 ul {
  margin-bottom: 2rem;
  line-height: 1.8; }
.content-editor.gap-20 ol {
  margin-bottom: 2rem;
  line-height: 1.8; }

#overlay-loading {
  background: #000;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  z-index: 3; }

.hidden-scroll {
  overflow: hidden; }

@media (max-width: 991px) {
  .desktop {
    display: none; } }

.mobile {
  display: none; }
  @media (max-width: 991px) {
    .mobile {
      display: block; }
      .mobile.with-flex {
        display: flex; } }

@media (max-width: 991px) {
  .center-mobile {
    text-align: center; } }

#load-more {
  min-width: 12.8rem; }
  #load-more .text {
    margin: 0; }
  #load-more .fa {
    display: none;
    font-size: 2.2rem;
    margin: 0 auto; }
    #load-more .fa.show {
      display: block !important; }

.swiper-container.content-slide .swiper-slide {
  height: auto; }

.list-pagination.swiper-pagination.banner-pagination .swiper-pagination-bullet {
  width: 60px;
  border: 0.2rem solid rgba(255, 255, 255, 0.54);
  height: .2rem;
  border-radius: 0;
  background: #fff;
  bottom: 0; }
  .list-pagination.swiper-pagination.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #BE945F; }
.list-pagination.swiper-pagination.promotion-pagination .swiper-pagination-bullet {
  width: 60px;
  border: 0.2rem solid rgba(165, 165, 165, 0.54);
  height: .2rem;
  border-radius: 0;
  background: #A5A5A5;
  bottom: 0; }
  .list-pagination.swiper-pagination.promotion-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: rgba(1, 1, 1, 0.54); }

.product-pagination.swiper-pagination {
  bottom: 0; }
  .product-pagination.swiper-pagination .swiper-pagination-bullet {
    width: 40px;
    border: 0.2rem solid rgba(165, 165, 165, 0.54);
    height: .2rem;
    border-radius: 0;
    background: #A5A5A5; }
    .product-pagination.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      border-color: rgba(1, 1, 1, 0.54); }
    @media (max-width: 574px) {
      .product-pagination.swiper-pagination .swiper-pagination-bullet {
        width: 3rem; } }
  .product-pagination.swiper-pagination .swiper-slide {
    height: auto; }

header {
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: background-color .2s ease-in, box-shadow .2s ease-out;
  -moz-transition: background-color .2s ease-in, box-shadow .2s ease-out;
  -o-transition: background-color .2s ease-in, box-shadow .2s ease-out;
  -ms-transition: background-color .2s ease-in, box-shadow .2s ease-out;
  transition: background-color .2s ease-in, box-shadow .2s ease-out;
  font-family: "Montserrat", sans-serif;
  /*&.header-navigation-desktop{
  	@media (max-width: 991px){
  		display: none !important;
  	}
  }
  &.header-navigation-mobile{
  	display: none;
  	@media (max-width: 991px){
  		display: block;
  	}
  }*/ }
  header.header-transition {
    background: white;
    box-shadow: 0px .1rem 1rem #999; }
  header#header-home {
    background: transparent;
    color: #fff; }
    header#header-home .navbar-header .navbar-brand {
      -webkit-transition: all .2s ease-out;
      -moz-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
      transition: all .2s ease-out; }
      header#header-home .navbar-header .navbar-brand .logo-white {
        opacity: 1; }
      header#header-home .navbar-header .navbar-brand .logo-black {
        opacity: 0; }
    header#header-home .navbar-header .navbar-nav .nav-link {
      color: #fff; }
    header#header-home .navbar-header .container-social-media .wrapper .btn {
      color: transparent;
      font-size: 1.6rem; }
      header#header-home .navbar-header .container-social-media .wrapper .btn .fab {
        color: #fff;
        font-size: 1.5rem; }
      header#header-home .navbar-header .container-social-media .wrapper .btn .fa-circle:before {
        border: 0.1rem solid #fff; }
    header#header-home .drawer-hamburger-icon {
      background-color: #fff; }
      header#header-home .drawer-hamburger-icon:before {
        background-color: #fff; }
      header#header-home .drawer-hamburger-icon:after {
        background-color: #fff; }
    header#header-home:hover {
      background: white; }
      header#header-home:hover .navbar-header .navbar-brand .logo-white {
        opacity: 0; }
      header#header-home:hover .navbar-header .navbar-brand .logo-black {
        opacity: 1; }
      header#header-home:hover .navbar-header .navbar-nav .nav-link {
        color: #000; }
      header#header-home:hover .navbar-header .container-social-media .wrapper .btn .fab {
        color: #000; }
      header#header-home:hover .navbar-header .container-social-media .wrapper .btn .fa-circle:before {
        border: 0.1rem solid #000; }
      header#header-home:hover .drawer-hamburger-icon {
        background-color: #000; }
        header#header-home:hover .drawer-hamburger-icon:before {
          background-color: #000; }
        header#header-home:hover .drawer-hamburger-icon:after {
          background-color: #000; }
    header#header-home:focus {
      background: white; }
      header#header-home:focus .navbar-header .navbar-brand .logo-white {
        opacity: 0; }
      header#header-home:focus .navbar-header .navbar-brand .logo-black {
        opacity: 1; }
      header#header-home:focus .navbar-header .navbar-nav .nav-link {
        color: #000; }
      header#header-home:focus .navbar-header .container-social-media .wrapper .btn .fab {
        color: #000; }
      header#header-home:focus .navbar-header .container-social-media .wrapper .btn .fa-circle:before {
        border: 0.1rem solid #000; }
    header#header-home.header-transition {
      background: white;
      box-shadow: 0px .1rem 1rem #999; }
      header#header-home.header-transition .navbar-header .navbar-brand .logo-white {
        opacity: 0; }
      header#header-home.header-transition .navbar-header .navbar-brand .logo-black {
        opacity: 1; }
      header#header-home.header-transition .navbar-header .navbar-nav .nav-link {
        color: #000; }
      header#header-home.header-transition .navbar-header .container-social-media .wrapper .btn .fab {
        color: #000; }
      header#header-home.header-transition .navbar-header .container-social-media .wrapper .btn .fa-circle:before {
        border: 0.1rem solid #000; }
      header#header-home.header-transition .drawer-hamburger-icon {
        background-color: #000; }
        header#header-home.header-transition .drawer-hamburger-icon:before {
          background-color: #000; }
        header#header-home.header-transition .drawer-hamburger-icon:after {
          background-color: #000; }
  header .navbar-header {
    padding: 3.5rem 0;
    /*.dropdown:hover .parent {
    	opacity:1;
    	visibility: visible;
    	box-shadow: 0px 1px 1rem #999;
    }*/ }
    @media (max-width: 991px) {
      header .navbar-header {
        padding: 2.5rem 0; } }
    @media (max-width: 991px) {
      header .navbar-header.desktop {
        display: none; } }
    header .navbar-header.mobile {
      display: none; }
      @media (max-width: 991px) {
        header .navbar-header.mobile {
          display: block; } }
    header .navbar-header .dropdown-toggle::after {
      display: none; }
    header .navbar-header .dropdown-toggle:hover {
      background: transparent;
      background-color: transparent; }
    header .navbar-header .dropdown-toggle:focus {
      background: transparent;
      background-color: transparent; }
    header .navbar-header .dropdown-toggle:active {
      background: transparent;
      background-color: transparent; }
    header .navbar-header .navbar-brand {
      margin: 0;
      padding: 0;
      font-size: 0;
      width: 10.8rem;
      height: 2.1rem;
      position: relative; }
      @media (max-width: 991px) {
        header .navbar-header .navbar-brand {
          margin: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); } }
      header .navbar-header .navbar-brand .logo {
        transition: opacity .2s ease-in;
        -webkit-transition: opacity .2s ease-in;
        position: absolute;
        top: 0;
        left: 0; }
      header .navbar-header .navbar-brand .logo-white {
        opacity: 0; }
      header .navbar-header .navbar-brand .logo-black {
        opacity: 1; }
    header .navbar-header .navbar-collapse {
      justify-content: flex-end;
      align-items: center; }
    header .navbar-header .navbar-nav .nav-item.active .nav-link {
      color: #BE945F !important; }
    header .navbar-header .navbar-nav .nav-link {
      color: #000;
      font-size: 1.2rem;
      padding: 0 2rem;
      transition: color ease-out 0.3s;
      -webkit-transition: color ease-out 0.3s;
      letter-spacing: 1.8px; }
      header .navbar-header .navbar-nav .nav-link.active {
        color: #BE945F !important; }
      header .navbar-header .navbar-nav .nav-link:hover {
        background: transparent;
        background-color: transparent;
        color: #BE945F !important; }
      header .navbar-header .navbar-nav .nav-link:active {
        background: transparent;
        background-color: transparent;
        color: #BE945F !important; }
    header .navbar-header .navbar-nav > li > .dropdown-menu {
      margin-top: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      display: block;
      opacity: 0;
      transition: ease-out 0.3s;
      -webkit-transition: ease-out 0.3s;
      border-radius: 0;
      font-size: 1.2rem;
      padding: 2rem;
      border-color: transparent;
      /*&:hover{
      	opacity: 1;
      }*/ }
      header .navbar-header .navbar-nav > li > .dropdown-menu ul li:hover > ul,
      header .navbar-header .navbar-nav > li > .dropdown-menu ul li:focus-within > ul,
      header .navbar-header .navbar-nav > li > .dropdown-menu ul li ul:hover,
      header .navbar-header .navbar-nav > li > .dropdown-menu ul li ul:focus {
        visibility: visible;
        opacity: 1;
        display: block; }
    header .navbar-header .dropdown > .parent {
      visibility: hidden;
      display: none; }
    header .navbar-header .dropdown:hover > .parent,
    header .navbar-header .dropdown .parent:focus-within > .dropdown-menu,
    header .navbar-header .dropdown .parent .dropdown-menu:hover,
    header .navbar-header .dropdown .parent .dropdown-menu:focus {
      opacity: 1;
      visibility: visible;
      display: block;
      box-shadow: 0px .1rem 1rem #999; }
    header .navbar-header .dropdown-menu1 {
      border: none;
      display: block;
      opacity: 1;
      height: 0px;
      overflow: hidden;
      padding: 0px;
      top: 18rem;
      transition: all .3s; }
    header .navbar-header .dropdown:hover .dropdown-menu1 {
      display: block;
      top: 100%;
      height: inherit; }
    header .navbar-header .dropdown-menu {
      position: relative;
      top: 3rem; }
      header .navbar-header .dropdown-menu:after {
        top: calc(-.25rem - .1rem);
        left: 1rem;
        transform: rotate(-45deg);
        content: '';
        position: absolute;
        width: .5rem;
        height: .5rem;
        background-color: #fff;
        border: solid 0.1rem #fff;
        border-bottom: none;
        border-left: none; }
      header .navbar-header .dropdown-menu li {
        padding: 0;
        border-bottom: 0.1rem solid #000; }
      header .navbar-header .dropdown-menu .dropdown-item {
        padding: 1rem 0 .8rem 0;
        letter-spacing: 1.8px;
        /*&:first-child{
        	padding-top: 0;
        }
        &:last-child{
        	border-bottom: 0;
        	padding-bottom: 0;
        }*/ }
        header .navbar-header .dropdown-menu .dropdown-item:hover {
          background: transparent;
          background-color: transparent;
          color: #BE945F; }
        header .navbar-header .dropdown-menu .dropdown-item:active {
          background: transparent;
          background-color: transparent;
          color: #BE945F; }
    header .navbar-header .dropdown-submenu {
      position: relative; }
      header .navbar-header .dropdown-submenu.child {
        margin-right: 15px;
        /*.wrapper-dropdown-item{
        	position: relative;
        	a{
        		&.dropdown-toggle{
        			position: absolute;
        			right: -15px;
        			top: 9px;
        			cursor: pointer;
        			width: auto;
        		    margin: 0;
        		    padding: 0;
        		}
        	}
        }*/ }
        header .navbar-header .dropdown-submenu.child .dropdown-menu:before {
          content: "";
          position: absolute;
          left: -5rem;
          width: 5rem;
          top: 0;
          bottom: 0;
          background: transparent;
          background-color: transparent; }
        header .navbar-header .dropdown-submenu.child:hover .dropdown-menu {
          opacity: 1;
          box-shadow: 0px .1rem 1rem #999; }
        header .navbar-header .dropdown-submenu.child:active .dropdown-menu {
          opacity: 1;
          box-shadow: 0px .1rem 1rem #999; }
        header .navbar-header .dropdown-submenu.child .wrapper-dropdown-item:hover > .dropdown-menu {
          display: block; }
        header .navbar-header .dropdown-submenu.child .dropdown-toggle {
          position: relative; }
          header .navbar-header .dropdown-submenu.child .dropdown-toggle:before {
            content: "";
            background-image: url("../img/arrow-navigation.png");
            background-repeat: no-repeat;
            background-size: cover;
            color: black;
            position: absolute;
            /* background: #000; */
            z-index: 1;
            text-align: center;
            top: 1.8rem;
            width: .5rem;
            height: .6rem;
            pointer-events: none;
            box-sizing: border-box;
            border-top-right-radius: 2.2rem;
            border-bottom-right-radius: 2.2rem;
            font-style: normal;
            font-weight: 900;
            font-size: 2em;
            line-height: 1;
            right: -1.6rem; }
          header .navbar-header .dropdown-submenu.child .dropdown-toggle:hover {
            background: transparent; }
          header .navbar-header .dropdown-submenu.child .dropdown-toggle:active {
            background: transparent; }
          header .navbar-header .dropdown-submenu.child .dropdown-toggle:focus {
            background: transparent; }
      header .navbar-header .dropdown-submenu:hover {
        background: transparent;
        background-color: transparent;
        color: #BE945F; }
      header .navbar-header .dropdown-submenu:active {
        background: transparent;
        background-color: transparent;
        color: #BE945F; }
      header .navbar-header .dropdown-submenu:focus {
        background: transparent;
        background-color: transparent;
        color: #BE945F; }
      header .navbar-header .dropdown-submenu .dropdown-menu {
        margin-top: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-radius: 0;
        font-size: 1.2rem;
        padding: 2rem;
        border-color: transparent;
        border: 0; }
        header .navbar-header .dropdown-submenu .dropdown-menu:after {
          top: unset;
          left: unset;
          transform: unset;
          content: unset;
          position: static;
          width: 0;
          height: 0;
          background-color: unset;
          border: unset;
          border-bottom: unset;
          border-left: unset; }
        header .navbar-header .dropdown-submenu .dropdown-menu:hover {
          opacity: 1; }
        header .navbar-header .dropdown-submenu .dropdown-menu li {
          padding: 0;
          border-bottom: 0.1rem solid #000; }
          header .navbar-header .dropdown-submenu .dropdown-menu li:hover {
            background: transparent;
            background-color: transparent;
            color: #BE945F; }
          header .navbar-header .dropdown-submenu .dropdown-menu li:active {
            background: transparent;
            background-color: transparent;
            color: #BE945F; }
        header .navbar-header .dropdown-submenu .dropdown-menu .dropdown-item {
          padding: 1rem 0 .8rem 0;
          letter-spacing: 1.8px; }
          header .navbar-header .dropdown-submenu .dropdown-menu .dropdown-item:hover {
            background: transparent;
            background-color: transparent;
            color: #BE945F; }
          header .navbar-header .dropdown-submenu .dropdown-menu .dropdown-item:active {
            background: transparent;
            background-color: transparent;
            color: #BE945F; }
          header .navbar-header .dropdown-submenu .dropdown-menu .dropdown-item:focus {
            background: transparent; }
    header .navbar-header .dropdown-submenu a::after {
      transform: rotate(-90deg);
      position: absolute;
      right: .6rem;
      top: .8em; }
    header .navbar-header .dropdown-submenu .dropdown-menu {
      top: 0;
      left: 120%;
      margin-left: 1rem;
      margin-right: 0; }
    header .navbar-header .container-social-media .wrapper .btn {
      color: transparent;
      font-size: 1.6rem; }
      header .navbar-header .container-social-media .wrapper .btn .fab {
        color: #000;
        font-size: 1.5rem; }
      header .navbar-header .container-social-media .wrapper .btn .fa-stack {
        height: 1.5em;
        line-height: 1.5em;
        width: 2em; }
      header .navbar-header .container-social-media .wrapper .btn .fa-circle {
        font-size: 1.5em; }
        header .navbar-header .container-social-media .wrapper .btn .fa-circle:before {
          border: 0.1rem solid #000; }
      header .navbar-header .container-social-media .wrapper .btn:hover {
        color: #000; }
        header .navbar-header .container-social-media .wrapper .btn:hover .fab {
          color: #fff; }
  header .container-social-media {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: 1.5rem;
    margin-top: -.1rem; }
    header .container-social-media .wrapper {
      margin: 0 .3rem; }
      header .container-social-media .wrapper:first-child {
        margin-left: 0; }
      header .container-social-media .wrapper:last-child {
        margin-right: 0; }
      header .container-social-media .wrapper .btn {
        padding: 0;
        border: 0;
        border-radius: 0; }
        header .container-social-media .wrapper .btn:active {
          border: 0;
          border-radius: 0; }
        header .container-social-media .wrapper .btn:focus {
          border: 0;
          border-radius: 0; }
        header .container-social-media .wrapper .btn:hover {
          border: 0;
          border-radius: 0; }
        header .container-social-media .wrapper .btn .fab {
          color: #000; }
        header .container-social-media .wrapper .btn .fa-circle:before {
          border: 0.1rem solid #000;
          border-radius: 50%; }

.drawer-nav {
  align-items: start;
  align-self: start;
  justify-content: start;
  flex-wrap: nowrap;
  flex-direction: column;
  padding-top: 7rem;
  width: 29rem; }
  .drawer-nav .drawer-header {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-direction: row;
    align-items: start;
    align-self: start;
    margin-bottom: 1.5rem;
    justify-content: space-between; }
    .drawer-nav .drawer-header .list-header {
      display: inline-flex; }
      .drawer-nav .drawer-header .list-header.drawer-social .wrapper .btn {
        color: transparent;
        font-size: 1.3rem; }
        .drawer-nav .drawer-header .list-header.drawer-social .wrapper .btn .fab {
          color: #000;
          font-size: 1.6rem; }
        .drawer-nav .drawer-header .list-header.drawer-social .wrapper .btn .fa-circle:before {
          border: 0.1rem solid #000;
          border-radius: 50%; }
    .drawer-nav .drawer-header .drawer-brand {
      padding: .5rem 0; }
    .drawer-nav .drawer-header .btn {
      padding: 0; }
  .drawer-nav .dropdown-submenu {
    position: relative;
    padding-left: 2rem; }
    .drawer-nav .dropdown-submenu a.arrow-toggle {
      font-size: 1.8rem;
      font-weight: 600;
      width: 4.5rem;
      display: flex;
      vertical-align: top;
      text-align: center;
      height: 4rem;
      /* border-bottom: 1px solid black; */
      position: absolute !important;
      right: 0;
      top: 0;
      z-index: 1;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      padding: 0;
      border: 0;
      transition: transform .3s, color .3s;
      color: #606060; }
      .drawer-nav .dropdown-submenu a.arrow-toggle:hover {
        color: #BE945F !important; }
        .drawer-nav .dropdown-submenu a.arrow-toggle:hover i {
          color: #BE945F !important; }
      .drawer-nav .dropdown-submenu a.arrow-toggle:active {
        color: #BE945F !important; }
        .drawer-nav .dropdown-submenu a.arrow-toggle:active i {
          color: #BE945F !important; }
      .drawer-nav .dropdown-submenu a.arrow-toggle:focus {
        color: #606060 !important; }
        .drawer-nav .dropdown-submenu a.arrow-toggle:focus i {
          color: #606060 !important; }
      .drawer-nav .dropdown-submenu a.arrow-toggle.active {
        color: #BE945F !important;
        transform: rotate(-180deg); }
        .drawer-nav .dropdown-submenu a.arrow-toggle.active i {
          color: #BE945F !important; }
  .drawer-nav .dropdown-submenu a::after {
    transform: rotate(-90deg) translate(0, -50%);
    position: absolute;
    margin-left: 1rem;
    top: 50%; }
  .drawer-nav .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    padding-left: 5rem;
    padding-right: 0; }
  .drawer-nav .dropdown-menu.collapsing {
    display: block; }
  .drawer-nav .dropdown-toggle::after {
    display: none; }
  .drawer-nav .navbar-nav {
    font-size: 1.4rem;
    color: #606060;
    width: 100%;
    align-self: start;
    overflow: auto; }
    .drawer-nav .navbar-nav .nav-item.dropdown.show .nav-link {
      color: #BE945F !important; }
    .drawer-nav .navbar-nav .nav-item.dropdown.show span {
      color: #BE945F !important;
      transform: rotate(-180deg); }
    .drawer-nav .navbar-nav .nav-item.active .nav-link {
      color: #BE945F !important;
      font-weight: 600; }
    .drawer-nav .navbar-nav .nav-link {
      color: #606060;
      border-bottom: 0.1rem solid #000;
      padding-top: 1.2rem;
      padding-bottom: .6rem;
      font-size: 1.2rem;
      transition: color ease-out 0.3s;
      -webkit-transition: color ease-out 0.3s;
      letter-spacing: 1.8px;
      font-weight: 500; }
      .drawer-nav .navbar-nav .nav-link:hover {
        background: transparent;
        background-color: transparent;
        color: #BE945F !important; }
      .drawer-nav .navbar-nav .nav-link:active {
        background: transparent;
        background-color: transparent;
        color: #BE945F !important; }
      .drawer-nav .navbar-nav .nav-link:focus {
        background: transparent;
        background-color: transparent; }
      .drawer-nav .navbar-nav .nav-link.dropdown-toggle {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
        .drawer-nav .navbar-nav .nav-link.dropdown-toggle span {
          display: inline-block;
          font-size: 1.8rem;
          width: 4.5rem;
          height: 1.8rem;
          color: #606060;
          text-align: center;
          transition: transform .3s, color .3s; }
          .drawer-nav .navbar-nav .nav-link.dropdown-toggle span i {
            font-size: 1.8rem;
            vertical-align: top; }
  .drawer-nav .dropdown-menu {
    font-size: 1.4rem;
    color: #606060;
    width: 100%;
    align-self: start; }
    .drawer-nav .dropdown-menu .dropdown-item {
      color: #606060;
      border-bottom: 0.1rem solid #000;
      padding: 1.2rem 0 .6rem 0;
      font-size: 1.2rem;
      transition: color ease-out 0.3s;
      -webkit-transition: color ease-out 0.3s;
      letter-spacing: 1.8px; }
      .drawer-nav .dropdown-menu .dropdown-item.active {
        background: transparent;
        background-color: transparent;
        color: #BE945F; }
      .drawer-nav .dropdown-menu .dropdown-item.with-span {
        display: block;
        width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: inline-block;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center; }
      .drawer-nav .dropdown-menu .dropdown-item.dropdown-toggle {
        position: relative; }
      .drawer-nav .dropdown-menu .dropdown-item:hover {
        background: transparent;
        background-color: transparent;
        color: #BE945F !important; }
      .drawer-nav .dropdown-menu .dropdown-item:active {
        background: transparent;
        background-color: transparent;
        color: #BE945F !important; }
      .drawer-nav .dropdown-menu .dropdown-item:focus {
        background: transparent;
        background-color: transparent; }
  @media (max-width: 991px) {
    .drawer-nav {
      /*.dropdown-menu:before {
      	content:"";
      	display:block;
      	padding-top: .5rem;
      }
      .dropdown-menu:after {
      	content:"";
      	display:block;
      	padding-bottom: .5rem;
      }*/ }
      .drawer-nav .dropdown-menu {
        padding: 0;
        margin-top: 0 !important;
        border: 0 !important; } }
  @media (min-width: 992px) {
    .drawer-nav .dropdown > div {
      position: absolute;
      clip: rect(0.5rem, 9999px, 9999px, -9999px); }
    .drawer-nav .dropdown-menu {
      height: auto !important;
      transition: transform 0.35s ease !important; }
    .drawer-nav .dropdown-menu.collapse, .drawer-nav .dropdown-menu.sliding {
      transform: translate(0, -100%); }
    .drawer-nav .dropdown-menu.collapse:not(.show) {
      display: block; }
    .drawer-nav .dropdown-menu.collapse.show {
      transform: translate(0, 0); } }
  .drawer-nav .dropdown-hover-all .dropdown-menu, .drawer-nav .dropdown-hover > .dropdown-menu {
    margin: 0; }

.drawer--left .drawer-nav {
  left: -29rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
.drawer--left.drawer-open .drawer-overlay {
  background: rgba(96, 96, 96, 0.8); }
.drawer--left.drawer-open header:hover {
  background: transparent !important; }
.drawer--left.drawer-open header .navbar-header.mobile {
  background: transparent; }
  .drawer--left.drawer-open header .navbar-header.mobile .drawer-hamburger-icon {
    background-color: #000;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .drawer--left.drawer-open header .navbar-header.mobile .drawer-hamburger-icon:before {
      background-color: #000;
      -webkit-transform: unset;
      transform: unset;
      -webkit-transition: all .2s ease-out;
      -moz-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
      transition: all .2s ease-out;
      top: -.7rem; }
    .drawer--left.drawer-open header .navbar-header.mobile .drawer-hamburger-icon:after {
      background-color: #000;
      -webkit-transform: unset;
      transform: unset;
      -webkit-transition: all .2s ease-out;
      -moz-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      -ms-transition: all .2s ease-out;
      transition: all .2s ease-out;
      top: .7rem; }
.drawer--left.drawer-open header .navbar-header .navbar-brand {
  opacity: 0;
  visibility: hidden; }
.drawer--left.drawer-open header.header-transition {
  background: transparent !important;
  box-shadow: none !important; }
  .drawer--left.drawer-open header.header-transition:hover {
    background: transparent !important;
    box-shadow: none !important; }
  .drawer--left.drawer-open header.header-transition .navbar-header.mobile {
    background: transparent; }
    .drawer--left.drawer-open header.header-transition .navbar-header.mobile .drawer-hamburger-icon {
      background-color: #000; }
      .drawer--left.drawer-open header.header-transition .navbar-header.mobile .drawer-hamburger-icon:before {
        background-color: #000;
        -webkit-transform: unset;
        transform: unset;
        top: -.7rem; }
      .drawer--left.drawer-open header.header-transition .navbar-header.mobile .drawer-hamburger-icon:after {
        background-color: #000;
        -webkit-transform: unset;
        transform: unset;
        top: .7rem; }
  .drawer--left.drawer-open header.header-transition .navbar-header .navbar-brand {
    opacity: 0;
    visibility: hidden; }
.drawer--left.drawer-open .drawer-hamburger {
  left: 0; }

.drawer-hamburger {
  padding: .25rem .75rem;
  position: relative;
  width: 2.5rem;
  padding-left: 0; }

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 0px;
  width: 100%;
  height: .3rem;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #000;
  perspective: .1rem;
  border-radius: .4rem; }
  .drawer-hamburger-icon:after {
    width: 100%;
    height: .3rem;
    -webkit-transition: all 0.15s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.15s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #000;
    top: .7rem;
    perspective: .1rem;
    border-radius: .4rem;
    overflow: hidden; }
  .drawer-hamburger-icon:before {
    width: 100%;
    height: .3rem;
    -webkit-transition: all 0.15s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.15s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #000;
    top: -.7rem;
    perspective: .1rem;
    border-radius: .4rem;
    overflow: hidden; }

.btn-act {
  font-size: 1rem;
  font-weight: 600;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  padding: .7rem 2.2rem;
  letter-spacing: .2rem; }
  .btn-act.btn-submit {
    padding: .8rem 4rem; }
  .btn-act.trans-white {
    background: transparent;
    border-radius: 2.2rem;
    border: 0.1rem solid #fff;
    color: #fff; }
    .btn-act.trans-white:focus {
      background: transparent;
      color: #fff; }
  .btn-act.black {
    background: #000;
    border-radius: 2.2rem;
    border: 0.1rem solid #000;
    color: #fff; }
    .btn-act.black:focus {
      background: #000;
      color: #fff; }
  .btn-act.trans-black {
    background: transparent;
    border-radius: 2.2rem;
    border: 0.1rem solid #000;
    color: #000; }
    .btn-act.trans-black:focus {
      background: transparent;
      color: #000; }
  .btn-act.to-white:hover {
    border-color: #fff;
    background: #fff;
    color: #000; }
  .btn-act.to-white:active {
    border-color: #fff;
    background: #fff;
    color: #000; }
  .btn-act.to-black:hover {
    border-color: #000;
    background: #000;
    color: #fff; }
  .btn-act.to-black:active {
    border-color: #000;
    background: #000;
    color: #fff; }
  .btn-act.to-white:hover {
    border-color: #fff;
    background: #fff;
    color: #000; }
  .btn-act.to-white:active {
    border-color: #fff;
    background: #fff;
    color: #000; }
  .btn-act.with-load .text {
    margin: 0; }
  .btn-act.with-load .fa-loader {
    display: none;
    font-size: 2.2rem;
    margin: 0 auto; }
    .btn-act.with-load .fa-loader.show {
      display: block !important; }

.bannerSingle {
  background: #000;
  position: relative; }
  .bannerSingle:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 40.2190923318%; }
  .bannerSingle > .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat; }
  .bannerSingle:before {
    padding-top: 35%; }
  .bannerSingle .image {
    background-size: cover;
    background-position: center; }

.form-template .form-group {
  margin-bottom: 1.5rem; }
  .form-template .form-group label {
    font-size: 1.1rem;
    margin-bottom: .5rem; }
    .form-template .form-group label.select {
      outline: none;
      overflow: hidden;
      position: relative;
      display: block;
      cursor: pointer; }
      .form-template .form-group label.select:after {
        content: '\f078';
        font-family: "Font Awesome 5 Free";
        color: #fff;
        padding: 1.2rem .8rem;
        position: absolute;
        right: 0;
        top: 0;
        background: #000;
        z-index: 1;
        text-align: center;
        width: 10%;
        height: 100%;
        pointer-events: none;
        box-sizing: border-box;
        border-top-right-radius: 2.2rem;
        border-bottom-right-radius: 2.2rem;
        font-style: normal;
        font-weight: 900;
        font-size: 1.5em;
        line-height: 1; }
      .form-template .form-group label.select .form-control {
        cursor: pointer; }
  .form-template .form-group .form-control {
    font-size: 1.2rem;
    border: 0.1rem solid #606060;
    border-radius: 2.2rem;
    font-weight: 500;
    height: 4.2rem;
    padding-left: 2rem;
    padding-right: 2rem; }
    .form-template .form-group .form-control:focus {
      box-shadow: none;
      color: #606060; }
    .form-template .form-group .form-control:disabled {
      background: #fff;
      background-color: #fff; }
    .form-template .form-group .form-control:read-only {
      background: #fff;
      background-color: #fff; }
  .form-template .form-group textarea.form-control {
    border-radius: 0;
    height: 11.3rem; }
  .form-template .form-group .bootstrap-select {
    padding: 0;
    height: 100%;
    width: 100% !important; }
    .form-template .form-group .bootstrap-select:after {
      content: '\f078';
      font-family: "Font Awesome 5 Free";
      color: #fff;
      padding: 1.2rem .8rem;
      position: absolute;
      right: 0;
      top: 0;
      background: #000;
      z-index: 1;
      text-align: center;
      width: 5rem;
      height: 100%;
      pointer-events: none;
      box-sizing: border-box;
      border-top-right-radius: 2.2rem;
      border-bottom-right-radius: 2.2rem;
      font-style: normal;
      font-weight: 900;
      font-size: 1.5em;
      line-height: 1; }
    .form-template .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
      color: #606060; }
    .form-template .form-group .bootstrap-select .dropdown-toggle .filter-option {
      align-items: center;
      display: flex; }
    .form-template .form-group .bootstrap-select .btn {
      border: 0;
      font-size: 1.2rem;
      font-weight: 500;
      height: 4.2rem;
      padding: 0;
      padding-left: 2rem;
      padding-right: 2rem;
      background: transparent;
      background-color: transparent;
      color: #606060; }
      .form-template .form-group .bootstrap-select .btn:disabled {
        opacity: 1; }
      .form-template .form-group .bootstrap-select .btn:read-only {
        opacity: 1; }
    .form-template .form-group .bootstrap-select .dropdown-menu {
      font-size: 1.2rem;
      border-radius: 0;
      border-color: #000;
      color: #606060;
      box-shadow: rgba(0, 0, 0, 0.24) 0rem 0.3rem 0.8rem; }
      .form-template .form-group .bootstrap-select .dropdown-menu .dropdown-item {
        font-weight: 600; }
        .form-template .form-group .bootstrap-select .dropdown-menu .dropdown-item:hover {
          color: #fff;
          background-color: #606060; }
        .form-template .form-group .bootstrap-select .dropdown-menu .dropdown-item:focus {
          color: #fff;
          background-color: #606060; }
        .form-template .form-group .bootstrap-select .dropdown-menu .dropdown-item:active {
          color: #fff;
          background-color: #606060; }
      .form-template .form-group .bootstrap-select .dropdown-menu li.selected a {
        color: #fff;
        background-color: #606060; }
      .form-template .form-group .bootstrap-select .dropdown-menu li.active a {
        color: #fff;
        background-color: #606060; }
  .form-template .form-group .bootstrap-select > select.mobile-device:hover + .dropdown-toggle, .form-template .form-group .bootstrap-select .dropdown-toggle:hover {
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent;
    background-color: transparent; }
  .form-template .form-group .bootstrap-select > select.mobile-device:active + .dropdown-toggle, .form-template .form-group .bootstrap-select .dropdown-toggle:active {
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent;
    background-color: transparent; }
  .form-template .form-group .bootstrap-select > select.mobile-device:focus + .dropdown-toggle, .form-template .form-group .bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent;
    background-color: transparent; }
  .form-template .form-group.wrapper-alert {
    color: white; }
    .form-template .form-group.wrapper-alert .alert-danger {
      font-size: 1.2rem;
      color: white;
      background: red;
      background-color: red;
      border-radius: 0;
      border: 0;
      padding-left: 2rem;
      padding-right: 2rem; }
  .form-template .form-group label.error {
    color: red;
    margin: 0;
    font-weight: 600; }
.form-template#form-brochure .form-control {
  background: transparent;
  background-color: transparent; }
.form-template#form-brochure .btn-act .btn-submit {
  padding: .8rem 2rem; }
.form-template#form-brochure .btn-act .btn-submit {
  padding: .8rem 2rem; }

footer {
  color: #fff;
  background: #000; }
  footer .btn-act {
    color: #fff;
    background: #555;
    border-color: #fff;
    border-radius: 2.2rem; }
  footer .container-list {
    padding: 5rem 0; }
    @media (max-width: 991px) {
      footer .container-list {
        padding: 3rem 1.5rem; } }
    footer .container-list .list .title {
      font-size: 1.4rem;
      margin: 0;
      font-weight: 700; }
      @media (max-width: 991px) {
        footer .container-list .list .title.newsletter-title {
          margin-top: 3rem;
          margin-bottom: 2rem; } }
    footer .container-list .list .divider-list {
      width: 4.8rem;
      border: 0.2rem solid #fff;
      margin: 2rem 0 2.5rem 0; }
      @media (max-width: 991px) {
        footer .container-list .list .divider-list {
          border: 0.1rem solid #fff;
          margin: 2rem 0 2.5rem 0; } }
    footer .container-list .list-group {
      border: 0;
      border-radius: 0; }
      @media (max-width: 991px) {
        footer .container-list .list-group.list-quick-links {
          margin-bottom: 2rem; } }
      footer .container-list .list-group .list-group-item {
        padding: 0;
        margin-bottom: 1rem;
        border: 0;
        font-size: 1.2rem;
        font-weight: 600;
        color: #fff;
        background: none; }
        @media (max-width: 991px) {
          footer .container-list .list-group .list-group-item {
            margin-bottom: .5rem; } }
        footer .container-list .list-group .list-group-item:last-child {
          margin-bottom: 0; }
        footer .container-list .list-group .list-group-item:hover {
          background: transparent;
          text-decoration: underline; }
        footer .container-list .list-group .list-group-item:focus {
          background: transparent;
          text-decoration: underline; }
  footer .line-black {
    width: 100%;
    height: 0;
    background: #000; }

.overlay {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s; }

.swal2-popup.notification-popup {
  border: 0;
  border-radius: 0;
  font-family: "Montserrat", sans-serif; }
  .swal2-popup.notification-popup .notification-title {
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    color: #000; }
  .swal2-popup.notification-popup .notification-confirmButton {
    background-image: unset;
    background: #000;
    border-radius: 2.2rem;
    border: .2rem solid #000;
    color: #fff;
    padding: .8rem 4rem;
    font-size: 1.8rem; }

#banner-home {
  position: relative;
  background: #000;
  z-index: 1; }
  #banner-home .swiper-slide {
    display: inline-block;
    cursor: pointer; }
    #banner-home .swiper-slide .inner-slide {
      position: relative; }
      #banner-home .swiper-slide .inner-slide:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 47.8193146417%; }
      #banner-home .swiper-slide .inner-slide > .image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat; }
      @media (max-width: 991px) {
        #banner-home .swiper-slide .inner-slide {
          position: relative; }
          #banner-home .swiper-slide .inner-slide:before {
            display: block;
            content: "";
            width: 100%;
            padding-top: 98.1818181818%; }
          #banner-home .swiper-slide .inner-slide > .image {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-repeat: no-repeat; } }
      #banner-home .swiper-slide .inner-slide .image {
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 100%;
        backface-visibility: hidden;
        will-change: transform;
        transition: transform 1400ms ease; }
      #banner-home .swiper-slide .inner-slide video {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        left: 0;
        top: 0; }
  #banner-home .swiper-button-prev {
    color: white; }
    @media (max-width: 574px) {
      #banner-home .swiper-button-prev:after {
        font-size: 1.8rem; } }
  #banner-home .swiper-button-next {
    color: white; }
    @media (max-width: 574px) {
      #banner-home .swiper-button-next:after {
        font-size: 1.8rem; } }
  #banner-home .content {
    color: #fff; }
    @media (max-width: 991px) {
      #banner-home .content {
        padding-right: 3rem; } }
    #banner-home .content .wrapper-title {
      font-family: "SF UI Display Medium", serif;
      font-size: 4.4rem;
      font-weight: 900;
      margin-bottom: 1.5rem; }
      @media (max-width: 991px) {
        #banner-home .content .wrapper-title {
          font-size: 2.2rem; } }
      #banner-home .content .wrapper-title h1 {
        font-size: 4.4rem;
        line-height: 1; }
        @media (max-width: 991px) {
          #banner-home .content .wrapper-title h1 {
            font-size: 2.2rem; } }
      #banner-home .content .wrapper-title h2 {
        font-size: 4.4rem;
        line-height: 1; }
        @media (max-width: 991px) {
          #banner-home .content .wrapper-title h2 {
            font-size: 2.2rem; } }
      #banner-home .content .wrapper-title h3 {
        font-size: 4.4rem;
        line-height: 1; }
        @media (max-width: 991px) {
          #banner-home .content .wrapper-title h3 {
            font-size: 2.2rem; } }
      #banner-home .content .wrapper-title h4 {
        font-size: 4.4rem;
        line-height: 1; }
        @media (max-width: 991px) {
          #banner-home .content .wrapper-title h4 {
            font-size: 2.2rem; } }
      #banner-home .content .wrapper-title h5 {
        font-size: 4.4rem;
        line-height: 1; }
        @media (max-width: 991px) {
          #banner-home .content .wrapper-title h5 {
            font-size: 2.2rem; } }
      #banner-home .content .wrapper-title h6 {
        font-size: 4.4rem;
        line-height: 1; }
        @media (max-width: 991px) {
          #banner-home .content .wrapper-title h6 {
            font-size: 2.2rem; } }
      #banner-home .content .wrapper-title p {
        font-size: 4.4rem;
        line-height: 1; }
        @media (max-width: 991px) {
          #banner-home .content .wrapper-title p {
            font-size: 2.2rem; } }
    #banner-home .content .wrapper-description {
      margin-bottom: 1.5rem; }
      @media (max-width: 991px) {
        #banner-home .content .wrapper-description {
          display: none !important; } }
    #banner-home .content .wrapper-cta .btn-act {
      padding: 1rem 1.2rem; }
      @media (max-width: 991px) {
        #banner-home .content .wrapper-cta .btn-act {
          padding: .8rem 1.2rem;
          font-size: .8rem; } }

#banner-promotion {
  background: #C6CBD2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (max-width: 991px) {
    #banner-promotion {
      padding: 3rem 1.5rem; } }
  #banner-promotion #latestPromotionBanner .swiper-slide .box-banner {
    position: relative;
    position: relative; }
    #banner-promotion #latestPromotionBanner .swiper-slide .box-banner:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 99.7706422018%; }
    #banner-promotion #latestPromotionBanner .swiper-slide .box-banner > .image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-repeat: no-repeat; }
    #banner-promotion #latestPromotionBanner .swiper-slide .box-banner .image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
  #banner-promotion #latestPromotionBanner .list-pagination {
    bottom: 0;
    left: 0;
    width: 100%;
    position: relative;
    margin-top: 2rem; }
    @media (max-width: 991px) {
      #banner-promotion #latestPromotionBanner .list-pagination {
        margin-top: 0; } }
  #banner-promotion .content {
    color: #000; }
    #banner-promotion .content .wrapper-title {
      font-size: 3.6rem;
      margin-bottom: 1.5rem; }
      #banner-promotion .content .wrapper-title h2 {
        font-size: 3.6rem; }
      @media (max-width: 991px) {
        #banner-promotion .content .wrapper-title {
          font-size: 2.5rem; }
          #banner-promotion .content .wrapper-title h2 {
            font-size: 2.5rem; } }
      #banner-promotion .content .wrapper-title .title-banner {
        font-size: 3.6rem;
        line-height: 1; }
        @media (max-width: 991px) {
          #banner-promotion .content .wrapper-title .title-banner {
            font-size: 2.5rem; } }
    #banner-promotion .content .wrapper-description {
      margin-bottom: 2rem; }
  #banner-promotion .list-promotion:first-child {
    padding-left: 0; }
    @media (max-width: 991px) {
      #banner-promotion .list-promotion:first-child {
        padding-right: 0; } }
  #banner-promotion .list-promotion:last-child {
    padding-left: 50px;
    padding-right: 0; }
    @media (max-width: 991px) {
      #banner-promotion .list-promotion:last-child {
        margin-top: 3rem;
        padding-left: 0; }
        #banner-promotion .list-promotion:last-child .wrapper-cta {
          text-align: center; } }
    @media (max-width: 574px) {
      #banner-promotion .list-promotion:last-child {
        margin-top: 0; } }
  #banner-promotion .arrow-promotion {
    background: #000;
    border-radius: 50%;
    width: 3.4rem;
    height: 3.4rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0.3rem 0.8rem; }
    #banner-promotion .arrow-promotion.swiper-button-next {
      right: -7rem; }
      #banner-promotion .arrow-promotion.swiper-button-next:after {
        content: "";
        background: url("../img/arrow-right.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 2rem;
        height: 1.9rem;
        position: relative;
        top: -1px; }
      #banner-promotion .arrow-promotion.swiper-button-next.swiper-button-disabled {
        background: #69666c;
        opacity: 1; }
    #banner-promotion .arrow-promotion.swiper-button-prev {
      left: -7rem; }
      #banner-promotion .arrow-promotion.swiper-button-prev:after {
        content: "";
        background: url("../img/arrow-left.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 2rem;
        height: 1.9rem;
        position: relative;
        top: -1px; }
      #banner-promotion .arrow-promotion.swiper-button-prev.swiper-button-disabled {
        background: #69666c;
        opacity: 1; }
  #banner-promotion #container-banner-promotion {
    position: relative; }
    #banner-promotion #container-banner-promotion .container-title-section {
      margin-bottom: 3rem; }
      @media (max-width: 991px) {
        #banner-promotion #container-banner-promotion .container-title-section {
          text-align: center; } }

#categoryList {
  color: #fff; }
  #categoryList .container-box {
    position: relative;
    overflow: hidden; }
    #categoryList .container-box .wrapper-image {
      position: relative; }
      #categoryList .container-box .wrapper-image:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 145.1162790698%; }
      #categoryList .container-box .wrapper-image > .image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat; }
      #categoryList .container-box .wrapper-image:before {
        padding-top: 120%; }
      @media (max-width: 991px) {
        #categoryList .container-box .wrapper-image:before {
          padding-top: 54.8476454294%; } }
      #categoryList .container-box .wrapper-image .image {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        -webkit-transition: all .8s ease-in-out;
        -moz-transition: all .8s ease-in-out;
        transition: all .8s ease-in-out; }
    #categoryList .container-box .content {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      -webkit-transition: all .8s ease-in-out;
      -moz-transition: all .8s ease-in-out;
      transition: all .8s ease-in-out;
      color: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
      width: 100%; }
      #categoryList .container-box .content .wrapper-title {
        font-size: 5.2rem;
        font-family: "SF UI Display Medium", serif; }
        @media (max-width: 991px) {
          #categoryList .container-box .content .wrapper-title {
            font-size: 4.2rem; } }
        #categoryList .container-box .content .wrapper-title .title {
          font-size: 5.2rem;
          line-height: 1;
          font-weight: 900; }
          @media (max-width: 991px) {
            #categoryList .container-box .content .wrapper-title .title {
              font-size: 4.2rem; } }
    #categoryList .container-box .wrapper-cta {
      margin-top: 2rem;
      animation-duration: .6s;
      animation-fill-mode: both;
      -webkit-animation-duration: .6s;
      -webkit-animation-fill-mode: both;
      animation-delay: .2s;
      opacity: 0; }
      @media (max-width: 991px) {
        #categoryList .container-box .wrapper-cta {
          animation-duration: 0;
          animation-fill-mode: unset;
          -webkit-animation-duration: 0;
          -webkit-animation-fill-mode: unset;
          animation-delay: 0;
          opacity: 1;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin-top: 0; }
          #categoryList .container-box .wrapper-cta .btn-act {
            display: block;
            padding: 0;
            font-size: 0;
            height: 100%;
            margin: 0;
            border: 0; } }
    #categoryList .container-box .overlay {
      z-index: 1; }
    #categoryList .container-box:hover .wrapper-image .image {
      transform: scale(1.1); }
    #categoryList .container-box:hover .overlay {
      opacity: 1; }
    #categoryList .container-box:hover .wrapper-cta {
      animation-name: fadeInUp;
      -webkit-animation-name: fadeInUp; }
      @media (max-width: 991px) {
        #categoryList .container-box:hover .wrapper-cta {
          animation-name: unset;
          -webkit-animation-name: unset;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin-top: 0; }
          #categoryList .container-box:hover .wrapper-cta .btn-act {
            display: block;
            padding: 0;
            font-size: 0;
            height: 100%;
            margin: 0;
            border: 0;
            border-color: unset;
            background: transparent;
            color: unset; } }

#latestNews {
  background: #000;
  color: #fff; }
  @media (max-width: 991px) {
    #latestNews {
      padding: 3rem 1.5rem; } }
  #latestNews #latestNewsBanner .swiper-slide .box-banner {
    position: relative;
    position: relative; }
    #latestNews #latestNewsBanner .swiper-slide .box-banner:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 99.7014925373%; }
    #latestNews #latestNewsBanner .swiper-slide .box-banner > .image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-repeat: no-repeat; }
    #latestNews #latestNewsBanner .swiper-slide .box-banner .image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
  #latestNews #latestNewsBanner .list-pagination {
    bottom: 0;
    left: 0;
    width: 100%;
    position: relative;
    margin-top: 2rem; }
  #latestNews .arrow-news {
    background: #000;
    border-radius: 50%;
    width: 3.4rem;
    height: 3.4rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 0.3rem 0.8rem; }
    #latestNews .arrow-news.swiper-button-next {
      right: 2rem; }
      #latestNews .arrow-news.swiper-button-next:after {
        content: "";
        background: url("../img/arrow-right.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 2rem;
        height: 1.9rem;
        position: relative;
        top: -1px; }
      #latestNews .arrow-news.swiper-button-next.swiper-button-disabled {
        background: #69666c;
        opacity: 1; }
    #latestNews .arrow-news.swiper-button-prev {
      left: 2rem; }
      #latestNews .arrow-news.swiper-button-prev:after {
        content: "";
        background: url("../img/arrow-left.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 2rem;
        height: 1.9rem;
        position: relative;
        top: -1px; }
      #latestNews .arrow-news.swiper-button-prev.swiper-button-disabled {
        background: #69666c;
        opacity: 1; }
  #latestNews #container-banner-news {
    position: relative; }
  @media (max-width: 991px) {
    #latestNews .container-title-section {
      margin-bottom: 3rem;
      text-align: center; } }

.container-product-list {
  position: relative;
  overflow: hidden; }
  .container-product-list:nth-child(odd) .box-product-list .piece-diagonal {
    right: 100%; }
  .container-product-list:nth-child(odd) .box-product-list .inner-box .list .diagonal {
    right: 0;
    transform: skewX(30deg);
    transform-origin: bottom left; }
  .container-product-list:nth-child(odd) .box-product-list .inner-box .list.thumbnail .image {
    right: 24%; }
    @media (max-width: 991px) {
      .container-product-list:nth-child(odd) .box-product-list .inner-box .list.thumbnail .image {
        right: 0; } }
  .container-product-list:nth-child(odd) .box-product-list .inner-box .list.wrapper-content {
    right: 0;
    padding-right: 1.5rem;
    padding-left: 15%;
    		/*position: absolute;
        	top: 0;
        	right: 0;
        	bottom: 0;
        	padding-left: 10%;*/ }
    @media (max-width: 991px) {
      .container-product-list:nth-child(odd) .box-product-list .inner-box .list.wrapper-content {
        right: 0;
        left: unset;
        padding-right: 0;
        padding-left: 0;
        margin-left: 0;
        top: 36%;
        align-self: center;
        max-width: 34%;
        transform: translate(0, -50%); } }
  .container-product-list:nth-child(even) .box-product-list .piece-diagonal {
    left: 100%; }
  .container-product-list:nth-child(even) .box-product-list .inner-box .list .diagonal {
    left: 0;
    transform: skewX(150deg);
    transform-origin: bottom right; }
  .container-product-list:nth-child(even) .box-product-list .inner-box .list.thumbnail {
    justify-content: flex-end;
    margin-left: 33.5%; }
    .container-product-list:nth-child(even) .box-product-list .inner-box .list.thumbnail .image {
      left: 22%; }
      @media (max-width: 991px) {
        .container-product-list:nth-child(even) .box-product-list .inner-box .list.thumbnail .image {
          left: 0; } }
  .container-product-list:nth-child(even) .box-product-list .inner-box .list .image {
    background-position: right center; }
    @media (max-width: 991px) {
      .container-product-list:nth-child(even) .box-product-list .inner-box .list .image {
        background-position: 50% center; } }
  .container-product-list:nth-child(even) .box-product-list .inner-box .list.wrapper-content {
    left: 0;
    padding-left: 1.5rem;
    padding-right: 50px; }
    @media (max-width: 991px) {
      .container-product-list:nth-child(even) .box-product-list .inner-box .list.wrapper-content {
        padding-right: 0;
        padding-left: 30px;
        margin-left: 0;
        top: 36%;
        align-self: center;
        max-width: 34%;
        transform: translate(0, -50%); } }
    @media (max-width: 574px) {
      .container-product-list:nth-child(even) .box-product-list .inner-box .list.wrapper-content {
        max-width: 50%; } }
  .container-product-list .box-product-list {
    position: relative;
    width: 1140px;
    /*&:nth-child(odd){
    	background: -webkit-linear-gradient(#873cff, rgba(135, 60, 255, 0) 0%), -webkit-linear-gradient(30deg, rgba(120, 155, 255, 0.9) 53%, #37e6eb 0%);
    }
    &:nth-child(even){
    	background: -webkit-linear-gradient(#873cff, rgba(135, 60, 255, 0) 0%), -webkit-linear-gradient(150deg, rgba(120, 155, 255, 0.9) 47%, #37E6EC 0%);
    }*/
    /*.div1 {
        float: left;
    }
    .div2 {
        float: right;
    }*/
    /*.list:after {
        position: absolute; top: 0px;
        content:'';    
        z-index: -1;
        height: 100%;
        width: 50%;
        background: #D25A1E;
    }
    .div1:after {    
        right: 0;
        transform-origin: bottom right;
        transform: skewX(-20deg);
    }
    .div2:after {    
        left: 0;
        transform-origin: top left;
        transform: skewX(-20deg);
    }*/ }
    @media (max-width: 1199px) {
      .container-product-list .box-product-list {
        width: 100%; } }
    .container-product-list .box-product-list .piece-diagonal {
      position: absolute;
      top: 0;
      bottom: 0;
      height: 100%;
      width: 100%;
      z-index: 2; }
    .container-product-list .box-product-list .inner-box .list {
      position: relative;
      z-index: 0;
      height: 100%;
      justify-content: start;
      align-items: center;
      display: flex; }
      .container-product-list .box-product-list .inner-box .list.thumbnail {
        align-items: flex-end;
        height: auto;
        z-index: 2;
        position: relative; }
        .container-product-list .box-product-list .inner-box .list.thumbnail:before {
          display: block;
          content: "";
          width: 100%;
          padding-top: 74.756097561%; }
        .container-product-list .box-product-list .inner-box .list.thumbnail > .image {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-repeat: no-repeat; }
        .container-product-list .box-product-list .inner-box .list.thumbnail:before {
          padding-top: 86.5%; }
          @media (max-width: 991px) {
            .container-product-list .box-product-list .inner-box .list.thumbnail:before {
              padding-top: 77%; } }
      .container-product-list .box-product-list .inner-box .list .diagonal {
        position: absolute;
        top: 0px;
        content: '';
        z-index: -1;
        height: 100%;
        width: 100%; }
      .container-product-list .box-product-list .inner-box .list .wrapper-image {
        position: relative;
        padding-top: 74.756097561%; }
      .container-product-list .box-product-list .inner-box .list .image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin-top: 30px;
        background-position: 15% center;
        background-size: contain; }
        @media (max-width: 991px) {
          .container-product-list .box-product-list .inner-box .list .image {
            background-position: 25% center; } }
      .container-product-list .box-product-list .inner-box .list.wrapper-content {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: center;
        z-index: 3;
        position: absolute;
        height: calc(100% - 178px); }
        @media (max-width: 991px) {
          .container-product-list .box-product-list .inner-box .list.wrapper-content {
            height: auto; } }
        .container-product-list .box-product-list .inner-box .list.wrapper-content .title {
          font-family: "SF UI Display Medium", serif;
          font-size: 4.2rem;
          margin-bottom: 1.5rem;
          font-weight: 900; }
          @media (max-width: 991px) {
            .container-product-list .box-product-list .inner-box .list.wrapper-content .title {
              font-size: 2.8rem;
              line-height: 1.2; } }
        .container-product-list .box-product-list .inner-box .list.wrapper-content .content {
          margin-bottom: 2rem; }
          .container-product-list .box-product-list .inner-box .list.wrapper-content .content p {
            margin: 0; }
        @media (max-width: 991px) {
          .container-product-list .box-product-list .inner-box .list.wrapper-content .wrapper-cta .btn-act {
            font-size: .8rem;
            padding: .8rem 1.2rem; } }
  .container-product-list:first-child .box-styling .wrapper-styling .styling {
    background-image: url("../img/style-thumbnail-list1.png"); }
  .container-product-list:nth-child(2) .box-styling .wrapper-styling .styling {
    background-image: url("../img/style-thumbnail-list1.png"); }
  .container-product-list:nth-child(3) .box-styling .wrapper-styling .styling {
    background-image: url("../img/style-thumbnail-list1.png"); }
  .container-product-list:nth-child(4) .box-styling .wrapper-styling .styling {
    background-image: url("../img/style-thumbnail-list4.png"); }
  .container-product-list:nth-child(5) .box-styling .wrapper-styling .styling {
    background-image: url("../img/style-thumbnail-list5.png"); }
  .container-product-list .box-styling {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    .container-product-list .box-styling .wrapper-styling {
      position: relative; }
      .container-product-list .box-styling .wrapper-styling:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 13.90625%; }
      .container-product-list .box-styling .wrapper-styling > .styling {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-repeat: no-repeat; }
      .container-product-list .box-styling .wrapper-styling:before {
        padding-top: 178px; }
        @media (max-width: 991px) {
          .container-product-list .box-styling .wrapper-styling:before {
            padding-top: 70px; } }
      .container-product-list .box-styling .wrapper-styling .styling {
        background-repeat: repeat;
        background-size: contain;
        background-position: top; }

.background-product {
  position: relative;
  padding-top: 25%; }
  .background-product .inner-background {
    position: absolute;
    top: 0;
    height: 100%;
    background: #99b4d3; }
  .background-product:nth-child(even) .inner-background {
    left: 0;
    width: 101%;
    /* If you make it 100%, you get a bit of black showing along the diagonal */
    height: 100%;
    background: #99b4d3;
    -webkit-clip-path: polygon(0 0, 38% 0, 50% 100%, 0% 100%);
    clip-path: polygon(0 0, 38% 0, 50% 100%, 0% 100%); }
  .background-product:nth-child(odd) .inner-background {
    right: 0;
    width: 100%;
    height: 100%;
    background: #99b4d3;
    -webkit-clip-path: polygon(38% 0, 100% 0, 100% 100%, 50% 100%);
    clip-path: polygon(38% 0, 100% 0, 100% 100%, 50% 100%); }
  .background-product .right {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #d9b596;
    -webkit-clip-path: polygon(76% 0, 100% 0, 100% 100%, 24% 100%);
    clip-path: polygon(76% 0, 100% 0, 100% 100%, 24% 100%); }

.wrapper-content-box {
  overflow: hidden;
  position: relative; }
  .wrapper-content-box:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 48.4375%; }
  .wrapper-content-box > .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat; }
  .wrapper-content-box:before {
    padding-top: 35%;
    /*@media (max-width: 1600px){
    	padding-top: 37%;
    }
    @media (max-width: 1440px){
    	padding-top: 38%;
    }
    @media (max-width: 1400px){
    	padding-top: 39%;
    }*/ }
  @media (max-width: 991px) {
    .wrapper-content-box {
      overflow: hidden; } }
  .wrapper-content-box.container-banner {
    background: #BDD2D6; }
    @media (max-width: 991px) {
      .wrapper-content-box.container-banner:before {
        padding-top: 45%; } }
    .wrapper-content-box.container-banner .inner-content {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      /*background-size: cover;*/
      background-size: auto 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-top: 9.5rem; }
      .wrapper-content-box.container-banner .inner-content.top {
        padding-top: 13%;
        justify-content: start; }
        @media (max-width: 57.4rem) {
          .wrapper-content-box.container-banner .inner-content.top {
            justify-content: center;
            padding-top: 6rem; } }
      @media (max-width: 991px) {
        .wrapper-content-box.container-banner .inner-content {
          padding-top: 6rem; } }
      .wrapper-content-box.container-banner .inner-content .title {
        color: #000;
        /*position: relative;
        height: calc(100% - 81%);*/ }
        .wrapper-content-box.container-banner .inner-content .title p {
          margin: 0;
          font-size: 2.4rem;
          font-family: 'Avenir-Light';
          line-height: 1.2;
          letter-spacing: .4rem; }
          @media (max-width: 991px) {
            .wrapper-content-box.container-banner .inner-content .title p {
              font-size: 1.2rem;
              letter-spacing: .3rem; } }
        .wrapper-content-box.container-banner .inner-content .title h1 {
          font-family: 'Opificio-Regular';
          margin: 0;
          font-size: 8rem;
          margin-bottom: 2rem;
          margin-top: 5px;
          line-height: 1.2; }
          @media (max-width: 991px) {
            .wrapper-content-box.container-banner .inner-content .title h1 {
              font-size: 5rem;
              margin-top: 0;
              margin-bottom: 10px; } }
        @media (max-width: 57.4rem) {
          .wrapper-content-box.container-banner .inner-content .title img {
            max-width: 15rem; } }
  .wrapper-content-box.content-box .container-content {
    max-width: 1400px;
    width: 1400px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: auto;
    margin-left: auto;
    height: 100%; }
    .wrapper-content-box.content-box .container-content.right .row .col-content {
      padding: 0;
      flex: 0 0 53.1rem;
      max-width: 53.1rem; }
      @media (max-width: 1400px) {
        .wrapper-content-box.content-box .container-content.right .row .col-content {
          flex: 0 0 48rem;
          max-width: 48rem; } }
      .wrapper-content-box.content-box .container-content.right .row .col-content .content-slide .inner-product-slide {
        width: 35rem; }
      .wrapper-content-box.content-box .container-content.right .row .col-content.with-background .content-slide .inner-product-slide {
        width: 100%; }
        .wrapper-content-box.content-box .container-content.right .row .col-content.with-background .content-slide .inner-product-slide .wrapper-content {
          width: 33rem;
          margin: 0 auto; }
    @media (max-width: 1400px) {
      .wrapper-content-box.content-box .container-content {
        max-width: 100%;
        width: 100%; } }
  .wrapper-content-box.content-box:nth-child(2) .inner-content .row .wrapper-title .title {
    font-size: 4.6rem; }
    @media (max-width: 1400px) {
      .wrapper-content-box.content-box:nth-child(2) .inner-content .row .wrapper-title .title {
        font-size: 3.6rem; } }
    @media (max-width: 991px) {
      .wrapper-content-box.content-box:nth-child(2) .inner-content .row .wrapper-title .title {
        font-size: 3rem; } }
  .wrapper-content-box.content-box:nth-child(2) .inner-content .row .wrapper-title .after-subtitle {
    margin-top: 1rem; }
  .wrapper-content-box.content-box .inner-content {
    background-repeat: no-repeat;
    /*background-size: 80%;*/
    /*background-size: 58%;*/
    background-size: cover;
    background-position: bottom left;
    /*width: 80%;*/
    width: 100%;
    height: 100%; }
    @media (max-width: 991px) {
      .wrapper-content-box.content-box .inner-content {
        background-position: auto !important;
        width: 100%; } }
    .wrapper-content-box.content-box .inner-content .row {
      height: 100%;
      /*justify-content: center;*/
      align-items: center; }
      .wrapper-content-box.content-box .inner-content .row .wrapper-title {
        line-height: 1.2; }
        .wrapper-content-box.content-box .inner-content .row .wrapper-title .title {
          font-family: "SF UI Display Medium", serif;
          font-size: 3.6rem;
          line-height: 1.1;
          font-weight: 900;
          letter-spacing: initial;
          margin: 0;
          margin-bottom: 3rem; }
          @media (max-width: 1400px) {
            .wrapper-content-box.content-box .inner-content .row .wrapper-title .title {
              font-size: 3.2rem;
              margin-bottom: 1.5rem; } }
          @media (max-width: 991px) {
            .wrapper-content-box.content-box .inner-content .row .wrapper-title .title {
              font-size: 2.5rem; } }
        .wrapper-content-box.content-box .inner-content .row .wrapper-title .subtitle {
          font-weight: 600;
          letter-spacing: 0; }
          .wrapper-content-box.content-box .inner-content .row .wrapper-title .subtitle h2 {
            font-family: 'Montserrat-Bold';
            margin: 0;
            margin-top: 2rem;
            margin-bottom: 2rem;
            font-size: 2rem;
            line-height: 1.4; }
            @media (max-width: 1600px) {
              .wrapper-content-box.content-box .inner-content .row .wrapper-title .subtitle h2 {
                margin-top: 1rem;
                margin-bottom: 1rem; } }
            @media (max-width: 57.4rem) {
              .wrapper-content-box.content-box .inner-content .row .wrapper-title .subtitle h2 {
                font-size: 2.5rem; } }
          .wrapper-content-box.content-box .inner-content .row .wrapper-title .subtitle h3 {
            font-family: 'Montserrat-Bold';
            margin: 0;
            margin-top: 2rem;
            margin-bottom: 2rem;
            font-size: 1.8rem;
            line-height: 1.4; }
            @media (max-width: 1600px) {
              .wrapper-content-box.content-box .inner-content .row .wrapper-title .subtitle h3 {
                margin-top: 1rem;
                margin-bottom: 1rem; } }
            @media (max-width: 57.4rem) {
              .wrapper-content-box.content-box .inner-content .row .wrapper-title .subtitle h3 {
                font-size: 2.5rem; } }
          .wrapper-content-box.content-box .inner-content .row .wrapper-title .subtitle h4 {
            font-family: 'Montserrat-Bold';
            margin: 0;
            margin-top: 2rem;
            margin-bottom: 2rem;
            font-size: 1.6rem;
            line-height: 1.4; }
            @media (max-width: 1600px) {
              .wrapper-content-box.content-box .inner-content .row .wrapper-title .subtitle h4 {
                margin-top: 1rem;
                margin-bottom: 1rem; } }
            @media (max-width: 57.4rem) {
              .wrapper-content-box.content-box .inner-content .row .wrapper-title .subtitle h4 {
                font-size: 2.5rem; } }
          .wrapper-content-box.content-box .inner-content .row .wrapper-title .subtitle p {
            line-height: 1.8;
            font-weight: 600; }
            @media (max-width: 1400px) {
              .wrapper-content-box.content-box .inner-content .row .wrapper-title .subtitle p {
                font-size: 1.2rem; } }
            @media (max-width: 991px) {
              .wrapper-content-box.content-box .inner-content .row .wrapper-title .subtitle p {
                font-size: 1.4rem; } }
          .wrapper-content-box.content-box .inner-content .row .wrapper-title .subtitle ul {
            padding-left: 0; }
            .wrapper-content-box.content-box .inner-content .row .wrapper-title .subtitle ul li {
              font-weight: 600;
              font-size: 1.4rem;
              position: relative;
              list-style: none; }
              .wrapper-content-box.content-box .inner-content .row .wrapper-title .subtitle ul li:after {
                content: "";
                display: block;
                width: 100px;
                border-bottom: 1px dashed;
                text-align: center;
                margin: 0 auto;
                margin-top: 1.5rem;
                margin-bottom: 1.5rem; }
              .wrapper-content-box.content-box .inner-content .row .wrapper-title .subtitle ul li:last-child:after {
                content: unset; }
              @media (max-width: 1400px) {
                .wrapper-content-box.content-box .inner-content .row .wrapper-title .subtitle ul li {
                  font-size: 1.2rem; } }
              @media (max-width: 991px) {
                .wrapper-content-box.content-box .inner-content .row .wrapper-title .subtitle ul li {
                  font-size: 1.4rem; } }
      .wrapper-content-box.content-box .inner-content .row .content {
        font-weight: 600;
        padding: 0 0 2rem 0; }
        .wrapper-content-box.content-box .inner-content .row .content p {
          line-height: 1.8;
          font-size: 1.5rem; }
      .wrapper-content-box.content-box .inner-content .row .col-content {
        height: calc(100% - 10rem);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0;
        flex: 0 0 53.1rem;
        max-width: 53.1rem; }
        .wrapper-content-box.content-box .inner-content .row .col-content .divider-content {
          width: 100%;
          padding: 0 3rem; }
          @media (max-width: 1400px) {
            .wrapper-content-box.content-box .inner-content .row .col-content .divider-content {
              padding: 0 2rem; } }
        @media (max-width: 1400px) {
          .wrapper-content-box.content-box .inner-content .row .col-content {
            flex: 0 0 48rem;
            max-width: 48rem;
            height: calc(100% - 5rem);
            /*&.offset-lg-7{
            	margin-left: 50%;
            }*/ }
            .wrapper-content-box.content-box .inner-content .row .col-content.offset-lg-1 {
              margin-left: 2.33333333%; } }
        @media (max-width: 57.4rem) {
          .wrapper-content-box.content-box .inner-content .row .col-content {
            padding: 0 3rem; } }
        .wrapper-content-box.content-box .inner-content .row .col-content.with-background {
          background: rgba(255, 255, 255, 0.78);
          position: relative;
          /*&:before{
          	content: " ";
          	position: absolute;
          	top: 0;
          	left: -5rem;
          	width: 5rem;
          	height: 100%;
          	background: rgba(255,255,255,.78);
          }
          &:after{
          	content: " ";
          	position: absolute;
          	top: 0;
          	right: -5rem;
          	width: 5rem;
          	height: 100%;
          	background: rgba(255,255,255,.78);
          }*/ }
          .wrapper-content-box.content-box .inner-content .row .col-content.with-background .content-slide .inner-product-slide {
            width: 70%; }
        .wrapper-content-box.content-box .inner-content .row .col-content .content-slide .inner-product-slide {
          width: 100%; }
  .wrapper-content-box.content-box.mobile-content:before {
    padding-top: 0 !important; }
  .wrapper-content-box.content-box.mobile-content .col-content {
    padding-left: 3rem;
    padding-right: 3rem; }
  .wrapper-content-box.content-box.mobile-content .wrapper-title {
    line-height: 1.2; }
    .wrapper-content-box.content-box.mobile-content .wrapper-title .title {
      font-family: "SF UI Display Medium", serif;
      font-size: 3.6rem;
      line-height: 1.2;
      margin: 0;
      margin-bottom: 2rem;
      font-weight: 900; }
      @media (max-width: 991px) {
        .wrapper-content-box.content-box.mobile-content .wrapper-title .title {
          font-size: 2.5rem; } }
    .wrapper-content-box.content-box.mobile-content .wrapper-title br {
      content: "";
      display: none; }
    .wrapper-content-box.content-box.mobile-content .wrapper-title .subtitle {
      font-weight: 600;
      padding-left: 3rem;
      padding-right: 3rem;
      letter-spacing: 0; }
      @media (max-width: 767px) {
        .wrapper-content-box.content-box.mobile-content .wrapper-title .subtitle {
          padding-left: 0;
          padding-right: 0; } }
      .wrapper-content-box.content-box.mobile-content .wrapper-title .subtitle h2 {
        font-family: 'Montserrat-Bold';
        margin: 0;
        margin-bottom: 2rem;
        font-size: 2.5rem; }
        @media (max-width: 57.4rem) {
          .wrapper-content-box.content-box.mobile-content .wrapper-title .subtitle h2 {
            font-size: 1.8rem; } }
      .wrapper-content-box.content-box.mobile-content .wrapper-title .subtitle p {
        line-height: 1.8;
        font-weight: 600; }
      .wrapper-content-box.content-box.mobile-content .wrapper-title .subtitle br {
        content: "";
        display: none; }
      .wrapper-content-box.content-box.mobile-content .wrapper-title .subtitle ul {
        padding-left: 0; }
        .wrapper-content-box.content-box.mobile-content .wrapper-title .subtitle ul li {
          font-weight: 600;
          font-size: 1.4rem;
          position: relative;
          list-style: none; }
          .wrapper-content-box.content-box.mobile-content .wrapper-title .subtitle ul li:after {
            content: "";
            display: block;
            width: 100px;
            border-bottom: 1px dashed;
            text-align: center;
            margin: 0 auto;
            margin-top: 1.5rem;
            margin-bottom: 1.5rem; }
          .wrapper-content-box.content-box.mobile-content .wrapper-title .subtitle ul li:last-child:after {
            content: unset; }
          @media (max-width: 1400px) {
            .wrapper-content-box.content-box.mobile-content .wrapper-title .subtitle ul li {
              font-size: 1.2rem; } }
          @media (max-width: 991px) {
            .wrapper-content-box.content-box.mobile-content .wrapper-title .subtitle ul li {
              font-size: 1.4rem; } }
  .wrapper-content-box .image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

.content-slide {
  width: 100%;
  margin-top: 3rem; }
  @media (max-width: 1600px) {
    .content-slide {
      margin-top: 2rem; } }
  @media (max-width: 57.4rem) {
    .content-slide .swiper-pagination-bullets {
      bottom: 0; } }
  .content-slide .inner-product-slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 70%;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 1400px) {
      .content-slide .inner-product-slide {
        margin-bottom: 0; } }
    @media (max-width: 57.4rem) {
      .content-slide .inner-product-slide {
        padding-bottom: 1.5rem; } }
    .content-slide .inner-product-slide .first-content {
      margin-bottom: 3rem; }
      @media (max-width: 1400px) {
        .content-slide .inner-product-slide .first-content {
          margin-bottom: 0; } }
      .content-slide .inner-product-slide .first-content .wrapper-content .content p {
        line-height: 1.8;
        font-weight: 600; }
    .content-slide .inner-product-slide .inner-content {
      width: 100%;
      justify-content: center;
      display: flex;
      flex-direction: column; }
      .content-slide .inner-product-slide .inner-content .wrapper-image {
        margin-bottom: 3rem; }
      .content-slide .inner-product-slide .inner-content .wrapper-subtitle {
        font-family: "SF UI Display Medium", serif;
        line-height: 1.2;
        font-size: 3.6rem;
        font-size: 2.5rem;
        letter-spacing: initial; }
        .content-slide .inner-product-slide .inner-content .wrapper-subtitle .subtitle {
          font-family: 'Montserrat-Bold';
          font-size: 1.8rem;
          letter-spacing: initial;
          margin: 0;
          margin-bottom: 1.5rem; }
          @media (max-width: 767px) {
            .content-slide .inner-product-slide .inner-content .wrapper-subtitle .subtitle br {
              content: "";
              display: none; } }
      .content-slide .inner-product-slide .inner-content .wrapper-content .content p {
        line-height: 1.8;
        font-weight: 600;
        letter-spacing: initial; }
        @media (max-width: 1400px) {
          .content-slide .inner-product-slide .inner-content .wrapper-content .content p {
            font-size: 1.2rem; } }
      @media (max-width: 767px) {
        .content-slide .inner-product-slide .inner-content .wrapper-content .content br {
          content: "";
          display: none; } }
  .content-slide .arrow-product {
    background: #000;
    border-radius: 50%;
    width: 3.4rem;
    height: 3.4rem; }
    @media (max-width: 991px) {
      .content-slide .arrow-product {
        width: 25px;
        height: 25px; } }
    .content-slide .arrow-product.swiper-button-next {
      right: 0; }
      @media (max-width: 991px) {
        .content-slide .arrow-product.swiper-button-next {
          right: 0; } }
      .content-slide .arrow-product.swiper-button-next:after {
        content: "";
        background: url("../img/arrow-right.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 2rem;
        height: 19px;
        position: relative;
        top: -1px; }
        @media (max-width: 991px) {
          .content-slide .arrow-product.swiper-button-next:after {
            width: 1.5rem;
            height: 1.4rem; } }
    .content-slide .arrow-product.swiper-button-prev {
      left: 0; }
      @media (max-width: 991px) {
        .content-slide .arrow-product.swiper-button-prev {
          left: 0; } }
      .content-slide .arrow-product.swiper-button-prev:after {
        content: "";
        background: url("../img/arrow-left.png");
        background-repeat: no-repeat;
        background-size: contain;
        width: 2rem;
        height: 19px;
        position: relative;
        top: -1px; }
        @media (max-width: 991px) {
          .content-slide .arrow-product.swiper-button-prev:after {
            width: 1.5rem;
            height: 1.4rem; } }

.wrapper-product-slide {
  padding: 10rem 0 5rem 0;
  /*#product-slide .swiper-slide{
     max-width: 669px !important;
  }*/
  /*.drag-range .rangeslider__handle:hover
  {
  	height: 8px;
  	top: -3px !important;
  }*/ }
  @media (max-width: 991px) {
    .wrapper-product-slide {
      padding: 3rem 0 8rem 0; } }
  .wrapper-product-slide #product-slide {
    margin-top: 5rem; }
    @media (max-width: 991px) {
      .wrapper-product-slide #product-slide {
        margin-top: 3rem; } }
  .wrapper-product-slide .flickity-button {
    display: none; }
    @media (max-width: 991px) {
      .wrapper-product-slide .flickity-button {
        display: block;
        top: 120%; } }
    .wrapper-product-slide .flickity-button.flickity-prev-next-button {
      background: #000;
      width: 3.4rem;
      height: 3.4rem; }
      @media (max-width: 991px) {
        .wrapper-product-slide .flickity-button.flickity-prev-next-button {
          width: 25px;
          height: 25px; } }
      .wrapper-product-slide .flickity-button.flickity-prev-next-button .flickity-button-icon {
        display: none; }
      .wrapper-product-slide .flickity-button.flickity-prev-next-button.next {
        right: 43%; }
        .wrapper-product-slide .flickity-button.flickity-prev-next-button.next:after {
          content: " ";
          background: url("../img/arrow-right.png");
          background-repeat: no-repeat;
          background-size: contain;
          width: 2rem;
          height: 19px;
          position: relative;
          display: block;
          left: -3px; }
          @media (max-width: 991px) {
            .wrapper-product-slide .flickity-button.flickity-prev-next-button.next:after {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              width: 1.5rem;
              height: 1.5rem; } }
      .wrapper-product-slide .flickity-button.flickity-prev-next-button.previous {
        left: 43%; }
        .wrapper-product-slide .flickity-button.flickity-prev-next-button.previous:after {
          content: " ";
          background: url("../img/arrow-left.png");
          background-repeat: no-repeat;
          background-size: contain;
          width: 2rem;
          height: 19px;
          position: relative;
          display: block;
          right: -3px; }
          @media (max-width: 991px) {
            .wrapper-product-slide .flickity-button.flickity-prev-next-button.previous:after {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              width: 1.5rem;
              height: 1.5rem; } }
  .wrapper-product-slide .flickity-slider.begin_flicky {
    transition: .3s;
    transform: translateX(0px) !important; }
  .wrapper-product-slide .progress-bar {
    height: 2rem;
    width: 0;
    background: #A5A5A5; }
  .wrapper-product-slide #product-slide .carousel-image {
    margin-right: 1.5rem;
    height: 50rem; }
    @media (max-width: 1400px) {
      .wrapper-product-slide #product-slide .carousel-image {
        height: 40rem; } }
    @media (max-width: 991px) {
      .wrapper-product-slide #product-slide .carousel-image {
        height: 20rem; } }
  .wrapper-product-slide .drag-range {
    margin: 0 auto !important;
    margin-top: 5rem !important; }
  .wrapper-product-slide .drag-range #slider .ui-slider-handle {
    width: 10rem;
    cursor: all-scroll;
    height: .2rem;
    top: -.1rem;
    transition: 0.1s;
    border: 0.1rem solid #000;
    background: #000;
    -ms-touch-action: none;
    touch-action: none; }
  .wrapper-product-slide .drag-range #slider .ui-slider-handle:hover {
    height: .4rem;
    top: -.2rem; }
  .wrapper-product-slide .drag-range #slider .ui-slider-handle:focus {
    outline: 0;
    border: 0.1rem solid #000;
    background: #000; }
  .wrapper-product-slide .drag-range #slider {
    border: .1rem solid #A5A5A5;
    height: .4rem; }
  .wrapper-product-slide .drag-range .rangeslider--horizontal {
    height: .4rem; }
  .wrapper-product-slide .drag-range .rangeslider__handle:after {
    display: none; }
  .wrapper-product-slide .drag-range .rangeslider__handle {
    width: 20rem;
    border-radius: 2.2rem;
    height: 11px;
    top: -.4rem !important;
    background: #000;
    cursor: all-scroll;
    transition: 0.3s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .wrapper-product-slide .drag-range .rangeslider {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #A5A5A5; }
  .wrapper-product-slide .drag-range .rangeslider__fill {
    background: #A5A5A5;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.carousel-text-glide {
  margin-top: 2rem;
  margin-bottom: 0;
  font-weight: 600; }

.list-product-logo {
  border: 0;
  border-radius: 0;
  margin: 0 0 3rem 0; }
  .list-product-logo .list-group-item {
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    background-color: transparent; }

.wrapper-product-detail {
  background: #f4f4f4;
  padding: 5rem 0 2rem 0; }
  @media (max-width: 991px) {
    .wrapper-product-detail {
      padding: 3rem 1.5rem 2rem 1.5rem; } }
  .wrapper-product-detail .wrapper-title {
    font-family: "SF UI Display Medium", serif;
    line-height: 1.2;
    font-size: 3.6rem;
    margin-bottom: 1rem; }
    @media (max-width: 991px) {
      .wrapper-product-detail .wrapper-title {
        font-size: 2.5rem; } }
    .wrapper-product-detail .wrapper-title.grab-title {
      text-align: center; }
      @media (max-width: 991px) {
        .wrapper-product-detail .wrapper-title.grab-title {
          text-align: left; } }
    .wrapper-product-detail .wrapper-title .title {
      font-size: 2.5rem;
      line-height: 1.2;
      margin: 0;
      font-weight: 700; }
      @media (max-width: 991px) {
        .wrapper-product-detail .wrapper-title .title {
          font-size: 1.8rem; } }
  .wrapper-product-detail .wrapper-content {
    font-weight: 600; }
    .wrapper-product-detail .wrapper-content p {
      line-height: 1.8; }
  .wrapper-product-detail .list-grab {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1.2rem; }
    @media (max-width: 991px) {
      .wrapper-product-detail .list-grab {
        padding: 0;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
        margin-bottom: 2rem;
        justify-content: center; } }
    .wrapper-product-detail .list-grab .inner-list {
      display: flex;
      flex-direction: row;
      justify-content: center; }
      @media (max-width: 991px) {
        .wrapper-product-detail .list-grab .inner-list {
          display: flex;
          flex-direction: row;
          justify-content: start;
          flex: 0 0 50%;
          max-width: 50%;
          flex-wrap: nowrap; } }
      .wrapper-product-detail .list-grab .inner-list:hover a {
        text-decoration: underline; }
      .wrapper-product-detail .list-grab .inner-list:active a {
        text-decoration: underline; }
    .wrapper-product-detail .list-grab a {
      font-size: 1.2rem;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      letter-spacing: 1.8; }
      .wrapper-product-detail .list-grab a:first-child {
        min-width: 8.2rem;
        margin-right: 1.5rem; }
        @media (max-width: 991px) {
          .wrapper-product-detail .list-grab a:first-child {
            min-width: 4.5rem; } }
      .wrapper-product-detail .list-grab a:nth-child(2) {
        min-width: 8rem;
        justify-content: start; }
      .wrapper-product-detail .list-grab a:hover {
        color: #000; }
      .wrapper-product-detail .list-grab a:active {
        color: #000; }
      .wrapper-product-detail .list-grab a:focus {
        color: #000; }

.table-product-detail {
  font-size: 1.2rem; }
  .table-product-detail tr {
    padding: 0; }
  .table-product-detail td {
    padding: 0 0 .5rem 1rem;
    /* word-break: break-all;  */
  }
    @media (max-width: 991px) {
      .table-product-detail td {
        padding: 0; } }
    .table-product-detail td:nth-child(1) {
      width: 17rem; }
      @media (max-width: 991px) {
        .table-product-detail td:nth-child(1) {
          width: 14rem; } }
    .table-product-detail td:nth-child(2) {
      width: .5rem;
      padding: 0; }
    .table-product-detail td:nth-child(3) {
      padding-left: .5rem; }

.mobile-content {
  padding: 3rem 0; }

.wrapper-colors {
  padding-top: 10rem;
  padding-bottom: 5rem; }
  @media (max-width: 991px) {
    .wrapper-colors {
      padding-top: 0; } }
  @media (max-width: 57.4rem) {
    .wrapper-colors {
      padding-bottom: 0; } }
  .wrapper-colors .container-title-section {
    margin-bottom: 10rem; }
    @media (max-width: 991px) {
      .wrapper-colors .container-title-section {
        margin-bottom: 3rem; } }
  .wrapper-colors .card {
    border: 0;
    border-radius: 0;
    background: transparent;
    background-color: transparent; }
    .wrapper-colors .card .card-title {
      font-size: 2rem;
      font-family: 'Montserrat-Bold';
      color: #000;
      text-align: center;
      margin-top: 2rem; }
      @media (max-width: 57.4rem) {
        .wrapper-colors .card .card-title {
          font-size: 1.4rem;
          margin-top: 1rem;
          margin-bottom: 3rem; } }
  .wrapper-colors .wrapper-image {
    position: relative;
    padding-top: 95.06%; }
    @media (max-width: 57.4rem) {
      .wrapper-colors .wrapper-image {
        padding-top: 65%; } }
    .wrapper-colors .wrapper-image .image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
      @media (max-width: 991px) {
        .wrapper-colors .wrapper-image .image {
          background-size: cover; } }
      @media (max-width: 767px) {
        .wrapper-colors .wrapper-image .image {
          background-size: contain; } }

@media (max-width: 991px) {
  .about-page .wrapper-list:nth-child(even) .list:nth-child(odd) {
    order: 1; }
  .about-page .wrapper-list:last-child .list.wrapper-content {
    padding-bottom: 0; } }
.about-page .wrapper-list .list.thumbnail {
  position: relative; }
  .about-page .wrapper-list .list.thumbnail:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 65.0584795322%; }
  .about-page .wrapper-list .list.thumbnail > .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat; }
  .about-page .wrapper-list .list.thumbnail .image {
    background-size: cover;
    background-position: center; }
.about-page .wrapper-list .list.wrapper-content {
  padding: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 991px) {
    .about-page .wrapper-list .list.wrapper-content {
      padding: 3rem;
      padding-bottom: 1.5rem;
      text-align: center; } }
  .about-page .wrapper-list .list.wrapper-content:nth-child(odd) {
    align-items: flex-end; }
  .about-page .wrapper-list .list.wrapper-content .inner-content {
    max-width: 50rem; }
  .about-page .wrapper-list .list.wrapper-content .wrapper-title {
    font-family: "SF UI Display Medium", serif;
    font-size: 4.2rem;
    margin-bottom: 2rem; }
    @media (max-width: 991px) {
      .about-page .wrapper-list .list.wrapper-content .wrapper-title {
        font-size: 2.8rem; } }
    .about-page .wrapper-list .list.wrapper-content .wrapper-title .title {
      font-size: 4.2rem;
      line-height: 1.2;
      font-weight: 600; }
      @media (max-width: 991px) {
        .about-page .wrapper-list .list.wrapper-content .wrapper-title .title {
          font-size: 2.8rem; } }

@media (max-width: 991px) {
  .contact-page .col-list-form:first-child {
    margin-bottom: 3rem; } }
@media (max-width: 991px) {
  .contact-page .col-list-form:first-child .form-group.group-submit {
    margin-bottom: 0; } }
@media (max-width: 991px) {
  .contact-page .col-list-form:first-child .btn-act {
    margin-top: 1.5rem; } }
.contact-page .col-list-form:last-child {
  padding-left: 5rem; }
  @media (max-width: 991px) {
    .contact-page .col-list-form:last-child {
      padding-left: 1.5rem; } }
  .contact-page .col-list-form:last-child .container-title-section {
    margin-bottom: 2rem; }
    @media (max-width: 991px) {
      .contact-page .col-list-form:last-child .container-title-section {
        margin-top: 0; } }
    @media (min-width: 1200px) {
      .contact-page .col-list-form:last-child .container-title-section .title {
        font-size: 36px; } }
.contact-page .container-title-section {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 991px) {
    .contact-page .container-title-section {
      margin-top: 3rem;
      margin-bottom: 3rem; } }
@media (max-width: 991px) {
  .contact-page .contact-list {
    display: flex;
    flex-direction: row;
    justify-content: center; } }
.contact-page .contact-list .list-group {
  margin-top: 1.5rem; }
  @media (max-width: 991px) {
    .contact-page .contact-list .list-group {
      margin-top: 0; } }
  .contact-page .contact-list .list-group .list-group-item {
    background-color: transparent;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: row; }
    @media (max-width: 991px) {
      .contact-page .contact-list .list-group .list-group-item:last-child {
        margin-bottom: 0; } }
.contact-page .contact-list .icon {
  width: 5rem;
  height: 5rem;
  border: .2rem solid #606060;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: start; }
.contact-page .contact-list .detail {
  color: #000;
  margin-left: 3rem; }
  .contact-page .contact-list .detail .wrapper-title {
    font-size: 1.2rem;
    letter-spacing: 1.8px;
    font-weight: 600; }
  .contact-page .contact-list .detail .contact-us {
    font-family: 'Montserrat-Bold'; }
    .contact-page .contact-list .detail .contact-us a {
      color: #000; }
      .contact-page .contact-list .detail .contact-us a:hover {
        color: #000;
        text-decoration: underline; }
      .contact-page .contact-list .detail .contact-us a:focus {
        color: #000;
        text-decoration: underline; }
      .contact-page .contact-list .detail .contact-us a:active {
        color: #000;
        text-decoration: underline; }
  .contact-page .contact-list .detail p {
    margin: 0; }

.list-promotion {
  margin-bottom: 50px; }
  @media (max-width: 991px) {
    .list-promotion {
      margin-bottom: 2rem; } }
  .list-promotion:nth-child(3n) .wrapper-divider .divider {
    background-image: url("../img/divider-promotion.png"); }
  .list-promotion:nth-child(3n - 1) .wrapper-divider .divider {
    background-image: url("../img/divider-promotion-1.png"); }
  .list-promotion:nth-child(3n - 2) .wrapper-divider .divider {
    background-image: url("../img/divider-promotion-2.png"); }
  .list-promotion .box-banner {
    background-color: #000;
    position: relative;
    position: relative; }
    .list-promotion .box-banner:before {
      display: block;
      content: "";
      width: 100%;
      padding-top: 99.7706422018%; }
    .list-promotion .box-banner > .image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-repeat: no-repeat; }
    .list-promotion .box-banner .image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
  .list-promotion .inner-list:nth-child(odd) {
    padding-right: 0; }
    @media (max-width: 991px) {
      .list-promotion .inner-list:nth-child(odd) {
        padding-right: 30px;
        padding-left: 30px; } }
  .list-promotion .inner-list:nth-child(even) {
    position: relative;
    padding-left: 0; }
    @media (max-width: 991px) {
      .list-promotion .inner-list:nth-child(even) {
        padding-left: 30px;
        padding-right: 30px; } }
  .list-promotion .content {
    position: relative;
    z-index: 2;
    color: #000;
    padding: 1.5rem 5rem;
    font-size: 1.4rem; }
    @media (max-width: 991px) {
      .list-promotion .content {
        padding-left: 0;
        padding-right: 0; } }
    .list-promotion .content .periode {
      color: #BE945F;
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 15px; }
      .list-promotion .content .periode p {
        margin: 0; }
    .list-promotion .content .wrapper-title {
      font-size: 3.2rem;
      margin-bottom: 15px; }
      @media (max-width: 991px) {
        .list-promotion .content .wrapper-title {
          font-size: 2.4rem; } }
      .list-promotion .content .wrapper-title .title-banner {
        font-size: 3.2rem;
        line-height: 1; }
        @media (max-width: 991px) {
          .list-promotion .content .wrapper-title .title-banner {
            font-size: 2.4rem; } }
    .list-promotion .content .wrapper-description {
      margin-bottom: 20px; }
  .list-promotion .wrapper-divider {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    background: linear-gradient(0deg, rgba(149, 124, 107, 0.3) 50%, transparent 100%); }
    .list-promotion .wrapper-divider .divider {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      .list-promotion .wrapper-divider .divider:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 27.615385%; }
      .list-promotion .wrapper-divider .divider:after {
        display: block;
        content: "";
        width: 100%;
        position: absolute;
        top: -30%;
        left: 0;
        right: 0;
        height: 50%;
        background: linear-gradient(180deg, #fbfaf9 50%, rgba(255, 255, 255, 0.1) 100%); }

#container-layout.page-store .header-store {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center; }
  @media (max-width: 991px) {
    #container-layout.page-store .header-store {
      padding-right: 30px;
      padding-left: 30px;
      flex-direction: column; } }

#form-city {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 991px) {
    #form-city {
      width: 100%;
      margin-bottom: 30px; } }
  #form-city .form-group {
    margin-left: 10px;
    margin-bottom: 0;
    min-width: 250px; }
    @media (max-width: 991px) {
      #form-city .form-group {
        min-width: auto;
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px; } }
    @media (max-width: 991px) {
      #form-city .form-group.outer-group:last-child {
        margin-bottom: 0 !important; } }
  #form-city .form-control {
    font-size: 1.2rem;
    font-weight: 500;
    height: 42px;
    background: transparent;
    background-color: transparent;
    color: #606060;
    letter-spacing: 2px; }
    #form-city .form-control::-webkit-input-placeholder {
      color: #000;
      font-size: 1.2rem;
      font-weight: 500;
      letter-spacing: 2px; }
    #form-city .form-control:-ms-input-placeholder {
      color: #000;
      font-size: 1.2rem;
      font-weight: 500;
      letter-spacing: 2px; }
    #form-city .form-control::placeholder {
      color: #000;
      font-size: 1.2rem;
      font-weight: 500;
      letter-spacing: 2px; }
  #form-city .input-group {
    border: 1px solid #606060;
    border-radius: 22px;
    width: auto;
    min-width: 250px;
    margin-left: 10px;
    overflow: hidden; }
    @media (max-width: 991px) {
      #form-city .input-group {
        min-width: auto;
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px; } }
    @media (max-width: 991px) {
      #form-city .input-group.outer-group:last-child {
        margin-bottom: 0 !important; } }
    #form-city .input-group .form-control {
      padding-left: 20px;
      border: 0; }
      #form-city .input-group .form-control:active {
        box-shadow: none; }
      #form-city .input-group .form-control:focus {
        box-shadow: none; }
    #form-city .input-group .btn {
      background: #000;
      background-color: #000;
      color: #fff;
      padding-left: 0;
      padding-right: 0;
      width: 50px; }

#wrapper-map-store {
  position: relative; }
  #wrapper-map-store:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 68.7583444593%; }
  #wrapper-map-store > #inner-map-store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat; }
  #wrapper-map-store #inner-map-store {
    background: #957C6B;
    background-color: #957C6B; }
    #wrapper-map-store #inner-map-store #map-store {
      position: relative;
      width: 100%;
      height: 100%; }
      #wrapper-map-store #inner-map-store #map-store iframe {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100% !important;
        height: 100% !important;
        position: absolute !important;
        border: 0; }

@media (max-width: 991px) {
  .row-store {
    flex-direction: column-reverse;
    align-self: start;
    align-items: start; } }

.col-store:nth-child(odd) {
  padding-right: 9px; }
  @media (max-width: 991px) {
    .col-store:nth-child(odd) {
      padding-right: 15px;
      padding-left: 30px; } }
.col-store:nth-child(even) {
  padding-left: 0; }
  @media (max-width: 991px) {
    .col-store:nth-child(even) {
      padding-left: 30px;
      padding-right: 30px; } }

#wrapper-list-store {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: scroll; }
  @media (max-width: 991px) {
    #wrapper-list-store {
      margin-top: 30px; } }
  #wrapper-list-store:before {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    width: 100%;
    height: 100%;
    background: #E9EAE9;
    background-color: #E9EAE9; }
    @media (max-width: 991px) {
      #wrapper-list-store:before {
        right: 30px; } }
  #wrapper-list-store .scrollbar-thumb {
    background: #957C6B; }
    @media (max-width: 991px) {
      #wrapper-list-store .scrollbar-thumb {
        width: 8px;
        left: 2px; } }
  #wrapper-list-store .scrollbar-track {
    background: transparent;
    right: 0; }
    @media (max-width: 991px) {
      #wrapper-list-store .scrollbar-track {
        background: #E8E8E8; } }
  @media (max-width: 991px) {
    #wrapper-list-store .scrollbar-track-y {
      width: 12px; } }
  #wrapper-list-store .scroll-content {
    position: relative;
    margin-right: 15px;
    height: 100%;
    background: #E9EAE9;
    background-color: #E9EAE9; }
    @media (max-width: 991px) {
      #wrapper-list-store .scroll-content {
        margin-right: 15px; } }
  #wrapper-list-store .list-group {
    border-radius: 0;
    border: 0;
    background: #E9EAE9;
    background-color: #E9EAE9;
    border-bottom: 1px solid #7C7C7C;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    line-height: 1.5;
    font-size: 12px; }
    #wrapper-list-store .list-group:last-child {
      border-bottom: #957C6B; }
    #wrapper-list-store .list-group .our-store {
      border: 0;
      padding: 10px 15px;
      background: #E9EAE9;
      background-color: #E9EAE9;
      color: #000;
      transition: all .2s ease-in-out;
      -webkit-transition: all .2s ease-in-out;
      -moz-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out; }
      #wrapper-list-store .list-group .our-store:hover {
        color: #fff;
        background: #c4a997;
        background-color: #c4a997; }
        #wrapper-list-store .list-group .our-store:hover a {
          color: #fff; }
        #wrapper-list-store .list-group .our-store:hover .wrapper-title {
          color: #fff; }
        #wrapper-list-store .list-group .our-store:hover .wrapper-content {
          color: #fff; }
        #wrapper-list-store .list-group .our-store:hover .wrapper-number {
          color: #fff; }
      #wrapper-list-store .list-group .our-store:active {
        color: #fff;
        background: #957C6B;
        background-color: #957C6B; }
        #wrapper-list-store .list-group .our-store:active .wrapper-title {
          color: #fff; }
        #wrapper-list-store .list-group .our-store:active .wrapper-content {
          color: #fff; }
        #wrapper-list-store .list-group .our-store:active .wrapper-number {
          color: #fff; }
      #wrapper-list-store .list-group .our-store.active {
        color: #fff;
        background: #957C6B;
        background-color: #957C6B;
        border-color: #957C6B;
        cursor: auto; }
        #wrapper-list-store .list-group .our-store.active a {
          color: #fff; }
        #wrapper-list-store .list-group .our-store.active .wrapper-title {
          color: #fff; }
        #wrapper-list-store .list-group .our-store.active .wrapper-content {
          color: #fff; }
        #wrapper-list-store .list-group .our-store.active .wrapper-number {
          color: #fff; }
      #wrapper-list-store .list-group .our-store .wrapper-title {
        margin-bottom: 1rem;
        color: #000;
        font-family: "SF UI Display Medium", serif;
        font-size: 3.2rem;
        margin-bottom: 5px;
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out; }
        #wrapper-list-store .list-group .our-store .wrapper-title .title {
          margin: 0;
          font-size: 1.5rem;
          font-weight: 900; }
      #wrapper-list-store .list-group .our-store .wrapper-content {
        color: #000;
        margin-bottom: 15px;
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out; }
      #wrapper-list-store .list-group .our-store .wrapper-number {
        color: #000;
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out; }
      #wrapper-list-store .list-group .our-store .wrapper-whatsapp {
        color: blue;
        font-weight: bold;
        cursor: pointer;
        text-decoration: underline; }
  #wrapper-list-store p {
    margin: 0; }

.messages-store {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  color: #000;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px; }
  @media (max-width: 574px) {
    .messages-store {
      font-size: 16px; } }

#form-city.form-template .form-group .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  color: #000;
  letter-spacing: 2px; }

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms; }

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms; }

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: .1s; }

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: .1s; }

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: .15s; }

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: .15s; }

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: .2s; }

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: .2s; }

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: .25s; }

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: .25s; }

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: .3s; }

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: .3s; }

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: .35s; }

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: .35s; }

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: .4s; }

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: .4s; }

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: .45s; }

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: .45s; }

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: .5s; }

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: .5s; }

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: .55s; }

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: .55s; }

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: .6s; }

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: .6s; }

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: .65s; }

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: .65s; }

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: .7s; }

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: .7s; }

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: .75s; }

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: .75s; }

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: .8s; }

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: .8s; }

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: .85s; }

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: .85s; }

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: .9s; }

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: .9s; }

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: .95s; }

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: .95s; }

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s; }

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s; }

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s; }

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s; }

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s; }

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s; }

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s; }

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s; }

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s; }

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s; }

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s; }

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s; }

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s; }

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s; }

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s; }

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s; }

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s; }

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s; }

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s; }

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s; }

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s; }

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s; }

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s; }

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s; }

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s; }

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s; }

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s; }

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s; }

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s; }

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s; }

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s; }

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s; }

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s; }

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s; }

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s; }

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s; }

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s; }

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s; }

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s; }

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s; }

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s; }

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s; }

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s; }

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s; }

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s; }

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s; }

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s; }

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s; }

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s; }

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s; }

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s; }

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s; }

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s; }

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s; }

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s; }

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s; }

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s; }

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s; }

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s; }

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s; }

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s; }

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s; }

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s; }

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s; }

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s; }

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s; }

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s; }

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s; }

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s; }

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s; }

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s; }

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s; }

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s; }

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s; }

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s; }

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s; }

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s; }

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s; }

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s; }

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s; }

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s; }

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0; }

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s; }

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease; }

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in; }

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out; }

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out; }

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0); }

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0); }

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0); }

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0); }

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0); }

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0); }

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0); }

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0); }

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0); }

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity,transform; }

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1); }

[data-aos=zoom-in] {
  transform: scale(0.6); }

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6); }

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6); }

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6); }

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6); }

[data-aos=zoom-out] {
  transform: scale(1.2); }

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2); }

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2); }

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2); }

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2); }

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform; }

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0); }

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0); }

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0); }

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0); }

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0); }

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform; }

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg); }

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg); }

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0); }

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg); }

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0); }

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg); }

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0); }



