@keyframes magnifier {
  0% {
    transform: translate(0, 0);
  }
  17% {
    transform: translate(40px, 0);
  }
  34% {
    transform: translate(0, 0);
  }
  51% {
    transform: translate(40px, 0);
  }
  68% {
    transform: translate(40px, -50px);
  }
  85% {
    transform: translate(40px, 0);
  }
  to {
    transform: translate(0, 0);
  }
}
@keyframes bubble {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  60% {
    transform: translateX(0px);
    opacity: 1;
  }
  to {
    transform: translateX(10px);
    opacity: 0;
  }
}
.sharing {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .sharing {
    padding-top: 27px;
    padding-bottom: 10px;
  }
}
.sharing h1 {
  position: relative;
  font-size: 4em;
  font-weight: 500;
  margin-bottom: 70px;
}
@media screen and (max-width: 991px) {
  .sharing h1 {
    font-size: 2em;
    margin-bottom: 32px;
    padding-left: 17px;
  }
}
.sharing h1:before {
  content: "";
  display: block;
  border-radius: 50px;
  width: 545px;
  height: 73px;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 1.86%, #FFF 98.16%);
  right: -188px;
  top: -48px;
}
@media screen and (max-width: 991px) {
  .sharing h1:before {
    width: 545px;
    height: 73px;
  }
}
.sharing h1:after {
  content: "";
  display: block;
  border-radius: 50px;
  width: 416px;
  height: 40px;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(to left, rgba(169, 255, 251, 0) 8.85%, rgba(169, 255, 251, 0.72) 94.23%);
  right: -343px;
  bottom: -4px;
}
@media screen and (max-width: 991px) {
  .sharing h1:after {
    width: 416px;
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .sharing h1:before, .sharing h1:after {
    display: none;
  }
}
.sharing .focus {
  position: relative;
  margin-bottom: 70px;
  padding-bottom: 65px;
}
@media screen and (max-width: 991px) {
  .sharing .focus {
    padding-left: 28px;
    padding-bottom: 46px;
    margin-bottom: 42px;
  }
}
.sharing .focus:before {
  content: "";
  position: absolute;
  top: -42px;
  left: -112px;
  width: calc(100% + 112px + 168px);
  height: calc(100% + 42px);
  background-color: #FFFEF1;
  border-radius: 200px 0px 0px 0px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .sharing .focus:before {
    top: 0;
    left: 0;
    width: calc(100% + 32px);
    height: 100%;
    border-radius: 100px 0px 0px 0px;
  }
}
.sharing .focus:after {
  content: "";
  display: block;
  border-radius: 50px;
  width: 756px;
  height: 77px;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(to left, rgba(255, 211, 223, 0) 1.84%, rgba(255, 211, 223, 0.5) 98.15%);
  left: -295px;
  bottom: -47px;
}
@media screen and (max-width: 991px) {
  .sharing .focus:after {
    width: 756px;
    height: 77px;
  }
}
@media screen and (max-width: 991px) {
  .sharing .focus:after {
    display: none;
  }
}
.sharing .focus .intro {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .sharing .focus .intro {
    padding-top: 32px;
  }
}
.sharing .focus .intro h2 {
  font-size: 3em;
  color: #0C8295;
  font-weight: 500;
  line-height: 1.33;
}
@media screen and (max-width: 991px) {
  .sharing .focus .intro h2 {
    font-size: 1.5em;
    letter-spacing: 0.72px;
    margin-bottom: 13px;
  }
}
.sharing .focus .intro p {
  margin-top: 8px;
  font-size: 1.25em;
  line-height: 2;
  letter-spacing: 0.4px;
  font-weight: 500;
  color: #58595B;
}
@media screen and (max-width: 991px) {
  .sharing .focus .intro p {
    font-size: 1em;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: 0.48px;
  }
}
.sharing .focus .row {
  margin-top: 36px;
}
@media screen and (max-width: 991px) {
  .sharing .focus .row {
    margin-top: 0;
  }
}
.sharing .focus .item {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
  margin-top: 45px;
}
@media screen and (min-width: 768px) {
  .sharing .focus .item {
    align-self: stretch;
  }
  .sharing .focus .item:nth-child(2) {
    align-self: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .sharing .focus .item {
    width: 100%;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .sharing .focus .item {
    margin-right: 0;
    margin-top: 0;
  }
}
.sharing .focus .item:nth-child(2) {
  margin-top: 0;
}
.sharing .focus .item:last-child {
  margin-right: 0;
}
.sharing .focus .item .wrapper {
  padding: 24px;
  border-radius: 20px 0px;
  background-color: #ffffff;
  box-shadow: 0px 4px 15px 0px rgba(88, 89, 91, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .sharing .focus .item .wrapper {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .sharing .focus .item .thumbnail {
    width: 112px;
    flex-shrink: 0;
  }
}
.sharing .focus .item .thumbnail img {
  display: block;
  width: 100%;
}
.sharing .focus .item .title {
  font-size: 1.5em;
  line-height: 1.33;
  letter-spacing: 0.72px;
  font-weight: 500;
  margin: 24px 0;
  flex-grow: 1;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sharing .focus .item .title {
    font-size: 1.125em;
  }
}
@media screen and (max-width: 767px) {
  .sharing .focus .item .title {
    padding-left: 16px;
    margin: 0;
    font-size: 1.125em;
    line-height: 1.55;
    letter-spacing: 0.54px;
    width: calc(100% - 112px);
  }
}
.sharing .focus .item .more {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .sharing .focus .item .more {
    width: 100%;
    margin-top: 12px;
  }
}
.sharing .focus .item .more a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1.6px;
}
.sharing .focus .item .more a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #414042;
  transition: all 0.3s ease-in-out;
}
.sharing .focus .item .more a:hover:after {
  width: 0;
}
.sharing .focus .btn-container {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.sharing .result {
  margin-top: 40px;
  padding-bottom: 48px;
}
@media screen and (max-width: 991px) {
  .sharing .result {
    margin-top: 32px;
  }
}
.sharing .result .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #58595B;
  font-size: 1.5em;
  line-height: 1.33;
  font-weight: 500;
  letter-spacing: 0.72px;
  margin-bottom: 12px;
}
@media screen and (max-width: 991px) {
  .sharing .result .top {
    font-size: 1em;
    line-height: 1.75;
    letter-spacing: 0.48px;
    margin-bottom: 26px;
  }
}
.sharing .result .top .total {
  flex-shrink: 0;
}
.sharing .result .top .sorting {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
}
.sharing .result .top .sorting .select2-container .select2-selection--single .select2-selection__rendered {
  background-color: #ffffff !important;
  padding: 9px 52px 9px 24px !important;
}
@media screen and (max-width: 991px) {
  .sharing .result .top .sorting .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 9px 44px 9px 16px !important;
  }
}
.sharing .result .top .sorting .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px !important;
  top: 10px !important;
}
.sharing .result .top .sorting .select2-container {
  width: 120px !important;
  margin: 0 20px;
}
@media screen and (max-width: 991px) {
  .sharing .result .top .sorting .select2-container {
    width: 85px !important;
    margin: 0 8px;
  }
}
.sharing .result .listing .subhead {
  font-size: 1.125em;
  line-height: 1.55;
  font-weight: 700;
  background-color: #58595B;
  color: #ffffff;
  padding: 16px 12px;
}
@media screen and (min-width: 992px) {
  .sharing .result .listing .subhead {
    display: none;
  }
}
.sharing .result .listing table {
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 15px 0px rgba(88, 89, 91, 0.1);
}
@media screen and (max-width: 991px) {
  .sharing .result .listing table {
    border-radius: 0;
  }
}
@media screen and (max-width: 991px) {
  .sharing .result .listing table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
@media screen and (max-width: 991px) {
  .sharing .result .listing table tr {
    display: block;
    padding: 12px;
  }
}
@media screen and (max-width: 991px) {
  .sharing .result .listing table td {
    display: flex;
    align-items: center;
    padding: 8px 12px !important;
    border-bottom: 1px solid #F4F4F4;
    text-align: left;
  }
  .sharing .result .listing table td:last-child {
    border-bottom: 0;
  }
  .sharing .result .listing table td > span {
    text-align: left;
    width: calc(100% - 130px);
  }
  .sharing .result .listing table td:before {
    content: attr(data-label) ":";
    float: left;
    font-size: 1em;
    line-height: 1.75;
    font-weight: 500;
    letter-spacing: 0.48px;
    color: #414042 !important;
    width: 130px;
    text-align: left;
  }
}
.sharing .result .listing th {
  background-color: #58595B;
  color: #ffffff;
  padding: 16px 12px;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1.55;
  vertical-align: middle;
  text-align: left;
  border-bottom: 1px solid rgba(65, 64, 66, 0.3);
}
.sharing .result .listing th:first-child {
  padding-left: 24px;
}
.sharing .result .listing th:last-child {
  padding-right: 24px;
}
.sharing .result .listing th.sortable {
  cursor: pointer;
}
.sharing .result .listing th.sortable span {
  display: inline-block;
}
.sharing .result .listing th.sortable span:after {
  content: "";
  display: inline-block;
  background-image: url("../img/icon/sort.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 5px;
  width: 24px;
  height: 24px;
}
.sharing .result .listing td {
  padding: 16px 12px;
  line-height: 1.75;
  letter-spacing: 0.48px;
  vertical-align: middle;
}
.sharing .result .listing td:first-child {
  text-align: center;
}
.sharing .result .listing tbody tr:first-child td {
  padding-top: 36px;
}
.sharing .result .listing tbody tr:last-child td {
  padding-bottom: 36px;
}
.sharing .result .listing tbody tr:nth-child(even) {
  background-color: #FAFAFA;
}
.sharing .result .listing tbody tr td:first-child {
  padding-left: 24px;
}
.sharing .result .listing tbody tr td:last-child {
  padding-right: 24px;
}
.sharing .result .listing .highlight {
  color: #0C8295;
}/*# sourceMappingURL=sharing.css.map */