/**
 * Part of earth project.
 *
 * @copyright  Copyright (C) 2018 {ORGANIZATION}. All rights reserved.
 * @license    GNU General Public License version 2 or later;
 */
/* ------- Variables ------- */
:root {
  --bs-lightorange: #fcd0ab;
  --bs-orange: #ff7343;
  --bs-lightgray: #f8f8f8;
  --bs-lightyellow: #fdf7eb;
  --bs-lightbrown: #f7f2ef;
  --bs-brown: #e1d6cf;
  --bs-darkblue: #c1c5ce;
  --placeholder-color: #999999;
  --footer-subtitle: #333333; }

.h-section-bg {
  background-color: #f8f8f8;
  padding: 60px 0; }
  @media (min-width: 768px) {
    .h-section-bg {
      padding: 120px 0; } }

.rwd-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }
  .rwd-video iframe, .rwd-video object, .rwd-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.breadcrumb-wrapper {
  margin: 32px 0; }
  .breadcrumb-wrapper .breadcrumb-item a {
    color: #212529; }
  .breadcrumb-wrapper .breadcrumb-item:last-child {
    font-weight: bold; }
  .breadcrumb-wrapper .breadcrumb-item + .breadcrumb-item::before {
    content: "\f054";
    font-family: var(--fa-style-family, "Font Awesome 6 Pro");
    font-weight: 400;
    color: #333333; }

.c-front-pagination .page-item {
  margin: 0 3px;
  background: rgba(255, 255, 255, 0); }
  .c-front-pagination .page-item .page-link {
    width: 36px;
    height: 36px;
    color: #444;
    background-color: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .c-front-pagination .page-item .page-link:hover {
      color: #ff7343; }
  .c-front-pagination .page-item.active .page-link {
    color: white;
    background-color: #ff7343; }

.c-item-card {
  border-radius: 12px;
  padding: 16px 12px;
  color: #212529;
  font-size: 18px;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s; }
  .c-item-card:hover {
    background-color: #ff7343;
    color: #ffffff; }
  .c-item-card__image {
    margin: 0 0 12px;
    border: 2px solid #FFFFFF;
    border-radius: 10px; }
    .c-item-card__image img {
      border-radius: 8px; }
  .c-item-card__text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }

.c-btn {
  width: 210px;
  padding: 12px 5px; }
  .c-btn:hover .c-btn-ani {
    -webkit-animation: arrowBounce 1s infinite;
            animation: arrowBounce 1s infinite; }
  .c-btn:active, .c-btn:focus {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }

@-webkit-keyframes arrowBounce {
  0% {
    -webkit-transform: translateX(7px);
            transform: translateX(7px); }
  50% {
    -webkit-transform: translateX(12px);
            transform: translateX(12px); }
  100% {
    -webkit-transform: translateX(7px);
            transform: translateX(7px); } }

@keyframes arrowBounce {
  0% {
    -webkit-transform: translateX(7px);
            transform: translateX(7px); }
  50% {
    -webkit-transform: translateX(12px);
            transform: translateX(12px); }
  100% {
    -webkit-transform: translateX(7px);
            transform: translateX(7px); } }

.c-share-icon {
  width: 48px;
  height: 48px;
  background-color: rgba(238, 238, 238, 0.6);
  border-radius: 50%;
  font-size: 24px;
  margin: 0 6px;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s; }
  .c-share-icon:last-child {
    font-size: 20px; }
  .c-share-icon a {
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    color: #333333; }
    .c-share-icon a > span {
      width: 0; }
  .c-share-icon:hover {
    background-color: #ff7343; }
    .c-share-icon:hover.line {
      background-color: #07B53B; }
    .c-share-icon:hover.facebook {
      background-color: #4267B2; }
    .c-share-icon:hover a {
      color: #ffffff; }

.c-banner {
  position: relative;
  height: 427px; }
  @media (min-width: 768px) {
    .c-banner__content {
      max-width: 540px; } }
  .c-banner__img {
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 0;
    opacity: 0.3;
    width: 220px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (min-width: 768px) {
      .c-banner__img {
        left: inherit;
        -webkit-transform: inherit;
            -ms-transform: inherit;
                transform: inherit;
        right: 0;
        opacity: 1;
        width: auto;
        height: 240px; } }
    @media (min-width: 1200px) {
      .c-banner__img {
        height: 427px; } }
  .c-banner__title {
    font-size: 34px; }
    @media (min-width: 576px) {
      .c-banner__title {
        font-size: 56px; } }

.c-text-carousel .owl-dots {
  margin-top: 24px !important; }

.c-text-carousel .owl-dot.active span {
  background: #ff7343 !important; }

.c-text-carousel .c-action {
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 43%;
  -webkit-transform: translateY(-43%);
      -ms-transform: translateY(-43%);
          transform: translateY(-43%); }
  .c-text-carousel .c-action i {
    font-size: 20px;
    font-weight: 500; }

.c-text-carousel .c-prev {
  left: -100px; }

.c-text-carousel .c-next {
  right: -100px; }

.alertify-notifier.ajs-right {
  top: 85px; }

.alertify-notifier .ajs-message {
  border: none;
  text-shadow: none !important; }
  .alertify-notifier .ajs-message.ajs-primary {
    background-color: rgba(255, 115, 67, 0.9);
    color: white;
    padding: 15px 32px !important;
    border-radius: 8px !important;
    width: 200px !important; }

body {
  padding-top: 80px;
  font-size: 18px; }
  body.fs-small {
    font-size: 16px; }
  body.fs-large {
    font-size: 20px; }
  body img {
    border-radius: 8px; }
  body.h-no-transitions * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; }

[uni-cloak] * {
  pointer-events: none; }

.navbar-brand img {
  height: 35px;
  margin-top: -8px; }

#copyright {
  background-color: var(--bs-light);
  font-size: .875rem; }

.c-header {
  background-color: white;
  z-index: 1045; }

#mobile-menu {
  z-index: 1041;
  top: 87px; }

.c-header {
  border-bottom: 1px solid var(--bs-lightorange);
  padding: 15px 0; }
  @media (min-width: 576px) {
    .c-header {
      padding: 8px 0; } }
  .c-header__title {
    height: 36px; }
    @media (min-width: 576px) {
      .c-header__title {
        height: 41px; } }
  .c-header__logo {
    height: 56px; }
    @media (min-width: 576px) {
      .c-header__logo {
        height: 63px; } }
  @media (min-width: 1200px) {
    .c-header__size {
      min-width: 253px; } }
  .c-header__switcher {
    padding: 4px 12px;
    border-radius: 32px;
    color: #212529; }
    .c-header__switcher.active {
      background-color: #ff7343;
      color: #ffffff; }
  .c-header .c-menu .nav-link {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    position: relative; }
    .c-header .c-menu .nav-link.active:after {
      content: '';
      height: 1px;
      border: 1px solid #ff7343;
      border-radius: 2px;
      background-color: #ff7343;
      position: absolute;
      bottom: -21px;
      left: 20px;
      right: 20px; }
    .c-header .c-menu .nav-link:hover:after {
      content: '';
      height: 1px;
      border: 1px solid #ff7343;
      border-radius: 2px;
      background-color: #ff7343;
      position: absolute;
      bottom: -21px;
      width: 76%;
      left: 50%;
      opacity: 0.5;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-animation: hover ease .5s;
              animation: hover ease .5s; }

@-webkit-keyframes hover {
  from {
    width: 0;
    opacity: 0; }
  to {
    width: 76%;
    opacity: 0.5; } }

@keyframes hover {
  from {
    width: 0;
    opacity: 0; }
  to {
    width: 76%;
    opacity: 0.5; } }

#mobile-menu {
  -webkit-box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.15); }
  #mobile-menu .nav-item {
    padding: 10px;
    width: 100%;
    text-align: center; }
    #mobile-menu .nav-item:hover .nav-link {
      color: rgba(0, 0, 0, 0.9); }
  #mobile-menu .nav-link {
    color: rgba(0, 0, 0, 0.55); }

#footer {
  font-size: 18px;
  padding: 100px 0;
  position: relative; }
  @media (max-width: 575px) {
    #footer .c-container {
      padding: 0 24px; } }
  #footer .c-social {
    background-color: #ff7343;
    border-radius: 50%;
    height: 65px;
    width: 65px;
    margin: 0 12px 0 0;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    position: relative; }
    #footer .c-social:hover, #footer .c-social:active, #footer .c-social:focus {
      -webkit-transform: scale(0.9);
          -ms-transform: scale(0.9);
              transform: scale(0.9);
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
    #footer .c-social i {
      font-size: 25px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  #footer .c-text {
    color: var(--footer-subtitle); }
  #footer .c-title {
    margin-bottom: 18px;
    font-size: 28px; }
    @media (min-width: 576px) {
      #footer .c-title {
        margin-bottom: 40px;
        font-size: inherit; } }
  #footer .c-link {
    position: relative;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s; }
    #footer .c-link:hover {
      color: #ff7343; }
      #footer .c-link:hover:after {
        content: '';
        height: 1px;
        border-bottom: 1px solid #ff7343;
        border-radius: 2px;
        background-color: #ff7343;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-animation: hoverani ease .5s;
                animation: hoverani ease .5s; }

