/* thatfolk - 2024 */
@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;700&display=swap");
@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; }

:root {
  scroll-behavior: auto; }

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

p {
  margin: 0; }

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

html {
  overflow-x: hidden; }

body {
  font-family: 'Space Grotesk', arial, helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  transition: padding .4s; }
  body.has-notification {
    padding-top: 55px; }
    body.has-notification header {
      top: 55px;
      position: absolute; }
      body.has-notification header.fixed {
        top: 0;
        position: fixed; }

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1920px;
    padding-left: 48px;
    padding-right: 48px; } }
@keyframes turn {
  100% {
    transform: rotate(360deg); } }
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 99; }
  .loading .logo {
    position: relative;
    transition: 6s; }
    .loading .logo img {
      opacity: 0;
      height: 48px; }
      @media only screen and (max-width: 767px) {
        .loading .logo img {
          height: 40px; } }
    .loading .logo .icon {
      margin-right: 5px;
      animation: turn 1s infinite linear; }
    .loading .logo:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 50px;
      background: #fff; }
  .loading.play .logo img {
    opacity: 1;
    transition: 3s; }
  .loading.play .logo:after {
    left: 100%;
    transition: 3s;
    transition-delay: 1s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    /* easeInOutQuart */ }
  .loading.page {
    transition: .5s; }
  .loading.active {
    transition: 1s;
    opacity: 0;
    visibility: hidden; }

#cc--main {
  z-index: 98; }

.notification {
  height: 55px;
  line-height: 55px;
  background: #fff;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 12px;
  border-bottom: 1px solid #eee; }
  .notification a {
    text-decoration: underline; }
    .notification a.grey {
      opacity: .35; }

.popup {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10; }
  .popup .tint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: 0;
    opacity: 1;
    visibility: visible; }
  .popup .box {
    position: relative;
    z-index: 1;
    width: 700px;
    overflow: hidden;
    border-radius: 15px;
    background: #fff;
    height: 450px;
    padding-left: 290px;
    top: -30px;
    opacity: 0;
    transition: .7s; }
    .popup .box .cls {
      position: absolute;
      top: 15px;
      right: 25px;
      font-size: 24px;
      transform: rotate(45deg);
      z-index: 1; }
    .popup .box .img {
      width: 290px;
      height: 100%;
      background-size: cover;
      background-position: center;
      position: absolute;
      top: 0;
      left: 0; }
    .popup .box .txt {
      padding: 90px 35px;
      overflow: auto;
      position: relative;
      height: 100%; }
    .popup .box .title {
      margin-bottom: 15px;
      font-size: 24px;
      font-weight: 500; }
    .popup .box .button {
      margin-top: 60px; }
  .popup.play .box {
    top: 0;
    opacity: 1; }

.cookies {
  position: fixed;
  bottom: 32px;
  right: 48px;
  background: #fff;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 500;
  padding: 20px;
  width: 250px;
  z-index: 9;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
  .cookies .blue {
    color: #1A3837;
    text-decoration: underline; }
  .cookies .buttons {
    margin-top: 10px; }
    .cookies .buttons a {
      text-decoration: underline;
      margin-right: 15px;
      display: inline-block; }
  @media only screen and (max-width: 767px) {
    .cookies {
      bottom: 24px;
      right: 12px; } }

.cookie-button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  border: 0;
  position: fixed;
  bottom: 72px;
  right: 48px;
  background: #1A3837;
  z-index: 9; }
  .cookie-button img {
    width: 25px; }
  @media only screen and (max-width: 767px) {
    .cookie-button {
      bottom: 24px;
      right: 12px; } }

