@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }
a {
  cursor: pointer; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0;
  margin: 0;
  padding: 0; }

*:focus {
  outline: 0; }

.relative {
  position: relative; }

.hidden {
  display: none; }

.fullWidth {
  width: 100%; }

.negativeIndent {
  text-indent: -999999px; }

.reverseFloat {
  float: right; }

.makeDiv {
  display: inline-block; }

.centeredImage {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.italic {
  font-style: italic; }

.noMargin {
  margin: 0; }

.noMarginTop {
  margin-top: 0; }

.noMarginBottom {
  margin-bottom: 0; }

.noMarginLeft {
  margin-left: 0; }

.noMarginRight {
  margin-right: 0; }

.noPadding {
  padding: 0; }

.noPaddingTop {
  padding-top: 0; }

.noPaddingBottom {
  padding-bottom: 0; }

.noPaddingLeft {
  padding-left: 0; }

.noPaddingRight {
  padding-right: 0; }

.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.grayscale:hover {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  filter: none; }

.invertscale {
  filter: invert(50%);
  -webkit-filter: invert(50%);
  /* For Webkit browsers */
  filter: gray;
  /* For IE 6 - 9 */
  -webkit-transition: all .4s ease;
  /* Transition for Webkit browsers */ }

.invertscale:hover {
  filter: invert(0%);
  -webkit-filter: invert(0%);
  filter: none; }

/* columns of same height styles */
.container-xs-height {
  display: table;
  padding-left: 0px;
  padding-right: 0px; }

.row-xs-height {
  display: table-row; }

.col-xs-height {
  display: table-cell;
  float: none; }

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-sm-height {
    display: table-row; }

  .col-sm-height {
    display: table-cell;
    float: none; } }
@media (min-width: 992px) {
  .container-md-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-md-height {
    display: table-row; }

  .col-md-height {
    display: table-cell;
    float: none; } }
@media (min-width: 1200px) {
  .container-lg-height {
    display: table;
    padding-left: 0px;
    padding-right: 0px; }

  .row-lg-height {
    display: table-row; }

  .col-lg-height {
    display: table-cell;
    float: none; } }
/* vertical alignment styles */
.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

.rowNo, .contNo, .colNo {
  padding-left: 0;
  padding-right: 0;
  margin-right: 0;
  margin-left: 0; }

