﻿/* common border radius */
/* disable text selection */
section.gt-block.bannermenu {
  padding: 6rem 0;
}
section.gt-block.bannermenu h2 {
  padding: 0 0 3rem 0;
  color: #0b1119;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: bold;
  letter-spacing: -0.02em;
}
section.gt-block.bannermenu h2 small {
  padding: 0 0 1.2rem 0;
  display: block;
  color: #E01021;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: bold;
  letter-spacing: -0.02em;
}
section.gt-block.bannermenu .links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.2rem;
}
section.gt-block.bannermenu a {
  min-height: 8rem;
  position: relative;
  display: table;
  -webkit-border-radius: 1.6rem;
  -moz-border-radius: 1.6rem;
  border-radius: 1.6rem;
  -webkit-box-shadow: 0px 2px 2rem rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 2rem rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 2rem rgba(0, 0, 0, 0.06);
  background: white;
  color: #0B1119;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: bold;
  letter-spacing: -0.02em;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.gt-block.bannermenu a > span {
  padding: 1rem 2rem 1rem 7rem;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
}
section.gt-block.bannermenu a .icon {
  width: 5rem;
  height: 5rem;
  position: absolute;
  left: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.06);
  background: white;
}
section.gt-block.bannermenu a .icon svg {
  width: auto;
  height: 2.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.gt-block.bannermenu a .icon svg path {
  fill: #E01021;
}
section.gt-block.bannermenu a small {
  padding: 0 0 0.6rem 0;
  display: block;
  color: #7B7B7B;
  font-size: 1.6rem;
  line-height: 1.8rem;
  font-weight: bold;
}
section.gt-block.bannermenu a strong {
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.gt-block.bannermenu a:hover {
  background: #E01021;
}
section.gt-block.bannermenu a:hover strong {
  color: white;
}
section.gt-block.bannermenu a.colored-link {
  background: #E01021;
}
section.gt-block.bannermenu a.colored-link strong {
  color: white;
}
section.gt-block.bannermenu a.colored-link:hover {
  background: white;
}
section.gt-block.bannermenu a.colored-link:hover strong {
  color: #E01021;
}
section.gt-block.bannermenu.colored-links a {
  background: #E01021;
}
section.gt-block.bannermenu.colored-links a strong {
  color: white;
}
section.gt-block.bannermenu.colored-links a:hover {
  background: white;
}
section.gt-block.bannermenu.colored-links a:hover strong {
  color: #E01021;
}
@media screen and (max-width: 1400px) {
  section.gt-block.bannermenu {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 1200px) {
  section.gt-block.bannermenu .links {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 750px) {
  section.gt-block.bannermenu {
    padding: 4rem 0;
  }
  section.gt-block.bannermenu h2 {
    padding: 0 0 4rem 0;
    font-size: 3.6rem;
    line-height: 4.4rem;
  }
  section.gt-block.bannermenu .links {
    grid-template-columns: repeat(2, 1fr);
  }
  section.gt-block.bannermenu a {
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  section.gt-block.bannermenu .links {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 500px) {
  section.gt-block.bannermenu a {
    min-height: 8rem;
    -webkit-border-radius: 4rem;
    -moz-border-radius: 4rem;
    border-radius: 4rem;
    -webkit-box-shadow: 0px 2px 1rem rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 2px 1rem rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 1rem rgba(0, 0, 0, 0.06);
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  section.gt-block.bannermenu a > span {
    padding: 0.8rem 2rem 0.8rem 8.6rem;
  }
  section.gt-block.bannermenu a .icon {
    width: 6.4rem;
    height: 6.4rem;
    left: 0.8rem;
    -webkit-box-shadow: 0px 2px 1rem rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px 2px 1rem rgba(0, 0, 0, 0.06);
    box-shadow: 0px 2px 1rem rgba(0, 0, 0, 0.06);
  }
  section.gt-block.bannermenu a .icon svg {
    width: auto;
    height: 2.6rem;
  }
}