.swift_button {
  border-radius: 4px;
  padding: 12px 25px;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 23px;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Play', Helvetica, Arial, sans-serif;
  border: 2px solid #00BFFF;
  color: #000000;
  display: inline-block;
  cursor: pointer;
  transition: 100ms;
}
.swift_button:hover {
  background-color: #00BFFF;
  color: #FFFFFF;
}
.swift_button.btn-filled {
  background-color: #00BFFF;
  color: #FFFFFF;
}
.swift_button.btn-filled:hover {
  background-color: #FFFFFF;
  color: #000000;
}
.home .ct-shortcode {
  width: 100%;
}
body.category .swift_cat_sec .ct-section-inner-wrap {
  max-width: unset;
  padding-right: 0;
}
/* play-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Play';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/play-v17-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* play-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Play';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/play-v17-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.archiv_categories {
  margin: 60px 0;
}
.archiv_categories > div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  column-gap: 2%;
  row-gap: 2%;
  max-width: 1600px;
  margin: 0 auto;
}
.archiv_categories > div .archiv_item {
  min-height: 350px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  cursor: pointer;
  border-radius: 7px;
}
.archiv_categories > div .archiv_item .inner {
  background-color: #FFFFFF;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  border-radius: 0 0 7px 7px;
}
.archiv_categories > div .archiv_item .inner .title {
  font-weight: 600;
  letter-spacing: normal;
  line-height: 60px;
  font-size: 50px;
  font-family: 'Play', Helvetica, Arial, sans-serif;
  color: #191919;
  z-index: 1;
}
@media (max-width: 1600px) {
  .archiv_categories > div {
    padding: 0 20px;
  }
}
@media (max-width: 1172px) {
  .archiv_categories > div {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .archiv_categories > div {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 15px;
  }
  .archiv_categories > div .archiv_item {
    min-height: 250px;
  }
  .archiv_categories > div .archiv_item .inner .title {
    font-weight: 600;
    letter-spacing: normal;
    line-height: 37px;
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .swift_cat_sec .ct-section-inner-wrap {
    padding: 0;
  }
}
.archive_category_detail .archive_category_sec_1 > div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media (max-width: 768px) {
  .archive_category_detail .archive_category_sec_1 > div {
    grid-template-columns: 100%;
  }
}
.archive_category_detail .archive_category_sec_1 > div .left {
  text-align: left;
  padding: 0 40px;
  display: flex;
  align-items: center;
}
.archive_category_detail .archive_category_sec_1 > div .right {
  display: flex;
  justify-content: flex-end;
}
.archive_category_detail .archive_category_sec_1 > div .right > div {
  position: relative;
}
.archive_category_detail .archive_category_sec_1 > div .right .cat_img {
  position: relative;
  width: 800px;
  height: 800px;
}
@media (max-width: 1600px) {
  .archive_category_detail .archive_category_sec_1 > div .right .cat_img {
    width: 700px;
    height: 700px;
  }
}
@media (max-width: 1440px) {
  .archive_category_detail .archive_category_sec_1 > div .right .cat_img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1172px) {
  .archive_category_detail .archive_category_sec_1 > div .right .cat_img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1024px) {
  .archive_category_detail .archive_category_sec_1 > div .right .cat_img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .archive_category_detail .archive_category_sec_1 > div .right .cat_img {
    width: 100vw;
    height: 100vw;
  }
}
.archive_category_detail .archive_category_sec_1 > div .right .cat_img .overlay {
  position: relative;
  background-image: url('../icons/cat_overlay.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: calc(100% + 2px);
  width: calc(100% + 1px);
  z-index: 1;
  top: -1px;
  left: -1px;
}
.archive_category_detail .archive_category_sec_1 > div .right .cat_img .image {
  position: absolute;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: 0%;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .archive_category_detail .archive_category_sec_1 > div {
    padding: 50px 0;
  }
  .archive_category_detail .archive_category_sec_1 > div .right img {
    min-height: 300px;
  }
}
@media (max-width: 600px) {
  .archive_category_detail .archive_category_sec_1 > div .left {
    padding: 0 20px;
  }
}
.archive_category_detail .archive_category_sec_2 {
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .archive_category_detail .archive_category_sec_2 {
    padding: 0 20px;
  }
}
