/*!*****************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/block-two-links/block-two-links.scss ***!
  \*****************************************************************************************************************************************************************************************************************************/
.block-two-links {
  padding: 140px 0 128px; }
  @media screen and (max-width: 800px) {
    .block-two-links {
      padding: 115px 0 100px; } }

.tl_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  @media screen and (max-width: 710px) {
    .tl_inner {
      flex-direction: column; } }

.tl_item {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.3); }
  .tl_item:first-child {
    border-right: none; }
  @media (hover: hover) and (pointer: fine) {
    .tl_item:hover .tl_img {
      opacity: 1; }
    .tl_item:hover .tl_item-bottom {
      color: #fff; }
      .tl_item:hover .tl_item-bottom svg path,
      .tl_item:hover .tl_item-bottom svg line {
        stroke: #fff; } }

.tl_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  will-change: opacity;
  transition: 0.3s opacity; }
  @media screen and (max-width: 1200px) {
    .tl_img {
      opacity: 1; } }

.tl_item-bottom {
  position: absolute;
  bottom: 64px;
  left: 64px;
  width: calc(100% - 128px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  will-change: color;
  transition: 0.3s color; }
  @media screen and (max-width: 1200px) {
    .tl_item-bottom {
      color: #fff; } }
  @media screen and (max-width: 1000px) {
    .tl_item-bottom {
      bottom: 30px;
      left: 30px;
      width: calc(100% - 60px); } }
  .tl_item-bottom svg {
    width: 32px;
    height: 32px;
    object-fit: cover; }
    @media screen and (max-width: 1000px) {
      .tl_item-bottom svg {
        width: 22px;
        height: 22px; } }
    .tl_item-bottom svg path,
    .tl_item-bottom svg line {
      stroke: #000;
      will-change: stroke;
      transition: 0.3s stroke; }
      @media screen and (max-width: 1200px) {
        .tl_item-bottom svg path,
        .tl_item-bottom svg line {
          stroke: #fff; } }

@media screen and (min-width: 1921px) {
  .block-two-links {
    padding: 7.29167vw 0 6.66667vw; }
  .tl_item {
    border: 0.05208vw solid rgba(0, 0, 0, 0.3); }
  .tl_img {
    width: 35.98958vw;
    height: 32.55208vw; }
  .tl_item-bottom {
    bottom: 3.33333vw;
    left: 3.33333vw;
    width: calc(100% - 6.66667vw); }
    .tl_item-bottom svg {
      width: 1.66667vw;
      height: 1.66667vw; } }

