.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body-tk {
  color: #000;
  background-color: #f8f9f7;
  font-family: Fira Sans, sans-serif;
  line-height: 100%;
}

.page-wrapper-tk {
  overflow: clip;
}

.hero-section-tk {
  background-color: #f8f9f7;
  position: relative;
  overflow: hidden;
}

.padding-tk {
  height: 100%;
  padding-top: 4vw;
  padding-bottom: 0;
}

.container-tk {
  max-width: 91.935vw;
  height: 100%;
}

.hero-content-wrapper-tk {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.menu-hero-wrap-tk {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.logo-up {
  width: auto;
  height: 2.016vw;
}

.hero-link-wrapper {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  display: flex;
}

.link-text {
  color: #454545;
  font-family: Fira Sans, sans-serif;
  font-size: .806vw;
  text-decoration: none;
}

.head-hero-wrap {
  z-index: 1;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  width: 51vw;
  margin-bottom: 10vw;
  display: flex;
  position: relative;
}

.h1-tk {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.234vw;
  font-weight: 600;
  line-height: 106%;
}

.btn-wrap-hero-tk {
  grid-column-gap: 1.6vw;
  grid-row-gap: 1.6vw;
  display: flex;
}

.btn-wrap-hero-tk.cop {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10vw;
}

.bth-hero {
  color: #fff;
  background-color: #7e0019;
  border-radius: .353vw;
  justify-content: center;
  align-items: center;
  width: 14.113vw;
  height: 4.234vw;
  text-decoration: none;
  transition: border-radius .3s, transform .3s;
  display: flex;
}

.bth-hero:hover {
  border-radius: 1vw;
  transform: scale(1.05);
}

.bth-hero.cop {
  color: #131313;
  background-color: #e8e8e8;
}

.btn-hero-1 {
  color: #131313;
  background-color: #fff;
  border-radius: .353vw;
  justify-content: center;
  align-items: center;
  width: 14.113vw;
  height: 4.234vw;
  text-decoration: none;
  transition: transform .3s, border-radius .3s;
  display: flex;
}

.btn-hero-1:hover {
  border-radius: 1vw;
  transform: scale(1.05);
}

.btn-hero-1.cop {
  background-color: #e8e8e8;
}

.btn-hero-1.mob {
  display: none;
}

.icon-hero {
  z-index: 0;
  object-fit: cover;
  width: auto;
  min-width: auto;
  height: 92vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.btn-text {
  font-size: 1.613vw;
  font-weight: 500;
  line-height: 106%;
}

.sl-wrapper {
  position: absolute;
  inset: 0% -40vw auto auto;
}

.social-section-tk {
  background-color: #7e0019;
  margin-top: 12vw;
}

.padding-soc {
  padding-top: 15vw;
  padding-bottom: 15vw;
}

.padding-soc.cop {
  padding-bottom: 10vw;
}

.content-wrapper-tk.cop {
  height: 120vh;
}

.head-social-wrapper {
  grid-column-gap: 24vw;
  grid-row-gap: 24vw;
  display: flex;
}

.paragraph-14-tk {
  margin-bottom: 0;
  font-size: 1.411vw;
  font-weight: 600;
}

.paragraph-14-tk.is-opas {
  color: #ababab;
  white-space: nowrap;
  font-weight: 500;
  position: static;
  bottom: -1.5vw;
}

.paragraph-14-tk.is-full {
  font-weight: 400;
  line-height: 110%;
}

.h2-tk {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.839vw;
  font-weight: 400;
  line-height: 120%;
}

.h2-tk.is-small {
  width: 60vw;
}

.h2-tk.is-black {
  color: #131313;
  font-weight: 500;
  line-height: 120%;
}

.big-sp {
  font-weight: 600;
}

.sociak-grid {
  justify-content: space-between;
  margin-top: 5vw;
  display: flex;
}

.left-par {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 26vw;
  display: flex;
}

.left-par.cop {
  width: auto;
}

.left-par.cops {
  justify-content: flex-end;
  align-items: stretch;
}

.icon-gr {
  border-radius: 1vw;
  width: 31.855vw;
  height: auto;
}

.social-wrapper {
  grid-column-gap: 1.2vw;
  grid-row-gap: 1.2vw;
  display: flex;
}

.social-wrapper.mob {
  display: none;
}

.social-link {
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 7.661vw;
  height: 7.661vw;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
}

.social-link:hover {
  color: #7e0019;
  background-color: #fff;
  border-color: #7e0019;
}

.par-wrapper-soc {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  display: flex;
}

.wrapper-198 {
  width: 19.96vw;
}

.wrapper-189 {
  width: 19.052vw;
}

.link-section {
  background-color: #fff;
}

.link-padding {
  padding-bottom: 0;
}

.btn-wrap-block {
  z-index: 999999;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: fixed;
  inset: auto 2vw 1vw auto;
}

.head-wrapper-link {
  margin-top: 0;
}

.head-wrapper-link.cop {
  position: static;
}

.h3-tk {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.226vw;
  font-weight: 500;
  line-height: 110%;
}

.link-wrapper-video {
  margin-top: 0;
}

.link-video {
  color: #131313;
  cursor: pointer;
  border-bottom: 1px solid #ababab;
  border-left: 1px solid #ababab;
  border-right: 1px solid #ababab;
  justify-content: space-between;
  width: 100%;
  padding: 1.815vw;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.link-video:hover {
  color: #fff;
  background-color: #7e0019;
}

.link-video.is-f {
  border-top: 1px solid #ababab;
}

.paragraph-12 {
  text-transform: none;
  margin-bottom: 0;
  font-size: 1.21vw;
  font-weight: 700;
}

.paragraph-12.is-white {
  color: #fff;
}

.last-padding {
  padding-top: 5vw;
  padding-bottom: 20vw;
}

.big-btn-wrap {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  border-radius: 2.7vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 16vw;
  margin-top: 0;
  display: flex;
  position: relative;
  top: 0;
}

.big-btn {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #7e0019;
  border: 1px solid #7e0019;
  border-radius: 2.7vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 16vw;
  min-height: 16vw;
  text-decoration: none;
  display: flex;
  position: relative;
}

.big-btn.cop {
  color: #131313;
  background-color: #fff;
  border: 1px solid #7e0019;
  display: flex;
  position: relative;
}

.big-btn.non {
  display: none;
}

.big-btn-text {
  font-size: 2.722vw;
  font-weight: 600;
  line-height: 120%;
}

.wrapper-340 {
  width: 34vw;
}

.erapper-600 {
  width: 60vw;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.slider {
  background-color: #ddd0;
  width: 19.657vw;
  height: 19.657vw;
}

.mask {
  width: 19.657vw;
  height: 19.657vw;
}

.slide {
  background-image: url('../images/im2.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 1.31vw;
  width: 19.657vw;
  height: 19.657vw;
}

.div-block {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.sl-content-wrp {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.wrap-nam {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  background-color: #fff;
  border-bottom-right-radius: 1.31vw;
  border-bottom-left-radius: 1.31vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4vw;
  display: flex;
}

.par-9 {
  color: #000;
  font-size: .907vw;
  font-weight: 600;
}

.play {
  width: 1.4vw;
  height: 1.3vw;
  margin-bottom: .8vw;
}

.swiper-inner {
  z-index: 1;
  grid-column-gap: .95vw;
  grid-row-gap: .95vw;
  flex-flow: column;
  display: flex;
  position: relative;
}

.swiper-style {
  justify-content: center;
  align-items: flex-end;
  height: 29.4456vw;
  padding-bottom: 2.11694vw;
  padding-left: 1.45161vw;
  padding-right: 1.45161vw;
  text-decoration: none;
  display: flex;
}

.swiper-pag {
  z-index: 89;
  cursor: pointer;
  background-color: #292929;
  width: 100%;
  height: 2px;
  margin-left: auto;
}

.swiper-pag.is--news {
  width: 100%;
  margin-left: 0;
}

.swiper {
  z-index: 999999;
  position: relative;
}

.paragraph-xsmall {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.41129vw;
  line-height: 85%;
}

.swiper-slide {
  justify-content: center;
  align-items: flex-end;
  height: 29.4456vw;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.h3 {
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.21774vw;
  font-weight: 400;
  line-height: 95%;
}

.swiper-wrapper {
  cursor: pointer;
  flex-flow: row;
  margin-top: 4.03vw;
  margin-bottom: 3vw;
  display: flex;
}

.img-swiper {
  object-fit: cover;
  border-radius: .9vw;
  width: 30vw;
  height: 29.4456vw;
  position: absolute;
  inset: 0%;
}

.swiper-section {
  background-color: #fff;
}

.swiper-padding {
  padding-top: 15vw;
  padding-bottom: 15vw;
}

.line-icon-wrap {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1vw;
  display: flex;
}

.number-slide {
  width: 8vw;
}

.par-18 {
  font-size: 1.815vw;
  font-weight: 400;
  line-height: 130%;
}

.btn-wrap-swiper {
  grid-column-gap: 1.3vw;
  grid-row-gap: 1.3vw;
  display: flex;
}

.swiper-button-next {
  background-color: #7e0019;
  border: 1px solid #7e0019;
  border-radius: .302vw;
  justify-content: center;
  align-items: center;
  width: 4.335vw;
  height: 3.931vw;
  display: flex;
}

.swiper-button-prev {
  border: 1px solid #7e0019;
  border-radius: .302vw;
  justify-content: center;
  align-items: center;
  width: 4.335vw;
  height: 3.931vw;
  display: flex;
}

.vec-icon {
  width: 1.31vw;
  height: auto;
}

.left-btn {
  cursor: pointer;
  border: 1px solid #7e0019;
  border-radius: .302vw;
  justify-content: center;
  align-items: center;
  width: 4.335vw;
  height: 3.931vw;
  transition: transform .2s;
  display: flex;
}

.left-btn:hover {
  transform: scale(1.05);
}

.right-btn {
  cursor: pointer;
  background-color: #7e0019;
  border: 1px solid #7e0019;
  border-radius: .302vw;
  justify-content: center;
  align-items: center;
  width: 4.335vw;
  height: 3.931vw;
  transition: transform .2s;
  display: flex;
}

.right-btn:hover {
  transform: scale(1.05);
}

.blur {
  z-index: 0;
  background-image: linear-gradient(#f8f9f600, #f8f9f78c 55%, #f8f9f7);
  width: 102vw;
  min-width: 109vw;
  height: 43vw;
  position: absolute;
  inset: auto 0% 0 -7%;
}

.blur.non, .blur.mob {
  display: none;
}

.block-i {
  width: 100%;
  position: static;
}

.stick-wrap {
  position: sticky;
  top: 0;
}

.content-stick {
  position: sticky;
  top: 15vw;
}

.div-block-2 {
  height: 399vh;
}

.bg-stick {
  height: 300vh;
}

.wrap-card {
  border-radius: 2.7vw;
  justify-content: space-between;
  align-items: flex-start;
  height: 16vw;
  margin-top: 5vw;
  display: flex;
  overflow: hidden;
}

.btn-wrap {
  grid-column-gap: 1.6vw;
  grid-row-gap: 1.6vw;
  flex-flow: row;
  display: flex;
}

.paeragraph-wrapper-tk {
  z-index: 1;
  grid-column-gap: 9vw;
  grid-row-gap: 9vw;
  display: flex;
  position: relative;
}

.par-wrap-364-tk {
  width: 36.694vw;
}

.par-wrap-388-tk {
  width: 39.113vw;
}

.paragraph-18-tk {
  margin-bottom: 0;
  font-size: 1.815vw;
  line-height: 110%;
}

.paragraph-18-tk.is-white {
  color: #fff;
  margin-bottom: 0;
}

._100vh-wrapper {
  flex-flow: column;
  justify-content: space-between;
  height: 100vh;
  display: flex;
}

.paragraph-16-tk {
  color: #fff;
  margin-bottom: 0;
  font-size: 1.613vw;
  line-height: 110%;
}

.paragraph-16-tk.is-blsck {
  color: #131313;
}

.swiper-content-wrap-tk {
  margin-bottom: 10vw;
}

.hed-sw-wrap {
  width: 62vw;
}

.par-wrapper-426 {
  width: 42.944vw;
}

.wrapper-pa-btn {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 6vw;
  display: flex;
}

.link-head-wrap {
  padding-left: 0;
}

.zap-section-tk {
  background-color: #fff;
}

.zap-padding {
  padding-top: 15vw;
  padding-bottom: 15vw;
}

.wrap-info-zap {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 6vw;
  display: flex;
}

.par-wrp-551 {
  width: 55.544vw;
}

.footer-section-tk {
  background-color: #7e0019;
  position: relative;
}

.footer-padding {
  padding-top: 15vw;
  padding-bottom: 15vw;
}

.footer-content {
  z-index: 2;
  padding-left: 30vw;
  position: relative;
}

.par-wrap-footer {
  margin-top: 6vw;
  margin-bottom: 4vw;
}

.soc-text {
  text-transform: uppercase;
  font-size: 2.419vw;
  line-height: 120%;
}

.footer-icon {
  z-index: 1;
  width: 50vw;
  height: auto;
  position: absolute;
  inset: 4% auto auto -13%;
}

.footer-icon.mob {
  display: none;
}

.bk-icon {
  z-index: 0;
  width: 65vw;
  height: auto;
  position: absolute;
  inset: -1% auto auto -14%;
}

.bl-iocn {
  z-index: 1;
  width: 100%;
  min-width: 100%;
  height: auto;
  position: absolute;
  inset: auto 0% 18%;
}

.link-tk {
  color: #131313;
  cursor: pointer;
  font-weight: 500;
}

.sp-mob {
  font-weight: 500;
}

.info-card-par-wrp {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  display: flex;
}

.par-wrp {
  width: 50vw;
}

.card-wrp {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  margin-top: 5vw;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .padding-tk {
    padding-top: 3vw;
  }

  .container-tk {
    max-width: 93.056vw;
  }

  .logo-up {
    height: 1.944vw;
  }

  .link-text {
    font-size: .833vw;
  }

  .h1-tk {
    font-size: 4.444vw;
  }

  .bth-hero {
    cursor: pointer;
    width: 14.236vw;
    height: 4.306vw;
    transition: border-radius .3s, transform .3s;
  }

  .bth-hero:hover {
    border-radius: 1vw;
    transform: scale(1.05);
  }

  .btn-hero-1 {
    cursor: pointer;
    width: 14.236vw;
    height: 4.306vw;
    transition: border-radius .3s, transform .3s;
  }

  .btn-hero-1:hover {
    border-radius: 1vw;
    transform: scale(1.05);
  }

  .icon-hero {
    height: 71vw;
    right: 11%;
  }

  .padding-soc {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .paragraph-14-tk.is-opas {
    bottom: -1.4vw;
  }

  .paragraph-14-tk.is-full {
    font-size: 1.25vw;
  }

  .h2-tk {
    font-size: 4.444vw;
  }

  .h2-tk.is-small {
    font-size: 4.444vw;
    font-weight: 500;
  }

  .h2-tk.is-black {
    font-size: 4.444vw;
  }

  .left-par {
    width: 26.181vw;
  }

  .icon-gr {
    width: 30.556vw;
  }

  .social-link {
    width: 5.278vw;
    height: 5.278vw;
  }

  .wrapper-198 {
    width: 18.542vw;
  }

  .wrapper-189 {
    width: 19.306vw;
  }

  .link-padding {
    padding-bottom: 0;
  }

  .link-video, .link-video.is-f {
    padding: 1.875vw;
  }

  .paragraph-12 {
    font-size: 1.111vw;
  }

  .last-padding {
    padding-top: 0;
    padding-bottom: 13.889vw;
  }

  .big-btn {
    height: 16.389vw;
  }

  .big-btn-text {
    font-size: 2.778vw;
  }

  .wrapper-340 {
    width: 37vw;
  }

  .erapper-600 {
    width: 66vw;
  }

  .play {
    margin-bottom: .6vw;
  }

  .swiper-style {
    height: 29.4444vw;
  }

  .paragraph-xsmall {
    margin-bottom: 0;
    font-size: 1.11111vw;
  }

  .swiper-slide {
    height: 29.4444vw;
  }

  .h3 {
    font-size: 2.22222vw;
  }

  .img-swiper {
    height: 29.4444vw;
  }

  .swiper-padding {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .stick-wrap {
    position: static;
  }

  .paragraph-18-tk, .paragraph-16-tk {
    font-size: 1.389vw;
  }

  .zap-padding {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .par-wrp-551 {
    width: 38.264vw;
  }

  .footer-padding {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .par-wrap-footer {
    margin-top: 1.667vw;
  }

  .soc-text {
    font-size: 1.667vw;
  }

  .footer-icon {
    width: 38.542vw;
    left: -3%;
  }

  .bk-icon {
    width: 44.792vw;
    left: -5%;
  }

  .bl-iocn {
    bottom: 8%;
  }

  .par-wrp {
    width: 38vw;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section-tk {
    overflow: hidden;
  }

  .padding-tk {
    padding-top: 2vw;
  }

  .icon-hero {
    height: 73vw;
    right: 8%;
  }

  .paragraph-14-tk.is-opas {
    bottom: -1.2vw;
  }

  .h2-tk.is-small, .h2-tk.is-black {
    font-size: 4.375vw;
  }

  .left-par {
    width: 22.708vw;
  }

  .swiper-style {
    height: 30.2083vw;
  }

  .paragraph-xsmall {
    font-size: .958333vw;
  }

  .swiper-slide {
    height: 30.2083vw;
  }

  .h3 {
    font-size: 2.23438vw;
  }

  .img-swiper {
    height: 30.2083vw;
  }

  .swiper-padding {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .blur {
    z-index: 0;
    width: 100vw;
    height: 43vw;
    inset: auto auto 0% 0%;
  }

  .paragraph-16-tk {
    font-size: 1.042vw;
  }

  .par-wrapper-426 {
    width: 33vw;
  }

  .par-wrp-551 {
    width: 31.25vw;
  }

  .par-wrp {
    width: 33vw;
  }
}

@media screen and (max-width: 991px) {
  .container-tk {
    max-width: 91.667vw;
  }

  .logo-up {
    height: 1.823vw;
  }

  .link-text {
    font-size: 1.563vw;
  }

  .head-hero-wrap {
    margin-bottom: 15vw;
  }

  .h1-tk {
    font-size: 4.167vw;
  }

  .bth-hero, .btn-hero-1 {
    width: 14.974vw;
    height: 4.167vw;
  }

  .icon-hero {
    object-fit: cover;
    object-position: 50% 2%;
    width: 100vw;
    height: 100vw;
    right: -3.5vw;
  }

  .sl-wrapper {
    top: -37%;
  }

  .paragraph-14-tk.is-opas, .paragraph-14-tk.is-full {
    font-size: 1.563vw;
  }

  .h2-tk {
    font-size: 5.208vw;
  }

  .icon-gr {
    border-radius: 2vw;
    width: 30.208vw;
  }

  .wrapper-198 {
    width: 20.052vw;
  }

  .link-video, .link-video.is-f {
    padding: 2.604vw 2vw;
  }

  .paragraph-12 {
    font-size: 1.563vw;
  }

  .slider, .mask, .slide {
    width: 26.693vw;
    height: 26.693vw;
  }

  .wrap-nam {
    border-bottom-right-radius: 1.823vw;
    border-bottom-left-radius: 1.823vw;
    height: 5.729vw;
  }

  .par-9 {
    font-size: 1.563vw;
  }

  .play {
    margin-bottom: 1vw;
  }

  .swiper-style {
    width: 43.2292vw;
    height: 44.2708vw;
  }

  .swiper-pag {
    display: none;
  }

  .paragraph-xsmall {
    font-size: 1.82292vw;
  }

  .swiper-slide {
    flex: none;
    width: 43.2292vw;
    height: 44.2708vw;
  }

  .h3 {
    font-size: 3.125vw;
  }

  .img-swiper {
    width: 43.2292vw;
    height: 44.2708vw;
  }

  .blur {
    height: 105vw;
    bottom: 0;
  }

  .footer-icon {
    width: 54vw;
    top: 20%;
    left: -16%;
  }

  .bl-iocn {
    height: 56vw;
    bottom: 0%;
  }
}

@media screen and (max-width: 767px) {
  .swiper-inner {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .swiper-style {
    width: 87.7333vw;
    height: 90.6667vw;
    padding-bottom: 5.33333vw;
    padding-left: 4.26667vw;
    padding-right: 4.26667vw;
  }

  .paragraph-xsmall {
    font-size: 3.41333vw;
  }

  .swiper-slide {
    width: 87.7333vw;
    height: 90.6667vw;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h3 {
    font-size: 6.4vw;
  }

  .swiper-wrapper {
    grid-column-gap: 6.13333vw;
    grid-row-gap: 6.13333vw;
    flex-flow: column;
    margin-top: 5.33333vw;
  }

  .img-swiper {
    width: 87.7333vw;
    height: 90.6667vw;
  }
}

@media screen and (max-width: 479px) {
  .container-tk {
    max-width: 93.333vw;
  }

  .hero-content-wrapper-tk {
    padding-bottom: 0;
  }

  .menu-hero-wrap-tk {
    justify-content: space-between;
    align-items: flex-start;
  }

  .logo-up {
    height: 5vw;
  }

  .hero-link-wrapper {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .link-text {
    font-size: 3.8vw;
  }

  .head-hero-wrap {
    z-index: 2;
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    width: auto;
    margin-top: 100vw;
    margin-bottom: 0;
  }

  .h1-tk {
    font-size: 8vw;
  }

  .btn-wrap-hero-tk {
    justify-content: space-between;
    position: static;
    inset: auto 3vw 3vw;
  }

  .btn-wrap-hero-tk.cop {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .bth-hero {
    border-radius: .933vw;
    width: 36.8vw;
    height: 9.867vw;
  }

  .bth-hero.is-full {
    width: 100%;
  }

  .bth-hero.cop {
    width: 100%;
    height: 13.6vw;
  }

  .bth-hero.non {
    display: none;
  }

  .btn-hero-1 {
    border-radius: .933vw;
    width: 36.8vw;
    height: 9.867vw;
  }

  .btn-hero-1.mob {
    width: auto;
    height: 13.6vw;
    display: flex;
  }

  .btn-hero-1.non {
    display: none;
  }

  .icon-hero {
    object-fit: cover;
    object-position: 66% 50%;
    height: 174.4vw;
    right: 0;
  }

  .btn-text {
    font-size: 3.733vw;
  }

  .btn-text.mob {
    font-size: 5.333vw;
  }

  .sl-wrapper {
    display: none;
    inset: 15vw auto auto 0%;
  }

  .padding-soc {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .padding-soc.cop {
    padding-bottom: 20vw;
  }

  .content-wrapper-tk {
    height: 100%;
  }

  .head-social-wrapper {
    grid-column-gap: 6.4vw;
    grid-row-gap: 6.4vw;
    flex-flow: column;
  }

  .paragraph-14-tk.is-opas {
    margin-bottom: 5.333vw;
    font-size: 4.267vw;
    bottom: 0;
  }

  .paragraph-14-tk.is-full {
    font-size: 4.267vw;
  }

  .h2-tk {
    text-indent: 0;
    font-size: 7.467vw;
  }

  .sociak-grid {
    grid-column-gap: 10.667vw;
    grid-row-gap: 10.667vw;
    flex-flow: column;
    margin-top: 6.4vw;
  }

  .left-par {
    width: auto;
  }

  .left-par.cops {
    grid-column-gap: 16.533vw;
    grid-row-gap: 16.533vw;
  }

  .right-part {
    grid-column-gap: 8.533vw;
    grid-row-gap: 8.533vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .icon-gr {
    width: 100%;
    height: 120.267vw;
  }

  .social-wrapper {
    z-index: 10002;
    grid-column-gap: 4.267vw;
    grid-row-gap: 4.267vw;
    justify-content: center;
    align-items: center;
    position: absolute;
    inset: auto 0% 0%;
  }

  .social-wrapper.des {
    display: none;
  }

  .social-wrapper.mob {
    display: flex;
  }

  .social-link {
    width: 13.333vw;
    height: 13.333vw;
  }

  .par-wrapper-soc {
    flex-flow: column;
  }

  .wrapper-198, .wrapper-189 {
    width: auto;
  }

  .btn-wrap-block {
    width: 100%;
    padding-left: 8vw;
    padding-right: 4vw;
    display: flex;
  }

  .h3-tk {
    font-size: 6.4vw;
  }

  .link-wrapper-video {
    margin-top: 6.4vw;
  }

  .link-video, .link-video.is-f {
    padding: 4vw;
  }

  .paragraph-12 {
    font-size: 3.2vw;
  }

  .paragraph-12.is-white {
    display: none;
  }

  .last-padding {
    padding-top: 20vw;
    padding-bottom: 25vw;
  }

  .big-btn-wrap {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    height: auto;
  }

  .big-btn {
    border-radius: 5.333vw;
    height: 32.8vw;
    min-height: 32.8vw;
  }

  .big-btn-text {
    font-size: 5.333vw;
  }

  .wrapper-340, .erapper-600 {
    width: auto;
  }

  .wrap-nam {
    justify-content: center;
    align-items: baseline;
  }

  .swiper-slide {
    min-width: 87vw;
  }

  .swiper-wrapper {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
    flex-flow: row;
    margin-bottom: 5vw;
  }

  .img-swiper {
    border-radius: 1.333vw;
    width: 93.333vw;
    height: 106.667vw;
  }

  .line-icon-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 25vw;
  }

  .number-slide {
    display: none;
  }

  .vec-icon {
    width: 3.467vw;
  }

  .left-btn, .right-btn {
    width: 11.467vw;
    height: 10.4vw;
  }

  .blur {
    height: 50vw;
    bottom: 0;
  }

  .blur.mob {
    z-index: 1;
    height: 89vw;
    display: block;
    inset: auto 0% -7% -6%;
  }

  .blur.des {
    display: none;
  }

  .stick-wrap {
    position: relative;
  }

  .content-stick {
    position: static;
    top: 75vw;
  }

  .bg-stick {
    height: auto;
  }

  .wrap-card {
    height: auto;
    margin-top: 15vw;
  }

  .paeragraph-wrapper-tk {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: column;
    margin-top: 10vw;
    margin-bottom: 0;
    top: 0;
  }

  .par-wrap-364-tk, .par-wrap-388-tk {
    width: auto;
  }

  .paragraph-18-tk {
    margin-bottom: 0;
    font-size: 4.267vw;
  }

  ._100vh-wrapper {
    height: 100%;
    position: relative;
  }

  .paragraph-16-tk {
    font-size: 4vw;
  }

  .hed-sw-wrap, .par-wrapper-426 {
    width: auto;
  }

  .wrapper-pa-btn {
    margin-top: 6.4vw;
  }

  .link-head-wrap {
    padding-left: 0;
  }

  .wrap-info-zap {
    grid-column-gap: 10.667vw;
    grid-row-gap: 10.667vw;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .par-wrp-551 {
    width: auto;
  }

  .footer-padding {
    height: 100%;
  }

  .footer-content {
    z-index: 1;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    padding-left: 0;
    display: flex;
  }

  .par-wrap-footer {
    margin-top: 6.4vw;
    margin-bottom: 0;
  }

  .soc-text {
    font-size: 4.267vw;
  }

  .footer-icon {
    object-fit: cover;
    width: 128.267vw;
    min-width: 128.267vw;
    height: 157vw;
    inset: auto 0% 0% -15%;
  }

  .footer-icon.non {
    display: none;
  }

  .footer-icon.mob {
    z-index: 1;
    display: block;
    position: relative;
  }

  .bk-icon {
    width: 140vw;
    min-width: 150vw;
    top: 24%;
  }

  .bl-iocn {
    z-index: 99;
    height: 106.667vw;
    display: block;
    bottom: 10%;
  }

  .mob-wrapper-footer {
    flex-flow: column;
    display: flex;
  }

  .link-tk, .sp-mob {
    font-weight: 500;
  }

  .info-card-par-wrp {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
  }

  .par-wrp {
    width: auto;
  }

  .card-wrp {
    grid-column-gap: 10vw;
    grid-row-gap: 10vw;
    margin-top: 15vw;
  }
}