.button {
  display: inline-block;
  text-align: center;
  height: 44px;
  line-height: 44px;
  border: 1px solid #b2b2b2;
  font-weight: 500;
  font-size: 13px;
  padding: 0 25px;
  border-radius: 22px;
  transition: .7s; }
  .button:hover {
    background: #eee;
    opacity: 1 !important; }
  .button.bl {
    background: #1A3837;
    color: #fff;
    border: 0; }
    .button.bl:hover {
      background: #eee;
      color: #1A3837; }
  .button.blo {
    background: #cb8922;
    color: #fff;
    border: 0; }
  .button.blo:hover {
      background: #eee;
      color: #cb8922; }
  .button.wh {
    background: #fff;
    border: 1px solid #fff;
    color: #000; }
    .button.wh:hover {
      background: #1A3837;
      border-color: #1A3837;
      color: #fff; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 114px;
  line-height: 114px;
  transition: .7s;
  z-index: 9;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  /*.mobile-button{
  	display: inline-block;
  	vertical-align: middle;
  	width: 45px;
  	height: 45px;
  	border-radius: 50%;
  	background: $color;
  	background-position: center;
  	background-image: url(../img/mobile-menu-wh.svg);
  	background-size: 16px;
  	border: 0;
  	background-repeat: no-repeat;
  }*/ }
  header a {
    transition: opacity .7s; }
    header a:hover {
      opacity: .5; }
  header .logo {
    display: inline-block;
    opacity: 1 !important; }
    header .logo img {
      width: 204px; }
      header .logo img.def {
        display: none; }
    @media only screen and (max-width: 767px) {
      header .logo img {
        width: 140px; } }
  header .item {
    display: inline-block;
    position: relative; }
    header .item .sub {
      text-align: left;
      position: absolute;
      left: 0;
      top: 72px;
      opacity: 0;
      visibility: hidden;
      width: 180px;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
      padding: 20px;
      padding-bottom: 10px;
      line-height: normal;
      transition: .1s; }
      header .item .sub a {
        display: block;
        margin: 0 0 10px 0;
        font-weight: 500;
        font-size: 14px;
        color: #000; }
    header .item:hover .sub {
      transition: .7s;
      opacity: 1;
      visibility: visible; }
  header .text-left .item {
    margin-right: 90px; }
    header .text-left .item:last-child {
      margin-right: 0; }
  header .text-end .item {
    margin-left: 90px; }
    header .text-end .item:first-child {
      margin-left: 0; }
  header .lang {
    display: inline-block;
    width: 45px;
    line-height: 45px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    text-align: center;
    vertical-align: middle; }
  @media only screen and (max-width: 767px) {
    header .mobile-button {
      height: 40px;
      line-height: 40px;
      font-size: 12px;
      padding: 0 16px; } }
  @media (max-width: 1400px) {
    header .text-left .item {
      margin-right: 50px; }
    header .text-end .item {
      margin-left: 50px; } }
  @media (max-width: 1200px) {
    header .text-left .item {
      margin-right: 30px; }
    header .text-end .item {
      margin-left: 30px; } }
  @media (max-width: 991px) {
    header .item {
      display: none; } }
  header.page {
    background: #fff; }
    header.page .logo img {
      display: none;
      width: 210px; }
      header.page .logo img.def {
        display: inline-block; }
      @media only screen and (max-width: 767px) {
        header.page .logo img {
          width: 140px; } }
  header.scrolled {
    background: #fff;
    line-height: 90px;
    height: 90px;
    color: #000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1); }
    header.scrolled .logo img {
      display: none;
      width: 210px; }
      header.scrolled .logo img.def {
        display: inline-block; }
      @media only screen and (max-width: 767px) {
        header.scrolled .logo img {
          width: 140px; } }
    header.scrolled.hide-header {
      transform: translateY(-100%); }
    @media only screen and (max-width: 767px) {
      header.scrolled {
        height: 80px;
        line-height: 80px; } }
  @media only screen and (max-width: 767px) {
    header {
      height: 80px;
      line-height: 80px; } }

nav.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  max-width: 100%;
  width: 900px;
  background: #fff;
  height: 100%;
  z-index: 12;
  padding: 32px 66px 55px 46px;
  overflow: auto;
  transform: translateX(100%);
  transition: .7s; }
  nav.mobile-nav .cls {
    display: inline-block;
    margin-bottom: 60px; }
  nav.mobile-nav a {
    transition: .7s; }
    nav.mobile-nav a:hover {
      opacity: .5; }
  nav.mobile-nav .menu {
    margin-top: 12px;
    margin-bottom: 24px;
    opacity: 0; }
    nav.mobile-nav .menu .item {
      display: block;
      font-size: 45px;
      font-weight: 500;
      line-height: 1.3; }
      nav.mobile-nav .menu .item span {
        display: block;
        cursor: pointer;
        transition: .7s; }
        nav.mobile-nav .menu .item span:after {
          content: '+';
          float: right;
          font-weight: 400; }
        nav.mobile-nav .menu .item span.active:after {
          content: '-'; }
        nav.mobile-nav .menu .item span:hover {
          opacity: .5; }
      nav.mobile-nav .menu .item .sub {
        display: none;
        font-size: 1.5rem;
        margin-bottom: 30px;
        line-height: 1.2; }
        nav.mobile-nav .menu .item .sub a {
          display: block;
          margin-top: 10px; }
  nav.mobile-nav .box {
    opacity: 0;
    left: 46px;
    right: 66px;
    bottom: 55px;
    position: absolute;
    height: 160px;
    border-radius: 16px;
    background-position: center;
    background-size: cover;
    padding: 28px;
    color: #fff; }
    nav.mobile-nav .box .title {
      margin-bottom: 36px; }
  nav.mobile-nav.active {
    transform: translateX(0); }
    nav.mobile-nav.active .menu {
      opacity: 1;
      transition: 1s;
      transition-delay: .4s; }
    nav.mobile-nav.active .box {
      opacity: 1;
      transition: 1s;
      transition-delay: .6s; }
  @media (max-height: 1000px) {
    nav.mobile-nav .menu .item {
      font-size: 32px; }
      nav.mobile-nav .menu .item .sub {
        font-size: 18px; } }
  @media (max-height: 850px) {
    nav.mobile-nav .menu .item {
      font-size: 24px; }
      nav.mobile-nav .menu .item .sub {
        font-size: 14px;
        line-height: 1.1;
        margin-bottom: 20px; } }
  @media (max-height: 730px) {
    nav.mobile-nav .menu .item {
      font-size: 20px; }
      nav.mobile-nav .menu .item .sub {
        font-size: 12px; } }
  @media (max-height: 680px) {
    nav.mobile-nav .box {
      display: none; } }
  @media (max-width: 1399px) {
    nav.mobile-nav {
      width: 600px; } }
  @media only screen and (max-width: 767px) {
    nav.mobile-nav {
      width: 100%;
      padding: 28px 12px; }
      nav.mobile-nav .menu .item {
        line-height: 1.8;
        font-size: 24px; }
        nav.mobile-nav .menu .item .sub {
          font-size: 16px; } }

.tint {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: .7s; }
  .tint.active {
    opacity: .8;
    visibility: visible; }

footer {
  margin-top: 120px;
  font-weight: 500; }
  footer a {
    transition: .7s; }
    footer a:hover {
      opacity: .5; }
  footer .links a {
    display: block;
    font-size: 32px; }
  footer .links.small a {
    font-size: 1rem; }
    footer .links.small a.active {
      color: #9D9D9D; }
  footer .top {
    margin-bottom: 110px; }
  footer .bottom {
    padding: 40px 0;
    font-size: .875rem;
    margin-top: 130px; }
  footer .logos {
    display: none;
    margin-top: 60px; }
    footer .logos a {
      display: inline-block;
      margin-right: 24px; }
      footer .logos a img {
        width: 80px; }
  @media only screen and (max-width: 767px) {
    footer {
      margin-top: 60px; }
      footer .top {
        margin-bottom: 60px; }
      footer .links {
        margin-bottom: 30px;
        line-height: 1.8; }
        footer .links a {
          font-size: 20px; }
      footer .bottom {
        margin-top: 0;
        padding: 0 0 30px 0; }
        footer .bottom .text-md-end {
          margin-top: 12px; }
      footer .logos {
        margin-top: 0;
        margin-bottom: 30px; }
        footer .logos a {
          margin-right: 16px; }
          footer .logos a img {
            width: 60px; } }

.footer-box {
  position: relative;
  height: 250px;
  border-radius: 16px;
  background-position: center;
  background-size: cover;
  background-color: #F8F8F8;
  padding: 48px; }
  .footer-box .title {
    width: 250px;
    max-width: 100%; }
  .footer-box .box-bottom {
    position: absolute;
    left: 48px;
    right: 48px;
    bottom: 48px; }
    .footer-box .box-bottom a {
      display: inline-block;
      margin-right: 30px; }
  .footer-box .txt {
    position: relative;
    z-index: 1; }
  .footer-box.bg-tint:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    border-radius: 16px;
    opacity: .2; }
  .footer-box.bg {
    color: #fff; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .footer-box {
      padding: 24px; }
      .footer-box .box-bottom {
        left: 24px;
        right: 24px;
        bottom: 24px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .footer-box {
      padding: 24px; }
      .footer-box .box-bottom {
        left: 24px;
        right: 24px;
        bottom: 24px; } }
  @media only screen and (max-width: 767px) {
    .footer-box {
      padding: 24px; }
      .footer-box .box-bottom {
        left: 24px;
        right: 24px;
        bottom: 24px; }
        .footer-box .box-bottom a {
          margin-right: 20px; }
      .footer-box.bg {
        margin-bottom: 30px; } }

.bcrumb {
  padding: 25px 0 70px 0;
  border-top: 1px solid #ebebeb; }
  .bcrumb a {
    opacity: .5; }
    .bcrumb a.active {
      opacity: 1; }

.main-slider {
  overflow: hidden; }
  .main-slider .item {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column; }
    .main-slider .item .txt {
      position: relative;
      color: #fff;
      width: 990px;
      max-width: 100%;
      text-align: center;
      margin: 0 auto; }
      .main-slider .item .txt h1, .main-slider .item .txt h2 {
        font-size: 90px;
        margin: 0;
        font-weight: 500; }
        .main-slider .item .txt h1.f-45, .main-slider .item .txt h2.f-45 {
          font-size: 45px; }
      .main-slider .item .txt .desc {
        width: 400px;
        max-width: 100%; }
      .main-slider .item .txt .button {
        margin-top: 32px; }
      .main-slider .item .txt .mini {
        width: 350px;
        position: absolute;
        bottom: -60px;
        right: -120px;
        border-radius: 16px; }
    .main-slider .item .video, .main-slider .item .img {
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      transform: scale(1.2);
      filter: saturate(1.3);
      transition: 2s; }
    .main-slider .item .video {
      object-fit: cover; }
    .main-slider .item .container {
      position: relative;
      z-index: 1; }
    .main-slider .item:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #000;
      opacity: .2; }
    @media (max-width: 1400px) {
      .main-slider .item .txt h1, .main-slider .item .txt h2 {
        font-size: 60px; }
      .main-slider .item .txt .mini {
        width: 300px;
        position: absolute;
        bottom: -60px;
        right: -60px;
        border-radius: 16px; } }
    @media only screen and (max-width: 767px) {
      .main-slider .item .txt h1, .main-slider .item .txt h2 {
        font-size: 40px; }
      .main-slider .item .txt .mini {
        display: none; } }
  .main-slider.play .slider .img, .main-slider.play .slider video {
    transform: scale(1); }

.arrow-down {
  position: absolute;
  bottom: 56px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 24px;
  cursor: pointer; }

h2 {
  font-size: 45px;
  font-weight: 500;
  margin: 0 0 28px 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    h2 {
      font-size: 30px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    h2 {
      font-size: 30px; } }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 22px; } }

.scroll-section {
  position: relative; }
  .scroll-section .fix-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh; }
    .scroll-section .fix-section .row, .scroll-section .fix-section .left, .scroll-section .fix-section .right {
      position: relative;
      height: 100%; }
      @media only screen and (max-width: 767px) {
        .scroll-section .fix-section .row, .scroll-section .fix-section .left, .scroll-section .fix-section .right {
          height: auto; } }
    @media only screen and (max-width: 767px) {
      .scroll-section .fix-section .right {
        display: none; } }
    .scroll-section .fix-section .txt {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      background: #F8F8F8;
      text-align: center;
      padding: 0 60px;
      transition: .7s; }
      .scroll-section .fix-section .txt .img {
        display: none;
        height: 250px;
        background-size: cover;
        background-position: center;
        margin-bottom: 30px; }
      .scroll-section .fix-section .txt .number {
        line-height: 150px;
        margin-bottom: 60px;
        border-bottom: 1px solid #E2E2E2; }
      .scroll-section .fix-section .txt h2 {
        margin: 0 auto;
        width: 580px;
        max-width: 100%; }
      .scroll-section .fix-section .txt .bottom {
        color: #686868;
        position: absolute;
        bottom: 90px;
        left: 60px;
        right: 60px; }
      .scroll-section .fix-section .txt:nth-child(1) {
        z-index: 1;
        opacity: 1; }
      .scroll-section .fix-section .txt:nth-child(2) {
        z-index: 2; }
      .scroll-section .fix-section .txt:nth-child(3) {
        z-index: 3; }
      .scroll-section .fix-section .txt.active {
        opacity: 1; }
      @media (min-height: 1000px) {
        .scroll-section .fix-section .txt h2 {
          font-size: 60px; }
        .scroll-section .fix-section .txt .bottom {
          bottom: 120px;
          left: 120px;
          right: 120px;
          font-size: 22px; } }
      @media (max-height: 660px) {
        .scroll-section .fix-section .txt h2 {
          font-size: 30px; } }
      @media (min-width: 992px) and (max-width: 1199px) {
        .scroll-section .fix-section .txt h2 {
          font-size: 30px; } }
      @media (min-width: 768px) and (max-width: 991px) {
        .scroll-section .fix-section .txt h2 {
          font-size: 30px; }
        .scroll-section .fix-section .txt .bottom {
          bottom: 60px;
          left: 30px;
          right: 30px;
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .scroll-section .fix-section .txt {
          position: static;
          padding: 30px 12px;
          opacity: 1 !important;
          height: auto; }
          .scroll-section .fix-section .txt:nth-child(1) {
            padding-top: 60px; }
          .scroll-section .fix-section .txt .number {
            display: none; }
          .scroll-section .fix-section .txt .img {
            display: block; }
          .scroll-section .fix-section .txt h2 {
            font-size: 22px;
            margin-bottom: 30px;
            padding: 0 12px; }
          .scroll-section .fix-section .txt .bottom {
            position: static;
            padding: 0 12px;
            font-size: 16px; } }
    .scroll-section .fix-section .img-box {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .scroll-section .fix-section .img-box .img {
        background-size: cover;
        background-position: center;
        height: 100vh;
        /*transform: scale(1.5);*/ }
      .scroll-section .fix-section .img-box:nth-child(1) {
        z-index: 3; }
      .scroll-section .fix-section .img-box:nth-child(2) {
        z-index: 2; }
      .scroll-section .fix-section .img-box:nth-child(3) {
        z-index: 1; }
      .scroll-section .fix-section .img-box:last-of-type {
        height: 100% !important; }
    @media only screen and (max-width: 767px) {
      .scroll-section .fix-section {
        position: static;
        height: auto; } }
  .scroll-section .scroll-dummy {
    height: 100vh; }
    @media only screen and (max-width: 767px) {
      .scroll-section .scroll-dummy {
        display: none; } }
  .scroll-section .scroll-fix {
    height: 100vh; }
    @media only screen and (max-width: 767px) {
      .scroll-section .scroll-fix {
        display: none; } }
  .scroll-section.fixed .fix-section {
    position: fixed; }
    @media only screen and (max-width: 767px) {
      .scroll-section.fixed .fix-section {
        position: static; } }
  .scroll-section.passed .fix-section {
    position: absolute;
    top: auto;
    bottom: 0; }
    @media only screen and (max-width: 767px) {
      .scroll-section.passed .fix-section {
        position: static; } }

.home-banner {
  margin-top: 120px; }
  .home-banner .box {
    position: relative;
    padding: 200px 12px;
    color: #fff;
    background-position: center;
    background-size: cover;
    border-radius: 16px;
    overflow: hidden; }
    .home-banner .box .txt {
      width: 670px;
      max-width: 100%;
      margin: 0 auto;
      text-align: center;
      position: relative;
      z-index: 1; }
    .home-banner .box:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #000;
      opacity: .2; }
  @media (min-width: 768px) and (max-width: 991px) {
    .home-banner .box {
      padding: 140px 12px; } }
  @media only screen and (max-width: 767px) {
    .home-banner {
      margin-top: 30px; }
      .home-banner .box {
        padding: 70px 12px; } }

.about {
  margin-bottom: 220px; }
  @media only screen and (max-width: 767px) {
    .about {
      margin-bottom: 60px; } }
  .about h1 {
    font-size: 32px;
    margin: 0 0 32px 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .about h1 {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .about h1 {
        font-size: 22px; } }
  .about h2 {
    font-size: 24px;
    margin: 0;
    line-height: 1.5; }
    @media (min-width: 768px) and (max-width: 991px) {
      .about h2 {
        font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .about h2 {
        margin: 0 0 32px 0;
        font-size: 18px; } }
  .about hr {
    background-color: #B1B1B1;
    opacity: 1;
    margin: 16px 0; }
  .about .date {
    font-size: 60px;
    font-weight: 500; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .about .date {
        font-size: 40px; } }
    @media (min-width: 768px) and (max-width: 991px) {
      .about .date {
        font-size: 30px; } }
    @media only screen and (max-width: 767px) {
      .about .date {
        font-size: 30px; } }
  @media only screen and (max-width: 767px) {
    .about .col-md-8.offset-md-1.d-flex.align-items-center h2 {
      margin: 0; } }
  .about .row-box {
    position: relative;
    background: #F4F4F4;
    padding: 16px 32px;
    border-radius: 8px;
    font-size: .75rem;
    margin-bottom: 16px; }
    .about .row-box .col-md-2, .about .row-box .col-md-4, .about .row-box .col-md-6, .about .row-box .col-md-8 {
      padding: 0 6px; }
    .about .row-box .row {
      align-items: center; }
    .about .row-box span {
      color: #757575; }
    .about .row-box .color-box {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      background: #1A3837;
      color: #fff;
      width: 30%;
      border-radius: 8px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .about .row-box .button {
      height: 32px;
      line-height: 32px;
      padding: 0 14px;
      font-size: .75rem;
      background: #1A3837;
      border-color: #1A3837;
      color: #fff; }
    .about .row-box img {
      max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .about .row-box {
        padding: 24px 18px; }
        .about .row-box .color-box {
          position: static;
          margin-bottom: 16px;
          height: auto;
          line-height: 30px;
          width: auto;
          display: inline-block;
          padding: 0 20px; }
        .about .row-box .button {
          margin-top: 16px; }
        .about .row-box .text-end {
          text-align: left !important; }
        .about .row-box img {
          margin-bottom: 16px; } }
  .about .footer-box h2 {
    font-size: 32px;
    margin: 0 0 24px 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    .about .footer-box h2 {
      font-size: 24px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .about .footer-box h2 {
      font-size: 20px;
      margin: 0 0 12px 0; } }
  @media only screen and (max-width: 767px) {
    .about .footer-box h2 {
      font-size: 18px;
      margin: 0 0 12px 0; } }
  .about .team-box {
    text-align: center;
    margin-bottom: 56px; }
    .about .team-box .img {
      padding-bottom: 100%;
      border-radius: 16px;
      margin-bottom: 16px;
      background-position: center;
      background-size: cover; }
    .about .team-box h3 {
      font-size: 1.1rem;
      font-weight: 500;
      margin: 0 0 8px 0; }
    .about .team-box .title {
      color: #898989;
      margin-bottom: 32px; }
    .about .team-box .team-detail {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 15;
      display: flex;
      justify-content: end;
      text-align: left;
      visibility: hidden; }
      .about .team-box .team-detail .team-tint {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        cursor: pointer;
        opacity: 0;
        transition: 1s; }
      .about .team-box .team-detail .box {
        padding: 28px 40px;
        padding-bottom: 95px;
        background: #fff;
        width: 1170px;
        max-width: 100%;
        height: 100%;
        position: relative;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
        transform: translateX(100%);
        transition: .7s; }
        .about .team-box .team-detail .box::-webkit-scrollbar {
          display: none; }
        .about .team-box .team-detail .box .detail-name {
          font-size: 45px;
          font-weight: 500; }
        .about .team-box .team-detail .box .detail-title {
          color: #898989; }
        .about .team-box .team-detail .box .detail-top {
          margin-bottom: 95px; }
        .about .team-box .team-detail .box .line {
          display: inline-block;
          vertical-align: top;
          height: 100%;
          width: 1px;
          background: #000;
          margin-right: 32px; }
        @media only screen and (max-width: 767px) {
          .about .team-box .team-detail .box {
            padding: 64px 12px 32px 12px; }
            .about .team-box .team-detail .box .cls {
              position: absolute;
              top: 20px;
              right: 12px; }
            .about .team-box .team-detail .box .detail-name {
              font-size: 22px; }
            .about .team-box .team-detail .box .detail-title {
              margin-bottom: 30px; }
            .about .team-box .team-detail .box .detail-top {
              margin-bottom: 16px; }
            .about .team-box .team-detail .box .line {
              display: block;
              height: 0;
              opacity: 0;
              margin-bottom: 30px; } }
      .about .team-box .team-detail.active {
        visibility: visible; }
        .about .team-box .team-detail.active .team-tint {
          opacity: 1; }
        .about .team-box .team-detail.active .box {
          transform: translateX(0); }
  .about .about-nav {
    line-height: 146px;
    margin-top: -80px;
    overflow: auto;
    white-space: nowrap; }
    .about .about-nav a {
      display: inline-block;
      margin-right: 24px;
      font-weight: 500;
      opacity: .6; }
      .about .about-nav a.active {
        opacity: 1; }
    @media only screen and (max-width: 767px) {
      .about .about-nav {
        margin-top: -60px;
        line-height: 80px;
        border-bottom: 1px solid #eee;
        margin-bottom: 30px; } }
  .about .file-box {
    text-align: center; }
    .about .file-box .img {
      padding-bottom: 100%;
      background-color: #eee;
      background-size: 50%;
      background-position: center;
      background-repeat: no-repeat;
      margin: 24px 0; }
    @media only screen and (max-width: 767px) {
      .about .file-box {
        margin-bottom: 30px; } }

.filter-select {
  width: 100%;
  border: 1px solid #E3E3E3;
  height: 50px;
  border-radius: 8px;
  padding: 0 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../img/select-arrow.svg);
  background-position: 90%;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 767px) {
    .filter-select {
      margin-bottom: 30px; } }

section.content {
  padding-top: 160px; }
  section.content .about-nav {
    line-height: 1.8;
    margin: 0; }
    section.content .about-nav a {
      display: block; }

section.contact {
  padding-top: 160px; }
  section.contact h1 {
    font-size: 80px;
    margin: 0 0 24px 0; }
  section.contact .desc {
    margin-bottom: 96px; }
  section.contact .title {
    color: #777777;
    display: block;
    margin-bottom: 4px; }
  section.contact form {
    margin-bottom: 100px; }
    section.contact form .number {
      padding: 4px 16px;
      font-size: 14px;
      border: 1px solid #777;
      border-radius: 32px;
      display: inline-block;
      vertical-align: top; }
    section.contact form .item {
      margin-bottom: 50px; }
    section.contact form .input {
      padding-left: 32px;
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 58px); }
    section.contact form label {
      margin-bottom: 16px; }
    section.contact form input {
      height: 34px;
      width: 100%;
      border: 0;
      border-bottom: 1px solid #777;
      font-size: 14px; }
  section.contact iframe {
    width: 100%;
    height: 560px;
    border-radius: 16px; }
  @media only screen and (max-width: 767px) {
    section.contact {
      padding-top: 120px; }
      section.contact h1 {
        font-size: 32px; }
      section.contact .desc {
        margin-bottom: 60px; }
      section.contact iframe {
        width: 100%;
        height: 250px; }
      section.contact form {
        margin-bottom: 60px; } }

.news {
  padding-top: 160px; }
  .news .back {
    display: inline-block; }
    .news .back img {
      width: 32px;
      margin-right: 8px; }
  .news img {
    width: 100%; }
  .news h1, .news h2 {
    font-size: 32px;
    margin: 0 0 24px 0;
    font-weight: 500; }
  .news h3 {
    font-size: 21px;
    margin: 0 0 16px 0;
    font-weight: 500; }
  .news .news-box {
    display: block;
    margin-bottom: 48px; }
    .news .news-box .img {
      padding-bottom: 65%;
      background-size: cover;
      background-position: center;
      margin-bottom: 24px; }
    .news .news-box .date {
      font-size: .875rem;
      color: #909090; }
  .news p {
    margin: 0 0 32px 0; }
  .news .share {
    line-height: 72px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 64px; }
    .news .share a {
      display: inline-block;
      width: 40px;
      line-height: 40px;
      text-align: center;
      background: #F6F6F6;
      margin-left: 10px;
      border-radius: 50%; }
      .news .share a img {
        width: 28px; }
  .news hr {
    margin-bottom: 32px; }
  @media only screen and (max-width: 767px) {
    .news {
      padding-top: 120px; }
      .news .back {
        display: block;
        margin-bottom: 30px; }
        .news .back img {
          margin-left: -10px; } }

.main-slider + .news {
  padding-top: 0; }

.gallery {
  padding-left: 48px;
  padding-top: 160px;
  margin-bottom: 128px; }
  .gallery h1 {
    font-size: 80px;
    margin: 0 0 64px 0;
    font-weight: 500; }
  .gallery .dummy {
    width: 48px; }
  .gallery .slider .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 0;
    background-color: transparent;
    border: 0;
    background-repeat: no-repeat; }
    .gallery .slider .slick-arrow.slick-prev {
      padding-left: 40px;
      left: calc(70vw + 28px);
      background-position: left center;
      background-image: url(../img/back.svg); }
    .gallery .slider .slick-arrow.slick-next {
      right: 28px;
      padding-right: 40px;
      background-position: right center;
      background-image: url(../img/arrow-right.svg); }
  .gallery .slider .slick-list, .gallery .slider .slick-track {
    position: relative;
    height: 100%; }
  .gallery .slider .item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: end; }
    .gallery .slider .item .img {
      width: 13vw;
      padding-bottom: 65%;
      background-position: center;
      background-size: cover;
      margin-right: 20px;
      opacity: .5;
      transition: opacity 1s; }
    .gallery .slider .item.slick-current .img {
      width: 70vw;
      opacity: 1; }
  @media (min-width: 768px) and (max-width: 991px) {
    .gallery .slider .slick-arrow.slick-prev {
      left: calc(60vw + 28px); }
    .gallery .slider .item .img {
      width: 20vw; }
    .gallery .slider .item.slick-current .img {
      width: 60vw; } }
  @media only screen and (max-width: 767px) {
    .gallery .slider {
      padding-top: 48px; }
      .gallery .slider .slick-arrow.slick-prev {
        left: -10px; }
      .gallery .slider .slick-arrow.slick-next {
        right: 0; }
      .gallery .slider .item .img {
        width: 40vw; }
      .gallery .slider .item.slick-current .img {
        width: 80vw; } }
  @media only screen and (max-width: 767px) {
    .gallery {
      padding-left: 12px;
      padding-top: 120px;
      margin-bottom: 60px; }
      .gallery h1 {
        font-size: 32px; } }

main.page .main-slider {
  margin-bottom: 80px; }
  main.page .main-slider .item {
    min-height: 0;
    height: 660px; }
  @media only screen and (max-width: 767px) {
    main.page .main-slider {
      margin-bottom: 60px; }
      main.page .main-slider .item {
        height: 400px; } }

.about-content .files {
  width: 50%; }
  .about-content .files li {
    padding: 18px 0;
    border-bottom: 1px solid #ddd;
    padding-left: 30px;
    background-position: left center;
    background-image: url(../img/file.svg);
    background-size: 16px;
    background-repeat: no-repeat; }
  @media only screen and (max-width: 767px) {
    .about-content .files {
      width: 100%; } }

main.error .main-slider .item .txt h1 {
  font-size: 100px;
  margin: 0 0 10px 0; }
main.error .main-slider .button {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  width: 107px; }

main.error + footer {
  display: none; }

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

table td {
  border: 1px solid #ccc;
  padding: 10px; }

.anim {
  opacity: 0;
  overflow: hidden;
  transition: 1s; }
  .anim .anim-slide {
    transform: translate(0, 100%);
    transition: 1s; }
  .anim .anim-slide-mini {
    transform: translate(0, 10%);
    transition: 1s; }
  .anim .anim-img {
    transform: translate(0, 10%) scale(1.05);
    transition: 1s; }
  .anim.anim-del-2 {
    transition-delay: .2s; }
    .anim.anim-del-2 .anim-slide {
      transition-delay: .2s; }
    .anim.anim-del-2 .anim-slide-mini {
      transition-delay: .2s; }
    .anim.anim-del-2 .anim-img {
      transition-delay: .2s; }
  .anim.anim-del-4 {
    transition-delay: .4s; }
    .anim.anim-del-4 .anim-slide {
      transition-delay: .4s; }
    .anim.anim-del-4 .anim-slide-mini {
      transition-delay: .4s; }
    .anim.anim-del-4 .anim-img {
      transition-delay: .4s; }
  .anim.anim-del-6 {
    transition-delay: .6s; }
    .anim.anim-del-6 .anim-slide {
      transition-delay: .6s; }
    .anim.anim-del-6 .anim-slide-mini {
      transition-delay: .6s; }
    .anim.anim-del-6 .anim-img {
      transition-delay: .6s; }
  .anim.anim-del-8 {
    transition-delay: .8s; }
    .anim.anim-del-8 .anim-slide {
      transition-delay: .8s; }
    .anim.anim-del-8 .anim-slide-mini {
      transition-delay: .8s; }
    .anim.anim-del-8 .anim-img {
      transition-delay: .8s; }
  .anim.play {
    opacity: 1; }
    .anim.play .anim-slide, .anim.play .anim-slide-mini {
      transform: translate(0, 0); }
    .anim.play .anim-img {
      transform: translate(0, 0) scale(1); }

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