@-webkit-keyframes hoverani {
  from {
    width: 0; }
  to {
    width: 100%; } }

@keyframes hoverani {
  from {
    width: 0; }
  to {
    width: 100%; } }
  #footer .bg-1 {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    top: 140px;
    left: 170px;
    z-index: -1; }
  #footer .bg-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1; }

@media (max-width: 575px) {
  #copyright .c-container {
    padding: 0 24px; } }

.c-thoseday {
  position: relative; }
  .c-thoseday .c-menu {
    position: fixed;
    bottom: 0;
    max-width: 100%;
    left: 20px;
    right: 20px;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
    @media (min-width: 992px) {
      .c-thoseday .c-menu {
        position: sticky;
        width: 100px;
        height: auto;
        left: 20px;
        right: inherit;
        top: 30%; } }
    .c-thoseday .c-menu.hide {
      opacity: 0;
      overflow: hidden;
      width: 0;
      height: 0; }
  .c-thoseday .c-content {
    overflow: hidden;
    padding: 120px 0;
    position: relative; }
    @media (min-width: 992px) {
      .c-thoseday .c-content {
        padding: 48px 0; } }
  .c-thoseday .c-item {
    position: relative;
    background-color: #ffffff;
    border-radius: 20px;
    min-height: 410px;
    -webkit-transform: skewY(-5deg) rotateZ(2deg);
        -ms-transform: skewY(-5deg) rotate(2deg);
            transform: skewY(-5deg) rotateZ(2deg);
    margin-bottom: 120px; }
    @media (min-width: 768px) {
      .c-thoseday .c-item {
        min-height: 600px; } }
    .c-thoseday .c-item:last-child {
      margin-bottom: 0; }
    .c-thoseday .c-item__bg {
      padding: 60px 0;
      position: relative;
      background-color: #000000;
      border-radius: 20px;
      min-height: 410px;
      -webkit-box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.15);
              box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.15); }
      @media (min-width: 768px) {
        .c-thoseday .c-item__bg {
          padding: 100px 0;
          min-height: 600px; } }
      .c-thoseday .c-item__bg.rotate {
        -webkit-transform: rotate(-1.8deg);
            -ms-transform: rotate(-1.8deg);
                transform: rotate(-1.8deg);
        -webkit-transition: all linear .5s;
        -o-transition: all linear .5s;
        transition: all linear .5s; }
    .c-thoseday .c-item__inner-wrapper {
      padding: 0 24px; }
      @media (min-width: 576px) {
        .c-thoseday .c-item__inner-wrapper {
          padding: 0 15px; } }
      @media (min-width: 768px) {
        .c-thoseday .c-item__inner-wrapper {
          padding: inherit;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 15px;
          right: 15px; } }
    .c-thoseday .c-item__inner {
      -webkit-transform: skewY(4.8deg);
          -ms-transform: skewY(4.8deg);
              transform: skewY(4.8deg);
      position: relative;
      height: 100%; }
    .c-thoseday .c-item__img {
      max-width: 200px;
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (min-width: 768px) {
        .c-thoseday .c-item__img {
          max-width: 310px;
          right: inherit; } }
      @media (min-width: 992px) {
        .c-thoseday .c-item__img {
          max-width: 480px; } }
    .c-thoseday .c-item__title {
      font-size: 46px; }
      @media (min-width: 768px) {
        .c-thoseday .c-item__title {
          font-size: 64px; } }
    .c-thoseday .c-item__text {
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      font-size: 24px; }
      @media (min-width: 768px) {
        .c-thoseday .c-item__text {
          margin-bottom: 70px;
          font-size: 32px; } }
  .c-thoseday .j-prev {
    background-color: white;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    left: 30px;
    border-radius: 48px;
    font-size: 24px;
    z-index: 10;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .c-thoseday .j-prev:hover {
      color: black; }
    .c-thoseday .j-prev i {
      font-size: 20px;
      font-weight: 500; }
  .c-thoseday .j-next {
    background-color: white;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    right: 30px;
    border-radius: 48px;
    font-size: 24px;
    z-index: 10;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .c-thoseday .j-next:hover {
      color: black; }
    .c-thoseday .j-next i {
      font-size: 20px;
      font-weight: 500; }
  .c-thoseday .owl-theme .owl-dots .owl-dot button {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: none;
    background-color: #ffffff;
    color: #ff7343;
    opacity: 0.5;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s;
    line-height: 64px;
    margin: 0 10px 20px; }
    .c-thoseday .owl-theme .owl-dots .owl-dot button:hover {
      opacity: 1;
      color: #ff7343; }
  .c-thoseday .owl-theme .owl-dots .owl-dot.active button {
    opacity: 1;
    color: #ff7343; }
  .c-thoseday .thoseday-bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
    -webkit-animation: fadeIn 1s;
            animation: fadeIn 1s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.c-thoseday_inside {
  margin: 0 auto;
  max-width: 1440px; }
  .c-thoseday_inside__banner {
    width: 100%; }
  .c-thoseday_inside__banner-board {
    background-color: black;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: 1px solid;
    border-radius: 1.25rem;
    padding: 0 3.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 2.5rem 0 7.5rem 0; }
  .c-thoseday_inside__banner-content {
    display: inline-block;
    color: #ffffff; }
  .c-thoseday_inside__banner-link {
    margin-top: 1.25rem; }
  .c-thoseday_inside__banner-social {
    padding: 0 0.375rem; }
  .c-thoseday_inside____banner-info {
    position: relative; }
  .c-thoseday_inside__banner-subtitle {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 2.5rem; }
  .c-thoseday_inside__banner-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .c-thoseday_inside__year-axis {
    background-color: var(--bs-lightgray);
    overflow: scroll; }
  .c-thoseday_inside__year-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 583px;
    position: sticky; }
  .c-thoseday_inside__size02 {
    background-color: var(--bs-orange);
    border-radius: 0.5rem;
    width: 3.5rem;
    height: 2rem;
    text-align: center;
    padding-top: 0.375rem;
    font-size: 1.1rem;
    color: #ffffff; }
  .c-thoseday_inside__year-content {
    position: relative; }
  .c-thoseday_inside__year-bg {
    position: absolute;
    top: 3%;
    left: -4%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.view-page .c-search-section {
  position: relative; }
  @media (min-width: 576px) {
    .view-page .c-search-section {
      max-width: 310px; } }
  .view-page .c-search-section:after {
    content: '';
    width: 100%;
    border-bottom: 1px solid #212529;
    position: absolute;
    left: 0;
    bottom: -38px; }
  .view-page .c-search-section i {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1; }
  .view-page .c-search-section input {
    border: none;
    padding-left: 30px;
    position: absolute;
    left: 0;
    top: 0; }
    .view-page .c-search-section input:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: none; }

.view-page #page-menu {
  position: sticky;
  width: 100px;
  left: 20px;
  right: inherit;
  top: 30%;
  z-index: 2;
  opacity: 1;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  display: none; }
  @media (min-width: 992px) {
    .view-page #page-menu {
      display: block; } }
  .view-page #page-menu.hide {
    opacity: 0;
    overflow: hidden;
    width: 0;
    height: 0; }
  .view-page #page-menu .c-menu-item {
    color: #999999;
    margin: 0 0 16px 16px;
    cursor: pointer; }
    .view-page #page-menu .c-menu-item.active {
      margin: 0 0 16px; }
      .view-page #page-menu .c-menu-item.active span {
        margin: 0 0 16px 0;
        border-radius: 8px;
        padding: 4px 12px;
        background-color: #ff7343;
        color: #ffffff; }

.view-page .h-highlight {
  background-color: yellow; }

.view-article-item .c-item__content {
  padding: 100px 0 120px; }

.view-article-item .c-item__category {
  font-size: 18px; }

.view-article-item .c-item__desc img {
  max-width: 100%;
  height: auto; }

.view-article-item .c-item__desc * {
  line-height: 35px;
  letter-spacing: 1px; }

.view-article-list .c-article__banner {
  background-color: #f8f8f8;
  border-radius: 8px;
  position: relative;
  padding: 64px 20px; }
  @media (min-width: 1200px) {
    .view-article-list .c-article__banner {
      padding: 64px 20px 64px 56px; } }
  .view-article-list .c-article__banner.light-gray {
    background-color: var(--bs-lightgray); }
  .view-article-list .c-article__banner.light-yellow {
    background-color: var(--bs-lightyellow); }
  .view-article-list .c-article__banner.brown {
    background-color: var(--bs-brown); }
  .view-article-list .c-article__banner.dark-blue {
    background-color: var(--bs-darkblue); }
  .view-article-list .c-article__banner .custom_images {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important; }
  .view-article-list .c-article__banner .c-share-icon {
    background-color: #ffffff; }
    .view-article-list .c-article__banner .c-share-icon:hover {
      background-color: #ff7343; }
      .view-article-list .c-article__banner .c-share-icon:hover.line {
        background-color: #07B53B; }
      .view-article-list .c-article__banner .c-share-icon:hover.facebook {
        background-color: #4267B2; }
      .view-article-list .c-article__banner .c-share-icon:hover a {
        color: #ffffff; }
        .view-article-list .c-article__banner .c-share-icon:hover a > span {
          width: 0; }

.view-article-list .c-article__info {
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .view-article-list .c-article__info {
      max-width: 480px; } }
  @media (min-width: 1200px) {
    .view-article-list .c-article__info {
      max-width: 560px; } }

.view-article-list .c-article__img {
  position: absolute;
  right: 20px;
  bottom: 0;
  max-width: 100%;
  opacity: 0.1; }
  @media (min-width: 425px) {
    .view-article-list .c-article__img {
      max-width: 358px; } }
  @media (min-width: 992px) {
    .view-article-list .c-article__img {
      opacity: 1; } }
  @media (min-width: 1200px) {
    .view-article-list .c-article__img {
      right: 50px; } }

.view-article-list .c-article__title {
  font-size: 34px; }
  @media (min-width: 576px) {
    .view-article-list .c-article__title {
      font-size: 48px; } }

.view-article-list .c-article__text {
  margin-bottom: 32px; }

.view-article-list .c-article__content {
  padding: 120px 0; }

.view-article-list .c-article__search {
  max-width: 100%;
  position: relative; }
  @media (min-width: 576px) {
    .view-article-list .c-article__search {
      max-width: 310px; } }
  .view-article-list .c-article__search:after {
    content: '';
    width: 100%;
    border-bottom: 1px solid #212529;
    position: absolute;
    left: 0;
    bottom: -5px; }
  .view-article-list .c-article__search input {
    border: none; }
    .view-article-list .c-article__search input:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: none; }

.view-article-list .c-article__item {
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .view-article-list .c-article__item {
      margin-bottom: 100px; } }

.view-category-list .c-event__item {
  margin-bottom: 24px; }
  @media (min-width: 768px) {
    .view-category-list .c-event__item {
      margin-bottom: 100px; } }

.view-category-list .c-article {
  border-bottom: 1px solid #F3D1BF; }
  .view-category-list .c-article .c-section {
    padding: 150px 0;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 15px 30px -10px rgba(0, 0, 0, 0.15); }
    .view-category-list .c-article .c-section.light-gray {
      background-color: var(--bs-lightgray); }
    .view-category-list .c-article .c-section.light-yellow {
      background-color: var(--bs-lightyellow); }
    .view-category-list .c-article .c-section.brown {
      background-color: var(--bs-brown); }
    .view-category-list .c-article .c-section.dark-blue {
      background-color: var(--bs-darkblue); }
    .view-category-list .c-article .c-section.white {
      background-color: #ffffff; }
    .view-category-list .c-article .c-section__content {
      position: relative;
      z-index: 1; }
      @media (min-width: 1200px) {
        .view-category-list .c-article .c-section__content.left {
          left: 148px; } }
    .view-category-list .c-article .c-section__img {
      opacity: 0.1;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media (min-width: 576px) {
        .view-category-list .c-article .c-section__img {
          -webkit-transform: inherit;
              -ms-transform: inherit;
                  transform: inherit;
          left: inherit;
          right: 0; } }
      @media (min-width: 992px) {
        .view-category-list .c-article .c-section__img {
          opacity: 1; } }
      @media (min-width: 1200px) {
        .view-category-list .c-article .c-section__img {
          right: 100px; } }
      @media (min-width: 768px) {
        .view-category-list .c-article .c-section__img.left {
          right: inherit !important;
          left: 0; } }
      @media (min-width: 1200px) {
        .view-category-list .c-article .c-section__img.left {
          left: 100px; } }
    .view-category-list .c-article .c-section__inner {
      max-width: 410px; }
    .view-category-list .c-article .c-section__title {
      font-size: 36px;
      font-weight: bold;
      margin: 0 0 12px; }
      @media (min-width: 992px) {
        .view-category-list .c-article .c-section__title {
          font-size: 48px; } }
    .view-category-list .c-article .c-section__sign {
      font-size: 24px;
      font-weight: bold; }

.view-category-list .category-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.view-event-item .c-info {
  padding: 100px 0 80px;
  position: relative; }
  .view-event-item .c-info:after {
    position: absolute;
    content: '';
    background-color: #f8f8f8;
    width: 100%;
    height: 460px;
    left: 0;
    right: 0;
    bottom: 0; }
  .view-event-item .c-info__bg {
    position: absolute;
    right: 0;
    bottom: -45px;
    z-index: 1;
    opacity: 0.3; }
    @media (min-width: 992px) {
      .view-event-item .c-info__bg {
        opacity: 1; } }
  .view-event-item .c-info__content {
    position: relative;
    z-index: 1; }
  .view-event-item .c-info__img {
    margin-bottom: 80px; }
  .view-event-item .c-info__icon {
    font-size: 24px; }

.view-event-item .c-desc {
  padding: 120px 0; }
  .view-event-item .c-desc.c-bg {
    background-color: var(--bs-lightyellow); }
  .view-event-item .c-desc__text img {
    max-width: 100%;
    height: auto; }
  .view-event-item .c-desc * {
    line-height: 35px;
    letter-spacing: 1px; }

@media (min-width: 768px) {
  .view-event-item .c-carousel .owl-stage-outer {
    padding: 50px 0; }
  .view-event-item .c-carousel .owl-item {
    opacity: 0.3;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease; }
    .view-event-item .c-carousel .owl-item.center {
      opacity: 1;
      z-index: 1;
      -webkit-transform: scale(1.5);
          -ms-transform: scale(1.5);
              transform: scale(1.5); } }

.view-event-item .c-carousel .owl-dots {
  margin-top: 24px !important; }

.view-event-item .c-carousel .owl-dot.active span {
  background: #ff7343 !important; }

.view-event-item .c-carousel .c-action {
  width: 56px;
  height: 56px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 43%;
  -webkit-transform: translateY(-43%);
      -ms-transform: translateY(-43%);
          transform: translateY(-43%); }
  .view-event-item .c-carousel .c-action i {
    font-size: 20px;
    font-weight: 500; }

.view-event-item .c-carousel .c-prev {
  left: -100px; }

.view-event-item .c-carousel .c-next {
  right: -100px; }

.view-event-item .c-video__preview {
  border: 1px solid #ffffff; }
  .view-event-item .c-video__preview:hover ~ .c-video__icon {
    opacity: 1; }

.view-event-item .c-video__icon {
  position: absolute;
  color: white;
  opacity: 0.7;
  font-size: 60px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.view-event-list .c-event {
  overflow: hidden; }
  .view-event-list .c-event__banner {
    background-color: #f8f8f8;
    padding: 20px;
    border-radius: 8px; }
    @media (min-width: 1200px) {
      .view-event-list .c-event__banner {
        padding: 20px 20px 20px 56px; } }
    .view-event-list .c-event__banner .custom_images {
      -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
              justify-content: start !important; }
    .view-event-list .c-event__banner .c-share-icon {
      background-color: #ffffff; }
      .view-event-list .c-event__banner .c-share-icon:hover {
        background-color: #ff7343; }
        .view-event-list .c-event__banner .c-share-icon:hover.line {
          background-color: #07B53B; }
        .view-event-list .c-event__banner .c-share-icon:hover.facebook {
          background-color: #4267B2; }
        .view-event-list .c-event__banner .c-share-icon:hover a {
          color: #ffffff; }
          .view-event-list .c-event__banner .c-share-icon:hover a > span {
            width: 0; }
  .view-event-list .c-event__title {
    font-size: 34px; }
    @media (min-width: 576px) {
      .view-event-list .c-event__title {
        font-size: 48px; } }
  @media (min-width: 992px) {
    .view-event-list .c-event__img {
      margin-left: 32px;
      max-width: 480px;
      min-width: 480px; } }
  @media (min-width: 1200px) {
    .view-event-list .c-event__img {
      max-width: 560px;
      min-width: 560px; } }
  .view-event-list .c-event__content {
    position: relative;
    padding: 100px 0;
    margin: 0 0 100px;
    max-width: 1440px; }
    @media (min-width: 768px) {
      .view-event-list .c-event__content {
        padding: 160px 0 125px;
        margin: 0 0 125px; } }
  .view-event-list .c-event__bg {
    position: absolute;
    right: -30px;
    bottom: 0;
    opacity: 0.3;
    width: 200px; }
    @media (min-width: 768px) {
      .view-event-list .c-event__bg {
        right: -40px; } }
    @media (min-width: 992px) {
      .view-event-list .c-event__bg {
        width: auto;
        right: -45px; } }
    @media (min-width: 1200px) {
      .view-event-list .c-event__bg {
        opacity: 1;
        right: -75px; } }
  .view-event-list .c-event__fly {
    position: absolute;
    left: -20px;
    bottom: 70%;
    opacity: 0.3;
    width: 150px; }
    @media (min-width: 1200px) {
      .view-event-list .c-event__fly {
        opacity: 1; } }
  .view-event-list .c-event__item {
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .view-event-list .c-event__item {
        margin-bottom: 100px; } }

.view-event-report .c-item__content {
  padding: 100px 0 120px; }

.view-event-report .c-item__desc img {
  max-width: 100%;
  height: auto; }

.view-event-report .c-item * {
  line-height: 35px;
  letter-spacing: 1px; }

.view-home .c-home-loading {
  height: calc(100vh - 60px - 150px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.view-home .c-down {
  position: sticky;
  left: 0;
  right: 0;
  top: 500px;
  z-index: 1;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
  opacity: 0; }
  .view-home .c-down.show {
    opacity: 1; }
  .view-home .c-down__item {
    width: 50px;
    overflow: hidden;
    position: relative; }
    .view-home .c-down__item:before {
      content: '';
      height: 100%;
      width: 2px;
      background-color: #ff7343;
      opacity: 0.5;
      position: absolute;
      right: 20px;
      top: 0; }
    .view-home .c-down__item:after {
      content: '';
      height: 100%;
      width: 2px;
      background-color: #ff7343;
      position: absolute;
      right: 20px;
      top: 0;
      -webkit-animation: down 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
              animation: down 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite; }

@-webkit-keyframes down {
  0% {
    top: -100px; }
  75% {
    top: 0; }
  100% {
    top: 100px; } }

@keyframes down {
  0% {
    top: -100px; }
  75% {
    top: 0; }
  100% {
    top: 100px; } }

.view-home .c-banner {
  padding: 50px 0 50px;
  height: auto; }

.view-home .c-lottie {
  max-width: 700px; }
  @media (max-width: 479px) {
    .view-home .c-lottie {
      top: -76px; } }
  @media (min-width: 480px) {
    .view-home .c-lottie {
      top: -49px; } }
  @media (min-width: 576px) {
    .view-home .c-lottie {
      top: -115px; } }
  @media (min-width: 768px) {
    .view-home .c-lottie {
      top: 0; } }
  @media (min-width: 992px) {
    .view-home .c-lottie {
      top: 0; } }

.view-home .c-carousel {
  position: relative;
  height: 550px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform; }
  @media (max-width: 479px) {
    .view-home .c-carousel {
      height: 400px; } }
  @media (min-width: 480px) {
    .view-home .c-carousel {
      height: 450px; } }
  @media (min-width: 576px) {
    .view-home .c-carousel {
      height: 650px; } }
  @media (min-width: 768px) {
    .view-home .c-carousel {
      height: 950px; } }
  @media (min-width: 992px) {
    .view-home .c-carousel {
      overflow: inherit;
      margin: 60px 0 0; } }
  .view-home .c-carousel .c-gray-default {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  .view-home .c-carousel .c-gray-in {
    -webkit-animation: grayscale-change 10s;
            animation: grayscale-change 10s; }

@-webkit-keyframes grayscale-change {
  from {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  to {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); } }

@keyframes grayscale-change {
  from {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  to {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); } }
  @media (max-width: 479px) {
    .view-home .c-carousel__inner {
      -webkit-transform: scale(0.45);
          -ms-transform: scale(0.45);
              transform: scale(0.45); } }
  @media (min-width: 480px) {
    .view-home .c-carousel__inner {
      -webkit-transform: scale(0.5);
          -ms-transform: scale(0.5);
              transform: scale(0.5); } }
  @media (min-width: 576px) {
    .view-home .c-carousel__inner {
      -webkit-transform: scale(0.55);
          -ms-transform: scale(0.55);
              transform: scale(0.55); } }
  @media (min-width: 768px) {
    .view-home .c-carousel__inner {
      -webkit-transform: scale(0.55);
          -ms-transform: scale(0.55);
              transform: scale(0.55); } }
  @media (min-width: 992px) {
    .view-home .c-carousel__inner {
      -webkit-transform: scale(0.85);
          -ms-transform: scale(0.85);
              transform: scale(0.85); } }
  @media (min-width: 1200px) {
    .view-home .c-carousel__inner {
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1); } }
  .view-home .c-carousel .c-lottie {
    position: relative;
    z-index: 1; }
  .view-home .c-carousel .c-3d {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .view-home .c-carousel__wrapper {
    width: 100%;
    position: absolute;
    left: 50%;
    top: -70px;
    text-align: center;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%); }
    @media (min-width: 992px) {
      .view-home .c-carousel__wrapper {
        width: 475px; } }
  .view-home .c-carousel__item {
    position: absolute;
    left: 0;
    right: 0;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    will-change: filter;
    border-radius: 0; }
    @media (min-width: 992px) {
      .view-home .c-carousel__item {
        border-radius: 8px; } }

.view-home .bg-curve {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: fadein 4s;
          animation: fadein 4s;
  z-index: -1; }

.view-home .c-info-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-animation: fadein 4s;
          animation: fadein 4s;
  z-index: -1; }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.view-home .c-info {
  position: relative;
  padding-bottom: 100px; }
  @media (min-width: 576px) {
    .view-home .c-info {
      padding-bottom: 200px; } }
  .view-home .c-info__content {
    position: relative;
    z-index: 1; }
  .view-home .c-info__text {
    font-size: 18px;
    margin-bottom: 3.5rem; }
    @media (min-width: 576px) {
      .view-home .c-info__text {
        font-size: 22px;
        margin-bottom: 6rem; } }
  .view-home .c-info__particles {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0; }
  .view-home .c-info__bubble {
    opacity: 0;
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: rgba(255, 115, 67, 0.4);
    border-radius: 50%; }
    .view-home .c-info__bubble:nth-child(even) {
      display: none; }
    @media (min-width: 992px) {
      .view-home .c-info__bubble:nth-child(even) {
        display: block; } }
    .view-home .c-info__bubble:nth-child(1) {
      left: 1%;
      -webkit-animation: blow 16114ms infinite;
              animation: blow 16114ms infinite;
      -webkit-animation-delay: 13813ms;
              animation-delay: 13813ms; }
    .view-home .c-info__bubble:nth-child(2) {
      left: 2%;
      -webkit-animation: blow 13939ms infinite;
              animation: blow 13939ms infinite;
      -webkit-animation-delay: 9818ms;
              animation-delay: 9818ms; }
    .view-home .c-info__bubble:nth-child(3) {
      left: 3%;
      -webkit-animation: blow 15489ms infinite;
              animation: blow 15489ms infinite;
      -webkit-animation-delay: 14209ms;
              animation-delay: 14209ms; }
    .view-home .c-info__bubble:nth-child(4) {
      left: 4%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 12526ms;
              animation-delay: 12526ms; }
    .view-home .c-info__bubble:nth-child(5) {
      left: 5%;
      -webkit-animation: blow 13979ms infinite;
              animation: blow 13979ms infinite;
      -webkit-animation-delay: 12768ms;
              animation-delay: 12768ms; }
    .view-home .c-info__bubble:nth-child(6) {
      left: 6%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 802ms;
              animation-delay: 802ms; }
    .view-home .c-info__bubble:nth-child(7) {
      left: 7%;
      -webkit-animation: blow 22357ms infinite;
              animation: blow 22357ms infinite;
      -webkit-animation-delay: 8980ms;
              animation-delay: 8980ms; }
    .view-home .c-info__bubble:nth-child(8) {
      left: 8%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 10640ms;
              animation-delay: 10640ms; }
    .view-home .c-info__bubble:nth-child(9) {
      left: 9%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 8688ms;
              animation-delay: 8688ms; }
    .view-home .c-info__bubble:nth-child(10) {
      left: 10%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 12463ms;
              animation-delay: 12463ms; }
    .view-home .c-info__bubble:nth-child(11) {
      left: 11%;
      -webkit-animation: blow 18940ms infinite;
              animation: blow 18940ms infinite;
      -webkit-animation-delay: 7475ms;
              animation-delay: 7475ms; }
    .view-home .c-info__bubble:nth-child(12) {
      left: 12%;
      -webkit-animation: blow 14677ms infinite;
              animation: blow 14677ms infinite;
      -webkit-animation-delay: 13250ms;
              animation-delay: 13250ms; }
    .view-home .c-info__bubble:nth-child(13) {
      left: 13%;
      -webkit-animation: blow 22225ms infinite;
              animation: blow 22225ms infinite;
      -webkit-animation-delay: 8791ms;
              animation-delay: 8791ms; }
    .view-home .c-info__bubble:nth-child(14) {
      left: 14%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 7030ms;
              animation-delay: 7030ms; }
    .view-home .c-info__bubble:nth-child(15) {
      left: 15%;
      -webkit-animation: blow 15295ms infinite;
              animation: blow 15295ms infinite;
      -webkit-animation-delay: 6645ms;
              animation-delay: 6645ms; }
    .view-home .c-info__bubble:nth-child(16) {
      left: 16%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 8598ms;
              animation-delay: 8598ms; }
    .view-home .c-info__bubble:nth-child(17) {
      left: 17%;
      -webkit-animation: blow 17955ms infinite;
              animation: blow 17955ms infinite;
      -webkit-animation-delay: 1380ms;
              animation-delay: 1380ms; }
    .view-home .c-info__bubble:nth-child(18) {
      left: 18%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 11224ms;
              animation-delay: 11224ms; }
    .view-home .c-info__bubble:nth-child(19) {
      left: 19%;
      -webkit-animation: blow 13833ms infinite;
              animation: blow 13833ms infinite;
      -webkit-animation-delay: 6293ms;
              animation-delay: 6293ms; }
    .view-home .c-info__bubble:nth-child(20) {
      left: 20%;
      -webkit-animation: blow 22507ms infinite;
              animation: blow 22507ms infinite;
      -webkit-animation-delay: 1243ms;
              animation-delay: 1243ms; }
    .view-home .c-info__bubble:nth-child(21) {
      left: 21%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 5755ms;
              animation-delay: 5755ms; }
    .view-home .c-info__bubble:nth-child(22) {
      left: 22%;
      -webkit-animation: blow 21007ms infinite;
              animation: blow 21007ms infinite;
      -webkit-animation-delay: 13244ms;
              animation-delay: 13244ms; }
    .view-home .c-info__bubble:nth-child(23) {
      left: 23%;
      -webkit-animation: blow 21054ms infinite;
              animation: blow 21054ms infinite;
      -webkit-animation-delay: 365ms;
              animation-delay: 365ms; }
    .view-home .c-info__bubble:nth-child(24) {
      left: 24%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 2267ms;
              animation-delay: 2267ms; }
    .view-home .c-info__bubble:nth-child(25) {
      left: 25%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 8341ms;
              animation-delay: 8341ms; }
    .view-home .c-info__bubble:nth-child(26) {
      left: 26%;
      -webkit-animation: blow 22185ms infinite;
              animation: blow 22185ms infinite;
      -webkit-animation-delay: 11296ms;
              animation-delay: 11296ms; }
    .view-home .c-info__bubble:nth-child(27) {
      left: 27%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 2988ms;
              animation-delay: 2988ms; }
    .view-home .c-info__bubble:nth-child(28) {
      left: 28%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 9602ms;
              animation-delay: 9602ms; }
    .view-home .c-info__bubble:nth-child(29) {
      left: 29%;
      -webkit-animation: blow 14404ms infinite;
              animation: blow 14404ms infinite;
      -webkit-animation-delay: 4821ms;
              animation-delay: 4821ms; }
    .view-home .c-info__bubble:nth-child(30) {
      left: 30%;
      -webkit-animation: blow 19827ms infinite;
              animation: blow 19827ms infinite;
      -webkit-animation-delay: 13716ms;
              animation-delay: 13716ms; }
    .view-home .c-info__bubble:nth-child(31) {
      left: 31%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 13495ms;
              animation-delay: 13495ms; }
    .view-home .c-info__bubble:nth-child(32) {
      left: 32%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 528ms;
              animation-delay: 528ms; }
    .view-home .c-info__bubble:nth-child(33) {
      left: 33%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 1462ms;
              animation-delay: 1462ms; }
    .view-home .c-info__bubble:nth-child(34) {
      left: 34%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 417ms;
              animation-delay: 417ms; }
    .view-home .c-info__bubble:nth-child(35) {
      left: 35%;
      -webkit-animation: blow 18529ms infinite;
              animation: blow 18529ms infinite;
      -webkit-animation-delay: 10427ms;
              animation-delay: 10427ms; }
    .view-home .c-info__bubble:nth-child(36) {
      left: 36%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 1860ms;
              animation-delay: 1860ms; }
    .view-home .c-info__bubble:nth-child(37) {
      left: 37%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 8297ms;
              animation-delay: 8297ms; }
    .view-home .c-info__bubble:nth-child(38) {
      left: 38%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 400ms;
              animation-delay: 400ms; }
    .view-home .c-info__bubble:nth-child(39) {
      left: 39%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 9597ms;
              animation-delay: 9597ms; }
    .view-home .c-info__bubble:nth-child(40) {
      left: 40%;
      -webkit-animation: blow 22003ms infinite;
              animation: blow 22003ms infinite;
      -webkit-animation-delay: 436ms;
              animation-delay: 436ms; }
    .view-home .c-info__bubble:nth-child(41) {
      left: 41%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 257ms;
              animation-delay: 257ms; }
    .view-home .c-info__bubble:nth-child(42) {
      left: 42%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 396ms;
              animation-delay: 396ms; }
    .view-home .c-info__bubble:nth-child(43) {
      left: 43%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 11554ms;
              animation-delay: 11554ms; }
    .view-home .c-info__bubble:nth-child(44) {
      left: 44%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 3078ms;
              animation-delay: 3078ms; }
    .view-home .c-info__bubble:nth-child(45) {
      left: 45%;
      -webkit-animation: blow 19616ms infinite;
              animation: blow 19616ms infinite;
      -webkit-animation-delay: 12340ms;
              animation-delay: 12340ms; }
    .view-home .c-info__bubble:nth-child(46) {
      left: 46%;
      -webkit-animation: blow 16814ms infinite;
              animation: blow 16814ms infinite;
      -webkit-animation-delay: 5747ms;
              animation-delay: 5747ms; }
    .view-home .c-info__bubble:nth-child(47) {
      left: 47%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 6093ms;
              animation-delay: 6093ms; }
    .view-home .c-info__bubble:nth-child(48) {
      left: 48%;
      -webkit-animation: blow 19348ms infinite;
              animation: blow 19348ms infinite;
      -webkit-animation-delay: 2707ms;
              animation-delay: 2707ms; }
    .view-home .c-info__bubble:nth-child(49) {
      left: 49%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 14741ms;
              animation-delay: 14741ms; }
    .view-home .c-info__bubble:nth-child(50) {
      left: 50%;
      -webkit-animation: blow 18759ms infinite;
              animation: blow 18759ms infinite;
      -webkit-animation-delay: 4052ms;
              animation-delay: 4052ms; }
    .view-home .c-info__bubble:nth-child(51) {
      left: 51%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 14525ms;
              animation-delay: 14525ms; }
    .view-home .c-info__bubble:nth-child(52) {
      left: 52%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 14892ms;
              animation-delay: 14892ms; }
    .view-home .c-info__bubble:nth-child(53) {
      left: 53%;
      -webkit-animation: blow 21003ms infinite;
              animation: blow 21003ms infinite;
      -webkit-animation-delay: 9437ms;
              animation-delay: 9437ms; }
    .view-home .c-info__bubble:nth-child(54) {
      left: 54%;
      -webkit-animation: blow 16788ms infinite;
              animation: blow 16788ms infinite;
      -webkit-animation-delay: 5594ms;
              animation-delay: 5594ms; }
    .view-home .c-info__bubble:nth-child(55) {
      left: 55%;
      -webkit-animation: blow 20900ms infinite;
              animation: blow 20900ms infinite;
      -webkit-animation-delay: 14642ms;
              animation-delay: 14642ms; }
    .view-home .c-info__bubble:nth-child(56) {
      left: 56%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 5613ms;
              animation-delay: 5613ms; }
    .view-home .c-info__bubble:nth-child(57) {
      left: 57%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 7954ms;
              animation-delay: 7954ms; }
    .view-home .c-info__bubble:nth-child(58) {
      left: 58%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 8443ms;
              animation-delay: 8443ms; }
    .view-home .c-info__bubble:nth-child(59) {
      left: 59%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 12821ms;
              animation-delay: 12821ms; }
    .view-home .c-info__bubble:nth-child(60) {
      left: 60%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 9507ms;
              animation-delay: 9507ms; }
    .view-home .c-info__bubble:nth-child(61) {
      left: 61%;
      -webkit-animation: blow 21936ms infinite;
              animation: blow 21936ms infinite;
      -webkit-animation-delay: 4172ms;
              animation-delay: 4172ms; }
    .view-home .c-info__bubble:nth-child(62) {
      left: 62%;
      -webkit-animation: blow 14149ms infinite;
              animation: blow 14149ms infinite;
      -webkit-animation-delay: 14148ms;
              animation-delay: 14148ms; }
    .view-home .c-info__bubble:nth-child(63) {
      left: 63%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 12363ms;
              animation-delay: 12363ms; }
    .view-home .c-info__bubble:nth-child(64) {
      left: 64%;
      -webkit-animation: blow 14832ms infinite;
              animation: blow 14832ms infinite;
      -webkit-animation-delay: 14551ms;
              animation-delay: 14551ms; }
    .view-home .c-info__bubble:nth-child(65) {
      left: 65%;
      -webkit-animation: blow 21593ms infinite;
              animation: blow 21593ms infinite;
      -webkit-animation-delay: 4997ms;
              animation-delay: 4997ms; }
    .view-home .c-info__bubble:nth-child(66) {
      left: 66%;
      -webkit-animation: blow 20973ms infinite;
              animation: blow 20973ms infinite;
      -webkit-animation-delay: 8475ms;
              animation-delay: 8475ms; }
    .view-home .c-info__bubble:nth-child(67) {
      left: 67%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 13089ms;
              animation-delay: 13089ms; }
    .view-home .c-info__bubble:nth-child(68) {
      left: 68%;
      -webkit-animation: blow 19785ms infinite;
              animation: blow 19785ms infinite;
      -webkit-animation-delay: 8611ms;
              animation-delay: 8611ms; }
    .view-home .c-info__bubble:nth-child(69) {
      left: 69%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 2057ms;
              animation-delay: 2057ms; }
    .view-home .c-info__bubble:nth-child(70) {
      left: 70%;
      -webkit-animation: blow 15897ms infinite;
              animation: blow 15897ms infinite;
      -webkit-animation-delay: 13365ms;
              animation-delay: 13365ms; }
    .view-home .c-info__bubble:nth-child(71) {
      left: 71%;
      -webkit-animation: blow 17134ms infinite;
              animation: blow 17134ms infinite;
      -webkit-animation-delay: 8786ms;
              animation-delay: 8786ms; }
    .view-home .c-info__bubble:nth-child(72) {
      left: 72%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 9224ms;
              animation-delay: 9224ms; }
    .view-home .c-info__bubble:nth-child(73) {
      left: 73%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 1238ms;
              animation-delay: 1238ms; }
    .view-home .c-info__bubble:nth-child(74) {
      left: 74%;
      -webkit-animation: blow 13112ms infinite;
              animation: blow 13112ms infinite;
      -webkit-animation-delay: 12746ms;
              animation-delay: 12746ms; }
    .view-home .c-info__bubble:nth-child(75) {
      left: 75%;
      -webkit-animation: blow 19595ms infinite;
              animation: blow 19595ms infinite;
      -webkit-animation-delay: 12707ms;
              animation-delay: 12707ms; }
    .view-home .c-info__bubble:nth-child(76) {
      left: 76%;
      -webkit-animation: blow 22660ms infinite;
              animation: blow 22660ms infinite;
      -webkit-animation-delay: 10558ms;
              animation-delay: 10558ms; }
    .view-home .c-info__bubble:nth-child(77) {
      left: 77%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 307ms;
              animation-delay: 307ms; }
    .view-home .c-info__bubble:nth-child(78) {
      left: 78%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 13815ms;
              animation-delay: 13815ms; }
    .view-home .c-info__bubble:nth-child(79) {
      left: 79%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 2981ms;
              animation-delay: 2981ms; }
    .view-home .c-info__bubble:nth-child(80) {
      left: 80%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 11728ms;
              animation-delay: 11728ms; }
    .view-home .c-info__bubble:nth-child(81) {
      left: 81%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 9782ms;
              animation-delay: 9782ms; }
    .view-home .c-info__bubble:nth-child(82) {
      left: 82%;
      -webkit-animation: blow 15197ms infinite;
              animation: blow 15197ms infinite;
      -webkit-animation-delay: 8932ms;
              animation-delay: 8932ms; }
    .view-home .c-info__bubble:nth-child(83) {
      left: 83%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 2636ms;
              animation-delay: 2636ms; }
    .view-home .c-info__bubble:nth-child(84) {
      left: 84%;
      -webkit-animation: blow 14972ms infinite;
              animation: blow 14972ms infinite;
      -webkit-animation-delay: 2129ms;
              animation-delay: 2129ms; }
    .view-home .c-info__bubble:nth-child(85) {
      left: 85%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 12467ms;
              animation-delay: 12467ms; }
    .view-home .c-info__bubble:nth-child(86) {
      left: 86%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 2082ms;
              animation-delay: 2082ms; }
    .view-home .c-info__bubble:nth-child(87) {
      left: 87%;
      -webkit-animation: blow 21604ms infinite;
              animation: blow 21604ms infinite;
      -webkit-animation-delay: 1507ms;
              animation-delay: 1507ms; }
    .view-home .c-info__bubble:nth-child(88) {
      left: 88%;
      -webkit-animation: blow 14379ms infinite;
              animation: blow 14379ms infinite;
      -webkit-animation-delay: 4723ms;
              animation-delay: 4723ms; }
    .view-home .c-info__bubble:nth-child(89) {
      left: 89%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 10108ms;
              animation-delay: 10108ms; }
    .view-home .c-info__bubble:nth-child(90) {
      left: 90%;
      -webkit-animation: blow 19390ms infinite;
              animation: blow 19390ms infinite;
      -webkit-animation-delay: 13863ms;
              animation-delay: 13863ms; }
    .view-home .c-info__bubble:nth-child(91) {
      left: 91%;
      -webkit-animation: blow 21890ms infinite;
              animation: blow 21890ms infinite;
      -webkit-animation-delay: 8776ms;
              animation-delay: 8776ms; }
    .view-home .c-info__bubble:nth-child(92) {
      left: 92%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 10485ms;
              animation-delay: 10485ms; }
    .view-home .c-info__bubble:nth-child(93) {
      left: 93%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 14653ms;
              animation-delay: 14653ms; }
    .view-home .c-info__bubble:nth-child(94) {
      left: 94%;
      -webkit-animation: blow 17445ms infinite;
              animation: blow 17445ms infinite;
      -webkit-animation-delay: 13874ms;
              animation-delay: 13874ms; }
    .view-home .c-info__bubble:nth-child(95) {
      left: 95%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 11139ms;
              animation-delay: 11139ms; }
    .view-home .c-info__bubble:nth-child(96) {
      left: 96%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 3498ms;
              animation-delay: 3498ms; }
    .view-home .c-info__bubble:nth-child(97) {
      left: 97%;
      -webkit-animation: blow 19002ms infinite;
              animation: blow 19002ms infinite;
      -webkit-animation-delay: 4187ms;
              animation-delay: 4187ms; }
    .view-home .c-info__bubble:nth-child(98) {
      left: 98%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 14463ms;
              animation-delay: 14463ms; }
    .view-home .c-info__bubble:nth-child(99) {
      left: 99%;
      -webkit-animation: blow 13000ms infinite;
              animation: blow 13000ms infinite;
      -webkit-animation-delay: 806ms;
              animation-delay: 806ms; }
    .view-home .c-info__bubble:nth-child(100) {
      left: 100%;
      -webkit-animation: blow 15903ms infinite;
              animation: blow 15903ms infinite;
      -webkit-animation-delay: 8683ms;
              animation-delay: 8683ms; }

@-webkit-keyframes blow {
  0% {
    opacity: 0;
    bottom: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  20% {
    opacity: 0.5; }
  90% {
    opacity: 0; }
  100% {
    bottom: 100%; } }

@keyframes blow {
  0% {
    opacity: 0;
    bottom: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  20% {
    opacity: 0.5; }
  90% {
    opacity: 0; }
  100% {
    bottom: 100%; } }

.view-home .c-feature {
  width: 100vw; }
  .view-home .c-feature .c-card {
    overflow: hidden;
    padding: 70px 10px;
    position: relative;
    height: 440px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    cursor: pointer; }
    @media (min-width: 768px) {
      .view-home .c-feature .c-card {
        padding: 70px 50px; } }
    @media (min-width: 992px) {
      .view-home .c-feature .c-card {
        width: 240px;
        padding: 70px 10px; } }
    .view-home .c-feature .c-card.c-shadow {
      -webkit-box-shadow: inset -15px 0 30px -10px rgba(0, 0, 0, 0.15);
              box-shadow: inset -15px 0 30px -10px rgba(0, 0, 0, 0.15); }
    .view-home .c-feature .c-card.light-brown {
      background-color: var(--bs-lightbrown); }
    .view-home .c-feature .c-card.light-gray {
      background-color: var(--bs-lightgray); }
    .view-home .c-feature .c-card.light-yellow {
      background-color: var(--bs-lightyellow); }
    .view-home .c-feature .c-card.brown {
      background-color: var(--bs-brown); }
    .view-home .c-feature .c-card.dark-blue {
      background-color: var(--bs-darkblue); }
    .view-home .c-feature .c-card.white {
      background-color: #ffffff; }
    .view-home .c-feature .c-card__preview {
      position: relative;
      display: none;
      -webkit-transition: all 1s ease-in;
      -o-transition: all 1s ease-in;
      transition: all 1s ease-in; }
      @media (min-width: 992px) {
        .view-home .c-feature .c-card__preview {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }
    .view-home .c-feature .c-card__inner {
      position: relative;
      max-width: 296px; }
      @media (min-width: 375px) {
        .view-home .c-feature .c-card__inner {
          max-width: 313px; } }
      @media (min-width: 576px) {
        .view-home .c-feature .c-card__inner {
          max-width: 410px;
          min-width: 410px; } }
      @media (min-width: 992px) {
        .view-home .c-feature .c-card__inner {
          opacity: 0; } }
    .view-home .c-feature .c-card__img {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      max-width: 440px;
      opacity: 0.1; }
      @media (min-width: 576px) {
        .view-home .c-feature .c-card__img {
          right: 0;
          left: inherit;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none; } }
      @media (min-width: 992px) {
        .view-home .c-feature .c-card__img {
          right: inherit;
          left: 50%;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          opacity: 0.1;
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          transition: all .5s ease; } }
    .view-home .c-feature .c-card__title {
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 12px; }
      @media (min-width: 992px) {
        .view-home .c-feature .c-card__title {
          font-size: 48px; } }
    .view-home .c-feature .c-card__text {
      margin-bottom: 56px; }
    .view-home .c-feature .c-card__sign {
      font-size: 24px;
      font-weight: bold; }
  .view-home .c-feature .c-card:hover .c-card__img {
    -webkit-transform: translateX(-50%) scale(1.2);
        -ms-transform: translateX(-50%) scale(1.2);
            transform: translateX(-50%) scale(1.2); }
  @media (min-width: 768px) {
    .view-home .c-feature .c-card.active {
      padding: 70px 50px; } }
  @media (min-width: 992px) {
    .view-home .c-feature .c-card.active {
      -webkit-box-flex: 1 !important;
          -ms-flex-positive: 1 !important;
              flex-grow: 1 !important; } }
  .view-home .c-feature .c-card.active .c-card__preview {
    display: none; }
  .view-home .c-feature .c-card.active .c-card__inner {
    opacity: 1;
    -webkit-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in; }
  .view-home .c-feature .c-card.active .c-card__img {
    right: 0;
    left: inherit;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
    @media (min-width: 1200px) {
      .view-home .c-feature .c-card.active .c-card__img {
        opacity: 1; } }

.view-home .c-about {
  margin-bottom: 100px;
  padding: 80px 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FDF7EB), to(rgba(253, 247, 235, 0)));
  background: -o-linear-gradient(top, #FDF7EB 0%, rgba(253, 247, 235, 0) 100%);
  background: linear-gradient(180deg, #FDF7EB 0%, rgba(253, 247, 235, 0) 100%); }
  @media (min-width: 992px) {
    .view-home .c-about {
      padding: 80px 40px; } }
  .view-home .c-about .c-content {
    padding: 80px 0;
    border-radius: 16px; }
    @media (min-width: 576px) {
      .view-home .c-about .c-content {
        padding: 80px 15px; } }
    @media (min-width: 992px) {
      .view-home .c-about .c-content {
        padding: 120px 15px; } }
    @media (min-width: 1200px) {
      .view-home .c-about .c-content {
        padding: 120px 0; } }

.view-home .c-event {
  padding-bottom: 200px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 768px) {
    .view-home .c-event {
      padding-bottom: 400px; } }
  @media (min-width: 992px) {
    .view-home .c-event {
      margin-bottom: 80px; } }
  .view-home .c-event__inner {
    position: relative;
    z-index: 1; }
  .view-home .c-event__title {
    margin: 0 0 68px; }
    .view-home .c-event__title h2 {
      font-size: 50px; }
      @media (min-width: 576px) {
        .view-home .c-event__title h2 {
          font-size: 64px; } }
    .view-home .c-event__title img {
      max-width: 120px; }
  .view-home .c-event__bg-1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px; }
    @media (min-width: 768px) {
      .view-home .c-event__bg-1 {
        width: auto; } }
  .view-home .c-event__bg-2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    opacity: 0.4; }
    @media (min-width: 768px) {
      .view-home .c-event__bg-2 {
        opacity: 1;
        width: 240px; } }
    @media (min-width: 992px) {
      .view-home .c-event__bg-2 {
        width: auto; } }
  .view-home .c-event__bg-3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
  .view-home .c-event__bg-4 {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none; }
    @media (min-width: 576px) {
      .view-home .c-event__bg-4 {
        display: block;
        width: 150px;
        bottom: 110px; } }
    @media (min-width: 768px) {
      .view-home .c-event__bg-4 {
        width: auto;
        bottom: 200px; } }

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