.view-competition-field-education.archive {
  margin-bottom: 6rem;
}
.view-competition-field-education.archive .view-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3rem;
}
@media screen and (min-width: 36rem) and (max-width: 62rem) {
  .view-competition-field-education.archive .view-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 36rem) {
  .view-competition-field-education.archive .view-content {
    grid-template-columns: 1fr;
  }
}
.view-competition-field-education.archive .attachment {
  margin-bottom: 6rem;
}
.view-competition-field-education.archive .attachment .current .view-content {
  grid-template-columns: 1fr;
  position: relative;
}
.view-competition-field-education.archive .attachment .current .link-content {
  position: absolute;
  bottom: 5%;
  right: 5%;
}
.view-competition-field-education.archive .attachment .current .link-content a {
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  display: block;
  -webkit-box-shadow: 0 0 0.8rem 0.4rem rgba(7, 7, 7, 0.1);
  box-shadow: 0 0 0.8rem 0.4rem rgba(7, 7, 7, 0.1);
  border: 0.1rem solid #012465;
}
@media screen and (max-width: 48rem) {
  .view-competition-field-education.archive .attachment .current .link-content a {
    width: 4rem;
    height: 4rem;
  }
}
.view-competition-field-education.archive .attachment .current .link-content a::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2rem;
  border-top: 0.5rem solid #012465;
  border-right: 0.5rem solid #012465;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 48rem) {
  .view-competition-field-education.archive .attachment .current .link-content a::before {
    width: 1rem;
    height: 1rem;
    border-top: 0.3rem solid #012465;
    border-right: 0.3rem solid #012465;
  }
}
.view-competition-field-education.archive .attachment .current .link-content a:hover {
  background: #012465;
  border: 0.1rem solid #ffffff;
}
.view-competition-field-education.archive .attachment .current .link-content a:hover::before {
  border-top: 0.5rem solid #ffffff;
  border-right: 0.5rem solid #ffffff;
}
.view-competition-field-education .container-inner {
  background: url("../images/competition_field_education_background.jpg") no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0.5rem 0.5rem 0.8rem 0.4rem rgba(7, 7, 7, 0.2);
  box-shadow: 0.5rem 0.5rem 0.8rem 0.4rem rgba(7, 7, 7, 0.2);
}
.view-competition-field-education .content-center {
  padding: 1rem;
  color: #0ca2e0;
  text-align: center;
}
.view-competition-field-education .content-center .year {
  font-size: 3rem;
  font-weight: bold;
}
.view-competition-field-education .content-center .subtitle {
  font-size: 2rem;
  text-transform: uppercase;
}
.view-competition-field-education .content-bottom {
  background-color: #0ca2e0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.view-competition-field-education .content-bottom .number-applications {
  text-transform: uppercase;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
}
.view-competition-field-education .content-bottom .number-applications .icon {
  width: 5rem;
  height: 4rem;
  background-image: url("../images/learning_book_icon.png");
  background-repeat: no-repeat;
  display: inline-block;
  background-size: cover;
  vertical-align: middle;
}
.view-competition-field-education .content-bottom .number-applications .item-num {
  font-size: 3rem;
  font-weight: bold;
  margin-right: 0.5rem;
}
.view-competition-field-education .content-bottom .link-content a {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  display: block;
  -webkit-box-shadow: 0 0 0.8rem 0.4rem rgba(7, 7, 7, 0.1);
  box-shadow: 0 0 0.8rem 0.4rem rgba(7, 7, 7, 0.1);
  border: 0.1rem solid #f5f7fa;
}
.view-competition-field-education .content-bottom .link-content a::before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-top: 0.2rem solid #0ca2e0;
  border-right: 0.2rem solid #0ca2e0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  left: 50%;
}
.view-competition-field-education .content-bottom .link-content a:hover {
  background: #0ca2e0;
  border: 0.1rem solid #ffffff;
}
.view-competition-field-education .content-bottom .link-content a:hover::before {
  border-top: 0.2rem solid #ffffff;
  border-right: 0.2rem solid #ffffff;
}
/*# sourceMappingURL=../css/competition_field_education.css.map */