@font-face {
  font-family: 'Neue';
  src: url("../fonts/NeueHaasDisplay-Mediu.woff2") format("woff2"), url("../fonts/NeueHaasDisplay-Mediu.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Neue';
  src: url("../fonts/NeueHaasDisplay-Roman.woff2") format("woff2"), url("../fonts/NeueHaasDisplay-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
.visible-xs {
  display: none; }
  @media only screen and (max-width: 767px) {
    .visible-xs {
      display: block; } }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit; }
  a:active {
    color: inherit; }

p {
  margin: 0; }

strong {
  font-weight: 500; }

b {
  font-weight: 500; }

.slick-slider *:focus {
  outline: 0; }

.swiper-button-disabled {
  opacity: .5; }

.container {
  max-width: 100%;
  padding: 0 48px; }
  @media only screen and (max-width: 767px) {
    .container {
      padding: 0 12px; } }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 98;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 1s; }
  .popup .cls {
    position: absolute;
    z-index: 2;
    top: 16px;
    right: 16px; }
  .popup .box {
    position: relative;
    width: 635px;
    border-radius: 16px;
    padding: 16px;
    padding-top: 320px; }
    .popup .box .bg {
      font-size: 1.5rem;
      padding: 24px;
      background: #fff;
      border-radius: 16px; }
      .popup .box .bg .title {
        font-weight: 500;
        margin-bottom: 8px; }
      .popup .box .bg .button {
        margin-top: 50px;
        font-size: 1rem; }
  .popup.active {
    opacity: 1;
    visibility: visible; }

.cookies {
  position: fixed;
  display: flex;
  align-items: end;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 98;
  opacity: 0;
  padding-bottom: 48px;
  visibility: hidden;
  transition: .7s; }
  .cookies .box {
    background: #fff;
    padding: 30px 50px;
    width: 630px;
    float: right;
    max-width: 100%; }
    .cookies .box p a {
      text-decoration: underline; }
    @media only screen and (max-width: 767px) {
      .cookies .box {
        padding: 24px; } }
  .cookies.active {
    opacity: 1;
    visibility: visible; }

body {
  font-family: "Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1052;
  background: #F1ECE7;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150px; }
  .loading.first {
    background-image: url(../img/logo.svg); }
  .loading.active {
    transition: .5s;
    visibility: hidden;
    opacity: 0; }

h1 {
  font-size: 3rem;
  margin: 0 0 32px 0;
  font-weight: 500; }
  h1.big {
    font-size: 5rem; }
  @media (min-width: 992px) and (max-width: 1199px) {
    h1 {
      font-size: 2.5rem; }
      h1.big {
        font-size: 4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h1 {
      font-size: 2rem; }
      h1.big {
        font-size: 3rem; } }
  @media only screen and (max-width: 767px) {
    h1 {
      font-size: 2rem; }
      h1.big {
        font-size: 2rem; } }

h2 {
  font-size: 2rem;
  margin: 0 0 24px 0;
  font-weight: 500; }
  h2.medium {
    font-size: 4rem; }
  h2.big {
    font-size: 5rem; }
  @media (min-width: 992px) and (max-width: 1199px) {
    h2.medium {
      font-size: 3rem; }
    h2.big {
      font-size: 4rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h2 {
      font-size: 1.5rem; }
      h2.medium {
        font-size: 2rem; }
      h2.big {
        font-size: 3rem; } }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 1.5rem; }
      h2.medium {
        font-size: 2rem; }
      h2.big {
        font-size: 2rem; } }

h3 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 0 0 8px 0; }
  h3.reg {
    font-weight: 400; }
  @media (min-width: 992px) and (max-width: 1199px) {
    h3 {
      font-size: 1.3rem; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h3 {
      font-size: 1.15rem; } }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 1.2rem; } }

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  color: #fff; }
  header .logo img {
    height: 100px;
    transition: .4s; }
    @media only screen and (max-width: 767px) {
      header .logo img {
        height: 80px; } }
  header .top {
    background: #000;
    color: #ccc;
    line-height: 48px; }
  header .bottom {
    line-height: 140px;
    transition: .4s; }
    @media only screen and (max-width: 767px) {
      header .bottom {
        line-height: 100px; } }
  header .text-center a {
    display: inline-block;
    margin: 0 16px;
    transition: opacity .4s; }
    header .text-center a:hover {
      opacity: .5; }
  header .button {
    margin-left: 8px;
    color: #000;
    background: #fff; }
    header .button:hover {
      background: #000;
      color: #fff; }
  header .menu {
    display: none;
    vertical-align: middle;
    width: 32px;
    height: 70px;
    position: relative;
    margin-left: 32px; }
    header .menu span {
      position: absolute;
      left: 0;
      width: 100%;
      background: #fff;
      height: 2px;
      transition: .4s; }
      header .menu span:nth-child(1) {
        top: 29px; }
      header .menu span:nth-child(2) {
        top: 41px; }
  header.page .bottom {
    color: #000; }
    header.page .bottom .button {
      background: #DED6CC; }
      header.page .bottom .button:hover {
        background: #000;
        color: #fff; }
  header.page .menu span {
    background: #000; }
  header.scrolled .logo img {
    height: 80px; }
  header.scrolled .bottom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    color: #000;
    line-height: 100px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    header.scrolled .bottom .button {
      background: #DED6CC; }
      header.scrolled .bottom .button:hover {
        background: #000;
        color: #fff; }
  header.scrolled .menu span {
    background: #000; }
  @media (max-width: 1199px) {
    header .col-xl-6 {
      display: none;
      position: fixed;
      top: 188px;
      left: 0;
      width: 100%;
      background: #fff;
      color: #000;
      text-align: left !important;
      padding: 32px 48px;
      border-top: 1px solid #eee;
      transition: top .4s;
      box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.03); }
      header .col-xl-6 a {
        display: block;
        line-height: normal;
        margin: 32px 0; }
    header .menu {
      display: inline-block; }
    header.active .bottom {
      background: #fff;
      color: #000; }
      header.active .bottom .button {
        background: #DED6CC; }
        header.active .bottom .button:hover {
          background: #000;
          color: #fff; }
    header.active .col-xl-6 {
      display: block; }
    header.active .menu span {
      background: #000; }
      header.active .menu span:nth-child(1) {
        top: 35px;
        transform: rotate(45deg); }
      header.active .menu span:nth-child(2) {
        top: 35px;
        transform: rotate(-45deg); }
    header.scrolled .col-xl-6 {
      top: 100px; } }
  @media only screen and (max-width: 767px) {
    header .col-xl-6 {
      padding: 24px 12px;
      top: 148px;
      bottom: 0;
      overflow: auto; }
      header .col-xl-6 .visible-xs {
        margin-top: 64px; }
      header .col-xl-6 .button {
        line-height: 50px;
        border-radius: 25px;
        text-align: center;
        margin: 24px 0; } }

footer {
  padding: 180px 0 32px 0;
  color: #fff; }
  footer a {
    display: block;
    color: #fff;
    transition: .4s;
    font-size: 1.2rem; }
    footer a:hover {
      opacity: .5; }
  footer .footer-text {
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 120px;
    color: #fff;
    margin-bottom: 180px; }
    footer .footer-text span {
      font-size: 5.5rem;
      white-space: nowrap;
      padding: 0 16px;
      font-weight: 500; }
    @media (min-width: 992px) and (max-width: 1199px) {
      footer .footer-text {
        margin-bottom: 110px; }
        footer .footer-text span {
          font-size: 4.5rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .footer-text {
        margin-bottom: 110px; }
        footer .footer-text span {
          font-size: 3.5rem; } }
  footer .middle {
    margin-bottom: 240px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      footer .middle {
        margin-bottom: 160px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      footer .middle {
        margin-bottom: 160px; } }
  footer form label {
    margin-bottom: 8px; }
  footer form input {
    width: 100%;
    height: 40px;
    padding-left: 16px;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    color: #fff; }
    footer form input::placeholder {
      color: #fff; }
  footer form .result {
    margin-top: 30px;
    display: none; }
  footer form .col-md-4 {
    padding-left: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    footer form .button {
      font-size: .9rem;
      padding: 0;
      width: 100%;
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 991px) {
    footer form {
      /**/ }
      footer form .button {
        font-size: .8rem;
        padding: 0;
        width: 100%;
        text-align: center; } }
  footer .thatfolk {
    color: #ddd;
    font-size: 1rem; }
    footer .thatfolk b {
      color: #fff; }
  @media (min-width: 992px) and (max-width: 1199px) {
    footer {
      padding: 100px 0 32px 0; }
      footer .back-top {
        margin-top: 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    footer {
      padding: 100px 0 32px 0; }
      footer .back-top {
        margin-top: 30px; } }
  @media only screen and (max-width: 767px) {
    footer {
      padding: 60px 0 30px 0; }
      footer a {
        font-size: 1rem; }
      footer .back-top {
        margin-top: 30px; }
      footer .social {
        margin-top: 30px; }
      footer form {
        margin-bottom: 60px; }
        footer form .button {
          font-size: .9rem;
          padding: 0;
          width: 100%; }
      footer .middle {
        margin-bottom: 60px; }
      footer .bottom, footer .thatfolk {
        font-size: .8rem; }
      footer .footer-text {
        margin-bottom: 60px;
        height: 40px; }
        footer .footer-text span {
          font-size: 1.5rem; } }

.cover {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .cover.tint {
    position: relative; }
    .cover.tint:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: .3; }
  .cover.tint-gr:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
    z-index: 1;
    opacity: .8; }
  .cover video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.button {
  display: inline-block;
  line-height: 40px;
  border-radius: 20px;
  padding: 0 30px;
  transition: .4s;
  color: #fff;
  background: #000;
  border: 0;
  font-size: 1rem; }
  .button:hover {
    background: #eee;
    color: #000; }
  .button.wh {
    color: #000;
    background: #fff; }
    .button.wh:hover {
      background: #000;
      color: #fff; }

.main-slider {
  color: #fff; }
  .main-slider .cover {
    height: 100vh; }
  .main-slider .txt {
    position: absolute;
    bottom: 180px;
    left: 0;
    width: 100%;
    z-index: 1; }
    .main-slider .txt h1, .main-slider .txt h2 {
      width: 720px;
      max-width: 100%;
      line-height: 1.1; }
  .main-slider .main-txt {
    position: absolute;
    bottom: 180px;
    left: 0;
    width: 100%;
    z-index: 1; }
    .main-slider .main-txt h1, .main-slider .main-txt h2 {
      width: 720px;
      max-width: 100%;
      line-height: 1.1; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .main-slider .main-txt {
        bottom: 230px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .main-slider .main-txt {
        bottom: 230px; } }
  .main-slider .slides {
    position: absolute;
    bottom: 64px;
    left: 0;
    width: 100%;
    z-index: 1; }
    .main-slider .slides .title {
      margin-bottom: 8px;
      font-size: 1.1rem; }
    .main-slider .slides .slide {
      opacity: .7;
      cursor: pointer;
      transition: opacity .4s; }
      .main-slider .slides .slide .bar {
        position: relative;
        margin-bottom: 16px;
        height: 2px;
        background: #888; }
        .main-slider .slides .slide .bar span {
          position: absolute;
          left: 0;
          width: 0;
          height: 2px;
          background: #fff; }
      .main-slider .slides .slide.active {
        opacity: 1; }
        .main-slider .slides .slide.active .bar span {
          width: 100%;
          transition: 4s; }
      .main-slider .slides .slide:hover {
        opacity: .8; }
      @media only screen and (max-width: 767px) {
        .main-slider .slides .slide {
          height: 0;
          overflow: hidden; }
          .main-slider .slides .slide.active {
            height: auto; } }

.main-banner {
  height: 540px;
  position: relative; }
  .main-banner .container {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 40px; }
    .main-banner .container .box {
      width: 450px;
      max-width: 100%;
      padding: 24px;
      padding-bottom: 40px;
      border-radius: 16px;
      background: #fff;
      font-size: 1.2rem; }
      .main-banner .container .box h1 {
        font-size: 2rem;
        margin-bottom: 8px; }
  @media only screen and (max-width: 767px) {
    .main-banner {
      height: 500px; }
      .main-banner .container .box {
        padding-bottom: 24px;
        font-size: 1rem; } }

.text-bar {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 90px;
  color: #fff;
  background: #000;
  margin-bottom: 80px; }
  .text-bar span {
    font-size: 1.5rem;
    white-space: nowrap;
    padding: 0 8px; }
  @media only screen and (max-width: 767px) {
    .text-bar {
      height: 50px;
      margin-bottom: 60px; }
      .text-bar span {
        font-size: 1rem; } }

.intro .cover {
  padding: 96px 64px;
  margin: 80px 0 180px 0;
  border-radius: 32px;
  color: #fff; }
  .intro .cover h2, .intro .cover h3 {
    margin: 0; }
  @media only screen and (max-width: 767px) {
    .intro .cover {
      margin: 60px 0;
      padding: 64px 24px; }
      .intro .cover h2 {
        margin-bottom: 24px; } }

.sectors {
  margin-bottom: 180px;
  background-image: url(../img/home-bg.png);
  background-position: left 130%;
  background-repeat: no-repeat; }
  .sectors .left h3 {
    color: #848484;
    font-weight: 400; }
  @media only screen and (max-width: 767px) {
    .sectors .left {
      margin-bottom: 60px; } }
  .sectors .row {
    --bs-gutter-x: 20px;
    margin-bottom: 12px; }
    @media only screen and (max-width: 767px) {
      .sectors .row {
        margin-bottom: 60px; } }
  .sectors .box {
    position: relative;
    background: #D9D5D4;
    padding: 24px;
    border-radius: 16px;
    margin-bottom: 20px;
    height: 300px; }
    .sectors .box .title {
      font-size: 1.3rem;
      font-weight: 500;
      margin-bottom: 12px; }
      .sectors .box .title.bottom {
        position: absolute;
        bottom: 24px;
        left: 24px;
        right: 24px;
        margin: 0; }
      @media (min-width: 768px) and (max-width: 991px) {
        .sectors .box .title {
          font-size: 1rem; } }
    .sectors .box ul {
      padding-left: 20px; }
      .sectors .box ul li {
        margin-bottom: 2px; }
    .sectors .box img {
      display: block;
      margin-bottom: 16px; }
    @media only screen and (max-width: 767px) {
      .sectors .box {
        height: auto;
        padding: 12px; }
        .sectors .box .title {
          font-size: 1rem; }
          .sectors .box .title.bottom {
            bottom: 12px;
            left: 12px;
            right: 12px; } }
  .sectors .bottom-boxes {
    margin-top: 24px; }
    @media only screen and (max-width: 767px) {
      .sectors .bottom-boxes .box {
        height: 173px; } }
  .sectors .cover {
    margin-top: 150px;
    text-align: right;
    border-radius: 16px;
    padding: 40px; }
    .sectors .cover .txt {
      display: inline-block;
      text-align: left;
      width: 450px;
      max-width: 100%;
      border-radius: 16px;
      padding: 24px;
      background: #fff; }
      .sectors .cover .txt p {
        font-size: 1.5rem; }
      .sectors .cover .txt .button {
        margin-top: 120px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .sectors .cover .txt {
          width: 300px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .sectors .cover .txt {
          width: 300px; } }
    @media only screen and (max-width: 767px) {
      .sectors .cover {
        margin-top: -60px;
        padding: 150px 24px 24px 24px; }
        .sectors .cover .txt p {
          font-size: 1rem; }
        .sectors .cover .txt .button {
          margin-top: 30px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .sectors .top-row .box {
      height: 200px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .sectors .top-row .box {
      height: 200px; } }
  @media only screen and (max-width: 767px) {
    .sectors .top-row .box {
      height: 173px; } }
  @media only screen and (max-width: 767px) {
    .sectors {
      margin-bottom: 60px; } }

.values {
  position: relative;
  z-index: 1; }
  .values p {
    color: #848484;
    margin-bottom: 32px;
    font-size: 1.5rem;
    margin-top: -16px; }
    @media only screen and (max-width: 767px) {
      .values p {
        font-size: 1.2rem; } }
  .values .arrows {
    margin-top: -40px;
    margin-bottom: 48px; }
    @media only screen and (max-width: 767px) {
      .values .arrows {
        display: none; } }
  .values .swiper .swiper-wrapper {
    /*padding-left: 48px;*/ }
    .values .swiper .swiper-wrapper .swiper-slide {
      width: 442px;
      margin-right: 16px;
      color: #fff; }
      .values .swiper .swiper-wrapper .swiper-slide .cover {
        display: block;
        padding-bottom: 130%;
        position: relative;
        margin-bottom: 24px;
        border-radius: 16px; }
        .values .swiper .swiper-wrapper .swiper-slide .cover .video {
          position: absolute;
          bottom: 16px;
          right: 16px;
          width: 50px;
          height: 50px;
          background-position: center;
          background-repeat: no-repeat;
          background-image: url(../img/video.svg);
          transition: .4s; }
        .values .swiper .swiper-wrapper .swiper-slide .cover:hover .video {
          background-image: url(../img/video-hover.svg); }
      .values .swiper .swiper-wrapper .swiper-slide .cat {
        margin-bottom: 4px;
        font-size: 1.3rem; }
      .values .swiper .swiper-wrapper .swiper-slide.dummy {
        width: 48px;
        margin-right: 0; }
        .values .swiper .swiper-wrapper .swiper-slide.dummy:last-child {
          width: 32px; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .values .swiper .swiper-wrapper .swiper-slide {
          width: 300px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .values .swiper .swiper-wrapper .swiper-slide {
          width: 310px; } }
      @media only screen and (max-width: 767px) {
        .values .swiper .swiper-wrapper .swiper-slide {
          width: 75vw;
          margin: 0 12px; }
          .values .swiper .swiper-wrapper .swiper-slide.dummy {
            display: none; } }
  @media only screen and (max-width: 767px) {
    .values .swiper {
      margin-top: 30px; } }

.numbers {
  padding-top: 510px;
  margin-top: -340px; }
  .numbers .container {
    position: relative;
    z-index: 2; }
  .numbers .box {
    padding: 40px;
    background: #fff;
    margin-bottom: 24px;
    height: 320px;
    border-radius: 16px;
    font-size: 1.5rem;
    position: relative; }
    .numbers .box img {
      width: 80%;
      margin-top: 72px; }
    .numbers .box .txt {
      width: 70%; }
    .numbers .box .number {
      font-size: 6.2rem;
      font-weight: 500;
      opacity: 0;
      transition: opacity .4s; }
    .numbers .box p {
      position: absolute;
      left: 40px;
      right: 40px;
      bottom: 40px; }
    .numbers .box.first {
      height: auto;
      padding-bottom: 0; }
      .numbers .box.first p {
        position: static; }
    .numbers .box.tall {
      height: 664px; }
    @media (max-width: 1430px) {
      .numbers .box {
        font-size: 1.2rem; }
        .numbers .box .number {
          font-size: 5rem; } }
  @media only screen and (max-width: 767px) {
    .numbers {
      padding-top: 400px; }
      .numbers .box {
        padding: 32px 24px;
        height: 300px; }
        .numbers .box .txt {
          width: 100%; }
        .numbers .box img {
          width: 90%;
          margin-top: 32px; }
        .numbers .box p {
          position: absolute;
          left: 24px;
          right: 32px;
          bottom: 32px; }
        .numbers .box.tall {
          height: 300px; } }

.gallery {
  background: #F1ECE7;
  padding: 340px 0 180px 0;
  margin-top: -160px;
  position: relative;
  z-index: 1; }
  .gallery h3 {
    font-weight: 400;
    color: #848484;
    margin-bottom: 40px; }
  .gallery .images {
    margin-bottom: 160px; }
    .gallery .images .item {
      margin-bottom: 24px; }
      .gallery .images .item img {
        width: 100%;
        border-radius: 16px; }
      .gallery .images .item:nth-of-type(1) {
        margin-top: 16%; }
      .gallery .images .item:nth-of-type(3) {
        margin-top: 32%; }
  @media only screen and (max-width: 767px) {
    .gallery {
      padding: 210px 0 60px 0; }
      .gallery .images {
        margin-bottom: 60px; }
        .gallery .images .item {
          margin: 0 0 24px 0; }
          .gallery .images .item:nth-of-type(1) {
            margin-top: 0; }
          .gallery .images .item:nth-of-type(3) {
            margin-top: 0; } }

.blog {
  background: #F1ECE7; }
  .blog .filter {
    padding: 40px 0; }
    .blog .filter .tag {
      margin-right: 8px;
      opacity: .5;
      transition: opacity .4s; }
      .blog .filter .tag.active {
        opacity: 1; }
      .blog .filter .tag:hover {
        opacity: .8; }
  .blog .text-end .filter .tag {
    margin-left: 8px;
    margin-right: 0; }
  @media only screen and (max-width: 767px) {
    .blog .text-end .filter {
      text-align: left; }
      .blog .text-end .filter .tag {
        margin-left: 0;
        margin-right: 8px; } }
  .blog .tag {
    display: inline-block;
    line-height: 30px;
    padding: 0 16px;
    background: #fff;
    border-radius: 15px;
    font-size: 1rem; }
  .blog .blog-box {
    display: block;
    background: #fff;
    border-radius: 16px;
    height: 100%; }
    .blog .blog-box .cover {
      padding-bottom: 100%;
      border-radius: 16px;
      overflow: hidden;
      position: relative; }
      .blog .blog-box .cover:after {
        content: '';
        width: 100%;
        height: 100%;
        background: #000;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transition: .4s; }
    .blog .blog-box .txt {
      padding: 24px;
      font-size: 1.5rem;
      min-height: 160px; }
      .blog .blog-box .txt .tag {
        margin-right: 12px;
        background: #F1F1F1;
        margin-bottom: 0; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .blog .blog-box .txt {
          font-size: 1.2rem; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .blog .blog-box .txt {
          font-size: 1rem; } }
      @media only screen and (max-width: 767px) {
        .blog .blog-box .txt {
          font-size: 1.2rem; } }
    .blog .blog-box:hover .cover:after {
      opacity: .3; }
  .blog .col-md-8 {
    margin-bottom: 24px; }
    .blog .col-md-8 .blog-box .cover {
      padding-bottom: 48.4%; }
  .blog .col-md-4 {
    margin-bottom: 24px; }
  .blog .blog-share {
    margin: 40px 0;
    position: relative; }
    .blog .blog-share .icon {
      display: inline-block;
      margin-right: 32px; }
      .blog .blog-share .icon img {
        margin-right: 12px; }
    .blog .blog-share .share-options {
      display: inline-block;
      vertical-align: middle;
      width: 0;
      overflow: hidden;
      white-space: nowrap;
      transition: .7s; }
      .blog .blog-share .share-options a {
        display: inline-block;
        margin-right: 20px; }
      .blog .blog-share .share-options.active {
        width: 320px; }
      @media only screen and (max-width: 767px) {
        .blog .blog-share .share-options {
          position: absolute;
          top: 40px;
          left: 0; } }
    @media only screen and (max-width: 767px) {
      .blog .blog-share {
        margin-bottom: 80px; } }

.about-intro {
  margin-bottom: 160px;
  background-image: url(../img/home-bg.png);
  background-position: left top;
  background-repeat: no-repeat; }
  .about-intro h3 {
    font-weight: 400; }
  .about-intro h3 + h3 {
    margin-top: 20px; }
  .about-intro .text-center {
    margin: 80px 0; }
  .about-intro .sections {
    font-size: 2rem; }
    .about-intro .sections li {
      list-style-type: none;
      margin-bottom: 4px;
      font-weight: 500;
      opacity: .4; }
      .about-intro .sections li.active {
        opacity: 1; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .about-intro .sections {
        font-size: 1.5rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .about-intro .sections {
        font-size: 1.2rem; } }
    @media only screen and (max-width: 767px) {
      .about-intro .sections {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .about-intro {
      margin-bottom: 60px; }
      .about-intro .col-md-6 {
        margin-bottom: 24px; } }

.about-team {
  margin-bottom: 180px; }
  .about-team .arrows {
    margin-top: -40px; }
  .about-team .swiper-slide {
    width: 450px;
    margin-right: 20px;
    margin-top: 70px;
    margin-bottom: 90px; }
    .about-team .swiper-slide .img {
      padding: 100px 24px;
      height: 450px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      background-color: #F3EEEA;
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: 100% auto;
      border-radius: 50%; }
    .about-team .swiper-slide:nth-of-type(even) .img {
      background-color: #e8ded5; }
  .about-team .accordion {
    border: 0;
    margin-top: 64px; }
    .about-team .accordion .acc-item {
      padding: 24px;
      background: #F3EEEA;
      border: 0;
      margin-bottom: 12px;
      border-radius: 4px; }
      .about-team .accordion .acc-item .acc-title {
        border: 0; }
        .about-team .accordion .acc-item .acc-title span {
          font-size: .8rem;
          display: block; }
  @media only screen and (max-width: 767px) {
    .about-team {
      margin-bottom: 60px; } }

.content {
  padding: 140px 0; }
  .content h3 {
    font-weight: 400; }
  .content hr {
    background: #D9D9D9;
    opacity: 1; }
  .content .sections li {
    list-style-type: none;
    font-size: 1.2rem;
    transition: opacity .4s; }
    .content .sections li:hover {
      opacity: .5; }
  .content .sections.pages li {
    opacity: .3;
    font-weight: 500; }
    .content .sections.pages li.active {
      opacity: 1; }
  @media only screen and (max-width: 767px) {
    .content .sections {
      display: none; } }
  .content .graph {
    margin-top: 190px; }
    @media only screen and (max-width: 767px) {
      .content .graph {
        margin-top: 60px; } }
  .content .programs {
    margin-top: 90px;
    margin-bottom: -90px; }
    .content .programs .title {
      background: #494495;
      line-height: 64px;
      border-radius: 16px;
      padding: 0 24px;
      font-weight: 500;
      margin-bottom: 16px;
      font-size: 1.2rem;
      color: #fff; }
    .content .programs .box {
      margin-bottom: 24px;
      background: #F4F4F4;
      padding: 24px 48px;
      border-radius: 16px; }
      .content .programs .box h3 {
        position: relative; }
        .content .programs .box h3:before {
          content: '';
          width: 12px;
          height: 12px;
          border-radius: 6px;
          background: #494495;
          position: absolute;
          left: -24px;
          top: 7px;
          margin: auto; }
  .content .acc-slider {
    border-radius: 16px; }
    .content .acc-slider .cover {
      padding-bottom: 80%; }
    .content .acc-slider .arrows {
      position: absolute;
      z-index: 1;
      bottom: 24px;
      text-align: center;
      left: 0;
      width: 100%; }
  @media only screen and (max-width: 767px) {
    .content {
      padding: 60px 0; }
      .content .row.mb-80 .col-md-4, .content .row.mb-80 .col-md-6 {
        margin-bottom: 30px; }
      .content ul {
        padding-left: 20px; } }

.accordion {
  border-top: 1px solid #D9D9D9;
  margin-bottom: 80px; }
  .accordion .acc-item {
    border-bottom: 1px solid #D9D9D9; }
    .accordion .acc-item .acc-title {
      padding: 24px 0;
      background-repeat: no-repeat;
      background-position: center right;
      background-image: url(../img/plus.svg);
      font-size: 1.2rem;
      font-weight: 500;
      cursor: pointer; }
      .accordion .acc-item .acc-title.active {
        background-image: url(../img/minus.svg); }
    .accordion .acc-item .acc-desc {
      padding-bottom: 32px;
      display: none; }
  @media only screen and (max-width: 767px) {
    .accordion {
      margin-bottom: 30px; } }

.error {
  padding: 120px 0 300px 0; }
  .error h1 {
    font-size: 7rem;
    line-height: 1;
    margin: 0; }
  .error h2 {
    margin-bottom: 10px; }
  .error p {
    margin-bottom: 30px;
    font-size: 1.2rem; }

.scroll-fix {
  transition: .2s; }
  .scroll-fix.fixed {
    position: fixed;
    top: 200px; }
  .scroll-fix.passed {
    opacity: 0; }
  @media only screen and (max-width: 767px) {
    .scroll-fix.fixed {
      position: static; } }

main.home .blog {
  background: none; }
  main.home .blog .filter {
    padding: 0; }
  main.home .blog .col-md-4 {
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      main.home .blog .col-md-4 {
        margin-bottom: 24px; } }

main.page {
  padding-top: 280px; }
  @media only screen and (max-width: 767px) {
    main.page {
      padding-top: 200px; } }

main.blog {
  padding-bottom: 150px; }
  main.blog .tag {
    margin-bottom: 20px; }
  main.blog h1 {
    font-size: 4rem;
    margin-bottom: 20px; }
    @media (min-width: 992px) and (max-width: 1199px) {
      main.blog h1 {
        font-size: 3rem; } }
    @media (min-width: 768px) and (max-width: 991px) {
      main.blog h1 {
        font-size: 2rem; } }
    @media only screen and (max-width: 767px) {
      main.blog h1 {
        font-size: 2rem; } }
  main.blog .cover.detail {
    padding-bottom: 50%;
    border-radius: 16px;
    margin-bottom: 48px; }
  main.blog .others {
    margin-top: 120px; }
  main.blog .blog-content img, main.blog .blog-content iframe {
    width: 100%; }

.main-banner + .blog {
  padding-bottom: 150px; }

main.page-color {
  background: #F1ECE7; }

.page-8 .sections {
  display: none; }
.page-8 .scroll-fix {
  position: static !important; }
.page-8 .content .button {
  background: #b82d97;
  color: #fff; }
  .page-8 .content .button:hover {
    background: #000;
    color: #fff; }

.mb-6 {
  margin-bottom: 4rem; }

.mb-7 {
  margin-bottom: 5rem; }

.mb-8 {
  margin-bottom: 6rem; }

.mb-40 {
  margin-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    .mb-40 {
      margin-bottom: 30px; } }

.mb-80 {
  margin-bottom: 80px; }
  @media only screen and (max-width: 767px) {
    .mb-80 {
      margin-bottom: 40px; } }

.mb-100 {
  margin-bottom: 100px; }
  @media only screen and (max-width: 767px) {
    .mb-100 {
      margin-bottom: 50px; } }

.mb-120 {
  margin-bottom: 120px; }
  @media only screen and (max-width: 767px) {
    .mb-120 {
      margin-bottom: 50px; } }

.mb-240 {
  margin-bottom: 240px; }
  @media only screen and (max-width: 767px) {
    .mb-240 {
      margin-bottom: 50px; } }

.w-80 {
  width: 80%; }

.g-120 {
  --bs-gutter-x: 120px; }

.b-16 {
  border-radius: 16px; }

.f-24 {
  font-size: 1.5rem; }
  @media only screen and (max-width: 767px) {
    .f-24 {
      font-size: 1.2rem; } }

.anim {
  transition: 1s;
  opacity: 0;
  transform: translateY(60px); }
  .anim.anim-opa {
    transform: translateY(0); }
  .anim.play {
    transform: translateY(0);
    opacity: 1; }
    .anim.play.anim-del-2 {
      transition-delay: .2s; }
    .anim.play.anim-del-4 {
      transition-delay: .4s; }
    .anim.play.anim-del-6 {
      transition-delay: .6s; }
    .anim.play.anim-del-8 {
      transition-delay: .8s; }
    .anim.play.anim-del-20 {
      transition-delay: 2s; }

.anim-boxes .anim:nth-of-type(2) {
  transition-delay: .2s; }
.anim-boxes .anim:nth-of-type(3) {
  transition-delay: .4s; }
.anim-boxes .anim:nth-of-type(4) {
  transition-delay: .6s; }
.anim-boxes .anim:nth-of-type(5) {
  transition-delay: .8s; }
.anim-boxes .anim:nth-of-type(6) {
  transition-delay: 1s; }
.anim-boxes .anim:nth-of-type(7) {
  transition-delay: 1.2s; }
.anim-boxes .anim:nth-of-type(8) {
  transition-delay: 1.4s; }

/*# sourceMappingURL=style.css.map */
